summaryrefslogtreecommitdiff
path: root/gitdb/test/db/test_git.py
Commit message (Collapse)AuthorAgeFilesLines
* Added requirements.txt for pip, and optimized test-suite performance on travis.Sebastian Thiel2014-11-141-1/+3
| | | | With a bit of luck, this one will just work now.
* Fully removed all async dependenciesSebastian Thiel2014-11-131-1/+0
|
* Fixed all applicable lint issuesSebastian Thiel2014-11-131-1/+5
|
* Pick off the low hanging fruitKevin Brown2014-07-131-1/+1
| | | | | | | | | | | 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-11/+11
|
* tabs to spacesSebastian Thiel2014-02-091-37/+37
|
* preprended all modules with licensing informationSebastian Thiel2011-02-231-0/+4
|
* Fixed unittestsSebastian Thiel2010-11-301-1/+1
|
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-301-0/+43
Submodule relinked to point to new github location, and moved as well