| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Fix inconsistent use of tab/space in indentation. | Thomas Wouters | 2000-07-30 | 1 | -8/+8 |
|
|
* | Test that after resizing the mmap'd file, we can't seek beyond the new size. | Mark Hammond | 2000-07-30 | 1 | -1/+8 |
|
|
* | fixed inconsistent use of tab and spaces | Peter Schneider-Kamp | 2000-07-11 | 1 | -3/+3 |
|
|
* | Add test of resize() method of mmap objects | Andrew M. Kuchling | 2000-07-11 | 1 | -0/+13 |
|
|
* | Additional tests for seek() method, written by Trent Mick | Andrew M. Kuchling | 2000-06-18 | 1 | -1/+36 |
|
|
* | Mark Hammond: | Fred Drake | 2000-04-05 | 1 | -0/+2 |
|
|
* | Mark Hammond: Ooops - even though Win32 handles the same args, there | Guido van Rossum | 2000-03-31 | 1 | -4/+1 |
|
|
* | Improved test, by Mark Hammond, for Win32. | Guido van Rossum | 2000-03-31 | 1 | -11/+10 |
|
|
* | Added simple test case for mmap on Unix; someone needs to write a | Andrew M. Kuchling | 2000-03-30 | 1 | -0/+69 |
|
|