summaryrefslogtreecommitdiff
path: root/Lib/test/test_mmap.py
Commit message (Expand)AuthorAgeFilesLines
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,...Benjamin Peterson2009-04-111-7/+14
* #5391 make mmap work exclusively with bytesBenjamin Peterson2009-04-041-26/+20
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-2/+4
* Merged revisions 70879 via svnmerge fromHirokazu Yamamoto2009-03-311-4/+16
* Merged revisions 70800 via svnmerge fromHirokazu Yamamoto2009-03-311-0/+17
* Merged revisions 70193 via svnmerge fromHirokazu Yamamoto2009-03-051-15/+5
* Merged revisions 70189 via svnmerge fromHirokazu Yamamoto2009-03-051-1/+33
* Merged revisions 70056 via svnmerge fromHirokazu Yamamoto2009-02-281-0/+28
* Merged revisions 70052 via svnmerge fromHirokazu Yamamoto2009-02-281-0/+38
* Merged revisions 69714,69718 via svnmerge fromHirokazu Yamamoto2009-02-181-0/+25
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Martin v. Löwis2008-04-011-1/+3
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-191-0/+5
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-171-0/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-161-0/+7
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-231-0/+7
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-191-0/+36
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-6/+6
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-0/+44
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-0/+34
* Fix a weird use of try/finally to close a file.Guido van Rossum2007-07-161-60/+57
* SF patch# 1752647 by Joe Gregorio.Guido van Rossum2007-07-161-38/+40
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-238/+156
* Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the sameNeal Norwitz2006-02-051-2/+12
* Fix SF bug #1402308, segfault when using mmap(-1, ...)Neal Norwitz2006-01-111-0/+8
* SF Patch #1365916, mmap fails on AMD64Neal Norwitz2005-12-181-0/+16
* Whitespace normalization (via reindent.py).Tim Peters2005-08-261-1/+1
* bug [ 728515 ] mmap's resize method resizes the file in win32 but not unixGeorg Brandl2005-08-241-0/+8
* Whitespace normalization.Tim Peters2005-03-281-6/+6
* Patches #749830, #1144555: allow UNIX mmap size to default to currentMartin v. Löwis2005-03-031-0/+36
* A new test here was failing on Windows, because the test before it neverTim Peters2003-01-131-10/+5
* SF #665913, Fix mmap module core dump with unixNeal Norwitz2003-01-101-0/+18
* test_both(): I believe this was a typo: m is only defined if noBarry Warsaw2002-09-111-1/+1
* I left some debugging junk in here; removed it. Also replaced a fewTim Peters2002-09-101-2/+3
* A few days ago a test was added here to ensure that creating an mmapTim Peters2002-09-101-4/+15
* Try to get test to pass on WindowsNeal Norwitz2002-09-071-1/+2
* SF bug # 585792, Invalid mmap crashes Python interpreterNeal Norwitz2002-09-051-0/+15
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* test_mmap started breaking on Windows, only when run after test_bsddb.Tim Peters2002-04-231-1/+1
* SF bug 544733: Cygwin test_mmap fix for Python 2.2.1Tim Peters2002-04-181-0/+2
* SF bug 515943: searching for data with \0 in mmap.Tim Peters2002-03-081-0/+25
* Removed print that executes only on Unix boxes; that made it impossibleTim Peters2001-11-131-2/+2
* CVS patch #477161: New "access" keyword for mmap, from Jay T Miller.Tim Peters2001-11-131-13/+125
* unlink() would normally be found in the "os" module, so use it from there.Fred Drake2001-05-111-5/+7
* Change test_mmap.py to use test_support.TESTFN instead of hardcoded "foo",Tim Peters2001-05-101-108/+119
* String method conversion.Eric S. Raymond2001-02-091-3/+3
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-17/+19