1. 3f5de13 Merged revisions 73744 via svnmerge from by Benjamin Peterson · 15 years ago
  2. 98d23f2 Merged revisions 73710 via svnmerge from by Benjamin Peterson · 15 years ago
  3. 3ade6f9 Fixed test_tempfile. by Alexandre Vassalotti · 16 years ago
  4. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  5. 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
  6. 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
  7. 36d1f8e As Guido says by Christian Heimes · 16 years ago
  8. 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
  9. 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
  10. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  11. 3db4686 fix typo by Fred Drake · 17 years ago
  12. 5d21255 Issue 1340 by Amaury Forgeot d'Arc (with help from Christian Heimes, by Guido van Rossum · 17 years ago
  13. 7816e51 Fix exception indexing. by Georg Brandl · 17 years ago
  14. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  15. f0c7416 Patch # 1033 by Adam Hupp: by Guido van Rossum · 17 years ago
  16. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  17. 5424df2 Patch suggested Paul Colomiets fixes test_threaded_import.py. by Guido van Rossum · 17 years ago
  18. dd766d5 Move tempfile over to the io module. Makes test_threaded_import pass. by Brett Cannon · 17 years ago
  19. 9a63470 Make test_tempfile.py work. Make SpooledTempFile work in text and binary mode. by Guido van Rossum · 17 years ago
  20. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  21. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  22. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  23. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  24. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  25. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  26. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  27. faa10eb SF bug #1099516: tempfile files not types.FileType by Raymond Hettinger · 20 years ago
  28. 90ee7eb Record that FCNTL.py has gone away; remove FCNTL hack in tempfile.py; by Tim Peters · 20 years ago
  29. b25615939 mktemp() shouldn't rely on os.path.exists(), which can return False if by Guido van Rossum · 21 years ago
  30. f09994e fixed wrong error checking on fcntl call as per SF bug # 821896 by Alex Martelli · 21 years ago
  31. d662548 Patch #810914: Return absolute path for mkstemp. Fixes #810408. by Martin v. Löwis · 21 years ago
  32. 291f14e Windows fix: When PYTHONCASEOK is set, or for any other reason imports by Tim Peters · 21 years ago
  33. bb829b7 Getting rid of macfs. by Jack Jansen · 21 years ago
  34. a093424 Use the dummy_thread module in Queue.py and tempfile.py. by Guido van Rossum · 22 years ago
  35. 44f602d Comment out the warnings about mktemp(). These are too annoying, and by Guido van Rossum · 22 years ago
  36. 97701b5 _RandomNameSequence(): style guide changes, small speedup, don't by Tim Peters · 22 years ago
  37. 6ef966e _TemporaryFileWrapper: changed self.close_called to a proper bool. by Tim Peters · 22 years ago
  38. e888cdc Get rid of _once(); inlining it takes less code. :-) by Guido van Rossum · 22 years ago
  39. 04490bf tempfile's mkstemp(): Changed last argument from by Tim Peters · 22 years ago
  40. 80c02af Patch #595014: Cygwin tempfile patch by Jason Tishler · 22 years ago
  41. d41bf34 mkstemp(): Repaired error in docstring (the sense of the 'binary' flag by Tim Peters · 22 years ago
  42. f69b3e9 mkstemp(): The optional "binary" argument is clearly intended to be a by Tim Peters · 22 years ago
  43. c21ea74 NamedTemporaryFile(), TemporaryFile(): removed needless local vrbl 'bin'. by Tim Peters · 22 years ago
  44. bd7b4c7 template: removed special-casing for NT; there isn't an 8-character limit. by Tim Peters · 22 years ago
  45. 1749b25 _once(): Removed obfuscating aliasing of _once_lock. by Tim Peters · 22 years ago
  46. fd0f0c9 _once(): Simplified dict manipulation. by Tim Peters · 22 years ago
  47. a0d55de Whitespace normalization. by Tim Peters · 22 years ago
  48. 0e54871 Check-in of the most essential parts of SF 589982 (tempfile.py by Guido van Rossum · 22 years ago
  49. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  50. 153cc0f If possible, set FD_CLOEXEC flag on file descriptors opened using by Neil Schemenauer · 22 years ago
  51. 40915bf Thanks to Detlef Lannert for pointing out a typo in the code that by Tim Peters · 22 years ago
  52. c7349ee New TemporaryFile implementation for Windows: this doesn't need a by Tim Peters · 22 years ago
  53. 4fd5a06 SF bug #509805 tempfile.gettempdir not threadsafe by Tim Peters · 22 years ago
  54. 81b61bd TemporaryFileWrapper: fixed typo in new comment. by Tim Peters · 23 years ago
  55. a255a72 TemporaryFileWrapper: cache the value of os.unlink for use by __del__, by Tim Peters · 23 years ago
  56. c57a285 SF bug #476138: tempfile behavior across platforms by Tim Peters · 23 years ago
  57. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  58. 7dcf84f Search /tmp before /var/tmp and /usr/tmp -- this seems preferred. by Guido van Rossum · 23 years ago
  59. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  60. c348cd7 fix long line by Jeremy Hylton · 23 years ago
  61. b90f89a Whitespace normalization. by Tim Peters · 24 years ago
  62. 8373218 Reverting a dumb experimental version I checked in by mistake. by Tim Peters · 24 years ago
  63. 2caf8df SF bug 128713: type(mmap_object) blew up on Linux. by Tim Peters · 24 years ago
  64. 9fadfb0 Guido found a brand new race in tempfile on Linux, due to Linux changing by Tim Peters · 24 years ago
  65. 1baa22a A variant of SF patch 103028 (Make tempfile.mktemp threadsafe). by Tim Peters · 24 years ago
  66. e504c0c Patch by tg@FreeBSD.org to try /var/tmp first. by Guido van Rossum · 24 years ago
  67. 00f09b3 Security patch for Unix by Chris McDonough. by Guido van Rossum · 24 years ago
  68. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  69. 6b708d5 In class TemporaryFileWrapper, don't cache attributes of tpye int -- by Guido van Rossum · 25 years ago
  70. 2457fc2 Improvement to the previous fix suggested by Thomas Bellman: if the by Guido van Rossum · 26 years ago
  71. dce3d55 The TemporaryFile() function has a security leak -- because the by Guido van Rossum · 26 years ago
  72. b0e5718 Fix so that after a fork() -- on Unix only -- the template gets recalculated. by Guido van Rossum · 26 years ago
  73. 57a0661 On the Mac, create the Temporary Items folder if it does not exist yet. (Jack) by Guido van Rossum · 26 years ago
  74. 29e5f5d When getcwd() doesn't exist or raises an exception, don't fail but by Guido van Rossum · 26 years ago
  75. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  76. b8c42c9 Add new optional parameter 'suffix' (default ''), which is appended to by Guido van Rossum · 27 years ago
  77. 80fb344 On NT, use a better template, ~XXX- where XXX is os.getpid(). by Guido van Rossum · 27 years ago
  78. ca54982 Added TemporaryFile and wrapper class by Jim Fulton. by Guido van Rossum · 27 years ago
  79. f4f756c (Jack:) Better MacOS support. by Guido van Rossum · 27 years ago
  80. 3e065ad Attempt at Windows-NT compatibility. by Guido van Rossum · 28 years ago
  81. 4033ad7 Restore 1.3 behavior of gettempdir(): if tempdir is already set, believe it. by Guido van Rossum · 28 years ago
  82. f4aaf86 Be more careful about default temp dir by Guido van Rossum · 28 years ago
  83. 41f9503 Mostly rewritten to be more flexible and more portable ./ by Guido van Rossum · 32 years ago
  84. cff3454 Use $TMPDIR if it is set in the environment. by Guido van Rossum · 33 years ago
  85. 4a3a41f Use 'global' instead of struct kludge. by Guido van Rossum · 33 years ago
  86. ce08448 New class syntax. by Guido van Rossum · 33 years ago
  87. eee9498 Initial revision by Guido van Rossum · 33 years ago