summaryrefslogtreecommitdiff
path: root/gitdb/base.py
Commit message (Collapse)AuthorAgeFilesLines
* minor spell fixes + empty line unification + comparison for python 2.6Yaroslav Halchenko2015-01-081-3/+3
|
* Applied autopep8Sebastian Thiel2015-01-041-6/+14
| | | | autopep8 -v -j 8 --max-line-length 120 --in-place --recursive
* Merge branch 'kevin-brown-issue_4' into py2n3Sebastian Thiel2014-11-131-108/+108
|\ | | | | | | | | | | | | | | | | | | 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-9/+9
| | | | | | | | | | | | | | | | | | | | | | 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-103/+102
| |
* | Minor adjustments to adapt to changes in async (due to be removed anyway)Sebastian Thiel2014-11-131-5/+1
|/
* tabs to spacesSebastian Thiel2014-02-091-278/+278
|
* preprended all modules with licensing informationSebastian Thiel2011-02-231-0/+4
|
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-301-0/+307
Submodule relinked to point to new github location, and moved as well