Thomas Wouters
|
a701597138
|
Fix inconsistent use of tab/space in indentation.
|
2000-07-30 15:38:35 +00:00 |
Mark Hammond
|
af4cfae300
|
Test that after resizing the mmap'd file, we can't seek beyond the new size.
|
2000-07-30 02:20:38 +00:00 |
Peter Schneider-Kamp
|
7a11671e8b
|
fixed inconsistent use of tab and spaces
|
2000-07-11 11:24:41 +00:00 |
Andrew M. Kuchling
|
d3cf692c38
|
Add test of resize() method of mmap objects
|
2000-07-11 10:45:28 +00:00 |
Andrew M. Kuchling
|
cf70ea633f
|
Additional tests for seek() method, written by Trent Mick
|
2000-06-18 04:47:08 +00:00 |
Fred Drake
|
605843f0c0
|
Mark Hammond:
This patch fixes the mmap module on Windows 9x.
Also updates the mmap test to remove the test file.
|
2000-04-05 14:17:11 +00:00 |
Guido van Rossum
|
706dbd03bd
|
Mark Hammond: Ooops - even though Win32 handles the same args, there
was a superfluous check for the platform.
|
2000-03-31 01:20:33 +00:00 |
Guido van Rossum
|
767e775a98
|
Improved test, by Mark Hammond, for Win32.
|
2000-03-31 01:09:14 +00:00 |
Andrew M. Kuchling
|
e81b9cfcfe
|
Added simple test case for mmap on Unix; someone needs to write a
Win32 test case
|
2000-03-30 21:15:29 +00:00 |