summaryrefslogtreecommitdiff
path: root/gitdb
Commit message (Expand)AuthorAgeFilesLines
* Now with PR: 3.0.23.0.2Sebastian Thiel2020-02-171-1/+1
* Merge branch 'master' of https://github.com/gitpython-developers/gitdbSebastian Thiel2020-02-1711-242/+96
|\
| * Remove compat.PY3Harmon2020-02-162-147/+67
| * Remove and replace encoding.text_typeHarmon2020-02-161-13/+2
| * Remove and replace encoding.string_typesHarmon2020-02-161-3/+1
| * Remove and replace compat.MAXSIZEHarmon2020-02-162-7/+2
| * Remove and replace compat.to_bytesHarmon2020-02-162-13/+5
| * Remove compat.memoryviewHarmon2020-02-161-5/+0
| * Remove and replace compat.bufferHarmon2020-02-164-24/+10
| * Remove and replace compat.xrangeHarmon2020-02-168-24/+11
| * Remove and replace izip in TestPackHarmon2020-02-161-6/+1
| * Remove and replace compat.izipHarmon2020-02-163-6/+3
* | bump version to 3.0.13.0.1Sebastian Thiel2020-02-171-1/+1
|/
* Release 3.0.03.0.0Sebastian Thiel2020-02-151-1/+1
* Fix deprecated calls for Python 3.9Lubomír Sedlář2020-02-132-2/+2
* bump version again...2.0.6Sebastian Thiel2019-09-281-1/+1
* Bump versionSebastian Thiel2019-09-282-1/+1
* loose: rename only if neededRuslan Kuprieiev2019-09-251-8/+4
* Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo2018-09-073-3/+3
* Drop support for EOL PythonHugo2018-09-071-4/+1
* Upgrade makefile2.0.3Sebastian Thiel2017-09-282-1/+1
* change codecs to open with support encoding="utf-8"wangweichen2017-07-131-1/+2
* fix open encoding error.wangweichen2017-07-131-1/+1
* Typosstuertz2017-03-271-3/+3
* fixed to be py26 compatstuertz2017-03-271-2/+4
* Use range instead of xrange, good enough herestuertz2017-03-271-1/+1
* close smmap handles, to be able to delete files / trees in process (req. for ...stuertz2017-03-272-2/+17
* Release the file handle, before deleting, otherwise win fails.stuertz2017-03-261-0/+1
* Fixed Tests / Code for Windows.stuertz2017-03-262-6/+25
* Skip Test on Windowsstuertz2017-03-261-0/+9
* 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