1. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  2. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  3. 62cbc8a Make sure that a forked child process exits even if it raises an exception. by Guido van Rossum · 17 years ago
  4. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  5. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  6. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  7. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  8. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  9. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  10. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  11. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  12. 5253da1 added test for bug #996359. by Skip Montanaro · 20 years ago
  13. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  14. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  15. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  16. 97df7b6 The test used int(time.time()) to get a random number, but this doesn't work on the mac (where times are bigger than ints). Changed to int(time.time()%1000000). by Jack Jansen · 23 years ago
  17. 6626c1f create_message(): When os.link() doesn't exist, make a copy of the msg by Tim Peters · 23 years ago
  18. c02bc3e Re-write the mailbox test suite to use PyUnit. Cover a lot more ground by Fred Drake · 23 years ago
  19. 75ebb29 Some other tests, when failing, don't always remove their TESTFN file. by Guido van Rossum · 23 years ago
  20. ca956e2 When catching errors from os.rmdir(), test for os.error, not IOError! by Guido van Rossum · 23 years ago
  21. 0aaed27 Added test for regression on SourceForge bug #117490. by Fred Drake · 24 years ago