index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_largefile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-9/+9
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2/+2
*
test_largefile can leave its temp file open if one of many tests fail. On
Jason Tishler
2003-08-26
1
-73/+81
*
Require 'largefile' resource for Mac OSX as well.
Guido van Rossum
2002-12-02
1
-5/+5
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Change Windows file.truncate() to (a) restore the original file position,
Tim Peters
2002-03-12
1
-9/+15
*
file_truncate(): provide full "large file" support on Windows, by
Tim Peters
2002-03-11
1
-15/+24
*
Ignore SIGXFSZ. Fixes #490453.
Martin v. Löwis
2001-12-11
1
-0/+9
*
Remove two XXX comments that have been resolved.
Guido van Rossum
2001-09-10
1
-2/+0
*
Move the global variables 'size' and 'name' to the top -- these are
Guido van Rossum
2001-09-10
1
-5/+5
*
Change the criteria for skipping the test.
Guido van Rossum
2001-09-10
1
-19/+22
*
Dubious assumptions:
Tim Peters
2001-09-06
1
-5/+10
*
Enable large file support on Win32 systems.
Tim Peters
2001-09-06
1
-4/+4
*
Remove a debug print left in the code by Fred.
Guido van Rossum
2001-09-05
1
-1/+0
*
Use test_support.requires() to decide whether additional largefile
Barry Warsaw
2001-08-20
1
-7/+8
*
When doing the quick test to see whether large files are supported,
Guido van Rossum
2001-04-10
1
-1/+1
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-10/+10
*
Make sure the temporary file is cleaned up even when we raise TestSkipped.
Fred Drake
2000-10-23
1
-21/+24
*
Add largefile support for Linux64 and WIn64. Add test_largefile and some minor
Trent Mick
2000-08-11
1
-0/+129