summaryrefslogtreecommitdiffstats
path: root/Modules/mmapmodule.c
Commit message (Expand)AuthorAgeFilesLines
* - added (long) casts to a couple of Py_BuildValue calls,Fredrik Lundh2000-07-091-7/+7
* -- ANSI-fying, namesFredrik Lundh2000-07-081-82/+61
* Remove definition of _GNU_SOURCE, since Python.h now does it for usAndrew M. Kuchling2000-07-051-5/+0
* clean up warnings in Win32 build of mmapmodule.cGuido van Rossum2000-07-011-6/+6
* Patch from Lorenzo M. Catucci:Andrew M. Kuchling2000-06-181-0/+5
* Support resizing the mapping depending on whether HAVE_MREMAP is definedAndrew M. Kuchling2000-06-181-4/+6
* Patch from Trent Mick:Andrew M. Kuchling2000-06-181-34/+105
* Removed MS_INVALIDATE flagsAndrew M. Kuchling2000-06-181-2/+2
* Fix the size() method to return the size of the file on Unix, not theAndrew M. Kuchling2000-06-171-3/+12
* Use PyArg_ParseTuple and specify the method names, following a suggestionAndrew M. Kuchling2000-06-031-5/+5
* Add missing PyArg_NoArgs() calls to methods that didn't take argumentsAndrew M. Kuchling2000-06-031-8/+16
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-3/+3
* Correct fix by Mark Favas for the cast problems.Guido van Rossum2000-04-101-4/+5
* I've had complaints about the comparison "where >= 0" before -- onGuido van Rossum2000-04-101-1/+1
* Mark Hammond <mhammond@skippinet.com.au>:Fred Drake2000-04-051-6/+2
* Patch from Hrvoje Niksic <hniksic@iskon.hr>:Fred Drake2000-04-041-8/+8
* Removed three unused variables from the Windows code.Guido van Rossum2000-03-311-3/+0
* Hacked for Win32 by Mark Hammond.Guido van Rossum2000-03-311-542/+569
* Added mmap module -- map a view of a file into memory on Win32 and Unix.Andrew M. Kuchling2000-03-301-0/+848