Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bac788a3cd348203a5fdabba52e5faf65bf35c5e
/
Lib
/
test
/
test_largefile.py
063606a
test_largefile can leave its temp file open if one of many tests fail. On
by Jason Tishler
· 21 years ago
3b10dc3
Require 'largefile' resource for Mac OSX as well.
by Guido van Rossum
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
8f01b68
Change Windows file.truncate() to (a) restore the original file position,
by Tim Peters
· 23 years ago
fb05db2
file_truncate(): provide full "large file" support on Windows, by
by Tim Peters
· 23 years ago
df8adcd
Ignore SIGXFSZ. Fixes #490453.
by Martin v. Löwis
· 23 years ago
f49dcea
Remove two XXX comments that have been resolved.
by Guido van Rossum
· 23 years ago
a31ddbb
Move the global variables 'size' and 'name' to the top -- these are
by Guido van Rossum
· 23 years ago
47f4034
Change the criteria for skipping the test.
by Guido van Rossum
· 23 years ago
b8c0230
Dubious assumptions:
by Tim Peters
· 23 years ago
6e13a56
Enable large file support on Win32 systems.
by Tim Peters
· 23 years ago
198c1d8
Remove a debug print left in the code by Fred.
by Guido van Rossum
· 23 years ago
7fdfc38
Use test_support.requires() to decide whether additional largefile
by Barry Warsaw
· 23 years ago
a5af214
When doing the quick test to see whether large files are supported,
by Guido van Rossum
· 24 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 24 years ago
dce5641
Make sure the temporary file is cleaned up even when we raise TestSkipped.
by Fred Drake
· 24 years ago
f29f47b
Add largefile support for Linux64 and WIn64. Add test_largefile and some minor
by Trent Mick
· 24 years ago