Georg Brandl
|
9fa61bb37d
|
#6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
|
2009-07-26 14:19:57 +00:00 |
Georg Brandl
|
e92818f58c
|
Fix uses of the default role.
|
2009-01-03 20:47:01 +00:00 |
Benjamin Peterson
|
b06b4c342f
|
mention the version gettempdir() was added
|
2008-10-29 20:33:00 +00:00 |
Georg Brandl
|
40df8ecdd5
|
Template is always "tmp".
|
2008-08-04 07:23:29 +00:00 |
Skip Montanaro
|
79964cf64f
|
Copied two versions of the example from the interactive session. Delete
one.
|
2008-05-11 02:59:30 +00:00 |
Benjamin Peterson
|
d03238a647
|
reindent example
|
2008-05-09 00:50:40 +00:00 |
Skip Montanaro
|
e404a12a46
|
Add an example about using NamedTemporaryFile() to replace mktemp(). I'm
unclear whether the verbatim text should have been indented or by how much.
|
2008-05-09 00:45:00 +00:00 |
Skip Montanaro
|
798099279d
|
Wrap some long paragraphs and include the default values for optional
function parameters.
|
2008-04-27 22:52:02 +00:00 |
Nick Coghlan
|
97fac3eb0a
|
Issue 2021: Allow NamedTemporaryFile and SpooledTemporaryFile to be used as context managers. (The NamedTemporaryFile fix should be considered for backporting to 2.5)
|
2008-02-09 15:28:09 +00:00 |
Georg Brandl
|
c4768a4a98
|
#1615275: clarify return object types of different tempfile factories.
|
2008-01-06 15:55:26 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |