| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|