summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_largefile.py
Commit message (Expand)AuthorAgeFilesLines
* file_truncate(): Backported 2.3 code so that file.truncate(n) works onTim Peters2003-04-301-15/+30
* backport largefile resource requirement for Mac OSXSkip Montanaro2003-03-311-5/+5
* Take Tim's work on file.truncate out of 2.2.1 again.Michael W. Hudson2002-03-171-30/+15
* Backport Tim's work on getting file.truncate working better on Win32.Michael W. Hudson2002-03-161-15/+30
* 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