| Commit message (Expand) | Author | Age | Files | Lines |
* | Checking in the code for PEP 357. | Guido van Rossum | 2006-03-07 | 1 | -17/+8 |
|
|
* | More unconsting. | Martin v. Löwis | 2006-02-27 | 1 | -2/+2 |
|
|
* | Fix typo. | Martin v. Löwis | 2006-02-18 | 1 | -1/+1 |
|
|
* | Fix size computation on Win64. | Martin v. Löwis | 2006-02-18 | 1 | -12/+46 |
|
|
* | Fix typo. | Thomas Wouters | 2006-02-17 | 1 | -1/+1 |
|
|
* | Remove size restrictions. | Martin v. Löwis | 2006-02-17 | 1 | -29/+19 |
|
|
* | mmap_flush_method(): Squash compiler warning about | Tim Peters | 2006-02-17 | 1 | -2/+2 |
|
|
* | Remove space between function name and left paren | Tim Peters | 2006-02-17 | 1 | -94/+92 |
|
|
* | Removed pointless parens around `return` expressions; | Tim Peters | 2006-02-16 | 1 | -22/+20 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2006-02-16 | 1 | -41/+41 |
|
|
* | new_mmap_object(), Windows flavor. | Tim Peters | 2006-02-16 | 1 | -2/+16 |
|
|
* | More Py_ssize_t format characters. | Thomas Wouters | 2006-02-16 | 1 | -1/+1 |
|
|
* | Use Py_ssize_t for counts and sizes. | Martin v. Löwis | 2006-02-16 | 1 | -8/+8 |
|
|
* | Update comment and make accurate. | Neal Norwitz | 2006-02-16 | 1 | -1/+1 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -24/+24 |
|
|
* | Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same | Neal Norwitz | 2006-02-05 | 1 | -10/+49 |
|
|
* | Whitespace normalization | Neal Norwitz | 2006-02-05 | 1 | -2/+2 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Fix SF bug #1402308, segfault when using mmap(-1, ...) | Neal Norwitz | 2006-01-11 | 1 | -0/+1 |
|
|
* | SF Patch #1365916, mmap fails on AMD64 | Neal Norwitz | 2005-12-18 | 1 | -12/+12 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -7/+8 |
|
|
* | Cleanup the previous checkin. | Neal Norwitz | 2005-11-02 | 1 | -1/+4 |
|
|
* | Bug #1344508, Fix UNIX mmap leaking file descriptors. Will backport. | Neal Norwitz | 2005-11-02 | 1 | -0/+1 |
|
|
* | C89 compliance. | Armin Rigo | 2005-09-20 | 1 | -2/+2 |
|
|
* | bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix | Georg Brandl | 2005-08-24 | 1 | -1/+11 |
|
|
* | 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 |
|
|