summaryrefslogtreecommitdiff
path: root/Lib/test/test_mmap.py
Commit message (Expand)AuthorAgeFilesLines
* merge 3.5Benjamin Peterson2016-10-051-0/+7
|\
| * Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android).Serhiy Storchaka2016-05-231-0/+8
| |\
| | * Issue #26335: Make mmap.write() return the number of bytes written likeBerker Peksag2016-03-021-0/+8
* | | skip test on windowsBenjamin Peterson2016-10-051-0/+1
* | | fix bug in 48797808a302Benjamin Peterson2016-10-051-1/+1
* | | skip test if resizing is not supportedBenjamin Peterson2016-10-051-1/+4
* | | mmap: do all internal arithmetic with Py_ssize_t while being very careful abo...Benjamin Peterson2016-10-051-0/+11
|/ /
* | Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android).Serhiy Storchaka2016-05-231-1/+1
|/
* Issue #25004: Merge 3.4 into 3.5Martin Panter2015-09-071-2/+6
|\
| * Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, andSerhiy Storchaka2015-03-201-2/+6
* | Issue #25004: Handle out-of-disk-space error in LargeMmapTestsMartin Panter2015-09-071-1/+4
|/
* Fixed typo.Serhiy Storchaka2014-08-191-2/+2
* Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.Serhiy Storchaka2014-08-191-1/+10
* Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-76/+74
* Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.Antoine Pitrou2013-08-051-1/+11
* MergeRichard Oudkerk2013-02-131-0/+7
|\
| * MergeRichard Oudkerk2013-02-131-2/+30
| |\
| * | Issue #16743: Fix mmap overflow check on 32 bit WindowsRichard Oudkerk2013-02-131-0/+7
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-4/+4
* | | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-1/+1
* | | Replace mmap.error with OSError, #16705Andrew Svetlov2012-12-171-2/+2
| |/ |/|
* | #15676: mmap: add empty file check prior to offset check <- Previous patch wa...Jesus Cea2012-09-101-2/+30
|\ \ | |/ |/|
| * Closes #15676: mmap: add empty file check prior to offset checkJesus Cea2012-09-101-2/+30
| |\
| | * PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-2/+1
| | * (merge 3.2) Issue #12451: Open files in binary mode in some tests when the textVictor Stinner2011-06-301-3/+3
| | |\
| | * | Issue #12021: Make mmap's read() method argument optional. Patch by PetriCharles-François Natali2011-06-081-0/+29
* | | | #15676: mmap: add empty file check prior to offset check <- Previous patch wa...Jesus Cea2012-09-101-5/+5
|/ / /
* | | Closes #15676: mmap: add empty file check prior to offset checkJesus Cea2012-09-101-0/+9
| |/ |/|
* | Issue #12451: Open files in binary mode in some tests when the text file is notVictor Stinner2011-06-301-3/+3
|/
* Merge: Fix potential resource leak in test_mmap.Nadeem Vawda2011-05-071-129/+129
|\
| * Merge: #11277: Fix tests - crash will not trigger if the file is closed and r...Nadeem Vawda2011-05-071-14/+12
| |\
| * \ Merge: #11277: Add tests for mmap crash when using large sparse files on OS X.Nadeem Vawda2011-05-071-129/+129
| |\ \
| | * \ #11565: Merge with 3.1.Ezio Melotti2011-03-161-125/+128
| | |\ \
| | | * \ Merge fix for issue #11391Antoine Pitrou2011-03-061-125/+128
| | | |\ \
| | | | * | Merged revisions 88486 via svnmerge fromAntoine Pitrou2011-02-211-2/+49
| | | | * | Issue #10955: Fix a potential crash when trying to mmap() a file past itsAntoine Pitrou2011-01-201-0/+13
| | | | * | Fix mmap and test_mmap under Windows too (followup to r88022)v3.2rc1Antoine Pitrou2011-01-151-5/+6
| | | | * | Issue #10916: mmap should not segfault when a file is mapped using 0 asAntoine Pitrou2011-01-151-0/+13
| | | | * | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-17/+17
| | | | * | Issue #5391: mmap.read_byte() should return unsigned value [0, 255]Hirokazu Yamamoto2010-11-041-0/+9
| | | | * | context managerifyBenjamin Peterson2010-10-311-112/+111
| | | | * | Fix #8105. Add validation to mmap.mmap so invalid file descriptorsBrian Curtin2010-08-011-1/+12
| | | | * | #8046: add context manager protocol support to mmap objects. Also add closed...Georg Brandl2010-08-011-0/+14
| | | | * | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
| | | | * | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* | | | | | Fix potential resource leak in test_mmap.Nadeem Vawda2011-05-071-0/+1
| |_|_|_|/ |/| | | |
* | | | | Issue #11277: Fix tests - crash will not trigger if the file is closed and re...Nadeem Vawda2011-05-071-14/+12
|/ / / /
* | | | Issue #11277: Add tests for mmap crash when using large sparse files on OS X.Nadeem Vawda2011-05-071-26/+34
|/ / /
* | | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
|/ /
* | Fix buildbot failure following 97a5590b9291Antoine Pitrou2011-03-061-3/+3