1. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 19 years ago
  2. 3b4fff8 Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 19 years ago
  3. 8856fb7 SF Patch #1365916, mmap fails on AMD64 by Neal Norwitz · 19 years ago
  4. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  5. 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 19 years ago
  6. eba28be Whitespace normalization. by Tim Peters · 19 years ago
  7. 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 19 years ago
  8. ddc82ea A new test here was failing on Windows, because the test before it never by Tim Peters · 22 years ago
  9. e604c02 SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 22 years ago
  10. ccd9e75 test_both(): I believe this was a typo: m is only defined if no by Barry Warsaw · 22 years ago
  11. 1b5112a I left some debugging junk in here; removed it. Also replaced a few by Tim Peters · 22 years ago
  12. 4f4f4d7 A few days ago a test was added here to ensure that creating an mmap by Tim Peters · 22 years ago
  13. 522076d Try to get test to pass on Windows by Neal Norwitz · 22 years ago
  14. b567392 SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 22 years ago
  15. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  16. e12cda9 test_mmap started breaking on Windows, only when run after test_bsddb. by Tim Peters · 22 years ago
  17. 5379dea SF bug 544733: Cygwin test_mmap fix for Python 2.2.1 by Tim Peters · 22 years ago
  18. c9ffa06 SF bug 515943: searching for data with \0 in mmap. by Tim Peters · 22 years ago
  19. 00cafa0 Removed print that executes only on Unix boxes; that made it impossible by Tim Peters · 23 years ago
  20. 5ebfd36 CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. by Tim Peters · 23 years ago
  21. 6278799 unlink() would normally be found in the "os" module, so use it from there. by Fred Drake · 23 years ago
  22. fd69208 Change test_mmap.py to use test_support.TESTFN instead of hardcoded "foo", by Tim Peters · 23 years ago
  23. fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
  24. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  25. 2caf8df SF bug 128713: type(mmap_object) blew up on Linux. by Tim Peters · 24 years ago
  26. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  27. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  28. 5069921 test_mmap wrote null bytes into its expected-output file; this caused me to by Tim Peters · 24 years ago
  29. a701597 Fix inconsistent use of tab/space in indentation. by Thomas Wouters · 24 years ago
  30. af4cfae Test that after resizing the mmap'd file, we can't seek beyond the new size. by Mark Hammond · 24 years ago
  31. 7a11671 fixed inconsistent use of tab and spaces by Peter Schneider-Kamp · 24 years ago
  32. d3cf692 Add test of resize() method of mmap objects by Andrew M. Kuchling · 24 years ago
  33. cf70ea6 Additional tests for seek() method, written by Trent Mick by Andrew M. Kuchling · 24 years ago
  34. 605843f Mark Hammond: This patch fixes the mmap module on Windows 9x. by Fred Drake · 24 years ago
  35. 706dbd0 Mark Hammond: Ooops - even though Win32 handles the same args, there by Guido van Rossum · 24 years ago
  36. 767e775 Improved test, by Mark Hammond, for Win32. by Guido van Rossum · 24 years ago
  37. e81b9cf Added simple test case for mmap on Unix; someone needs to write a by Andrew M. Kuchling · 24 years ago