summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for python 3.4/3.5; make use of smmap 5.0 which does the same4.0.8Sebastian Thiel2021-10-233-6/+12
|
* Allow usage of smmap 5.0 (#76)Sebastian Thiel2021-10-232-1/+1
|
* Support Python 3.7-3.9Hugo van Kemenade2021-08-192-3/+5
|
* 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-193-1/+7
|
* Replace deprecated unittest aliasesHugo van Kemenade2021-08-197-10/+10
|
* change signing key to the one I haveSebastian Thiel2021-03-262-1/+1
|
* v4.0.74.0.7Harmon2021-03-263-2/+9
|
* Update smmap upper bound in setup.pyHarmon2021-03-261-1/+1
| | | | Fixes #69
* v4.0.64.0.6Harmon2021-03-253-2/+10
|
* Merge pull request #68 from tmcclintock/masterHarmon2021-03-251-1/+1
|\ | | | | Bumped smmap upper bound
| * Bumped smmap upper boundTom McClintock2021-03-241-1/+1
|/
* Merge remote-tracking branch 'origin'Sebastian Thiel2021-01-215-9/+12
|\
| * Add Ram Rachum to AUTHORSRam Rachum2020-06-151-0/+3
| |
| * 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-054-2/+8
|/
* change package signing key back to what it wasSebastian Thiel2020-04-112-1/+1
|
* Also remove coverallsSebastian Thiel2020-04-111-2/+0
| | | | [skip CI]
* Remove windows build badgeSebastian Thiel2020-04-111-2/+0
| | | | [skip CI]
* Bump patch again; …upload error due to state on disk, yikes4.0.4Sebastian Thiel2020-04-113-3/+3
|
* update changelog; remove sublime text (editor) configurationSebastian Thiel2020-04-112-44/+6
|
* bump patch level; mark travis-ci as unused4.0.3Sebastian Thiel2020-04-113-1/+2
|
* don't try to use __file__ when using pyoxidizerSebastian Thiel2020-04-111-1/+2
|
* Replace travis with github actionsSebastian Thiel2020-04-111-2/+2
|
* Create pythonpackage.ymlSebastian Thiel2020-04-111-0/+44
|
* v4.0.24.0.2Harmon2020-02-243-2/+9
|
* Merge pull request #62 from ↵Harmon2020-02-241-2/+0
|\ | | | | | | | | Nicusor97/remove-setup-cfg-because-it-dropped-python-2-support Remove setup.cfg to have a pure python wheel
| * Remove setup.cfg because the gitdb dropped Python 2 supportNicusor972020-02-241-2/+0
|/
* v4.0.14.0.1Harmon2020-02-235-5/+15
|
* v3.0.3.post13.0.3.post1Harmon2020-02-233-2/+17
|
* Improve changelog for v3.0.2Harmon2020-02-221-1/+2
|
* Update requirements.txtHarmon2020-02-221-1/+1
|
* Restrict smmap2 version to <3Harmon2020-02-221-1/+1
|
* Merge pull request #49 from xarx00/PR-UnicodeEncodeErrorHarmon2020-02-181-1/+1
|\ | | | | Change force_bytes to use UTF-8 encoding by default
| * Merge branch 'master' into PR-UnicodeEncodeErrorHarmon2020-02-1819-311/+112
| |\ | |/ |/|
* | Now with PR: 3.0.23.0.2Sebastian Thiel2020-02-173-3/+3
| |
* | Merge branch 'master' of https://github.com/gitpython-developers/gitdbSebastian Thiel2020-02-1712-246/+96
|\ \
| * \ Merge pull request #56 from Harmon758/python-2-support-removalSebastian Thiel2020-02-1711-242/+96
| |\ \ | | | | | | | | Remove Python 2 compatibility shims
| | * | 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
| |/ /