1. f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 15 years ago
  2. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  3. c5ae86b Re-enable testing of builtin open() in test_bufio in test_largefile by Antoine Pitrou · 16 years ago
  4. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago
  5. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  6. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  7. bfbf5b3 Add a note in the main test class' docstring that the order of execution of the by Brett Cannon · 17 years ago
  8. 6382ffc Move test_largefile over to using 'with' statements for open files. by Brett Cannon · 17 years ago
  9. 9521f08 Fixes issue 2026. Tests converted to unittest. Thanks Giampaolo Rodola. by Facundo Batista · 17 years ago
  10. 7b7ce78 Fix issue1789: The tutorial contained a misuse of the struct module. by Gregory P. Smith · 17 years ago
  11. 063606a test_largefile can leave its temp file open if one of many tests fail. On by Jason Tishler · 22 years ago
  12. 3b10dc3 Require 'largefile' resource for Mac OSX as well. by Guido van Rossum · 22 years ago
  13. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  14. 8f01b68 Change Windows file.truncate() to (a) restore the original file position, by Tim Peters · 23 years ago
  15. fb05db2 file_truncate(): provide full "large file" support on Windows, by by Tim Peters · 23 years ago
  16. df8adcd Ignore SIGXFSZ. Fixes #490453. by Martin v. Löwis · 23 years ago
  17. f49dcea Remove two XXX comments that have been resolved. by Guido van Rossum · 24 years ago
  18. a31ddbb Move the global variables 'size' and 'name' to the top -- these are by Guido van Rossum · 24 years ago
  19. 47f4034 Change the criteria for skipping the test. by Guido van Rossum · 24 years ago
  20. b8c0230 Dubious assumptions: by Tim Peters · 24 years ago
  21. 6e13a56 Enable large file support on Win32 systems. by Tim Peters · 24 years ago
  22. 198c1d8 Remove a debug print left in the code by Fred. by Guido van Rossum · 24 years ago
  23. 7fdfc38 Use test_support.requires() to decide whether additional largefile by Barry Warsaw · 24 years ago
  24. a5af214 When doing the quick test to see whether large files are supported, by Guido van Rossum · 24 years ago
  25. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  26. dce5641 Make sure the temporary file is cleaned up even when we raise TestSkipped. by Fred Drake · 25 years ago
  27. f29f47b Add largefile support for Linux64 and WIn64. Add test_largefile and some minor by Trent Mick · 25 years ago