summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/
| * Remove badges for no longer existing Issue Stats site from READMEHarmon2020-02-151-4/+0
| |
* | bump version to 3.0.13.0.1Sebastian Thiel2020-02-173-2/+8
| |
* | Change package signature to the only yubikey I can use right nowSebastian Thiel2020-02-151-1/+1
|/
* Release 3.0.03.0.0Sebastian Thiel2020-02-152-5/+4
|
* remove appveyorSebastian Thiel2020-02-151-49/+0
| | | | | | | | | It is slow, it fails, and windows support seems unmaintained, besides always having been an incredible time sink. Thanks to everyone who brought GitDb to where it is right now, and I am happy to bring windows testing back if a maintainer can be found.
* don't test python 2.7 anymore, support is droppedSebastian Thiel2020-02-151-1/+0
|
* Merge pull request #53 from lubomir/py39-deprecationsSebastian Thiel2020-02-152-2/+2
|\ | | | | Fix deprecated calls for Python 3.9
| * 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-282-2/+2
|
* Bump versionSebastian Thiel2019-09-283-2/+2
|
* Merge pull request #52 from efiop/masterSebastian Thiel2019-09-281-8/+4
|\ | | | | loose: rename only if needed
| * 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 pull request #46 from hugovk/rm-eolSebastian Thiel2018-10-136-12/+6
|\ | | | | Drop support for EOL Python
| * Python 3.6 is tested and supportedHugo2018-09-071-0/+1
| |
| * Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo2018-09-073-3/+3
| |
| * Drop support for EOL PythonHugo2018-09-073-9/+2
|/
* Merge pull request #44 from movermeyer/fix_badgesSebastian Thiel2018-03-171-2/+2
|\ | | | | Switched broken pypip.in badges to shields.io
| * Switched broken pypip.in badges to shields.ioMichael Overmeyer2018-03-051-2/+2
|/
* Add python 3.6 to the testing suiteSebastian Thiel2017-09-291-0/+1
|
* Upgrade makefile2.0.3Sebastian Thiel2017-09-284-3/+17
|
* Merge pull request #41 from nooperpudd/masterSebastian Thiel2017-09-281-1/+2
|\ | | | | support open encoding `utf-8`
| * change codecs to open with support encoding="utf-8"wangweichen2017-07-131-1/+2
| |
| * fix open encoding error.wangweichen2017-07-131-1/+1
|/
* Merge pull request #38 from stuertz/windows_fixesSebastian Thiel2017-05-285-8/+54
|\ | | | | Windows fixes for leaking file handles #37
| * 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
| | | | | | | | windows)
| * Release the file handle, before deleting, otherwise win fails.stuertz2017-03-261-0/+1
| |
| * Fixed Tests / Code for Windows.stuertz2017-03-262-6/+25
| | | | | | | | | | Sometimes the OS or some other process has the handle to file a bit longer, and the file could not be deleted immediatly. Retry 10 Times with 100ms distance.
| * Skip Test on Windowsstuertz2017-03-261-0/+9
|/ | | | | Currently renaming files is not supported while the the OS doesn't support renaming open files. When closing the file, as done in the code by using http://smmap.readthedocs.io/en/latest/api.html#smmap.mman.StaticWindowMapManager.force_map_handle_removal_win force_map_handle_removal_win, we can rename, but the cache does still have a handle to this file and crashes.
* Merge pull request #33 from ankostis/appveyorKostis Anagnostopoulos2016-10-246-19/+70
|\ | | | | | | | | Enable Appveyor CI for Windows, 3 win-errors on all PY-vers _ One set of errors already fixed: div-by-zero on elapsed times - Appveyor must be quick.
| * tc: HALF FIX of `test_pack_entity ()`Kostis Anagnostopoulos2016-10-221-3/+6
| | | | | | | | | | + On Windows, you cannot write onto a file held by another live file-pointer (test_pack.py:#L204). + The TC fails later, on clean up (the usual).
| * TCs: fix div-by-zero on elapsed times (appveyor CPU is fast!)Kostis Anagnostopoulos2016-10-223-11/+11
| |
| * appveyor: Add badge on ankostis repo for testing.Kostis Anagnostopoulos2016-10-221-5/+4
| |
| * ci: Test on Appveyor for Windows.Kostis Anagnostopoulos2016-10-221-0/+49
|/
* chore(rename): gitdb2 v2.02.0.0Sebastian Thiel2016-10-163-4/+4
| | | | v2 is chosen to better match the name.