summaryrefslogtreecommitdiff
path: root/gitdb/test
Commit message (Expand)AuthorAgeFilesLines
* It seems zlib works differently in py26, and thus requires special handling.py2n3Sebastian Thiel2014-11-141-12/+1
* Now I am skipping a problematic test on travis CI.Sebastian Thiel2014-11-141-2/+12
* Added requirements.txt for pip, and optimized test-suite performance on travis.Sebastian Thiel2014-11-146-4/+31
* Performance tests are now part of the test-suite.Sebastian Thiel2014-11-145-46/+43
* reduced usage of force_bytes as clients are expected to pass bytes.Sebastian Thiel2014-11-132-7/+8
* Now tests work consistently in py2 and 3Sebastian Thiel2014-11-131-1/+1
* Fully removed all async dependenciesSebastian Thiel2014-11-136-209/+1
* Fixed all applicable lint issuesSebastian Thiel2014-11-1315-44/+55
* Merge branch 'kevin-brown-issue_4' into py2n3Sebastian Thiel2014-11-1313-300/+305
|\
| * Made sure xrange is used instead of range in python 2Sebastian Thiel2014-11-133-4/+7
| * Fixed a few more encoding issuesKevin Brown2014-07-161-1/+2
| * Start up compat and encoding filesKevin Brown2014-07-161-5/+3
| * Fix Python 2 failuresKevin Brown2014-07-132-8/+9
| * Making a bit of progress...Kevin Brown2014-07-134-24/+6
| * Bytes for everyone!Kevin Brown2014-07-132-4/+3
| * More bytes handlingKevin Brown2014-07-131-1/+1
| * Convert strings to bytes for PY3Kevin Brown2014-07-133-14/+14
| * Pick off the low hanging fruitKevin Brown2014-07-1313-31/+59
| * Automated PEP 8 fixesKevin Brown2014-07-1313-245/+237
* | Minor adjustments to adapt to changes in async (due to be removed anyway)Sebastian Thiel2014-11-132-4/+1
|/
* tabs to spacesSebastian Thiel2014-02-0917-1392/+1392
* Optimized test_pack_streaming not to cache the objects anymore. Instead an it...Sebastian Thiel2011-07-051-3/+2
* Fixed up docs for upcoming release. Bumped version to 0.5.3Sebastian Thiel2011-06-131-1/+1
* Added changelog informationSebastian Thiel2011-06-101-1/+4
* Fixed _perf module, which built, but didn't link dynamically. All the time, I...Sebastian Thiel2011-03-311-0/+43
* crc needs to be done on the pack object header as well, of courseSebastian Thiel2011-03-311-1/+1
* Implemented remainder of the test, and it already shows that something is wro...Sebastian Thiel2011-03-312-12/+29
* initial version of pack writing, which seems to work, but still needs some mo...Sebastian Thiel2011-03-311-13/+38
* Added stub for pack writing implementation which should work for pack streami...Sebastian Thiel2011-03-311-4/+30
* preprended all modules with licensing informationSebastian Thiel2011-02-2318-0/+72
* Fixed unittestsSebastian Thiel2010-11-304-5/+4
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-3025-0/+1539