1. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  2. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  3. 1f0e1f3 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 8 years ago
  4. 9b566c3 Issue #25064: Adjust documentation according to new mkstemp signature by Martin Panter · 9 years ago
  5. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  6. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  7. 2ebdc13 Issue #23725: Overhaul tempfile docs. by Robert Collins · 9 years ago
  8. ad577b9 Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir by Gregory P. Smith · 9 years ago
  9. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  10. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  11. d967fc9 Issue #21515: tempfile.TemporaryFile now uses os.O_TMPFILE flag is available by Victor Stinner · 10 years ago
  12. 2368607 #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 10 years ago
  13. e79be87 Issue #18743: Fix references to non-existant "StringIO" module. by Serhiy Storchaka · 11 years ago
  14. 5c72b3f #17271: merge with 3.2. by Ezio Melotti · 11 years ago
  15. ad17bc0 #17271: update example in tempfile docs. by Ezio Melotti · 11 years ago
  16. 19a5214 Minor fix of previous commit. by Serhiy Storchaka · 11 years ago
  17. 4b109cb Minor fix of previous commit. by Serhiy Storchaka · 11 years ago
  18. 23a6726 Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. by Serhiy Storchaka · 11 years ago
  19. 4f169a7 Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. by Serhiy Storchaka · 11 years ago
  20. ca76ea1 #9957: document that SpooledTemporaryFile.truncate now accepts a size arg by R David Murray · 12 years ago
  21. 138a314 #9957: document that SpooledTemporaryFile.truncate does not take size arg by R David Murray · 12 years ago
  22. 276a58b Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. by Senthil Kumaran · 13 years ago
  23. a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. by Senthil Kumaran · 13 years ago
  24. 3a420c7 #10354: remove last public mentions of 'template' and comment as private. by R David Murray · 13 years ago
  25. 810b94a Issue #11818: Fix tempfile examples for Python 3. by Ross Lagerwall · 13 years ago
  26. a199368 More source links. by Raymond Hettinger · 13 years ago
  27. 543af75 Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) by Nick Coghlan · 14 years ago
  28. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  29. 14dfede Fix signatures for the various TemporaryFile class^Wfunctions. by Georg Brandl · 14 years ago
  30. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  31. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 15 years ago
  32. 36ab1ef Merged revisions 68219 via svnmerge from by Georg Brandl · 15 years ago
  33. 4b26ff8 Undocument deprecated module global "template". by Georg Brandl · 16 years ago
  34. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 16 years ago
  35. 6461e10 Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from by Alexandre Vassalotti · 16 years ago
  36. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  37. 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
  38. 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
  39. 7f04431 Merged revisions 59774-59783 via svnmerge from by Christian Heimes · 16 years ago
  40. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  41. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  42. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago