summaryrefslogtreecommitdiff
path: root/gitdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix(pack): restore packers as LazyMixinsKostis Anagnostopoulos2016-10-241-88/+75
* fix(win): FIX and HIDE 2 win-errors remainingv2.1.0.dev1Kostis Anagnostopoulos2016-10-2413-88/+117
* chore(ver): bump 2.0.0-->2.1.0.dev0v2.1.0.dev0Kostis Anagnostopoulos2016-10-241-1/+1
* chore(gitdb): actually delete submodule from sourcesKostis Anagnostopoulos2016-10-241-0/+0
* chore(ci): depend on "leaks" smmap branchKostis Anagnostopoulos2016-10-241-19/+0
* feat(io): breaking API: retrofit Packers as context-managers!Kostis Anagnostopoulos2016-10-2410-295/+458
* feat(io): Retrofit streams as context-managers.Kostis Anagnostopoulos2016-10-247-29/+147
* feat(src): subst `reduce` with `sum` for size calcsKostis Anagnostopoulos2016-10-245-9/+5
* tc: HALF FIX of `test_pack_entity ()`Kostis Anagnostopoulos2016-10-221-3/+6
* TCs: fix div-by-zero on elapsed times (appveyor CPU is fast!)Kostis Anagnostopoulos2016-10-223-11/+11
* chore(rename): gitdb2 v2.02.0.0Sebastian Thiel2016-10-162-1/+1
* support optional gitdb_speedupsThomas Grainger2016-10-046-1270/+3
* Merge pull request #28 from scop/withSebastian Thiel2016-07-304-15/+10
|\
| * Handle more file open/close with "with"Ville Skyttä2016-07-274-15/+10
* | Spelling fixesVille Skyttä2016-07-279-10/+10
|/
* fix(loose): avoid unnecessary file rename on windowsSebastian Thiel2015-10-042-4/+9
* docs(gitdb): discourage usage of GitDB typeSebastian Thiel2015-08-221-1/+5
* Duplicate `const` fixedGermán M. Bravo2015-04-071-5/+5
* Bumped version to 0.6.40.6.4Sebastian Thiel2015-01-121-1/+1
* Adjusted stream logic to make it work on all tested platforms ... .Sebastian Thiel2015-01-123-4/+11
* minor spell fixes + empty line unification + comparison for python 2.6Yaroslav Halchenko2015-01-084-9/+7
* Make tests independent of actual repository dataSebastian Thiel2015-01-082-4/+5
* Removed unused imports - should have been in the last commit obviouslySebastian Thiel2015-01-082-2/+0
* Fixed up tests to use the GITDB_TEST_GIT_REPO_BASE at all timesSebastian Thiel2015-01-086-41/+43
* Protected stream closure against possibilty of being a bytesSebastian Thiel2015-01-072-2/+4
* Fixed possible file-handle leakSebastian Thiel2015-01-071-3/+11
* Bumped version to 0.6.30.6.3Sebastian Thiel2015-01-061-1/+1
* Fixed yet another issue with smmap's latest changesSebastian Thiel2015-01-062-2/+15
* Fixed python 3 compatibility issue that only showed on windows0.6.2Sebastian Thiel2015-01-062-7/+7
* A minor fix after porting git-python over to PY3Sebastian Thiel2015-01-061-1/+1
* Applied autopep8Sebastian Thiel2015-01-0434-283/+366
* Improved decompression test to scan the entire git repository, instead of jus...Sebastian Thiel2015-01-011-2/+4
* Bumped new versionSebastian Thiel2015-01-012-3/+3
* Added integrity test for loose objects to search large datasets forSebastian Thiel2015-01-011-0/+31
* Slightly improved loose object decompression testSebastian Thiel2015-01-011-1/+9
* Increased initial size of decompressed data to obtain loose object header inf...Sebastian Thiel2015-01-014-8/+15
* Added readthedocs badgeSebastian Thiel2014-11-191-0/+0
* It seems zlib works differently in py26, and thus requires special handling.py2n3Sebastian Thiel2014-11-142-17/+11
* 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
* Fixed incorrect computation of compressed bytes read in zlib decompression st...Sebastian Thiel2014-11-141-1/+4
* Performance tests are now part of the test-suite.Sebastian Thiel2014-11-145-46/+43
* setup.py works now, and binary python module can now be loaded as well.Sebastian Thiel2014-11-132-3/+0
* reduced usage of force_bytes as clients are expected to pass bytes.Sebastian Thiel2014-11-134-17/+10
* Now tests work consistently in py2 and 3Sebastian Thiel2014-11-139-110/+178
* Fully removed all async dependenciesSebastian Thiel2014-11-1312-287/+4
* Fixed all applicable lint issuesSebastian Thiel2014-11-1326-81/+75
* Merge branch 'kevin-brown-issue_4' into py2n3Sebastian Thiel2014-11-1332-1360/+1478
|\
| * Made sure xrange is used instead of range in python 2Sebastian Thiel2014-11-139-29/+20