1. 153cc0f If possible, set FD_CLOEXEC flag on file descriptors opened using by Neil Schemenauer · 22 years ago
  2. 40915bf Thanks to Detlef Lannert for pointing out a typo in the code that by Tim Peters · 23 years ago
  3. c7349ee New TemporaryFile implementation for Windows: this doesn't need a by Tim Peters · 23 years ago
  4. 4fd5a06 SF bug #509805 tempfile.gettempdir not threadsafe by Tim Peters · 23 years ago
  5. 81b61bd TemporaryFileWrapper: fixed typo in new comment. by Tim Peters · 23 years ago
  6. a255a72 TemporaryFileWrapper: cache the value of os.unlink for use by __del__, by Tim Peters · 23 years ago
  7. c57a285 SF bug #476138: tempfile behavior across platforms by Tim Peters · 23 years ago
  8. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  9. 7dcf84f Search /tmp before /var/tmp and /usr/tmp -- this seems preferred. by Guido van Rossum · 23 years ago
  10. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  11. c348cd7 fix long line by Jeremy Hylton · 23 years ago
  12. b90f89a Whitespace normalization. by Tim Peters · 24 years ago
  13. 8373218 Reverting a dumb experimental version I checked in by mistake. by Tim Peters · 24 years ago
  14. 2caf8df SF bug 128713: type(mmap_object) blew up on Linux. by Tim Peters · 24 years ago
  15. 9fadfb0 Guido found a brand new race in tempfile on Linux, due to Linux changing by Tim Peters · 24 years ago
  16. 1baa22a A variant of SF patch 103028 (Make tempfile.mktemp threadsafe). by Tim Peters · 24 years ago
  17. e504c0c Patch by tg@FreeBSD.org to try /var/tmp first. by Guido van Rossum · 24 years ago
  18. 00f09b3 Security patch for Unix by Chris McDonough. by Guido van Rossum · 24 years ago
  19. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  20. 6b708d5 In class TemporaryFileWrapper, don't cache attributes of tpye int -- by Guido van Rossum · 25 years ago
  21. 2457fc2 Improvement to the previous fix suggested by Thomas Bellman: if the by Guido van Rossum · 26 years ago
  22. dce3d55 The TemporaryFile() function has a security leak -- because the by Guido van Rossum · 26 years ago
  23. b0e5718 Fix so that after a fork() -- on Unix only -- the template gets recalculated. by Guido van Rossum · 26 years ago
  24. 57a0661 On the Mac, create the Temporary Items folder if it does not exist yet. (Jack) by Guido van Rossum · 26 years ago
  25. 29e5f5d When getcwd() doesn't exist or raises an exception, don't fail but by Guido van Rossum · 26 years ago
  26. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  27. b8c42c9 Add new optional parameter 'suffix' (default ''), which is appended to by Guido van Rossum · 27 years ago
  28. 80fb344 On NT, use a better template, ~XXX- where XXX is os.getpid(). by Guido van Rossum · 27 years ago
  29. ca54982 Added TemporaryFile and wrapper class by Jim Fulton. by Guido van Rossum · 27 years ago
  30. f4f756c (Jack:) Better MacOS support. by Guido van Rossum · 27 years ago
  31. 3e065ad Attempt at Windows-NT compatibility. by Guido van Rossum · 28 years ago
  32. 4033ad7 Restore 1.3 behavior of gettempdir(): if tempdir is already set, believe it. by Guido van Rossum · 28 years ago
  33. f4aaf86 Be more careful about default temp dir by Guido van Rossum · 28 years ago
  34. 41f9503 Mostly rewritten to be more flexible and more portable ./ by Guido van Rossum · 32 years ago
  35. cff3454 Use $TMPDIR if it is set in the environment. by Guido van Rossum · 33 years ago
  36. 4a3a41f Use 'global' instead of struct kludge. by Guido van Rossum · 33 years ago
  37. ce08448 New class syntax. by Guido van Rossum · 33 years ago
  38. eee9498 Initial revision by Guido van Rossum · 33 years ago