summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_mmap.py
Commit message (Expand)AuthorAgeFilesLines
* This was failing on Windows, due to various attempts to delete filesTim Peters2003-03-311-10/+5
* backport:Neal Norwitz2003-01-101-0/+18
* Replaced this with the 2.3 test_mmap, which contains Windows-specificTim Peters2002-09-241-7/+18
* Try to get test to pass on WindowsNeal Norwitz2002-09-071-1/+2
* Backport of SF bug # 585792, Invalid mmap crashes Python interpreterNeal Norwitz2002-09-051-0/+16
* backport tim_one's checkin ofMichael W. Hudson2002-08-231-0/+2
* backport tim_one's checkin ofMichael W. Hudson2002-03-081-0/+25
* Removed print that executes only on Unix boxes; that made it impossibleTim Peters2001-11-131-2/+2
* CVS patch #477161: New "access" keyword for mmap, from Jay T Miller.Tim Peters2001-11-131-13/+125
* unlink() would normally be found in the "os" module, so use it from there.Fred Drake2001-05-111-5/+7
* Change test_mmap.py to use test_support.TESTFN instead of hardcoded "foo",Tim Peters2001-05-101-108/+119
* String method conversion.Eric S. Raymond2001-02-091-3/+3
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-17/+19
* SF bug 128713: type(mmap_object) blew up on Linux.Tim Peters2001-01-141-0/+2
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-11/+10
* test_mmap wrote null bytes into its expected-output file; this caused me toTim Peters2000-09-041-2/+1
* 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