1. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  2. f0c7416 Patch # 1033 by Adam Hupp: by Guido van Rossum · 17 years ago
  3. ec42ffd More str/bytes strictness. by Guido van Rossum · 17 years ago
  4. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  5. 9a63470 Make test_tempfile.py work. Make SpooledTempFile work in text and binary mode. by Guido van Rossum · 17 years ago
  6. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  7. c2f93dc Remove native popen() and fdopen(), replacing them with subprocess calls. by Guido van Rossum · 17 years ago
  8. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  9. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  10. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  11. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  12. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  13. a1fb4c8 Exceedingly minor tweak. by Michael W. Hudson · 20 years ago
  14. 9996828 Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems. by Martin v. Löwis · 20 years ago
  15. 59db96f When /tmp has certain sticky bits set, newly created subdirectories by Guido van Rossum · 20 years ago
  16. d4210bc Patch #813200: Quote executable path on Windows. Fixes #811082. by Martin v. Löwis · 21 years ago
  17. d662548 Patch #810914: Return absolute path for mkstemp. Fixes #810408. by Martin v. Löwis · 21 years ago
  18. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  19. ce92147 Added the Mac to platforms that don't have user/group/other modes. by Jack Jansen · 22 years ago
  20. 8bec483 Two bugs: by Fred Drake · 22 years ago
  21. 7633d23 Don't call warnings.resetwarnings(); that does bad things that cause by Fred Drake · 22 years ago
  22. 8ccd9b6 Standardize behavior: no docstrings in test functions. Also get rid by Guido van Rossum · 22 years ago
  23. 1d0eeec OS/2 EMX behaves like Windows where file permissions are concerned by Andrew MacIntyre · 22 years ago
  24. e888cdc Get rid of _once(); inlining it takes less code. :-) by Guido van Rossum · 22 years ago
  25. 7874106 Patch by Zack W to make test_noinherit() more robust: spawn a Python by Guido van Rossum · 22 years ago
  26. 68ee012 Drop the number of test files to 100 for all the tests by Neal Norwitz · 22 years ago
  27. 20f0b36 test_many(): open only 100 temp files, not 1000. Some systems don't by Guido van Rossum · 22 years ago
  28. ca3ac7f There's no distinction among 'user', 'group' and 'world' permissions by Tim Peters · 22 years ago
  29. a0d55de Whitespace normalization. by Tim Peters · 22 years ago
  30. 0e54871 Check-in of the most essential parts of SF 589982 (tempfile.py by Guido van Rossum · 22 years ago
  31. c57a285 SF bug #476138: tempfile behavior across platforms by Tim Peters · 23 years ago