1. 6103ab1 Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0). by Antoine Pitrou · 15 years ago
  2. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  3. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  4. 80072cb Merged revisions 67908 via svnmerge from by Skip Montanaro · 16 years ago
  5. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  6. 53dbe39 Move UserList to collections. by Raymond Hettinger · 16 years ago
  7. 50da60c The final occurrences of exception slicing. by Georg Brandl · 16 years ago
  8. 79b79ee Patch # 1323 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  9. e22905a More changes needed to make things work once bytes and str are truly divorced. by Guido van Rossum · 17 years ago
  10. 535a5ef Fix test_file.py. It was passing on OSX for the wrong reason by Guido van Rossum · 17 years ago
  11. 4b5386f Add proper tests for closed files to various I/O operations, by Guido van Rossum · 17 years ago
  12. 7165cb1 Made test_file pass. This meant adding support for read(-1) and read() by Guido van Rossum · 17 years ago
  13. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  14. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  15. ca477b2 When removing indexing/slicing on exceptions some places were changed by Brett Cannon · 17 years ago
  16. ba7bf49 Remove the ability to slice/index on exceptions per PEP 352. by Brett Cannon · 17 years ago
  17. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 17 years ago
  18. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  19. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  20. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  21. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  22. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  23. d624f18 Added much functionality to the bytes type. by Guido van Rossum · 18 years ago
  24. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  25. 7096760 Get rid of xreadlines() (methods). by Neal Norwitz · 18 years ago
  26. cffcfed New test code failed to close the file. This caused by Tim Peters · 18 years ago
  27. c45251a SF patch #1397960: When mixing file-iteration and by Thomas Wouters · 18 years ago
  28. a716eab Revert r41662 and the part of 41552 that originally caused the problem by Neal Norwitz · 19 years ago
  29. ec77645 mwh spotted a copied error message, make it unique (and correct) by Neal Norwitz · 19 years ago
  30. a6fc397 Fix SF #1373161, r41552 broke test_file on OS X by Neal Norwitz · 19 years ago
  31. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 19 years ago
  32. bbf12ba Disallow opening files with modes 'aU' or 'wU' as specified by PEP by Skip Montanaro · 19 years ago
  33. b180c06 Fix tests dependent on the exception raised by non-settable descriptors. by Barry Warsaw · 19 years ago
  34. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
  35. 4e10ed3 If a file is opened with an explicit buffer size >= 1, repeated by Andrew MacIntyre · 20 years ago
  36. f1827cf SF bug 801631: file.truncate fault on windows. by Tim Peters · 21 years ago
  37. 015dd82 Somewhere along the way, the softspace attr of file objects became read- by Tim Peters · 21 years ago
  38. 3c668c1 Add next and __iter__ to the list of file methods that should raise by Guido van Rossum · 22 years ago
  39. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  40. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  41. b1295da There is no TestError, use TestFailed appropriately by Neal Norwitz · 22 years ago
  42. 62f5a9d Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 22 years ago
  43. 653d85f SF Patch #494867 test file methods by Neal Norwitz · 23 years ago
  44. 734c7fb Fiddle with new test cases -- verify that we get a sensible error by Jeremy Hylton · 23 years ago
  45. 41c8321 Fix SF buf #476953: Bad more for opening file gives bad msg. by Jeremy Hylton · 23 years ago
  46. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 23 years ago
  47. 2ec80fa Clean up the temporary file when done with it. by Fred Drake · 24 years ago
  48. fa44d79 New test suite for file objects by Jeremy Hilton. This will need by Marc-André Lemburg · 24 years ago