| Commit message (Expand) | Author | Age | Files | Lines |
* | Patches #749830, #1144555: allow UNIX mmap size to default to current | Martin v. Löwis | 2005-03-03 | 1 | -5/+8 |
|
|
* | Set data pointer to NULL after an error; this keeps the mmap_dealloc() functi... | Andrew M. Kuchling | 2004-05-19 | 1 | -0/+1 |
|
|
* | Remove support for SunOS 4. | Skip Montanaro | 2004-01-17 | 1 | -5/+0 |
|
|
* | [Patch #708374] Only apply the check for file size if the file is a regular f... | Andrew M. Kuchling | 2003-07-15 | 1 | -1/+2 |
|
|
* | Patch #708495: Port more stuff to OpenVMS. | Martin v. Löwis | 2003-05-03 | 1 | -0/+4 |
|
|
* | Fix two crashes on Windows: | Guido van Rossum | 2003-04-09 | 1 | -2/+2 |
|
|
* | SF patch #682514, mmapmodule.c write fix for LP64 executables | Neal Norwitz | 2003-02-07 | 1 | -1/+1 |
|
|
* | SF #665913, Fix mmap module core dump with unix | Neal Norwitz | 2003-01-10 | 1 | -2/+4 |
|
|
* | SF bug # 585792, Invalid mmap crashes Python interpreter | Neal Norwitz | 2002-09-05 | 1 | -1/+11 |
|
|
* | Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link | Mark Hammond | 2002-07-23 | 1 | -1/+1 |
|
|
* | Patch #569753: Remove support for WIN16. | Martin v. Löwis | 2002-06-30 | 1 | -17/+17 |
|
|
* | SF bug 515943: searching for data with \0 in mmap. | Tim Peters | 2002-03-08 | 1 | -9/+5 |
|
|
* | Patch #477750: Use METH_ constants in Modules. | Martin v. Löwis | 2002-01-17 | 1 | -13/+13 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -1/+0 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. | Tim Peters | 2001-11-13 | 1 | -69/+166 |
|
|
* | Remove obsolete e-mail address | Andrew M. Kuchling | 2001-11-05 | 1 | -1/+1 |
|
|
* | Fix SF #441664: Python crash on del of a slice of a mmap | Thomas Wouters | 2001-07-16 | 1 | -0/+10 |
|
|
* | Fix new compiler warnings. Also boost "start" from (C) int to long and | Tim Peters | 2001-05-14 | 1 | -5/+5 |
|
|
* | Fix the .find() method for memory maps. | Greg Stein | 2001-05-14 | 1 | -3/+12 |
|
|
* | Minor fiddling related to | Tim Peters | 2001-05-09 | 1 | -5/+2 |
|
|
* | SF but #417587: compiler warnings compiling 2.1. | Tim Peters | 2001-04-21 | 1 | -1/+1 |
|
|
* | SF bug 128713: type(mmap_object) blew up on Linux. | Tim Peters | 2001-01-14 | 1 | -3/+4 |
|
|
* | Part of SF patch #102409 by jlt63 to support building these modules | Guido van Rossum | 2001-01-10 | 1 | -7/+1 |
|
|
* | Windows mmap should (as the docs probably <wink> say) create a mapping | Tim Peters | 2001-01-10 | 1 | -2/+2 |
|
|
* | my_getpagesize(): New function; returns the size of a page of memory. | Fred Drake | 2000-10-01 | 1 | -12/+18 |
|
|
* | For the benefit of SunOS 4.1.4, define MS_SYNC as 0 when it's | Guido van Rossum | 2000-09-25 | 1 | -0/+6 |
|
|
* | More Windows changes. | Mark Hammond | 2000-07-30 | 1 | -24/+38 |
|
|
* | Fixes for Windows (but also tested on Linux). Test suite now completes, and ... | Mark Hammond | 2000-07-30 | 1 | -6/+46 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | - added (long) casts to a couple of Py_BuildValue calls, | Fredrik Lundh | 2000-07-09 | 1 | -7/+7 |
|
|
* | -- ANSI-fying, names | Fredrik Lundh | 2000-07-08 | 1 | -82/+61 |
|
|
* | Remove definition of _GNU_SOURCE, since Python.h now does it for us | Andrew M. Kuchling | 2000-07-05 | 1 | -5/+0 |
|
|
* | clean up warnings in Win32 build of mmapmodule.c | Guido van Rossum | 2000-07-01 | 1 | -6/+6 |
|
|
* | Patch from Lorenzo M. Catucci: | Andrew M. Kuchling | 2000-06-18 | 1 | -0/+5 |
|
|
* | Support resizing the mapping depending on whether HAVE_MREMAP is defined | Andrew M. Kuchling | 2000-06-18 | 1 | -4/+6 |
|
|
* | Patch from Trent Mick: | Andrew M. Kuchling | 2000-06-18 | 1 | -34/+105 |
|
|
* | Removed MS_INVALIDATE flags | Andrew M. Kuchling | 2000-06-18 | 1 | -2/+2 |
|
|
* | Fix the size() method to return the size of the file on Unix, not the | Andrew M. Kuchling | 2000-06-17 | 1 | -3/+12 |
|
|
* | Use PyArg_ParseTuple and specify the method names, following a suggestion | Andrew M. Kuchling | 2000-06-03 | 1 | -5/+5 |
|
|
* | Add missing PyArg_NoArgs() calls to methods that didn't take arguments | Andrew M. Kuchling | 2000-06-03 | 1 | -8/+16 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -3/+3 |
|
|
* | Correct fix by Mark Favas for the cast problems. | Guido van Rossum | 2000-04-10 | 1 | -4/+5 |
|
|
* | I've had complaints about the comparison "where >= 0" before -- on | Guido van Rossum | 2000-04-10 | 1 | -1/+1 |
|
|
* | Mark Hammond <mhammond@skippinet.com.au>: | Fred Drake | 2000-04-05 | 1 | -6/+2 |
|
|
* | Patch from Hrvoje Niksic <hniksic@iskon.hr>: | Fred Drake | 2000-04-04 | 1 | -8/+8 |
|
|
* | Removed three unused variables from the Windows code. | Guido van Rossum | 2000-03-31 | 1 | -3/+0 |
|
|
* | Hacked for Win32 by Mark Hammond. | Guido van Rossum | 2000-03-31 | 1 | -542/+569 |
|
|
* | Added mmap module -- map a view of a file into memory on Win32 and Unix. | Andrew M. Kuchling | 2000-03-30 | 1 | -0/+848 |
|
|