Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | chore(release): v2.0.9 | Sebastian Thiel | 2016-10-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | Also depend on gitdb2 to regain control and allow improvements. [skip ci] | |||||
* | | ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements` | Kostis Anagnostopoulos | 2016-10-16 | 1 | -1/+1 | |
|/ | | | | + Use environment-markers in requirement files (see http://stackoverflow.com/a/33451105/548792). | |||||
* | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos | 2016-10-01 | 1 | -17/+11 | |
| | | | + Some cases had restructuring of code. | |||||
* | Merge remote-tracking branch 'origin/master' into appveyor | Kostis Anagnostopoulos | 2016-10-01 | 1 | -2/+20 | |
|\ | ||||||
| * | fix(setup): add missing imports | Sebastian Thiel | 2016-10-01 | 1 | -0/+2 | |
| | | ||||||
| * | install ordereddict only on 2.6 with wheel | Thomas Grainger | 2016-09-12 | 1 | -2/+17 | |
| | | ||||||
* | | test: Start using `ddt` library for TCs | Kostis Anagnostopoulos | 2016-09-28 | 1 | -1/+1 | |
| | | | | | | | | | | + DataDriven TCs for identifying which separate case failed. + appveyor: rework matrix, conda3.4 cannot install in develop mode | |||||
* | | test, deps: FIX `mock` deps on py3. | Kostis Anagnostopoulos | 2016-09-25 | 1 | -1/+3 | |
|/ | | | | + Del extra spaces, import os.path as osp | |||||
* | chore(compat): state py2.6 support officially | Sebastian Thiel | 2016-06-01 | 1 | -0/+1 | |
| | | | | | | More information in the respective issue. Fixes #453 | |||||
* | Declare support for py3.5 | Sebastian Thiel | 2016-04-22 | 1 | -0/+1 | |
| | ||||||
* | feat(py-support): drop py2.6 support | Sebastian Thiel | 2016-04-19 | 1 | -1/+0 | |
| | | | | | In response to https://github.com/gitpython-developers/GitPython/pull/408/files/5de21c7fa2bdd5cd50c4f62ba848af54589167d0..aae2a7328a4d28077a4b4182b4f36f19c953765b#r59722704 | |||||
* | Removed Git.sshkey() as it couldn't be distributed properly.0.3.6 | Sebastian Thiel | 2015-01-22 | 1 | -1/+1 | |
| | | | | | | | However, I kept information on how to achieve the same thing with `custom_environment()` in the test. Related to #234 | |||||
* | Bumped version to 0.3.6 | Sebastian Thiel | 2015-01-22 | 1 | -1/+1 | |
| | | | | | | Unfortunately, installation of a executable script has proven to be so difficult thanks setuptools gloriousness, which will force me to remove that feature | |||||
* | Bumped version to 0.3.5, required latest gitdb (v0.6.4)0.3.5 | Sebastian Thiel | 2015-01-12 | 1 | -2/+2 | |
| | ||||||
* | Added assertion to better detect diff issues. | Sebastian Thiel | 2015-01-08 | 1 | -2/+2 | |
| | | | | | | | Helps fixing #35 Also, the production status was changed to 'stable', which should have been done much earlier. | |||||
* | Bumped gitdb requirement.0.3.4 | Sebastian Thiel | 2015-01-06 | 1 | -2/+2 | |
| | | | | This should help getting the latest version | |||||
* | Bumped version to 0.3.4 | Sebastian Thiel | 2015-01-06 | 1 | -3/+3 | |
| | ||||||
* | Replaced ordered dict with standard version; used logging module | Sebastian Thiel | 2015-01-04 | 1 | -2/+6 | |
| | | | | All performance tests still print to stderr, but do so in a py3 compatible way | |||||
* | Bumped version, updated changelog, reduced code smell | Sebastian Thiel | 2015-01-04 | 1 | -2/+2 | |
| | | | | | There is more work to do though, as many imports are still incorrect. Also, there are still print statements | |||||
* | Added build-the-docs badge and updated url | Sebastian Thiel | 2014-11-19 | 1 | -1/+1 | |
| | ||||||
* | pep8 linting (whitespace before/after) | Antoine Musso | 2014-11-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | E201 whitespace after '(' E202 whitespace before ')' E203 whitespace before ':' E225 missing whitespace around operator E226 missing whitespace around arithmetic operator E227 missing whitespace around bitwise or shift operator E228 missing whitespace around modulo operator E231 missing whitespace after ',' E241 multiple spaces after ',' E251 unexpected spaces around keyword / parameter equals | |||||
* | Lint setup.py | Antoine Musso | 2014-11-14 | 1 | -30/+35 | |
| | | | | | | | Pass flake8 on setup.py. I have left behing the 'line too long' errors though since they are usually controversial. The setup() call has been reindented to save a level of indentation. | |||||
* | Don't use tuples in setup.py requirement specs | Sebastian Thiel | 2014-11-14 | 1 | -3/+3 | |
| | | | | | | [skip ci] See https://github.com/gitpython-developers/GitPython/issues/186 for the motivation of this fix. | |||||
* | Merge branch 'tox' of https://github.com/hashar/GitPython into hashar-tox | Sebastian Thiel | 2014-11-14 | 1 | -0/+2 | |
|\ | | | | | | | | | | | | | Conflicts: README.md requirements.txt setup.py | |||||
| * | List runtime dependencies in requirements.txt | Antoine Musso | 2014-07-25 | 1 | -1/+3 | |
| | | | | | | | | | | More and more packages are listing their dependencies in requirements.txt which make it trivial to maintain and install them. | |||||
* | | Prepared release 0.3.20.3.2 | Sebastian Thiel | 2014-11-14 | 1 | -5/+23 | |
|/ | | | | | | | It represents the latest state on github, which should be better than what's installed by default. [skip ci] | |||||
* | Merge branch '0.3' of https://github.com/wyrdvans/GitPython into wyrdvans-0.3 | Sebastian Thiel | 2014-05-21 | 1 | -1/+0 | |
|\ | | | | | | | | | Conflicts: setup.py | |||||
| * | Remove requires in setup.py. | Jason Schadel | 2012-11-19 | 1 | -1/+0 | |
| | | ||||||
* | | tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵ | Sebastian Thiel | 2014-02-09 | 1 | -65/+65 | |
|/ | | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) ) | |||||
* | setup.py: fixed incorrect handling of toplevel package path - I must have ↵0.3.1-beta2 | Sebastian Thiel | 2011-01-17 | 1 | -5/+4 | |
| | | | | been very confused when setting it up that way | |||||
* | update setup.py to allow binary builds, which is required for installation ↵ | Sebastian Thiel | 2010-11-25 | 1 | -1/+7 | |
| | | | | and distribution | |||||
* | Updated information files | Sebastian Thiel | 2010-11-25 | 1 | -2/+2 | |
| | ||||||
* | Fixed setup tools | Sebastian Thiel | 2010-11-25 | 1 | -0/+86 | |
| | ||||||
* | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | 2010-11-25 | 1 | -86/+0 | |
| | | | | adjusted | |||||
* | Updated MANIFEST and setup to include fixtures. Adjusted includes in all ↵ | Sebastian Thiel | 2010-11-21 | 1 | -0/+1 | |
| | | | | tests to work with the new directory structure | |||||
* | Fixed setup script to work with changed folder structure | Sebastian Thiel | 2010-11-21 | 1 | -56/+62 | |
| | ||||||
* | Added zip_safe info to setup.py file | Sebastian Thiel | 2010-11-21 | 1 | -0/+1 | |
| | ||||||
* | bumped verison to 0.3.0 beta20.3.0-beta2 | Sebastian Thiel | 2010-07-09 | 1 | -2/+2 | |
| | | | | docs: added changelog, which moved from the CHANGES file into sphinx | |||||
* | setup.py: fixed requirement - its interesting to see that there are two ↵0.3.0-beta1 | Sebastian Thiel | 2010-07-08 | 1 | -0/+1 | |
| | | | | different keywords for distutils and setuptools, the latter one doesn't read the ones of the first one, unfortunately | |||||
* | Added further information about the required submodules, and how to install ↵ | Sebastian Thiel | 2010-07-01 | 1 | -11/+5 | |
| | | | | them. Incremeneted version to 0.3.0 beta1 | |||||
* | Used this release for a first beta of the 0.2 branch of development | Sebastian Thiel | 2010-04-07 | 1 | -1/+1 | |
| | | | | | TODO: Added info about doc improvements Authors: Added myself as Contributor, and noted the partial rewrite which happend in 0.2 | |||||
* | Converted all tabs to 4 space characters each to comply with pep8 | Sebastian Thiel | 2010-03-04 | 1 | -53/+53 | |
| | ||||||
* | converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my ↵ | Sebastian Thiel | 2009-10-11 | 1 | -53/+53 | |
| | | | | editor to work with the files properly. Can convert it back for releaes | |||||
* | Lots of spring cleaning and added in Sphinx documentation. | Michael Trier | 2009-01-24 | 1 | -0/+3 | |
| | ||||||
* | Fixed packaging issue caused by ez_setup.py | Christos Trochalakis | 2008-12-15 | 1 | -3/+7 | |
| | | | | | | | | ez_setup.py is not packaged with the rest of the code, this causes `easy_install gitpython` to fail with an ImportError. ez_setup is useful when setuptools are not present in the pythonpath. (cherry picked from commit e7c37c6e0b12d2b4f5001fb3ecfc250a682f6d57) | |||||
* | changed svn to git. This makes more sense. I tried trunk, master, edge. | Michael Trier | 2008-06-02 | 1 | -1/+1 | |
| | ||||||
* | put version stuff back. | Michael Trier | 2008-06-01 | 1 | -1/+1 | |
| | ||||||
* | couple fixes to setup | Michael Trier | 2008-05-30 | 1 | -3/+3 | |
| | ||||||
* | Apparently I'm a moron | Michael Trier | 2008-05-07 | 1 | -1/+1 | |
| | ||||||
* | initial project | Michael Trier | 2008-05-07 | 1 | -0/+76 | |