summaryrefslogtreecommitdiff
path: root/gitdb/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump to v4.0.0; require smmap package4.0.0Sebastian Thiel2020-02-231-1/+1
| | | | https://github.com/gitpython-developers/gitdb/issues/59
* Bump version to v3.0.3; update changelog3.0.3Sebastian Thiel2020-02-231-1/+1
| | | | https://github.com/gitpython-developers/gitdb/issues/59
* Now with PR: 3.0.23.0.2Sebastian Thiel2020-02-171-1/+1
|
* bump version to 3.0.13.0.1Sebastian Thiel2020-02-171-1/+1
|
* Release 3.0.03.0.0Sebastian Thiel2020-02-151-1/+1
|
* bump version again...2.0.6Sebastian Thiel2019-09-281-1/+1
|
* Bump versionSebastian Thiel2019-09-281-1/+1
|
* Upgrade makefile2.0.3Sebastian Thiel2017-09-281-1/+1
|
* chore(rename): gitdb2 v2.02.0.0Sebastian Thiel2016-10-161-1/+1
| | | | v2 is chosen to better match the name.
* Bumped version to 0.6.40.6.4Sebastian Thiel2015-01-121-1/+1
|
* Bumped version to 0.6.30.6.3Sebastian Thiel2015-01-061-1/+1
|
* Fixed python 3 compatibility issue that only showed on windows0.6.2Sebastian Thiel2015-01-061-1/+1
| | | | And bumped version to 0.6.2
* Applied autopep8Sebastian Thiel2015-01-041-2/+4
| | | | autopep8 -v -j 8 --max-line-length 120 --in-place --recursive
* Bumped new versionSebastian Thiel2015-01-011-1/+1
| | | | Fixed tiny issue in python 3
* Fully removed all async dependenciesSebastian Thiel2014-11-131-2/+2
|
* Merge branch 'kevin-brown-issue_4' into py2n3Sebastian Thiel2014-11-131-6/+5
|\ | | | | | | | | | | | | | | | | | | Conflicts: gitdb/base.py gitdb/fun.py gitdb/pack.py gitdb/stream.py gitdb/test/lib.py gitdb/util.py
| * Pick off the low hanging fruitKevin Brown2014-07-131-4/+3
| | | | | | | | | | | | | | | | | | | | | | This fixes most of the import errors that came from using the implicit relative imports that Python 2 supports. This also fixes the use of `xrange`, which has replaced `range` in Python 3. The same has happened for `izip`, which is also being aliased. The octal number syntax changed in Python 3, so we are now converting from strings using the `int` built-in function, which will produce the same output across both versions of Python.
| * Automated PEP 8 fixesKevin Brown2014-07-131-2/+2
| |
* | Minor adjustments to adapt to changes in async (due to be removed anyway)Sebastian Thiel2014-11-131-1/+1
|/
* tabs to spacesSebastian Thiel2014-02-091-11/+11
|
* bumped version to 0.5.40.5.4Sebastian Thiel2011-07-051-1/+1
|
* Fixed up docs for upcoming release. Bumped version to 0.5.3Sebastian Thiel2011-06-131-0/+7
|
* Added smmap as submodule, assured the sys path makes it availableSebastian Thiel2011-06-101-7/+9
|
* preprended all modules with licensing informationSebastian Thiel2011-02-231-0/+4
|
* Fixed unittestsSebastian Thiel2010-11-301-1/+7
|
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-301-0/+19
Submodule relinked to point to new github location, and moved as well