1. eadf6b8 bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) by Miss Islington (bot) · 4 years, 11 months ago
  2. e9b51c0 bpo-26660, bpo-35144: Fix permission errors in TemporaryDirectory cleanup. (GH-10320) by Serhiy Storchaka · 5 years ago
  3. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  4. 8377cd4 Clean up code which checked presence of os.{stat,lstat,chmod} (#11643) by Anthony Sottile · 5 years ago
  5. 825aab9 bpo-27300: Add the errors parameter to tempfile classes. (GH-6696) by sth · 6 years ago
  6. 6c8c294 bpo-31160: test_tempfile: Fix reap_children() warning (#3056) by Victor Stinner · 7 years ago
  7. d1a1def bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1341) by Serhiy Storchaka · 7 years ago
  8. 1e62bf1 bpo-30030: Revert f50354ad (tempfile) (#1187) by Victor Stinner · 7 years ago
  9. f50354a Reimplement tempfile._RandomNameSequence using a generator function. (#1075) by Serhiy Storchaka · 7 years ago
  10. 7869a22 Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost by Martin Panter · 8 years ago
  11. ad577b9 Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir by Gregory P. Smith · 9 years ago
  12. 492f027 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  13. 5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  14. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  15. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  16. 56cefa6 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 9 years ago
  17. 5e193ac Issue #22427: TemporaryDirectory no longer attempts to clean up twice when by Serhiy Storchaka · 10 years ago
  18. c61c170 Issue #18174: Fix leak of file descriptor in test_tempfile by Victor Stinner · 10 years ago
  19. 87d13ea Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok. by Victor Stinner · 10 years ago
  20. 1f99f9d Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), by Victor Stinner · 10 years ago
  21. a28632b Issue #19077: tempfile.TemporaryDirectory cleanup no longer fails when by Serhiy Storchaka · 10 years ago
  22. 99e033b Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely by Serhiy Storchaka · 10 years ago
  23. 2b7f698 Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called. by Antoine Pitrou · 11 years ago
  24. 17c9326 Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called. by Antoine Pitrou · 11 years ago
  25. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  26. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  27. 6d09f09 Issue14255 Don't flatten case of tempdir by Tim Golden · 11 years ago
  28. 7290608 Issue #18945: Add tests for tempfile name collision handling. by Eli Bendersky · 11 years ago
  29. aa04f9a Issue #18945: Add tests for tempfile name collision handling. by Eli Bendersky · 11 years ago
  30. 309836c Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  31. f315df3 Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  32. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  33. 9786910 Close #12015: The tempfile module now uses a suffix of 8 random characters by Victor Stinner · 11 years ago
  34. 94cd10f Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 11 years ago
  35. ff7fef9 Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 11 years ago
  36. f6b361e Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 11 years ago
  37. 34a2a87 Fix a test for SpooledTemporaryFile (added in issue #10355). by Serhiy Storchaka · 11 years ago
  38. bf95c14 Fix a test for SpooledTemporaryFile (added in issue #10355). by Serhiy Storchaka · 11 years ago
  39. 497cee4 Fix a test for SpooledTemporaryFile (added in issue #10355). by Serhiy Storchaka · 11 years ago
  40. 26cab56 Issue #17169: Restore errno in tempfile exceptions. by Serhiy Storchaka · 11 years ago
  41. 7451a72 Issue #17169: Restore errno in tempfile exceptions. by Serhiy Storchaka · 11 years ago
  42. 5d70ccc Issue #10355: SpooledTemporaryFile properties now work for unrolled files. by Serhiy Storchaka · 11 years ago
  43. 3318280 Issue #10355: SpooledTemporaryFile properties now work for unrolled files. by Serhiy Storchaka · 11 years ago
  44. bbbbe8e Issue #10355: SpooledTemporaryFile properties now work for unrolled files. by Serhiy Storchaka · 11 years ago
  45. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  46. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  47. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  48. eab2a50 PEP8-ize test names by Antoine Pitrou · 12 years ago
  49. 8cd8d5e Remove useless failOnException() method by Antoine Pitrou · 12 years ago
  50. c248476 Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. by Antoine Pitrou · 13 years ago
  51. 4558bad Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. by Antoine Pitrou · 13 years ago
  52. 0e86a58 Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size parameter, as other file-like objects. by Antoine Pitrou · 13 years ago
  53. 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
  54. def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 13 years ago
  55. 1a5201f Merge #11488 patch from 3.1. by R David Murray · 13 years ago
  56. d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. by R David Murray · 13 years ago
  57. e98e8a3 Captured IO streams with embedded backslashes are always such a fun combination... by Nick Coghlan · 14 years ago
  58. 3c54ea6 Actually finish the tests for r87182 by Nick Coghlan · 14 years ago
  59. 6b22f3f Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile.TemporaryDirectory context manager by Nick Coghlan · 14 years ago
  60. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  61. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  62. 543af75 Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) by Nick Coghlan · 14 years ago
  63. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  64. e1adece Clean up warnings filter use in test_tempfile. by Brett Cannon · 14 years ago
  65. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  66. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  67. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  68. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  69. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  70. 36dfe78 Merged revisions 76593 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  71. 7d0bddd #6077: on Windows, fix truncation of a tempfile.TemporaryFile opened in "wt+" mode: by Amaury Forgeot d'Arc · 15 years ago
  72. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  73. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  74. 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 15 years ago
  75. 7195963 test_support was renamed to support on py3k. by Hirokazu Yamamoto · 15 years ago
  76. b525e18 Merged revisions 71984 via svnmerge from by Walter Dörwald · 15 years ago
  77. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  78. d62269f Fix Windows buildbot failures after r66469. by Antoine Pitrou · 16 years ago
  79. 9cadb1b Issue #3782: os.write() must not accept unicode strings by Antoine Pitrou · 16 years ago
  80. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  81. 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
  82. 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 17 years ago
  83. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  84. f0c7416 Patch # 1033 by Adam Hupp: by Guido van Rossum · 17 years ago
  85. ec42ffd More str/bytes strictness. by Guido van Rossum · 17 years ago
  86. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  87. 9a63470 Make test_tempfile.py work. Make SpooledTempFile work in text and binary mode. by Guido van Rossum · 17 years ago
  88. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  89. c2f93dc Remove native popen() and fdopen(), replacing them with subprocess calls. by Guido van Rossum · 17 years ago
  90. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  91. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  92. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  93. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  94. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  95. a1fb4c8 Exceedingly minor tweak. by Michael W. Hudson · 19 years ago
  96. 9996828 Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems. by Martin v. Löwis · 20 years ago
  97. 59db96f When /tmp has certain sticky bits set, newly created subdirectories by Guido van Rossum · 20 years ago
  98. d4210bc Patch #813200: Quote executable path on Windows. Fixes #811082. by Martin v. Löwis · 21 years ago
  99. d662548 Patch #810914: Return absolute path for mkstemp. Fixes #810408. by Martin v. Löwis · 21 years ago
  100. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago