Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
test
/
test_largefile.py
f3fa074
- Issue #6939: Fix file I/O objects in the `io` module to keep the original
by Antoine Pitrou
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
c5ae86b
Re-enable testing of builtin open() in test_bufio in test_largefile
by Antoine Pitrou
· 16 years ago
1969059
Issue #6215: backport the 3.1 io lib
by Antoine Pitrou
· 16 years ago
bec087f
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
by Benjamin Peterson
· 16 years ago
888a39b
remove test_support.TestSkipped and just use unittest.SkipTest
by Benjamin Peterson
· 16 years ago
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
· 17 years ago
7b7ce78
Fix issue1789: The tutorial contained a misuse of the struct module.
by Gregory P. Smith
· 17 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
· 22 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
· 23 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