| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(ver): bump 2.0.0.dev1-->2.1.0.dev3, and morev2.1.0.dev3 | Kostis Anagnostopoulos | 2016-10-27 | 1 | -4/+2 |
| | | | | | | | + chore(deps): + smmap2-v2.1.0.dev4 (FIXes memoryview leak). + FIX quoted environment marker in requirements. + import actually smmap2! | ||||
| * | fix(io): BREAKING, wrap more out-stream usages | Kostis Anagnostopoulos | 2016-10-25 | 1 | -1/+4 |
| | | | | | | | + chrore(deps): depend on *contextlib2* for `ExitStack` in PY2. + refact(util): BREAKING API move consts out of utils. + style(pep8): fixe all sources. | ||||
| * | chore(rename): gitdb2 v2.02.0.0 | Sebastian Thiel | 2016-10-16 | 1 | -3/+3 |
| | | | | | v2 is chosen to better match the name. | ||||
| * | support optional gitdb_speedups | Thomas Grainger | 2016-10-04 | 1 | -117/+37 |
| | | |||||
| * | setup: Add Python 3.5 classifier | Ville Skyttä | 2016-07-27 | 1 | -0/+1 |
| | | |||||
| * | Bumped version to 0.6.40.6.4 | Sebastian Thiel | 2015-01-12 | 1 | -1/+1 |
| | | |||||
| * | Adjusted stream logic to make it work on all tested platforms ... . | Sebastian Thiel | 2015-01-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | As taken from https://github.com/gitpython-developers/gitdb/blob/master/gitdb/stream.py#L292 -> NOTE: Behavior changed in PY2.7 onward, which requires special handling to make the tests work properly. They are thorough, and I assume it is truly working. Why is this logic as convoluted as it is ? Please look at the table in https://github.com/gitpython-developers/gitdb/issues/19 to learn about the test-results. Bascially, on py2.6, you want to use branch 1, whereas on all other python version, the second branch will be the one that works. However, the zlib VERSIONs as well as the platform check is used to further match the entries in the table in the github issue. This is it ... it was the only way I could make this work everywhere. IT's CERTAINLY GOING TO BITE US IN THE FUTURE ... . <- Fixes #19 | ||||
| * | Bumped version to 0.6.30.6.3 | Sebastian Thiel | 2015-01-06 | 1 | -1/+1 |
| | | |||||
| * | Fixed python 3 compatibility issue that only showed on windows0.6.2 | Sebastian Thiel | 2015-01-06 | 1 | -3/+3 |
| | | | | | And bumped version to 0.6.2 | ||||
| * | Applied autopep8 | Sebastian Thiel | 2015-01-04 | 1 | -85/+89 |
| | | | | | autopep8 -v -j 8 --max-line-length 120 --in-place --recursive | ||||
| * | Merge remote-tracking branch 'origin'0.6.1 | Sebastian Thiel | 2015-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Bring gitdb.test back into distribution | Yaroslav Halchenko | 2014-12-17 | 1 | -1/+1 |
| | | | |||||
| * | | Bumped new version | Sebastian Thiel | 2015-01-01 | 1 | -1/+1 |
| |/ | | | | Fixed tiny issue in python 3 | ||||
| * | Added requirements.txt for pip, and optimized test-suite performance on travis. | Sebastian Thiel | 2014-11-14 | 1 | -1/+1 |
| | | | | | With a bit of luck, this one will just work now. | ||||
| * | setup.py works now, and binary python module can now be loaded as well. | Sebastian Thiel | 2014-11-13 | 1 | -2/+2 |
| | | |||||
| * | Fully removed all async dependencies | Sebastian Thiel | 2014-11-13 | 1 | -3/+3 |
| | | |||||
| * | Minor adjustments to adapt to changes in async (due to be removed anyway) | Sebastian Thiel | 2014-11-13 | 1 | -9/+26 |
| | | |||||
| * | Clarify which Python versions are supported | Matt Hickford | 2014-10-06 | 1 | -1/+9 |
| | | |||||
| * | Setup: Fix invalid syntax | Orgad Shaneh | 2014-09-10 | 1 | -1/+1 |
| | | |||||
| * | bumped version to 0.5.40.5.4 | Sebastian Thiel | 2011-07-05 | 1 | -1/+1 |
| | | |||||
| * | removed test suite from being distributed. It didn't work properly anyway ↵0.5.3 | Sebastian Thiel | 2011-07-03 | 1 | -7/+14 |
| | | | | | and I am not going to dig into the setup tools mess | ||||
| * | Fixed up docs for upcoming release. Bumped version to 0.5.3 | Sebastian Thiel | 2011-06-13 | 1 | -4/+5 |
| | | |||||
| * | Bumped version info to 0.5.3 | Sebastian Thiel | 2011-06-10 | 1 | -3/+3 |
| | | |||||
| * | setup and doc generation works once again | Sebastian Thiel | 2010-11-30 | 1 | -4/+3 |
| | | |||||
| * | Added zip_safe flag to setup.py0.5.2 | Sebastian Thiel | 2010-11-21 | 1 | -0/+1 |
| | | |||||
| * | Added delta_apply.h file to make more native use of python's build system, ↵ | Sebastian Thiel | 2010-11-21 | 1 | -1/+2 |
| | | | | | which should hopefully fix the easy_install trouble | ||||
| * | setup: added missing _delta_apply.c file to setup script, allowing the ↵ | Sebastian Thiel | 2010-11-21 | 1 | -1/+1 |
| | | | | | performance module to be compiled | ||||
| * | bumped version to 0.5.2 | Sebastian Thiel | 2010-11-20 | 1 | -1/+1 |
| | | |||||
| * | Now building a single module called _perf which contains all the performance ↵ | Sebastian Thiel | 2010-10-13 | 1 | -4/+1 |
| | | | | | enhancements, which increases loadtimes, less is more | ||||
| * | Put delta-apply code into separate function. Would have preferred to to have ↵ | Sebastian Thiel | 2010-10-13 | 1 | -1/+4 |
| | | | | | just one dynamic module, lets see whether includes are possible | ||||
| * | Adjusted setup.py to deal more gracefully with build failures of our ↵0.5.1 | Sebastian Thiel | 2010-07-13 | 1 | -1/+13 |
| | | | | | optional extensions | ||||
| * | Bumped version to 0.5.1, added changelog to documentation | Sebastian Thiel | 2010-07-09 | 1 | -3/+3 |
| | | |||||
| * | Added fixes to setup.py to allow easy_installation0.5.0 | Sebastian Thiel | 2010-07-08 | 1 | -1/+56 |
| | | |||||
| * | added setup.py and Manifest to allow distribution and easy_install | Sebastian Thiel | 2010-07-01 | 1 | -0/+18 |
