summaryrefslogtreecommitdiff
path: root/gitdb/util.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for EOL PythonHugo2018-09-071-4/+1
* Use range instead of xrange, good enough herestuertz2017-03-271-1/+1
* Fixed Tests / Code for Windows.stuertz2017-03-261-4/+23
* minor spell fixes + empty line unification + comparison for python 2.6Yaroslav Halchenko2015-01-081-1/+1
* Fixed python 3 compatibility issue that only showed on windows0.6.2Sebastian Thiel2015-01-061-6/+6
* Applied autopep8Sebastian Thiel2015-01-041-11/+23
* Fully removed all async dependenciesSebastian Thiel2014-11-131-10/+0
* Fixed all applicable lint issuesSebastian Thiel2014-11-131-1/+5
* Merge branch 'kevin-brown-issue_4' into py2n3Sebastian Thiel2014-11-131-81/+80
|\
| * Made sure xrange is used instead of range in python 2Sebastian Thiel2014-11-131-4/+1
| * Start up compat and encoding filesKevin Brown2014-07-161-7/+3
| * Making a bit of progress...Kevin Brown2014-07-131-7/+1
| * Better handling of bytesKevin Brown2014-07-131-1/+14
| * Convert strings to bytes for PY3Kevin Brown2014-07-131-1/+1
| * Pick off the low hanging fruitKevin Brown2014-07-131-9/+9
| * Automated PEP 8 fixesKevin Brown2014-07-131-66/+65
* | Minor adjustments to adapt to changes in async (due to be removed anyway)Sebastian Thiel2014-11-131-14/+9
|/
* tabs to spacesSebastian Thiel2014-02-091-269/+269
* wrote change log for next release.Sebastian Thiel2011-07-051-1/+5
* pack: updated to use its cursor properly, which will be required if huge pack...Sebastian Thiel2011-07-051-1/+2
* Fixed up docs for upcoming release. Bumped version to 0.5.3Sebastian Thiel2011-06-131-10/+18
* Switched git db to the non-sliding version of the memory manager which is a g...Sebastian Thiel2011-06-101-0/+13
* preprended all modules with licensing informationSebastian Thiel2011-02-231-0/+4
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-301-0/+352