1. 492f027 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  2. 5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  3. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  4. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  5. 5d06c74 Merge: #23700: fix/improve comment by R David Murray · 9 years ago
  6. 75ed90a #23700: fix/improve comment by R David Murray · 9 years ago
  7. 000391b Issue #23700: NamedTemporaryFile iterator closed underlied file object in by Serhiy Storchaka · 9 years ago
  8. d83b7c2 Issue #23700: NamedTemporaryFile iterator closed underlied file object in by Serhiy Storchaka · 9 years ago
  9. 4f418d3 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 9 years ago
  10. 56cefa6 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 9 years ago
  11. 0b86660 tempfile: Fix docstring. Issue #21397, patch by R. David Murray. by Yury Selivanov · 10 years ago
  12. e9a086b Issue #22427: TemporaryDirectory no longer attempts to clean up twice when by Serhiy Storchaka · 10 years ago
  13. 5e193ac Issue #22427: TemporaryDirectory no longer attempts to clean up twice when by Serhiy Storchaka · 10 years ago
  14. 3e67d58 tempfile: Fix docstring. Issue #21397, patch by R. David Murray. by Yury Selivanov · 10 years ago
  15. 350985d Issue #21515: Fix typo in a comment, thanks Arfrever for the report by Victor Stinner · 10 years ago
  16. d967fc9 Issue #21515: tempfile.TemporaryFile now uses os.O_TMPFILE flag is available by Victor Stinner · 10 years ago
  17. 1f99f9d Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), by Victor Stinner · 10 years ago
  18. 69b1e26 Issue #20978: pyflakes: fix undefined names by Victor Stinner · 10 years ago
  19. 9a2e75b Remove redundant emty line at the end of file. by Serhiy Storchaka · 11 years ago
  20. a28632b Issue #19077: tempfile.TemporaryDirectory cleanup no longer fails when by Serhiy Storchaka · 11 years ago
  21. 99e033b Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely by Serhiy Storchaka · 11 years ago
  22. 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
  23. 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
  24. 6d09f09 Issue14255 Don't flatten case of tempdir by Tim Golden · 11 years ago
  25. 309836c Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  26. f315df3 Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  27. 48e6a8c Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  28. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  29. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  30. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  31. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  32. 9786910 Close #12015: The tempfile module now uses a suffix of 8 random characters by Victor Stinner · 11 years ago
  33. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  34. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  35. 7e298d0 Fix for issue #16800: Use buffered write to handle EINTR. by Serhiy Storchaka · 11 years ago
  36. bebd206 Fix for issue #16800: Use buffered write to handle EINTR. by Serhiy Storchaka · 11 years ago
  37. 76a2ed1 Fix for issue #16800: Use buffered write to handle EINTR. by Serhiy Storchaka · 11 years ago
  38. 94cd10f Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 11 years ago
  39. ff7fef9 Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 11 years ago
  40. f6b361e Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 11 years ago
  41. 26cab56 Issue #17169: Restore errno in tempfile exceptions. by Serhiy Storchaka · 11 years ago
  42. 7451a72 Issue #17169: Restore errno in tempfile exceptions. by Serhiy Storchaka · 11 years ago
  43. 5d70ccc Issue #10355: SpooledTemporaryFile properties now work for unrolled files. by Serhiy Storchaka · 11 years ago
  44. 3318280 Issue #10355: SpooledTemporaryFile properties now work for unrolled files. by Serhiy Storchaka · 11 years ago
  45. bbbbe8e Issue #10355: SpooledTemporaryFile properties now work for unrolled files. by Serhiy Storchaka · 11 years ago
  46. 9ea2d55 Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. by Serhiy Storchaka · 11 years ago
  47. 23a6726 Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. by Serhiy Storchaka · 11 years ago
  48. 4f169a7 Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. by Serhiy Storchaka · 11 years ago
  49. b9a76e2 Issue #16860: In tempfile, use O_CLOEXEC when available to set the by Charles-François Natali · 12 years ago
  50. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  51. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  52. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  53. 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
  54. 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
  55. 0e86a58 Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size parameter, as other file-like objects. by Antoine Pitrou · 13 years ago
  56. 46f5d14 Remove no-op code from previous commit. by Florent Xicluna · 13 years ago
  57. 68f71a3 Simplify and remove few dependencies on 'errno', thanks to PEP 3151. by Florent Xicluna · 13 years ago
  58. e12c0b1 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 13 years ago
  59. def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 13 years ago
  60. 3a420c7 #10354: remove last public mentions of 'template' and comment as private. by R David Murray · 13 years ago
  61. 6b22f3f Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile.TemporaryDirectory context manager by Nick Coghlan · 14 years ago
  62. ab3734f Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose mkdtemp call failed. by Georg Brandl · 14 years ago
  63. 572895b Simplify code by Raymond Hettinger · 14 years ago
  64. 543af75 Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) by Nick Coghlan · 14 years ago
  65. 7d0bddd #6077: on Windows, fix truncation of a tempfile.TemporaryFile opened in "wt+" mode: by Amaury Forgeot d'Arc · 15 years ago
  66. 3f5de13 Merged revisions 73744 via svnmerge from by Benjamin Peterson · 15 years ago
  67. 98d23f2 Merged revisions 73710 via svnmerge from by Benjamin Peterson · 15 years ago
  68. 3ade6f9 Fixed test_tempfile. by Alexandre Vassalotti · 16 years ago
  69. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  70. eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 16 years ago
  71. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  72. 36d1f8e As Guido says by Christian Heimes · 16 years ago
  73. c83b629 iter() doesn't use __getattr__ to find an __iter__ method. I'm not sure if the behavior is deliberately but this workaround fixes the issue for the next alpha release tomorrow. by Christian Heimes · 16 years ago
  74. 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
  75. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  76. 3db4686 fix typo by Fred Drake · 17 years ago
  77. 5d21255 Issue 1340 by Amaury Forgeot d'Arc (with help from Christian Heimes, by Guido van Rossum · 17 years ago
  78. 7816e51 Fix exception indexing. by Georg Brandl · 17 years ago
  79. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  80. f0c7416 Patch # 1033 by Adam Hupp: by Guido van Rossum · 17 years ago
  81. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  82. 5424df2 Patch suggested Paul Colomiets fixes test_threaded_import.py. by Guido van Rossum · 17 years ago
  83. dd766d5 Move tempfile over to the io module. Makes test_threaded_import pass. by Brett Cannon · 17 years ago
  84. 9a63470 Make test_tempfile.py work. Make SpooledTempFile work in text and binary mode. by Guido van Rossum · 17 years ago
  85. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  86. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  87. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  88. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  89. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  90. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  91. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  92. faa10eb SF bug #1099516: tempfile files not types.FileType by Raymond Hettinger · 20 years ago
  93. 90ee7eb Record that FCNTL.py has gone away; remove FCNTL hack in tempfile.py; by Tim Peters · 20 years ago
  94. b25615939 mktemp() shouldn't rely on os.path.exists(), which can return False if by Guido van Rossum · 21 years ago
  95. f09994e fixed wrong error checking on fcntl call as per SF bug # 821896 by Alex Martelli · 21 years ago
  96. d662548 Patch #810914: Return absolute path for mkstemp. Fixes #810408. by Martin v. Löwis · 21 years ago
  97. 291f14e Windows fix: When PYTHONCASEOK is set, or for any other reason imports by Tim Peters · 21 years ago
  98. bb829b7 Getting rid of macfs. by Jack Jansen · 21 years ago
  99. a093424 Use the dummy_thread module in Queue.py and tempfile.py. by Guido van Rossum · 22 years ago
  100. 44f602d Comment out the warnings about mktemp(). These are too annoying, and by Guido van Rossum · 22 years ago