summaryrefslogtreecommitdiff
path: root/Lib/test/test_largefile.py
Commit message (Expand)AuthorAgeFilesLines
* Added fast alternate io.BytesIO implementation and its test suite.Alexandre Vassalotti2008-05-061-3/+4
* Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge fromChristian Heimes2008-03-031-28/+22
* Fixed failing unit tests due to str/bytes mismatch.Alexandre Vassalotti2008-03-031-7/+7
* Actually have test_largefile execute. Call to test.test_support.run_unittest()Brett Cannon2008-03-031-0/+4
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-154/+160
* Merged revisions 60234-60244 via svnmerge fromChristian Heimes2008-01-241-1/+1
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-4/+4
* More changes needed to make things work once bytes and str are truly divorced.Guido van Rossum2007-08-271-3/+3
* Fix test_largefile by changing some string literals to byte literals.Collin Winter2007-07-231-4/+4
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-9/+9
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* 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