summaryrefslogtreecommitdiff
path: root/gitdb
Commit message (Collapse)AuthorAgeFilesLines
* Use ZLIB_RUNTIME_VERSION if availableOndrej Tethal2022-12-091-1/+1
|
* bump version to 4.0.104.0.10Sebastian Thiel2022-11-242-1/+1
|
* Add del smmap to match previous behaviorzwimer2022-11-221-0/+1
|
* Prefer import to __import__zwimer2022-11-221-9/+6
|
* Upgrade Python syntax with pyupgrade --py37-plusHugo van Kemenade2022-11-1617-42/+39
|
* Remove redundant Travis CI config/codeHugo van Kemenade2022-11-164-24/+0
|
* bump patch level in the hopes for a valid sig on release4.0.9Sebastian Thiel2022-02-211-1/+1
| | | | https://github.com/gitpython-developers/gitdb/issues/77
* Switch from nose to pytestCarl George2022-02-103-6/+6
| | | | | | | This is not a full rewrite to pytest style tests, it just changes the minimum to allow pytest to run the existing tests. Resolves #72
* Fix typosKian-Meng Ang2022-01-069-15/+15
|
* Drop support for python 3.4/3.5; make use of smmap 5.0 which does the same4.0.8Sebastian Thiel2021-10-231-1/+1
|
* Allow usage of smmap 5.0 (#76)Sebastian Thiel2021-10-231-0/+0
|
* Remove redundant Python 2 codeHugo van Kemenade2021-08-191-4/+1
|
* Remove redundant Python 2.6 codeHugo van Kemenade2021-08-191-2/+1
|
* Fix Sphinx warningsHugo van Kemenade2021-08-192-0/+6
|
* Replace deprecated unittest aliasesHugo van Kemenade2021-08-197-10/+10
|
* change signing key to the one I haveSebastian Thiel2021-03-261-0/+0
|
* v4.0.74.0.7Harmon2021-03-261-1/+1
|
* v4.0.64.0.6Harmon2021-03-251-1/+1
|
* Merge remote-tracking branch 'origin'Sebastian Thiel2021-01-214-9/+9
|\
| * Fix exception causes all over the codebaseRam Rachum2020-06-153-6/+6
| |
| * Fix exception causes in loose.pyRam Rachum2020-06-131-3/+3
| |
* | Bump patch level for creating a new properly signed release4.0.5Sebastian Thiel2020-05-052-1/+1
|/
* change package signing key back to what it wasSebastian Thiel2020-04-111-0/+0
|
* Bump patch again; …upload error due to state on disk, yikes4.0.4Sebastian Thiel2020-04-111-1/+1
|
* bump patch level; mark travis-ci as unused4.0.3Sebastian Thiel2020-04-111-0/+0
|
* don't try to use __file__ when using pyoxidizerSebastian Thiel2020-04-111-1/+2
|
* v4.0.24.0.2Harmon2020-02-241-1/+1
|
* v4.0.14.0.1Harmon2020-02-232-1/+1
|
* v3.0.3.post13.0.3.post1Harmon2020-02-231-1/+1
|
* Merge branch 'master' into PR-UnicodeEncodeErrorHarmon2020-02-1813-252/+102
|\
| * 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
| | | | | | | | | | | | | | | | The array methods fromstring/tostring have been deprecated since Python 3.2. Python 3.9 removes them completely. This was discovered when trying to build gitdb package for Fedora 33. https://bugzilla.redhat.com/show_bug.cgi?id=1788660
| * 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
| | | | | | | | | | | | | | | | | | | | Our user was experiencing issue [1] when using a git repository on NTFS mount running on Linux. The current check checks if we are running on Windows, but it should really check if we are on NTFS. And since checking fs type is not that trivial and not efficient, it is simpler and better to just always apply NTFS-specific logic, since it works on other filesystems as well. [1] https://github.com/iterative/dvc/issues/1880#issuecomment-483253764
* | Merge commit 'b1adf606f416f82ec69cd83cfc2b94cddc6928bd' into ↵xarx002019-04-051-1/+1
|\ \ | | | | | | | | | PR-UnicodeEncodeError
| * | Another version bump... dunno what happened there.2.0.5Sebastian Thiel2018-10-131-1/+1
| | |