summaryrefslogtreecommitdiff
path: root/smmap/mman.py
Commit message (Expand)AuthorAgeFilesLines
* Added assertion in spot that might help tracking down the issue when it happensgitpython-issue-251-debuggingSebastian Thiel2015-01-301-0/+1
* All tests work, bumped versionSebastian Thiel2015-01-071-2/+5
* Initial attempt to fix resource usageSebastian Thiel2015-01-071-14/+13
* Applied autopep8Sebastian Thiel2015-01-041-53/+56
* pep8 lintingAntoine Musso2014-11-161-126/+123
* Fixed a few typos and major linter errorsSebastian Thiel2014-11-131-10/+6
* Initial improvements to get rid of the performance regression in py3.Sebastian Thiel2014-11-121-15/+14
* Fix 2 instances of "containnig" => "containing"Marc Abramowitz2014-06-161-1/+1
* Deal with lack of `buffer` in py3Marc Abramowitz2014-06-161-0/+1
* Delay importing sys.getrefcount until neededMarc Abramowitz2014-06-131-1/+0
* Initial work for supporting python 3 (>= 3.3).David Black2014-05-161-9/+11
* tabs to spacesSebastian Thiel2014-02-091-561/+561
* Added some more in-code comments to clarify why that exception is caughtSebastian Thiel2012-01-181-0/+5
* Workaround for #1Kenneth Reitz2011-07-081-5/+8
* Fixed possible bug as a method was called using an old signature. Apparently ...Sebastian Thiel2011-07-051-2/+1
* Removed possibly invalid documentation tagsSebastian Thiel2011-06-131-23/+30
* It turned out the :note: docstring was not supported. Now all documentation i...Sebastian Thiel2011-06-131-15/+24
* Finished tutorial section, umproved capabilities of the buffer implementation...Sebastian Thiel2011-06-131-3/+3
* Fixed up configuration to create api documentation for the code. Improved som...Sebastian Thiel2011-06-131-2/+3
* Merge branch 'single'Sebastian Thiel2011-06-101-145/+225
|\
| * Some more adjustments to make it work in all python versionsSebastian Thiel2011-06-101-1/+1
| * Finally the mem manager and buffer tests run with the static one tooSebastian Thiel2011-06-101-9/+9
| * test are running, once again, but not yet complete regarding the static managerSebastian Thiel2011-06-101-61/+31
| * Implemented static memory manager, for now without testSebastian Thiel2011-06-101-11/+87
| * Changed design of memory managers to support different implementations. Curre...Sebastian Thiel2011-06-101-95/+127
| * moved code from cursor into manager, as it belongs there. This is a design er...Sebastian Thiel2011-06-101-116/+118
|/
* Changed names to be more descriptive, hopefully. This opens op the option to ...Sebastian Thiel2011-06-101-20/+20
* Fixed some mapping issues on windows. Fixed some tests to deal with the very ...Sebastian Thiel2011-06-101-5/+0
* Added tests for the fd case. It shows that this is measurably faster than the...Sebastian Thiel2011-06-101-1/+3
* System can now deal with file descriptors as input, but it still requires som...Sebastian Thiel2011-06-101-9/+32
* Added very special purpose method to free memory maps. The whole reason for t...Sebastian Thiel2011-06-101-0/+29
* Added indirection level to internally used types to allow others to exchange ...Sebastian Thiel2011-06-101-8/+17
* Finished implementation of buffer including a test which shows the performanc...Sebastian Thiel2011-06-091-1/+4
* Implemented buffer interface and test to fully proove it. Its not yet fully p...Sebastian Thiel2011-06-091-1/+11
* Cursor can now take additional flags when opening the file handle for mapping...Sebastian Thiel2011-06-091-3/+7
* Applied some optimizations for performance. Python is very easily overwhelmed...Sebastian Thiel2011-06-091-26/+40
* Fixed a few little issues, the random access test/perftest now work perfectly...Sebastian Thiel2011-06-091-2/+2
* implemented plenty of operational testing. It shows that its not yet working ...Sebastian Thiel2011-06-091-4/+9
* Implemented use_region. Let the testing begin. Especially the actual data han...Sebastian Thiel2011-06-091-6/+125
* Fully implemented the manager - now the cursor can be implenented as wellSebastian Thiel2011-06-091-2/+100
* First bit of MappedMemoryManager started. Much more to come - got lost in git...Sebastian Thiel2011-06-091-3/+19
* Implemented first basic functionality of cursor, which is only complete once ...Sebastian Thiel2011-06-081-8/+98
* Moved all utility types into their own moduleSebastian Thiel2011-06-081-175/+29
* Added rather trivial implementation for the region list, including testSebastian Thiel2011-06-081-4/+26
* Fixed bug in test case as it didn't properly align its offset to a pageSebastian Thiel2011-06-081-5/+15
* Implemented MappedRegion type including testSebastian Thiel2011-06-081-5/+68
* Implemented Window including test. Started Region implementation as well as t...Sebastian Thiel2011-06-081-1/+109
* Initial setup for the testing framework; includes setup tools configuration a...Sebastian Thiel2011-06-081-0/+3