| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 3.5 | Benjamin Peterson | 2016-10-05 | 1 | -1/+1 |
|\ |
|
| * | ensure read size is initialized | Benjamin Peterson | 2016-10-05 | 1 | -1/+1 |
* | | merge 3.5 | Benjamin Peterson | 2016-10-05 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | do not leak buffer if mmap is not writable | Benjamin Peterson | 2016-10-05 | 1 | -1/+3 |
* | | merge 3.5 | Benjamin Peterson | 2016-10-05 | 1 | -112/+79 |
|\ \
| |/ |
|
| * | mmap: do all internal arithmetic with Py_ssize_t while being very careful abo... | Benjamin Peterson | 2016-10-05 | 1 | -109/+78 |
* | | Issue #23524: Finish removing _PyVerify_fd from sources | Steve Dower | 2016-09-08 | 1 | -4/+0 |
* | | replace PY_LONG_LONG with long long | Benjamin Peterson | 2016-09-06 | 1 | -6/+6 |
* | | Issue #26335: Make mmap.write() return the number of bytes written like | Berker Peksag | 2016-03-02 | 1 | -2/+3 |
|/ |
|
* | Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. | Serhiy Storchaka | 2015-12-19 | 1 | -1/+1 |
* | Merge 3.4 (#24217) | Benjamin Peterson | 2015-08-02 | 1 | -2/+2 |
|\ |
|
| * | include fcntl.h on all *nix platforms (closes #24217) | Benjamin Peterson | 2015-08-02 | 1 | -2/+2 |
* | | Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i... | Steve Dower | 2015-04-12 | 1 | -1/+3 |
* | | Issue #23752: _Py_fstat() is now responsible to raise the Python exception | Victor Stinner | 2015-03-30 | 1 | -13/+12 |
* | | Issue #23753: Python doesn't support anymore platforms without stat() or | Victor Stinner | 2015-03-24 | 1 | -4/+0 |
* | | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and | Serhiy Storchaka | 2015-03-20 | 1 | -11/+17 |
* | | Fix compiler warning in mmapmodule.c (compare signed/unsigned integers) | Victor Stinner | 2015-03-18 | 1 | -1/+1 |
* | | Issue #23694: Enhance _Py_open(), it now raises exceptions | Victor Stinner | 2015-03-18 | 1 | -1/+0 |
* | | Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind... | Steve Dower | 2015-02-21 | 1 | -4/+4 |
|/ |
|
* | Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. | Serhiy Storchaka | 2014-08-19 | 1 | -0/+16 |
* | Issue #16136: Remove VMS support and VMS-related code | Christian Heimes | 2013-12-21 | 1 | -6/+0 |
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-28 | 1 | -4/+4 |
* | Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert. | Antoine Pitrou | 2013-08-05 | 1 | -1/+7 |
* | Merge | Richard Oudkerk | 2013-02-13 | 1 | -11/+11 |
|\ |
|
| * | Issue #16743: Fix mmap overflow check on 32 bit Windows | Richard Oudkerk | 2013-02-13 | 1 | -11/+11 |
* | | MERGE: #15676: mmap: add empty file check prior to offset check <- Previous p... | Jesus Cea | 2012-09-10 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | #15676: mmap: add empty file check prior to offset check <- Previous patch wa... | Jesus Cea | 2012-09-10 | 1 | -0/+1 |
* | | #15676: mmap: add empty file check prior to offset check <- Previous patch wa... | Jesus Cea | 2012-09-10 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | #15676: mmap: add empty file check prior to offset check <- Previous patch wa... | Jesus Cea | 2012-09-10 | 1 | -0/+5 |
* | | Closes #15676: mmap: add empty file check prior to offset check | Jesus Cea | 2012-09-10 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Closes #15676: mmap: add empty file check prior to offset check | Jesus Cea | 2012-09-10 | 1 | -0/+5 |
* | | Whitespace. | Stefan Krah | 2012-03-06 | 1 | -14/+14 |
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -1/+1 |
* | | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. | Antoine Pitrou | 2011-10-12 | 1 | -16/+10 |
* | | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -1/+3 |
* | | Merge with 3.2 (Issue #12404). | Ross Lagerwall | 2011-06-25 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Issue 12404: Remove C89 incompatible code from mmap module. | Ross Lagerwall | 2011-06-25 | 1 | -1/+2 |
* | | Issue #12021: Make mmap's read() method argument optional. Patch by Petri | Charles-François Natali | 2011-06-08 | 1 | -2/+24 |
* | | Checking if an unsigned long is < 0 is pointless. | Brett Cannon | 2011-06-06 | 1 | -3/+3 |
|/ |
|
* | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X | Victor Stinner | 2011-05-02 | 1 | -0/+9 |
|\ |
|
| * | Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a | Victor Stinner | 2011-05-02 | 1 | -0/+9 |
* | | Merge fix for issue #11391 | Antoine Pitrou | 2011-03-06 | 1 | -5/+10 |
|\ \
| |/ |
|
| * | Issue #11391: Writing to a mmap object created with | Antoine Pitrou | 2011-03-06 | 1 | -5/+10 |
| * | Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from | Antoine Pitrou | 2011-02-28 | 1 | -48/+59 |
| * | Merged revisions 88131 via svnmerge from | Antoine Pitrou | 2011-01-20 | 1 | -0/+11 |
| * | Merged revisions 88036 via svnmerge from | Antoine Pitrou | 2011-01-15 | 1 | -0/+1 |
| * | Merged revisions 88022 via svnmerge from | Antoine Pitrou | 2011-01-15 | 1 | -1/+1 |
| * | Merged revisions 85678 via svnmerge from | R. David Murray | 2010-12-11 | 1 | -1/+6 |
| * | Merged revisions 86159 via svnmerge from | Hirokazu Yamamoto | 2010-11-04 | 1 | -1/+1 |
| * | Merged revisions 84076 via svnmerge from | Antoine Pitrou | 2010-08-15 | 1 | -1/+1 |