summaryrefslogtreecommitdiff
path: root/gitdb/test/test_pack.py
Commit message (Expand)AuthorAgeFilesLines
* Switch from nose to pytestCarl George2022-02-101-2/+2
* Fix typosKian-Meng Ang2022-01-061-1/+1
* Replace deprecated unittest aliasesHugo van Kemenade2021-08-191-1/+1
* Remove and replace compat.xrangeHarmon2020-02-161-2/+1
* Remove and replace izip in TestPackHarmon2020-02-161-6/+1
* close smmap handles, to be able to delete files / trees in process (req. for ...stuertz2017-03-271-2/+5
* tc: HALF FIX of `test_pack_entity ()`Kostis Anagnostopoulos2016-10-221-3/+6
* Merge pull request #28 from scop/withSebastian Thiel2016-07-301-3/+2
|\
| * Handle more file open/close with "with"Ville Skyttä2016-07-271-3/+2
* | Spelling fixesVille Skyttä2016-07-271-1/+1
|/
* Applied autopep8Sebastian Thiel2015-01-041-18/+16
* Fixed all applicable lint issuesSebastian Thiel2014-11-131-3/+0
* Made sure xrange is used instead of range in python 2Sebastian Thiel2014-11-131-1/+2
* Pick off the low hanging fruitKevin Brown2014-07-131-8/+15
* Automated PEP 8 fixesKevin Brown2014-07-131-51/+51
* tabs to spacesSebastian Thiel2014-02-091-219/+219
* 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-311-10/+24
* 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-231-0/+4
* moved all relevant files into the gitdb folder.Sebastian Thiel2010-11-301-0/+178