summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_mmap.py
Commit message (Expand)AuthorAgeFilesLines
* Fix inconsistent use of tab/space in indentation.Thomas Wouters2000-07-301-8/+8
* Test that after resizing the mmap'd file, we can't seek beyond the new size.Mark Hammond2000-07-301-1/+8
* fixed inconsistent use of tab and spacesPeter Schneider-Kamp2000-07-111-3/+3
* Add test of resize() method of mmap objectsAndrew M. Kuchling2000-07-111-0/+13
* Additional tests for seek() method, written by Trent MickAndrew M. Kuchling2000-06-181-1/+36
* Mark Hammond:Fred Drake2000-04-051-0/+2
* Mark Hammond: Ooops - even though Win32 handles the same args, thereGuido van Rossum2000-03-311-4/+1
* Improved test, by Mark Hammond, for Win32.Guido van Rossum2000-03-311-11/+10
* Added simple test case for mmap on Unix; someone needs to write aAndrew M. Kuchling2000-03-301-0/+69