summaryrefslogtreecommitdiff
path: root/smmap
Commit message (Expand)AuthorAgeFilesLines
...
* instead of writing a string to a buffer api (in python 3) write a buffer.David Black2014-05-161-1/+1
* Initial work for supporting python 3 (>= 3.3).David Black2014-05-168-30/+39
* tabs to spacesSebastian Thiel2014-02-099-1455/+1455
* Bumped version to 0.8.2v0.8.2Sebastian Thiel2012-01-181-1/+1
* 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
* updated changelog, bumped versionv0.8.1Sebastian Thiel2011-07-051-1/+1
* 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-133-27/+35
* 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-134-3/+100
* Fixed up configuration to create api documentation for the code. Improved som...Sebastian Thiel2011-06-132-3/+6
* Added option to help test cases to succeed on windows. Its for test systems onlySebastian Thiel2011-06-131-3/+28
* A tiny win32 fix, once againSebastian Thiel2011-06-101-3/+4
* Merge branch 'single'Sebastian Thiel2011-06-105-275/+400
|\
| * Some more adjustments to make it work in all python versionsSebastian Thiel2011-06-102-3/+7
| * Finally the mem manager and buffer tests run with the static one tooSebastian Thiel2011-06-103-109/+131
| * test are running, once again, but not yet complete regarding the static managerSebastian Thiel2011-06-102-93/+70
| * Implemented static memory manager, for now without testSebastian Thiel2011-06-103-15/+99
| * Changed design of memory managers to support different implementations. Curre...Sebastian Thiel2011-06-103-98/+134
| * moved code from cursor into manager, as it belongs there. This is a design er...Sebastian Thiel2011-06-103-120/+122
|/
* Changed names to be more descriptive, hopefully. This opens op the option to ...Sebastian Thiel2011-06-106-53/+53
* Made all types available in root packageSebastian Thiel2011-06-101-0/+4
* Implemented __len__ method in buffer, including small test. This has its cave...Sebastian Thiel2011-06-102-3/+28
* Fixed missing ALLOCATIONGRANULARIY in python <2.6. Python is as unportable as...Sebastian Thiel2011-06-102-2/+9
* Fixed some mapping issues on windows. Fixed some tests to deal with the very ...Sebastian Thiel2011-06-105-23/+24
* Added tests for the fd case. It shows that this is measurably faster than the...Sebastian Thiel2011-06-104-138/+157
* System can now deal with file descriptors as input, but it still requires som...Sebastian Thiel2011-06-103-25/+63
* 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-102-9/+18
* Changed buffer implementation to use a cursor right away instead of taking a ...Sebastian Thiel2011-06-092-45/+35
* Optimized __getslice__ implementation a bitSebastian Thiel2011-06-091-10/+5
* Finished implementation of buffer including a test which shows the performanc...Sebastian Thiel2011-06-094-32/+66
* Implemented buffer interface and test to fully proove it. Its not yet fully p...Sebastian Thiel2011-06-094-10/+196
* Cursor can now take additional flags when opening the file handle for mapping...Sebastian Thiel2011-06-094-7/+12
* Merge branch 'cursor'Sebastian Thiel2011-06-095-33/+576
|\
| * Applied some optimizations for performance. Python is very easily overwhelmed...Sebastian Thiel2011-06-093-45/+68
| * Fixed a few little issues, the random access test/perftest now work perfectly...Sebastian Thiel2011-06-093-7/+13
| * implemented plenty of operational testing. It shows that its not yet working ...Sebastian Thiel2011-06-093-8/+106
| * Implemented use_region. Let the testing begin. Especially the actual data han...Sebastian Thiel2011-06-094-13/+174
| * Fully implemented the manager - now the cursor can be implenented as wellSebastian Thiel2011-06-094-5/+131
| * First bit of MappedMemoryManager started. Much more to come - got lost in git...Sebastian Thiel2011-06-092-3/+26
| * Implemented first basic functionality of cursor, which is only complete once ...Sebastian Thiel2011-06-084-18/+120
|/
* Moved all utility types into their own moduleSebastian Thiel2011-06-085-268/+309
* Added rather trivial implementation for the region list, including testSebastian Thiel2011-06-082-5/+32
* Fixed bug in test case as it didn't properly align its offset to a pageSebastian Thiel2011-06-082-8/+30
* Implemented MappedRegion type including testSebastian Thiel2011-06-082-9/+87
* Implemented Window including test. Started Region implementation as well as t...Sebastian Thiel2011-06-083-4/+216
* Initial setup for the testing framework; includes setup tools configuration a...Sebastian Thiel2011-06-087-0/+55