summaryrefslogtreecommitdiff
path: root/gitdb/stream.py
Commit message (Expand)AuthorAgeFilesLines
* fix(win): FIX and HIDE 2 win-errors remainingv2.1.0.dev1Kostis Anagnostopoulos2016-10-241-2/+3
* feat(io): breaking API: retrofit Packers as context-managers!Kostis Anagnostopoulos2016-10-241-31/+96
* feat(io): Retrofit streams as context-managers.Kostis Anagnostopoulos2016-10-241-6/+49
* support optional gitdb_speedupsThomas Grainger2016-10-041-1/+1
* Spelling fixesVille Skyttä2016-07-271-1/+1
* Adjusted stream logic to make it work on all tested platforms ... .Sebastian Thiel2015-01-121-3/+9
* minor spell fixes + empty line unification + comparison for python 2.6Yaroslav Halchenko2015-01-081-3/+3
* Protected stream closure against possibilty of being a bytesSebastian Thiel2015-01-071-1/+2
* Fixed possible file-handle leakSebastian Thiel2015-01-071-3/+11
* Applied autopep8Sebastian Thiel2015-01-041-23/+29
* Increased initial size of decompressed data to obtain loose object header inf...Sebastian Thiel2015-01-011-2/+5
* It seems zlib works differently in py26, and thus requires special handling.py2n3Sebastian Thiel2014-11-141-5/+10
* Fixed incorrect computation of compressed bytes read in zlib decompression st...Sebastian Thiel2014-11-141-1/+4
* reduced usage of force_bytes as clients are expected to pass bytes.Sebastian Thiel2014-11-131-5/+1
* Now tests work consistently in py2 and 3Sebastian Thiel2014-11-131-5/+3
* Fixed all applicable lint issuesSebastian Thiel2014-11-131-3/+1
* Merge branch 'kevin-brown-issue_4' into py2n3Sebastian Thiel2014-11-131-189/+204
|\
| * Convert types to bytesKevin Brown2014-07-211-2/+2
| * Start up compat and encoding filesKevin Brown2014-07-161-6/+18
| * Making a bit of progress...Kevin Brown2014-07-131-16/+10
| * Bytes for everyone!Kevin Brown2014-07-131-1/+1
| * More bytes handlingKevin Brown2014-07-131-2/+2
| * Use memoryview instead of bufferKevin Brown2014-07-131-1/+4
| * Pick off the low hanging fruitKevin Brown2014-07-131-18/+25
| * Automated PEP 8 fixesKevin Brown2014-07-131-160/+158
* | Minor adjustments to adapt to changes in async (due to be removed anyway)Sebastian Thiel2014-11-131-2/+1
|/
* tabs to spacesSebastian Thiel2014-02-091-644/+644
* Fixed up docs for upcoming release. Bumped version to 0.5.3Sebastian Thiel2011-06-131-3/+3
* initial version of pack writing, which seems to work, but still needs some mo...Sebastian Thiel2011-03-311-1/+17
* preprended all modules with licensing informationSebastian Thiel2011-02-231-0/+4
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-301-0/+674