1. 2705819 bpo-18174: Fix file descriptor leaks in tests (GH-7408) by Victor Stinner · 7 years ago
  2. 1247e2c [2.7] bpo-31160: Backport reap_children fixes from master to 2.7 (#3063) by Victor Stinner · 8 years ago
  3. 941ea53 [2.7] bpo-30197: Enhance swap_attr() and backport swap_item() in test.test_support. (#1341) (#1347) by Serhiy Storchaka · 8 years ago
  4. b6b1ab4 Issue #26385: Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhost by Martin Panter · 9 years ago
  5. 9eb0c0e Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 10 years ago
  6. 367f5d3 Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), by Victor Stinner · 11 years ago
  7. 1f70221 Issue #19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
  8. e207e38 Close #18945: Add tests for tempfile name collision handling. by Eli Bendersky · 12 years ago
  9. 8c7e925 Close #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 12 years ago
  10. 0127de0 Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 12 years ago
  11. beaa3ad Issue #10355: SpooledTemporaryFile properties and xreadline method now work for unrolled files. by Serhiy Storchaka · 12 years ago
  12. a5d5bb9 Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. by Antoine Pitrou · 14 years ago
  13. b44e184 Port #11488 patch from 3.1 (changeset f816841bab03) by R David Murray · 14 years ago
  14. 9545a23 In a number of places code still revers by Ronald Oussoren · 15 years ago
  15. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  16. d10d8ee Fix various missing import/unbound name errors. by Georg Brandl · 16 years ago
  17. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  18. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  19. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  20. 6733bed Make test.test_support.EnvironmentVarGuard behave like a dictionary. by Walter Dörwald · 16 years ago
  21. 4b965f6 Use test.test_support.EnvironmentVarGuard where tests change environment vars. by Walter Dörwald · 16 years ago
  22. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  23. 95287fa Remove some from __future__ import with_statements by Benjamin Peterson · 17 years ago
  24. 97fac3e Issue 2021: Allow NamedTemporaryFile and SpooledTemporaryFile to be used as context managers. (The NamedTemporaryFile fix should be considered for backporting to 2.5) by Nick Coghlan · 17 years ago
  25. 66d41b2 This is probably what was meant here. by Armin Rigo · 18 years ago
  26. a8785cc Patch #1630118: add a SpooledTemporaryFile class to tempfile. by Collin Winter · 18 years ago
  27. 4168c04 Fix a tab. by Georg Brandl · 18 years ago
  28. 35ef9c1 Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter by Georg Brandl · 18 years ago
  29. 4bc2c09 Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 19 years ago
  30. 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 19 years ago
  31. a1fb4c8 Exceedingly minor tweak. by Michael W. Hudson · 20 years ago
  32. 9996828 Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems. by Martin v. Löwis · 21 years ago
  33. 59db96f When /tmp has certain sticky bits set, newly created subdirectories by Guido van Rossum · 21 years ago
  34. d4210bc Patch #813200: Quote executable path on Windows. Fixes #811082. by Martin v. Löwis · 22 years ago
  35. d662548 Patch #810914: Return absolute path for mkstemp. Fixes #810408. by Martin v. Löwis · 22 years ago
  36. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  37. ce92147 Added the Mac to platforms that don't have user/group/other modes. by Jack Jansen · 23 years ago
  38. 8bec483 Two bugs: by Fred Drake · 23 years ago
  39. 7633d23 Don't call warnings.resetwarnings(); that does bad things that cause by Fred Drake · 23 years ago
  40. 8ccd9b6 Standardize behavior: no docstrings in test functions. Also get rid by Guido van Rossum · 23 years ago
  41. 1d0eeec OS/2 EMX behaves like Windows where file permissions are concerned by Andrew MacIntyre · 23 years ago
  42. e888cdc Get rid of _once(); inlining it takes less code. :-) by Guido van Rossum · 23 years ago
  43. 7874106 Patch by Zack W to make test_noinherit() more robust: spawn a Python by Guido van Rossum · 23 years ago
  44. 68ee012 Drop the number of test files to 100 for all the tests by Neal Norwitz · 23 years ago
  45. 20f0b36 test_many(): open only 100 temp files, not 1000. Some systems don't by Guido van Rossum · 23 years ago
  46. ca3ac7f There's no distinction among 'user', 'group' and 'world' permissions by Tim Peters · 23 years ago
  47. a0d55de Whitespace normalization. by Tim Peters · 23 years ago
  48. 0e54871 Check-in of the most essential parts of SF 589982 (tempfile.py by Guido van Rossum · 23 years ago
  49. c57a285 SF bug #476138: tempfile behavior across platforms by Tim Peters · 24 years ago