| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed typo. | Serhiy Storchaka | 2014-08-19 | 1 | -2/+2 |
|
|
* | Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. | Serhiy Storchaka | 2014-08-19 | 1 | -1/+10 |
|
|
* | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -76/+74 |
|
|
* | Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert. | Antoine Pitrou | 2013-08-05 | 1 | -1/+11 |
|
|
* | Merge | Richard Oudkerk | 2013-02-13 | 1 | -0/+7 |
|\ |
|
| * | Merge | Richard Oudkerk | 2013-02-13 | 1 | -0/+7 |
| |\ |
|
| | * | Issue #16743: Fix mmap overflow check on 32 bit Windows | Richard Oudkerk | 2013-02-13 | 1 | -0/+7 |
|
|
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -4/+4 |
|
|
* | | | Issue #16719: Get rid of WindowsError. Use OSError instead | Andrew Svetlov | 2012-12-19 | 1 | -1/+1 |
|
|
* | | | Replace mmap.error with OSError, #16705 | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 |
|/ / |
|
* | | #15676: mmap: add empty file check prior to offset check <- Previous patch wa... | Jesus Cea | 2012-09-10 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | #15676: mmap: add empty file check prior to offset check <- Previous patch wa... | Jesus Cea | 2012-09-10 | 1 | -5/+5 |
|
|
* | | Closes #15676: mmap: add empty file check prior to offset check | Jesus Cea | 2012-09-09 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Closes #15676: mmap: add empty file check prior to offset check | Jesus Cea | 2012-09-09 | 1 | -0/+9 |
|
|
* | | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. | Antoine Pitrou | 2011-10-12 | 1 | -2/+1 |
|
|
* | | (merge 3.2) Issue #12451: Open files in binary mode in some tests when the text | Victor Stinner | 2011-06-30 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Issue #12451: Open files in binary mode in some tests when the text file is not | Victor Stinner | 2011-06-30 | 1 | -3/+3 |
|
|
* | | Issue #12021: Make mmap's read() method argument optional. Patch by Petri | Charles-François Natali | 2011-06-08 | 1 | -0/+29 |
|/ |
|
* | Merge: Fix potential resource leak in test_mmap. | Nadeem Vawda | 2011-05-07 | 1 | -0/+1 |
|\ |
|
| * | Fix potential resource leak in test_mmap. | Nadeem Vawda | 2011-05-07 | 1 | -0/+1 |
|
|
* | | Merge: #11277: Fix tests - crash will not trigger if the file is closed and r... | Nadeem Vawda | 2011-05-07 | 1 | -14/+12 |
|\ \
| |/ |
|
| * | Issue #11277: Fix tests - crash will not trigger if the file is closed and re... | Nadeem Vawda | 2011-05-07 | 1 | -14/+12 |
|
|
* | | Merge: #11277: Add tests for mmap crash when using large sparse files on OS X. | Nadeem Vawda | 2011-05-07 | 1 | -26/+31 |
|\ \
| |/ |
|
| * | Issue #11277: Add tests for mmap crash when using large sparse files on OS X. | Nadeem Vawda | 2011-05-07 | 1 | -26/+34 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
* | | Merge fix for issue #11391 | Antoine Pitrou | 2011-03-06 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Fix buildbot failure following 97a5590b9291 | Antoine Pitrou | 2011-03-06 | 1 | -3/+3 |
|
|
| * | Issue #11391: Writing to a mmap object created with | Antoine Pitrou | 2011-03-06 | 1 | -0/+8 |
|
|
| * | Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from | Antoine Pitrou | 2011-02-28 | 1 | -3/+58 |
|
|
| * | Merged revisions 88131 via svnmerge from | Antoine Pitrou | 2011-01-20 | 1 | -0/+13 |
|
|
| * | Merged revisions 88036 via svnmerge from | Antoine Pitrou | 2011-01-15 | 1 | -5/+9 |
|
|
| * | Merged revisions 88022 via svnmerge from | Antoine Pitrou | 2011-01-15 | 1 | -0/+13 |
|
|
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -17/+17 |
|
|
| * | Merged revisions 86159 via svnmerge from | Hirokazu Yamamoto | 2010-11-04 | 1 | -0/+9 |
|
|
| * | Merged revisions 83407 via svnmerge from | Brian Curtin | 2010-08-01 | 1 | -1/+11 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
|
|
* | | Merged revisions 88486 via svnmerge from | Antoine Pitrou | 2011-02-21 | 1 | -2/+49 |
|
|
* | | Issue #10955: Fix a potential crash when trying to mmap() a file past its | Antoine Pitrou | 2011-01-20 | 1 | -0/+13 |
|
|
* | | Fix mmap and test_mmap under Windows too (followup to r88022)v3.2rc1 | Antoine Pitrou | 2011-01-15 | 1 | -5/+6 |
|
|
* | | Issue #10916: mmap should not segfault when a file is mapped using 0 as | Antoine Pitrou | 2011-01-15 | 1 | -0/+13 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -17/+17 |
|
|
* | | Issue #5391: mmap.read_byte() should return unsigned value [0, 255] | Hirokazu Yamamoto | 2010-11-04 | 1 | -0/+9 |
|
|
* | | context managerify | Benjamin Peterson | 2010-10-31 | 1 | -112/+111 |
|
|
* | | Fix #8105. Add validation to mmap.mmap so invalid file descriptors | Brian Curtin | 2010-08-01 | 1 | -1/+12 |
|
|
* | | #8046: add context manager protocol support to mmap objects. Also add closed... | Georg Brandl | 2010-08-01 | 1 | -0/+14 |
|
|
* | | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -1/+1 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
|/ |
|
* | Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,... | Benjamin Peterson | 2009-04-11 | 1 | -7/+14 |
|
|
* | #5391 make mmap work exclusively with bytes | Benjamin Peterson | 2009-04-04 | 1 | -26/+20 |
|
|