| Commit message (Expand) | Author | Age | Files | Lines |
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
|
|
* | No behavior change. | Hirokazu Yamamoto | 2009-04-04 | 1 | -2/+2 |
|
|
* | bounds check arguments to mmap.move(). All of them. Really. | Jack Diederich | 2009-04-01 | 1 | -7/+14 |
|
|
* | Issue #5387: Fixed mmap.move crash by integer overflow. (take2) | Hirokazu Yamamoto | 2009-03-31 | 1 | -4/+16 |
|
|
* | Issue #5387: Fixed mmap.move crash by integer overflow. | Hirokazu Yamamoto | 2009-03-31 | 1 | -0/+17 |
|
|
* | Add import_function method to test.test_support, and modify a number of | R. David Murray | 2009-03-30 | 1 | -2/+3 |
|
|
* | mmap.resize for anonymous map is not working yet, so changed to real file map... | Hirokazu Yamamoto | 2009-03-05 | 1 | -15/+5 |
|
|
* | Issue #5385: Fixed mmap crash after resize failure on windows. | Hirokazu Yamamoto | 2009-03-05 | 1 | -1/+33 |
|
|
* | Issue #1733986: Fixed mmap crash in accessing elements of second map object | Hirokazu Yamamoto | 2009-02-28 | 1 | -0/+28 |
|
|
* | Issue #5386: mmap.write_byte didn't check map size, so it could cause buffer | Hirokazu Yamamoto | 2009-02-28 | 1 | -0/+32 |
|
|
* | Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0, | Hirokazu Yamamoto | 2009-02-17 | 1 | -0/+21 |
|
|
* | Issue #5292: Fixed mmap crash on its boundary access m[len(m)]. | Hirokazu Yamamoto | 2009-02-17 | 1 | -0/+4 |
|
|
* | Be sure to close the file. 2 places were deleting the file, so it was probably | Neal Norwitz | 2008-04-01 | 1 | -1/+3 |
|
|
* | Issue 2112. mmap does not raises EnvironmentError no more, but | Facundo Batista | 2008-02-17 | 1 | -0/+5 |
|
|
* | mmap.PROT_READ does not exists on win32; | Amaury Forgeot d'Arc | 2008-02-16 | 1 | -0/+2 |
|
|
* | Bug #2111: mmap segfaults when trying to write a block opened with PROT_READ | Christian Heimes | 2008-02-15 | 1 | -0/+7 |
|
|
* | Fix for #1087741 patch. | Georg Brandl | 2008-01-22 | 1 | -0/+7 |
|
|
* | Patch #976880: add mmap .rfind() method, and 'end' paramter to .find(). | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+36 |
|
|
* | Add phuang patch from Issue 708374 which adds offset parameter to mmap module. | Travis E. Oliphant | 2007-10-23 | 1 | -0/+44 |
|
|
* | Improve extended slicing support in builtin types and classes. Specifically: | Thomas Wouters | 2007-08-28 | 1 | -0/+34 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-11-03 | 1 | -1/+1 |
|
|
* | Convert test_mmap to unittest. | Georg Brandl | 2006-10-29 | 1 | -238/+156 |
|
|
* | Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same | Neal Norwitz | 2006-02-05 | 1 | -2/+12 |
|
|
* | Fix SF bug #1402308, segfault when using mmap(-1, ...) | Neal Norwitz | 2006-01-11 | 1 | -0/+8 |
|
|
* | SF Patch #1365916, mmap fails on AMD64 | Neal Norwitz | 2005-12-18 | 1 | -0/+16 |
|
|
* | Whitespace normalization (via reindent.py). | Tim Peters | 2005-08-26 | 1 | -1/+1 |
|
|
* | bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix | Georg Brandl | 2005-08-24 | 1 | -0/+8 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-03-28 | 1 | -6/+6 |
|
|
* | Patches #749830, #1144555: allow UNIX mmap size to default to current | Martin v. Löwis | 2005-03-03 | 1 | -0/+36 |
|
|
* | A new test here was failing on Windows, because the test before it never | Tim Peters | 2003-01-13 | 1 | -10/+5 |
|
|
* | SF #665913, Fix mmap module core dump with unix | Neal Norwitz | 2003-01-10 | 1 | -0/+18 |
|
|
* | test_both(): I believe this was a typo: m is only defined if no | Barry Warsaw | 2002-09-11 | 1 | -1/+1 |
|
|
* | I left some debugging junk in here; removed it. Also replaced a few | Tim Peters | 2002-09-10 | 1 | -2/+3 |
|
|
* | A few days ago a test was added here to ensure that creating an mmap | Tim Peters | 2002-09-10 | 1 | -4/+15 |
|
|
* | Try to get test to pass on Windows | Neal Norwitz | 2002-09-07 | 1 | -1/+2 |
|
|
* | SF bug # 585792, Invalid mmap crashes Python interpreter | Neal Norwitz | 2002-09-05 | 1 | -0/+15 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | test_mmap started breaking on Windows, only when run after test_bsddb. | Tim Peters | 2002-04-23 | 1 | -1/+1 |
|
|
* | SF bug 544733: Cygwin test_mmap fix for Python 2.2.1 | Tim Peters | 2002-04-18 | 1 | -0/+2 |
|
|
* | SF bug 515943: searching for data with \0 in mmap. | Tim Peters | 2002-03-08 | 1 | -0/+25 |
|
|
* | Removed print that executes only on Unix boxes; that made it impossible | Tim Peters | 2001-11-13 | 1 | -2/+2 |
|
|
* | CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. | Tim Peters | 2001-11-13 | 1 | -13/+125 |
|
|
* | unlink() would normally be found in the "os" module, so use it from there. | Fred Drake | 2001-05-11 | 1 | -5/+7 |
|
|
* | Change test_mmap.py to use test_support.TESTFN instead of hardcoded "foo", | Tim Peters | 2001-05-10 | 1 | -108/+119 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -3/+3 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -17/+19 |
|
|
* | SF bug 128713: type(mmap_object) blew up on Linux. | Tim Peters | 2001-01-14 | 1 | -0/+2 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -1/+1 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -11/+10 |
|
|
* | test_mmap wrote null bytes into its expected-output file; this caused me to | Tim Peters | 2000-09-04 | 1 | -2/+1 |
|
|