summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v3.0.1v3.0.1Harmon2020-02-232-1/+9
* Remove carriage returns in setup.py long_descriptionHarmon2020-02-231-1/+1
* Merge pull request #40 from adamchainz/markdownHarmon2020-02-231-0/+1
|\
| * Tell PyPI long_description is MarkdownAdam Johnson2018-10-151-0/+1
* | Update makefile to sign with new signatureSebastian Thiel2020-02-231-3/+3
* | Change package name to 'smmap'; bump version to 3.0.0v3.0.0Sebastian Thiel2020-02-233-3/+3
* | Merge tag 'v2.0.5'Sebastian Thiel2020-02-231-1/+1
|\ \
| * | bump patch; remove old python versionsv2.0.5Sebastian Thiel2018-10-131-1/+1
| |/
* | Associate smmap2 on pypi with this repositorySebastian Thiel2019-07-201-0/+4
|/
* Test Python 3.6Hugo2018-10-132-1/+2
* Add python_requires to help pipHugo2018-10-131-0/+1
* Drop support for EOL PythonHugo2018-10-137-80/+20
* Update homepageNathan Goldbaum2017-09-281-1/+1
* chore(version-up): v2.0.3v2.0.3Sebastian Thiel2017-06-101-1/+1
* Merge tag 'v2.0.2'Sebastian Thiel2017-06-103-4/+18
|\
| * chore(version-up): v2.0.2v2.0.2Sebastian Thiel2017-05-283-4/+18
* | Add MANIFEST.in to include LICENSE in distributionJoseph LaFreniere2017-06-081-0/+2
|/
* doc(readme): make limitations way more prominentSebastian Thiel2016-12-081-5/+6
* chore(version): v2.0.1v2.0.1Sebastian Thiel2016-10-221-1/+1
* Merge pull request #30 from ankostis/win_mmapSebastian Thiel2016-10-222-28/+13
|\
| * fix(MapWindow): unicode foes in read_into_memory() used by gitpython TCsKostis Anagnostopoulos2016-10-222-28/+13
|/
* chore(version): set version to 2.0v2.0.0Sebastian Thiel2016-10-161-1/+1
* chore(rename): smmap -> smmap2Sebastian Thiel2016-10-161-1/+1
* doc(README): correct appveyor badgeSebastian Thiel2016-10-091-3/+1
* Merge pull request #29 from ankostis/appveyorSebastian Thiel2016-10-099-358/+425
|\
| * io: retrofit classes wih destructors into context-mansKostis Anagnostopoulos2016-10-027-351/+368
| * Appveyor: Add badge.Kostis Anagnostopoulos2016-10-011-7/+8
| * ci: Enable Appveyor.Kostis Anagnostopoulos2016-10-011-0/+49
|/
* Merge pull request #27 from jesseweigert/masterSebastian Thiel2015-10-281-1/+1
|\
| * Fix package descriptionJesse Weigert2015-10-271-1/+1
|/
* Merge pull request #26 from felixonmars/masterSebastian Thiel2015-10-151-0/+1
|\
| * Add Python 3.5 to test with travisFelix Yan2015-10-151-0/+1
|/
* fix(tests): remove line failing on power-pcSebastian Thiel2015-05-082-9/+0
* Fixed urls, they changed after moving the repo to gitpython-developersSebastian Thiel2015-01-223-7/+7
* Added issuestats badges to readme fileSebastian Thiel2015-01-221-0/+2
* Artificially restrict test-runs to assure we don't leak handlesSebastian Thiel2015-01-071-0/+2
* Merge branch 'resource-handling'v0.9.0Sebastian Thiel2015-01-078-53/+65
|\
| * All tests work, bumped versionSebastian Thiel2015-01-075-5/+14
| * Initial attempt to fix resource usageSebastian Thiel2015-01-075-49/+52
|/
* Restore compatibility to python 3.0 to 3.4v0.8.5Sebastian Thiel2015-01-063-11/+33
* Fixed python 3 performance regressionv0.8.4Sebastian Thiel2015-01-063-3/+9
* Applied autopep8Sebastian Thiel2015-01-0410-152/+165
* Added link to readthedocsSebastian Thiel2014-11-191-0/+1
* Merge pull request #21 from hashar/pep8-lintingSebastian Thiel2014-11-1711-263/+268
|\
| * Drop semicolon at end of statementAntoine Musso2014-11-161-2/+2
| * pep8 lintingAntoine Musso2014-11-169-260/+258
| * Add tox env for flake8 linterAntoine Musso2014-11-162-1/+8
|/
* Added pypi badgesSebastian Thiel2014-11-141-0/+3
* Fixed incorrect usage of memoryview. It's not getting faster thoughSebastian Thiel2014-11-131-1/+1
* Merge branch 'py2n3'v0.8.3Sebastian Thiel2014-11-1312-122/+136
|\