1. ea34a84 Patch from Lorenzo M. Catucci: by Andrew M. Kuchling · 24 years ago
  2. 6fef30e Support resizing the mapping depending on whether HAVE_MREMAP is defined by Andrew M. Kuchling · 24 years ago
  3. 70d2742 Patch from Trent Mick: by Andrew M. Kuchling · 24 years ago
  4. 9bc5f33 Removed MS_INVALIDATE flags by Andrew M. Kuchling · 24 years ago
  5. 7b9fb92 Fix the size() method to return the size of the file on Unix, not the by Andrew M. Kuchling · 24 years ago
  6. 841b9fb Use PyArg_ParseTuple and specify the method names, following a suggestion by Andrew M. Kuchling · 24 years ago
  7. 961fe17 Add missing PyArg_NoArgs() calls to methods that didn't take arguments by Andrew M. Kuchling · 24 years ago
  8. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  9. 36d4f8b Correct fix by Mark Favas for the cast problems. by Guido van Rossum · 24 years ago
  10. e110dcf I've had complaints about the comparison "where >= 0" before -- on by Guido van Rossum · 24 years ago
  11. 1ef4e2d Mark Hammond <mhammond@skippinet.com.au>: by Fred Drake · 24 years ago
  12. 56a87a0 Patch from Hrvoje Niksic <hniksic@iskon.hr>: by Fred Drake · 24 years ago
  13. 325942a Removed three unused variables from the Windows code. by Guido van Rossum · 24 years ago
  14. 09fdf07 Hacked for Win32 by Mark Hammond. by Guido van Rossum · 24 years ago
  15. 1ed7d2d Added mmap module -- map a view of a file into memory on Win32 and Unix. by Andrew M. Kuchling · 24 years ago