1. 6b22f3f Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile.TemporaryDirectory context manager by Nick Coghlan · 14 years ago
  2. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  3. 543af75 Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) by Nick Coghlan · 14 years ago
  4. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  5. e1adece Clean up warnings filter use in test_tempfile. by Brett Cannon · 14 years ago
  6. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  7. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  8. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  9. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 14 years ago
  10. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 14 years ago
  11. 7d0bddd #6077: on Windows, fix truncation of a tempfile.TemporaryFile opened in "wt+" mode: by Amaury Forgeot d'Arc · 15 years ago
  12. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  13. 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 15 years ago
  14. 7195963 test_support was renamed to support on py3k. by Hirokazu Yamamoto · 15 years ago
  15. b525e18 Merged revisions 71984 via svnmerge from by Walter Dörwald · 15 years ago
  16. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  17. d62269f Fix Windows buildbot failures after r66469. by Antoine Pitrou · 16 years ago
  18. 9cadb1b Issue #3782: os.write() must not accept unicode strings by Antoine Pitrou · 16 years ago
  19. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  20. 3ecfea71 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,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678-60695 via svnmerge from by Christian Heimes · 16 years ago
  21. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 17 years ago
  22. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  23. f0c7416 Patch # 1033 by Adam Hupp: by Guido van Rossum · 17 years ago
  24. ec42ffd More str/bytes strictness. by Guido van Rossum · 17 years ago
  25. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  26. 9a63470 Make test_tempfile.py work. Make SpooledTempFile work in text and binary mode. by Guido van Rossum · 17 years ago
  27. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  28. c2f93dc Remove native popen() and fdopen(), replacing them with subprocess calls. by Guido van Rossum · 17 years ago
  29. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  30. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  31. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  32. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  33. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  34. a1fb4c8 Exceedingly minor tweak. by Michael W. Hudson · 19 years ago
  35. 9996828 Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems. by Martin v. Löwis · 20 years ago
  36. 59db96f When /tmp has certain sticky bits set, newly created subdirectories by Guido van Rossum · 20 years ago
  37. d4210bc Patch #813200: Quote executable path on Windows. Fixes #811082. by Martin v. Löwis · 21 years ago
  38. d662548 Patch #810914: Return absolute path for mkstemp. Fixes #810408. by Martin v. Löwis · 21 years ago
  39. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  40. ce92147 Added the Mac to platforms that don't have user/group/other modes. by Jack Jansen · 22 years ago
  41. 8bec483 Two bugs: by Fred Drake · 22 years ago
  42. 7633d23 Don't call warnings.resetwarnings(); that does bad things that cause by Fred Drake · 22 years ago
  43. 8ccd9b6 Standardize behavior: no docstrings in test functions. Also get rid by Guido van Rossum · 22 years ago
  44. 1d0eeec OS/2 EMX behaves like Windows where file permissions are concerned by Andrew MacIntyre · 22 years ago
  45. e888cdc Get rid of _once(); inlining it takes less code. :-) by Guido van Rossum · 22 years ago
  46. 7874106 Patch by Zack W to make test_noinherit() more robust: spawn a Python by Guido van Rossum · 22 years ago
  47. 68ee012 Drop the number of test files to 100 for all the tests by Neal Norwitz · 22 years ago
  48. 20f0b36 test_many(): open only 100 temp files, not 1000. Some systems don't by Guido van Rossum · 22 years ago
  49. ca3ac7f There's no distinction among 'user', 'group' and 'world' permissions by Tim Peters · 22 years ago
  50. a0d55de Whitespace normalization. by Tim Peters · 22 years ago
  51. 0e54871 Check-in of the most essential parts of SF 589982 (tempfile.py by Guido van Rossum · 22 years ago
  52. c57a285 SF bug #476138: tempfile behavior across platforms by Tim Peters · 23 years ago