1. 1baac72 Fix SF #441664: Python crash on del of a slice of a mmap by Thomas Wouters · 23 years ago
  2. d401edd Fix new compiler warnings. Also boost "start" from (C) int to long and by Tim Peters · 23 years ago
  3. 834f4dd Fix the .find() method for memory maps. by Greg Stein · 23 years ago
  4. d6283b8 Minor fiddling related to SF patch 416251 2.1c1 mmapmodule: unused vrbl cleanup by Tim Peters · 23 years ago
  5. cf96de0 SF but #417587: compiler warnings compiling 2.1. by Tim Peters · 23 years ago
  6. 2caf8df SF bug 128713: type(mmap_object) blew up on Linux. by Tim Peters · 24 years ago
  7. 5a53019 Part of SF patch #102409 by jlt63 to support building these modules by Guido van Rossum · 24 years ago
  8. 0d9f9dc Windows mmap should (as the docs probably <wink> say) create a mapping by Tim Peters · 24 years ago
  9. 145f96e my_getpagesize(): New function; returns the size of a page of memory. by Fred Drake · 24 years ago
  10. 4b36e6b For the benefit of SunOS 4.1.4, define MS_SYNC as 0 when it's by Guido van Rossum · 24 years ago
  11. 071864a More Windows changes. by Mark Hammond · 24 years ago
  12. 2cbed00 Fixes for Windows (but also tested on Linux). Test suite now completes, and this module should not leak in the face of errors. by Mark Hammond · 24 years ago
  13. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  14. 5cccf50 - added (long) casts to a couple of Py_BuildValue calls, by Fredrik Lundh · 24 years ago
  15. 54cf3dc -- ANSI-fying, names by Fredrik Lundh · 24 years ago
  16. da13f89 Remove definition of _GNU_SOURCE, since Python.h now does it for us by Andrew M. Kuchling · 24 years ago
  17. ce8e1dc clean up warnings in Win32 build of mmapmodule.c by Guido van Rossum · 24 years ago
  18. ea34a84 Patch from Lorenzo M. Catucci: by Andrew M. Kuchling · 24 years ago
  19. 6fef30e Support resizing the mapping depending on whether HAVE_MREMAP is defined by Andrew M. Kuchling · 24 years ago
  20. 70d2742 Patch from Trent Mick: by Andrew M. Kuchling · 24 years ago
  21. 9bc5f33 Removed MS_INVALIDATE flags by Andrew M. Kuchling · 24 years ago
  22. 7b9fb92 Fix the size() method to return the size of the file on Unix, not the by Andrew M. Kuchling · 24 years ago
  23. 841b9fb Use PyArg_ParseTuple and specify the method names, following a suggestion by Andrew M. Kuchling · 24 years ago
  24. 961fe17 Add missing PyArg_NoArgs() calls to methods that didn't take arguments by Andrew M. Kuchling · 24 years ago
  25. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  26. 36d4f8b Correct fix by Mark Favas for the cast problems. by Guido van Rossum · 24 years ago
  27. e110dcf I've had complaints about the comparison "where >= 0" before -- on by Guido van Rossum · 24 years ago
  28. 1ef4e2d Mark Hammond <mhammond@skippinet.com.au>: by Fred Drake · 24 years ago
  29. 56a87a0 Patch from Hrvoje Niksic <hniksic@iskon.hr>: by Fred Drake · 24 years ago
  30. 325942a Removed three unused variables from the Windows code. by Guido van Rossum · 24 years ago
  31. 09fdf07 Hacked for Win32 by Mark Hammond. by Guido van Rossum · 24 years ago
  32. 1ed7d2d Added mmap module -- map a view of a file into memory on Win32 and Unix. by Andrew M. Kuchling · 24 years ago