aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2017-06-10chore(version-up): v2.1.52.1.5Sebastian Thiel
2016-12-08chore(lint): flake8Sebastian Thiel
2016-10-16Merge with #532, fix unicode filenames with escapesurogatesKostis Anagnostopoulos
2016-10-16chore(release): v2.0.9Sebastian Thiel
2016-10-16ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements`Kostis Anagnostopoulos
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
2016-10-01Merge remote-tracking branch 'origin/master' into appveyorKostis Anagnostopoulos
2016-10-01fix(setup): add missing importsSebastian Thiel
2016-09-28test: Start using `ddt` library for TCsKostis Anagnostopoulos
2016-09-25test, deps: FIX `mock` deps on py3.Kostis Anagnostopoulos
2016-09-12install ordereddict only on 2.6 with wheelThomas Grainger
2016-06-01chore(compat): state py2.6 support officiallySebastian Thiel
2016-04-22Declare support for py3.5Sebastian Thiel
2016-04-19feat(py-support): drop py2.6 supportSebastian Thiel
2015-01-22Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel
2015-01-22Bumped version to 0.3.6Sebastian Thiel
2015-01-12Bumped version to 0.3.5, required latest gitdb (v0.6.4)0.3.5Sebastian Thiel
2015-01-08Added assertion to better detect diff issues.Sebastian Thiel
2015-01-06Bumped gitdb requirement.0.3.4Sebastian Thiel
2015-01-06Bumped version to 0.3.4Sebastian Thiel
2015-01-04Replaced ordered dict with standard version; used logging moduleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-19Added build-the-docs badge and updated urlSebastian Thiel
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-14Lint setup.pyAntoine Musso
2014-11-14Don't use tuples in setup.py requirement specsSebastian Thiel
2014-11-14Merge branch 'tox' of https://github.com/hashar/GitPython into hashar-toxSebastian Thiel
2014-11-14Prepared release 0.3.20.3.2Sebastian Thiel
2014-07-25List runtime dependencies in requirements.txtAntoine Musso
2014-05-21Merge branch '0.3' of https://github.com/wyrdvans/GitPython into wyrdvans-0.3Sebastian Thiel
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2012-11-19Remove requires in setup.py.Jason Schadel
2011-01-17setup.py: fixed incorrect handling of toplevel package path - I must have bee...0.3.1-beta2Sebastian Thiel
2010-11-25update setup.py to allow binary builds, which is required for installation an...Sebastian Thiel
2010-11-25Updated information filesSebastian Thiel
2010-11-25Fixed setup toolsSebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel
2010-11-21Updated MANIFEST and setup to include fixtures. Adjusted includes in all test...Sebastian Thiel
2010-11-21Fixed setup script to work with changed folder structureSebastian Thiel
2010-11-21Added zip_safe info to setup.py fileSebastian Thiel
2010-07-09bumped verison to 0.3.0 beta20.3.0-beta2Sebastian Thiel
2010-07-08setup.py: fixed requirement - its interesting to see that there are two diffe...0.3.0-beta1Sebastian Thiel
2010-07-01Added further information about the required submodules, and how to install t...Sebastian Thiel
2010-04-07Used this release for a first beta of the 0.2 branch of developmentSebastian Thiel
2010-03-04Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel
2009-10-11converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...Sebastian Thiel
2009-01-24Lots of spring cleaning and added in Sphinx documentation.Michael Trier
2008-12-15Fixed packaging issue caused by ez_setup.pyChristos Trochalakis
2008-06-02changed svn to git. This makes more sense. I tried trunk, master, edge.Michael Trier
2008-06-01put version stuff back.Michael Trier