summaryrefslogtreecommitdiff
path: root/Lib/test/test_largefile.py
Commit message (Expand)AuthorAgeFilesLines
* test_largefile can leave its temp file open if one of many tests fail. OnJason Tishler2003-08-261-73/+81
* Require 'largefile' resource for Mac OSX as well.Guido van Rossum2002-12-021-5/+5
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Change Windows file.truncate() to (a) restore the original file position,Tim Peters2002-03-121-9/+15
* file_truncate(): provide full "large file" support on Windows, byTim Peters2002-03-111-15/+24
* Ignore SIGXFSZ. Fixes #490453.Martin v. Löwis2001-12-111-0/+9
* Remove two XXX comments that have been resolved.Guido van Rossum2001-09-101-2/+0
* Move the global variables 'size' and 'name' to the top -- these areGuido van Rossum2001-09-101-5/+5
* Change the criteria for skipping the test.Guido van Rossum2001-09-101-19/+22
* Dubious assumptions:Tim Peters2001-09-061-5/+10
* Enable large file support on Win32 systems.Tim Peters2001-09-061-4/+4
* Remove a debug print left in the code by Fred.Guido van Rossum2001-09-051-1/+0
* Use test_support.requires() to decide whether additional largefileBarry Warsaw2001-08-201-7/+8
* When doing the quick test to see whether large files are supported,Guido van Rossum2001-04-101-1/+1
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-10/+10
* Make sure the temporary file is cleaned up even when we raise TestSkipped.Fred Drake2000-10-231-21/+24
* Add largefile support for Linux64 and WIn64. Add test_largefile and some minorTrent Mick2000-08-111-0/+129