summaryrefslogtreecommitdiff
path: root/gitdb/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* chore(ver): bump 2.0.0.dev1-->2.1.0.dev3, and morev2.1.0.dev3Kostis Anagnostopoulos2016-10-271-1/+1
| | | | | | + 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 usagesKostis Anagnostopoulos2016-10-251-3/+3
| | | | | | + chrore(deps): depend on *contextlib2* for `ExitStack` in PY2. + refact(util): BREAKING API move consts out of utils. + style(pep8): fixe all sources.
* chore(ver): bump 2.0.0.dev0-->2.1.0.dev2 (yes, last ver was old)v2.1.0.dev2Kostis Anagnostopoulos2016-10-241-1/+1
|
* chore(ver): bump 2.0.0-->2.1.0.dev0v2.1.0.dev0Kostis Anagnostopoulos2016-10-241-1/+1
|
* chore(ci): depend on "leaks" smmap branchKostis Anagnostopoulos2016-10-241-19/+0
| | | + stop importing git-submodules for gitdb & smmap
* 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