| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 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-09 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Closes #15676: mmap: add empty file check prior to offset check | Jesus Cea | 2012-09-09 | 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-07 | 1 | -3/+3 |
|/ |
|
* | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X | Victor Stinner | 2011-05-01 | 1 | -0/+9 |
|\ |
|
| * | Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a | Victor Stinner | 2011-05-01 | 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 |
|
|
| * | Merged revisions 83407 via svnmerge from | Brian Curtin | 2010-08-01 | 1 | -0/+5 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1009/+1009 |
|
|
| * | Merged revisions 73684 via svnmerge from | Hirokazu Yamamoto | 2009-06-29 | 1 | -3/+13 |
|
|
* | | Merged revisions 88486 via svnmerge from | Antoine Pitrou | 2011-02-21 | 1 | -48/+59 |
|
|
* | | Issue #10955: Fix a potential crash when trying to mmap() a file past its | Antoine Pitrou | 2011-01-20 | 1 | -0/+11 |
|
|
* | | Fix mmap and test_mmap under Windows too (followup to r88022)v3.2rc1 | Antoine Pitrou | 2011-01-15 | 1 | -0/+1 |
|
|
* | | Issue #10916: mmap should not segfault when a file is mapped using 0 as | Antoine Pitrou | 2011-01-15 | 1 | -1/+1 |
|
|
* | | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -2/+2 |
|
|
* | | Issue #5391: mmap.read_byte() should return unsigned value [0, 255] | Hirokazu Yamamoto | 2010-11-04 | 1 | -1/+1 |
|
|
* | | #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY. | R. David Murray | 2010-10-18 | 1 | -0/+4 |
|
|
* | | Issue #2643: msync() is not called anymore when deallocating an open mmap | Antoine Pitrou | 2010-09-21 | 1 | -1/+0 |
|
|
* | | Fix other warnings under 64-bit Windows. | Antoine Pitrou | 2010-08-15 | 1 | -1/+1 |
|
|
* | | Fix #8105. Add validation to mmap.mmap so invalid file descriptors | Brian Curtin | 2010-08-01 | 1 | -0/+5 |
|
|
* | | #8046: add context manager protocol support to mmap objects. Also add closed... | Georg Brandl | 2010-08-01 | 1 | -1/+34 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1009/+1009 |
|
|
* | | Merged revisions 73677,73681 via svnmerge from | Hirokazu Yamamoto | 2009-06-29 | 1 | -3/+13 |
|/ |
|
* | Merged revisions 73425 via svnmerge from | Hirokazu Yamamoto | 2009-06-14 | 1 | -1/+2 |
|
|
* | Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,... | Benjamin Peterson | 2009-04-11 | 1 | -9/+9 |
|
|
* | #5391 make mmap work exclusively with bytes | Benjamin Peterson | 2009-04-04 | 1 | -4/+4 |
|
|
* | Merged revisions 70879 via svnmerge from | Hirokazu Yamamoto | 2009-03-31 | 1 | -1/+1 |
|
|
* | Merged revisions 70849,70852 via svnmerge from | Jesse Noller | 2009-03-31 | 1 | -1/+5 |
|
|