summaryrefslogtreecommitdiff
path: root/Modules/mmapmodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-3/+2
* SF patch# 1752647 by Joe Gregorio.Guido van Rossum2007-07-161-9/+9
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-42/+32
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+3
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-271-4/+2
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-23/+13
* Checking in the code for PEP 357.Guido van Rossum2006-03-071-17/+8
* More unconsting.Martin v. Löwis2006-02-271-2/+2
* Fix typo.Martin v. Löwis2006-02-181-1/+1
* Fix size computation on Win64.Martin v. Löwis2006-02-181-12/+46
* Fix typo.Thomas Wouters2006-02-171-1/+1
* Remove size restrictions.Martin v. Löwis2006-02-171-29/+19
* mmap_flush_method(): Squash compiler warning aboutTim Peters2006-02-171-2/+2
* Remove space between function name and left parenTim Peters2006-02-171-94/+92
* Removed pointless parens around `return` expressions;Tim Peters2006-02-161-22/+20
* Trimmed trailing whitespace.Tim Peters2006-02-161-41/+41
* new_mmap_object(), Windows flavor.Tim Peters2006-02-161-2/+16
* More Py_ssize_t format characters.Thomas Wouters2006-02-161-1/+1
* Use Py_ssize_t for counts and sizes.Martin v. Löwis2006-02-161-8/+8
* Update comment and make accurate.Neal Norwitz2006-02-161-1/+1
* Merge ssize_t branch.Martin v. Löwis2006-02-151-24/+24
* Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the sameNeal Norwitz2006-02-051-10/+49
* Whitespace normalizationNeal Norwitz2006-02-051-2/+2
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Fix SF bug #1402308, segfault when using mmap(-1, ...)Neal Norwitz2006-01-111-0/+1
* SF Patch #1365916, mmap fails on AMD64Neal Norwitz2005-12-181-12/+12
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-7/+8
* Cleanup the previous checkin.Neal Norwitz2005-11-021-1/+4
* Bug #1344508, Fix UNIX mmap leaking file descriptors. Will backport.Neal Norwitz2005-11-021-0/+1
* C89 compliance.Armin Rigo2005-09-201-2/+2
* bug [ 728515 ] mmap's resize method resizes the file in win32 but not unixGeorg Brandl2005-08-241-1/+11
* Patches #749830, #1144555: allow UNIX mmap size to default to currentMartin v. Löwis2005-03-031-5/+8
* Set data pointer to NULL after an error; this keeps the mmap_dealloc() functi...Andrew M. Kuchling2004-05-191-0/+1
* Remove support for SunOS 4.Skip Montanaro2004-01-171-5/+0
* [Patch #708374] Only apply the check for file size if the file is a regular f...Andrew M. Kuchling2003-07-151-1/+2
* Patch #708495: Port more stuff to OpenVMS.Martin v. Löwis2003-05-031-0/+4
* Fix two crashes on Windows:Guido van Rossum2003-04-091-2/+2
* SF patch #682514, mmapmodule.c write fix for LP64 executablesNeal Norwitz2003-02-071-1/+1
* SF #665913, Fix mmap module core dump with unixNeal Norwitz2003-01-101-2/+4
* SF bug # 585792, Invalid mmap crashes Python interpreterNeal Norwitz2002-09-051-1/+11
* Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." linkMark Hammond2002-07-231-1/+1
* Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-301-17/+17
* SF bug 515943: searching for data with \0 in mmap.Tim Peters2002-03-081-9/+5
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-13/+13
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-1/+0
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* CVS patch #477161: New "access" keyword for mmap, from Jay T Miller.Tim Peters2001-11-131-69/+166
* Remove obsolete e-mail addressAndrew M. Kuchling2001-11-051-1/+1
* Fix SF #441664: Python crash on del of a slice of a mmapThomas Wouters2001-07-161-0/+10