summaryrefslogtreecommitdiffstats
path: root/Doc/library/tempfile.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26261: Clarify NamedTemporaryFile name attribute vs file.nameMartin Panter2016-02-221-1/+2
|
* #22613: minor other fixes in library docs (thanks Jacques Ducasse)Georg Brandl2014-10-311-1/+1
|
* Issue #18743: Improved cross-references to the StringIO class.Serhiy Storchaka2013-08-291-1/+1
|
* #9957: document that SpooledTemporaryFile.truncate does not take size argR David Murray2012-10-061-1/+2
|
* Backport source links from 3.x.Éric Araujo2011-08-191-1/+4
| | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
* Fix closes issue10403 - Let's not use members anymore.Senthil Kumaran2011-07-041-1/+1
|
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ↵Georg Brandl2009-07-261-2/+2
| | | | objects.
* Fix uses of the default role.Georg Brandl2009-01-031-5/+5
|
* mention the version gettempdir() was addedBenjamin Peterson2008-10-291-0/+2
|
* Template is always "tmp".Georg Brandl2008-08-041-2/+1
|
* Copied two versions of the example from the interactive session. DeleteSkip Montanaro2008-05-111-5/+0
| | | | one.
* reindent exampleBenjamin Peterson2008-05-091-17/+17
|
* Add an example about using NamedTemporaryFile() to replace mktemp(). I'mSkip Montanaro2008-05-091-0/+18
| | | | unclear whether the verbatim text should have been indented or by how much.
* Wrap some long paragraphs and include the default values for optionalSkip Montanaro2008-04-271-88/+96
| | | | function parameters.
* Issue 2021: Allow NamedTemporaryFile and SpooledTemporaryFile to be used as ↵Nick Coghlan2008-02-091-3/+6
| | | | context managers. (The NamedTemporaryFile fix should be considered for backporting to 2.5)
* #1615275: clarify return object types of different tempfile factories.Georg Brandl2008-01-061-1/+12
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+216