summaryrefslogtreecommitdiff
path: root/smmap
Commit message (Expand)AuthorAgeFilesLines
* Drop support for EOL Python 3.6Hugo van Kemenade2022-11-161-1/+1
* Stop signing releasesSebastian Thiel2022-02-211-1/+1
* Fix typosKian-Meng Ang2022-01-155-11/+11
* bump major version and update changelogv5.0.0Sebastian Thiel2021-10-151-1/+1
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2021-10-146-12/+8
* v4.0.0v4.0.0Harmon2021-01-231-1/+1
* Remove unused pyvers variable in SlidingWindowMapBuffer.__getslice__Harmon2021-01-231-1/+0
* Remove MemoryManagerError and RegionCollectionErrorHarmon2021-01-231-11/+0
* Remove buffer usage from TestTutorial.test_exampleHarmon2021-01-231-6/+0
* Remove bufferHarmon2021-01-232-14/+2
* Remove string_typesHarmon2021-01-232-11/+3
* bump patch levelv3.0.5Sebastian Thiel2021-01-231-1/+1
* Ignore Flake8 undefined name error for Python 2 supportHarmon2021-01-211-1/+1
* Revert "Remove basestring reference, no py2 support"Sebastian Thiel2021-01-211-1/+5
* Remove bytes existence checkHarmon2021-01-181-5/+0
* Remove duplicate sys importHarmon2021-01-181-2/+0
* Bump patch level (to create a new correctly signed release)v3.0.4Sebastian Thiel2020-05-051-1/+1
* re-release with different signing keySebastian Thiel2020-04-111-1/+1
* bump patch levelv3.0.2Sebastian Thiel2020-04-111-1/+1
* Remove basestring reference, no py2 supportSebastian Thiel2020-04-111-5/+1
* v3.0.1v3.0.1Harmon2020-02-231-1/+1
* Change package name to 'smmap'; bump version to 3.0.0v3.0.0Sebastian Thiel2020-02-231-1/+1
* bump patch; remove old python versionsv2.0.5Sebastian Thiel2018-10-131-1/+1
* Drop support for EOL PythonHugo2018-10-132-66/+15
* Update homepageNathan Goldbaum2017-09-281-1/+1
* chore(version-up): v2.0.3v2.0.3Sebastian Thiel2017-06-101-1/+1
* chore(version-up): v2.0.2v2.0.2Sebastian Thiel2017-05-281-1/+1
* chore(version): v2.0.1v2.0.1Sebastian Thiel2016-10-221-1/+1
* 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
* io: retrofit classes wih destructors into context-mansKostis Anagnostopoulos2016-10-027-351/+368
* fix(tests): remove line failing on power-pcSebastian Thiel2015-05-082-9/+0
* All tests work, bumped versionSebastian Thiel2015-01-074-4/+13
* Initial attempt to fix resource usageSebastian Thiel2015-01-074-49/+46
* Restore compatibility to python 3.0 to 3.4v0.8.5Sebastian Thiel2015-01-062-11/+28
* Fixed python 3 performance regressionv0.8.4Sebastian Thiel2015-01-062-3/+4
* Applied autopep8Sebastian Thiel2015-01-049-149/+161
* Drop semicolon at end of statementAntoine Musso2014-11-161-2/+2
* pep8 lintingAntoine Musso2014-11-169-260/+258
* Fixed incorrect usage of memoryview. It's not getting faster thoughSebastian Thiel2014-11-131-1/+1
* Fixed a few typos and major linter errorsSebastian Thiel2014-11-137-26/+33
* Initial improvements to get rid of the performance regression in py3.Sebastian Thiel2014-11-123-22/+22
* warnings fixesYoan Blanc2014-07-252-57/+66
* Change / to // (integer division) in test_buf.pyMarc Abramowitz2014-06-161-3/+4
* Make __getitem__ handle slice for Python 3Marc Abramowitz2014-06-161-0/+2
* Merge pull request #13 from Byron/use_bytes_instead_of_strMarc Abramowitz2014-06-161-1/+7
|\
| * Use bytes() instead of str()Marc Abramowitz2014-06-161-1/+7
* | Fix typo: "optimial" => "optimal"Marc Abramowitz2014-06-161-1/+1
|/
* Fix 2 instances of "containnig" => "containing"Marc Abramowitz2014-06-162-2/+2
* Deal with lack of `buffer` in py3Marc Abramowitz2014-06-163-1/+12