summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_mmap
Commit message (Expand)AuthorAgeFilesLines
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-38/+0
* Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the sameNeal Norwitz2006-02-051-0/+1
* Fix SF bug #1402308, segfault when using mmap(-1, ...)Neal Norwitz2006-01-111-0/+1
* Patches #749830, #1144555: allow UNIX mmap size to default to currentMartin v. Löwis2005-03-031-0/+2
* SF bug # 585792, Invalid mmap crashes Python interpreterNeal Norwitz2002-09-051-0/+1
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* CVS patch #477161: New "access" keyword for mmap, from Jay T Miller.Tim Peters2001-11-131-0/+13
* Fix the test output, now that escapes in repr() of string and UnicodeGuido van Rossum2001-01-241-4/+4
* SF bug 128713: type(mmap_object) blew up on Linux.Tim Peters2001-01-141-0/+1
* test_mmap wrote null bytes into its expected-output file; this caused me toTim Peters2000-09-041-0/+0
* Add test of resize() method of mmap objectsAndrew M. Kuchling2000-07-111-0/+0
* Additional tests for seek() method, written by Trent MickAndrew M. Kuchling2000-06-181-0/+0
* Output for simple test case for mmap on Unix; someone needs to write aAndrew M. Kuchling2000-03-301-0/+0