Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
712ee923092ef1b47c72914c5e2950be2f05f527
/
Lib
/
test
/
test_largefile.py
bfbf5b3
Add a note in the main test class' docstring that the order of execution of the
by Brett Cannon
· 17 years ago
6382ffc
Move test_largefile over to using 'with' statements for open files.
by Brett Cannon
· 17 years ago
9521f08
Fixes issue 2026. Tests converted to unittest. Thanks Giampaolo Rodola.
by Facundo Batista
· 18 years ago
7b7ce78
Fix issue1789: The tutorial contained a misuse of the struct module.
by Gregory P. Smith
· 18 years ago
063606a
test_largefile can leave its temp file open if one of many tests fail. On
by Jason Tishler
· 22 years ago
3b10dc3
Require 'largefile' resource for Mac OSX as well.
by Guido van Rossum
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 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
· 24 years ago
f49dcea
Remove two XXX comments that have been resolved.
by Guido van Rossum
· 24 years ago
a31ddbb
Move the global variables 'size' and 'name' to the top -- these are
by Guido van Rossum
· 24 years ago
47f4034
Change the criteria for skipping the test.
by Guido van Rossum
· 24 years ago
b8c0230
Dubious assumptions:
by Tim Peters
· 24 years ago
6e13a56
Enable large file support on Win32 systems.
by Tim Peters
· 24 years ago
198c1d8
Remove a debug print left in the code by Fred.
by Guido van Rossum
· 24 years ago
7fdfc38
Use test_support.requires() to decide whether additional largefile
by Barry Warsaw
· 24 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
· 25 years ago
dce5641
Make sure the temporary file is cleaned up even when we raise TestSkipped.
by Fred Drake
· 25 years ago
f29f47b
Add largefile support for Linux64 and WIn64. Add test_largefile and some minor
by Trent Mick
· 25 years ago