1. 74a8b6e bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) by Stéphane Wirtel · 6 years ago
  2. 937ee9e Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919) by Victor Stinner · 6 years ago
  3. 8fbbdf0 bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) by Victor Stinner · 6 years ago
  4. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  5. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  6. e555314 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 11 years ago
  7. c406a12 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 11 years ago
  8. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  9. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 15 years ago
  10. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  11. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  12. a28fcfd Issue #5016: FileIO.seekable() could return False if the file position by Antoine Pitrou · 15 years ago
  13. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  14. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  15. 77250f4 Added fast alternate io.BytesIO implementation and its test suite. by Alexandre Vassalotti · 16 years ago
  16. 180510d Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge from by Christian Heimes · 16 years ago
  17. a351f77 Fixed failing unit tests due to str/bytes mismatch. by Alexandre Vassalotti · 16 years ago
  18. 7f757ed Actually have test_largefile execute. Call to test.test_support.run_unittest() by Brett Cannon · 16 years ago
  19. 77c02eb Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from by Christian Heimes · 16 years ago
  20. e7a15bb Merged revisions 60234-60244 via svnmerge from by Christian Heimes · 17 years ago
  21. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  22. e22905a More changes needed to make things work once bytes and str are truly divorced. by Guido van Rossum · 17 years ago
  23. d745c43 Fix test_largefile by changing some string literals to byte literals. by Collin Winter · 17 years ago
  24. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  25. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  26. 063606a test_largefile can leave its temp file open if one of many tests fail. On by Jason Tishler · 21 years ago
  27. 3b10dc3 Require 'largefile' resource for Mac OSX as well. by Guido van Rossum · 22 years ago
  28. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  29. 8f01b68 Change Windows file.truncate() to (a) restore the original file position, by Tim Peters · 22 years ago
  30. fb05db2 file_truncate(): provide full "large file" support on Windows, by by Tim Peters · 22 years ago
  31. df8adcd Ignore SIGXFSZ. Fixes #490453. by Martin v. Löwis · 23 years ago
  32. f49dcea Remove two XXX comments that have been resolved. by Guido van Rossum · 23 years ago
  33. a31ddbb Move the global variables 'size' and 'name' to the top -- these are by Guido van Rossum · 23 years ago
  34. 47f4034 Change the criteria for skipping the test. by Guido van Rossum · 23 years ago
  35. b8c0230 Dubious assumptions: by Tim Peters · 23 years ago
  36. 6e13a56 Enable large file support on Win32 systems. by Tim Peters · 23 years ago
  37. 198c1d8 Remove a debug print left in the code by Fred. by Guido van Rossum · 23 years ago
  38. 7fdfc38 Use test_support.requires() to decide whether additional largefile by Barry Warsaw · 23 years ago
  39. a5af214 When doing the quick test to see whether large files are supported, by Guido van Rossum · 23 years ago
  40. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  41. dce5641 Make sure the temporary file is cleaned up even when we raise TestSkipped. by Fred Drake · 24 years ago
  42. f29f47b Add largefile support for Linux64 and WIn64. Add test_largefile and some minor by Trent Mick · 24 years ago