1. fc170b1 String method conversion. by Eric S. Raymond · 23 years ago
  2. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  3. 2caf8df SF bug 128713: type(mmap_object) blew up on Linux. by Tim Peters · 24 years ago
  4. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  5. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  6. 5069921 test_mmap wrote null bytes into its expected-output file; this caused me to by Tim Peters · 24 years ago
  7. a701597 Fix inconsistent use of tab/space in indentation. by Thomas Wouters · 24 years ago
  8. af4cfae Test that after resizing the mmap'd file, we can't seek beyond the new size. by Mark Hammond · 24 years ago
  9. 7a11671 fixed inconsistent use of tab and spaces by Peter Schneider-Kamp · 24 years ago
  10. d3cf692 Add test of resize() method of mmap objects by Andrew M. Kuchling · 24 years ago
  11. cf70ea6 Additional tests for seek() method, written by Trent Mick by Andrew M. Kuchling · 24 years ago
  12. 605843f Mark Hammond: This patch fixes the mmap module on Windows 9x. by Fred Drake · 24 years ago
  13. 706dbd0 Mark Hammond: Ooops - even though Win32 handles the same args, there by Guido van Rossum · 24 years ago
  14. 767e775 Improved test, by Mark Hammond, for Win32. by Guido van Rossum · 24 years ago
  15. e81b9cf Added simple test case for mmap on Unix; someone needs to write a by Andrew M. Kuchling · 24 years ago