Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test_mmap wrote null bytes into its expected-output file; this caused me to | Tim Peters | 2000-09-04 | 1 | -2/+1 |
| | | | | | | | | | | | waste an hour tracking down an illusion; repaired it; writing/reading non- printable characters (except \t\r\n) into/outof text-mode files ain't defined x-platform, and at least some Windows text editors do surprising things in their presence. Also added a by-hand "build humber" to the Windows build, in an approximation of Python's inexplicable BUILD-number Unix scheme. I'll try to remember to increment it each time I make a Windows installer available. It's starting at 2, cuz I've put 2 installers out so far (both with BUILD #0). | ||||
* | Fix inconsistent use of tab/space in indentation. | Thomas Wouters | 2000-07-30 | 1 | -8/+8 |
| | |||||
* | Test that after resizing the mmap'd file, we can't seek beyond the new size. | Mark Hammond | 2000-07-30 | 1 | -1/+8 |
| | |||||
* | fixed inconsistent use of tab and spaces | Peter Schneider-Kamp | 2000-07-11 | 1 | -3/+3 |
| | |||||
* | Add test of resize() method of mmap objects | Andrew M. Kuchling | 2000-07-11 | 1 | -0/+13 |
| | |||||
* | Additional tests for seek() method, written by Trent Mick | Andrew M. Kuchling | 2000-06-18 | 1 | -1/+36 |
| | |||||
* | Mark Hammond: | Fred Drake | 2000-04-05 | 1 | -0/+2 |
| | | | | | | This patch fixes the mmap module on Windows 9x. Also updates the mmap test to remove the test file. | ||||
* | Mark Hammond: Ooops - even though Win32 handles the same args, there | Guido van Rossum | 2000-03-31 | 1 | -4/+1 |
| | | | | was a superfluous check for the platform. | ||||
* | Improved test, by Mark Hammond, for Win32. | Guido van Rossum | 2000-03-31 | 1 | -11/+10 |
| | |||||
* | Added simple test case for mmap on Unix; someone needs to write a | Andrew M. Kuchling | 2000-03-30 | 1 | -0/+69 |
Win32 test case |