summaryrefslogtreecommitdiff
path: root/Lib/tempfile.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-2/+2
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-2/+2
* Fix for issue #16800: Use buffered write to handle EINTR.Serhiy Storchaka2013-02-131-2/+2
|\
| * Fix for issue #16800: Use buffered write to handle EINTR.Serhiy Storchaka2013-02-131-2/+2
| |\
| | * Fix for issue #16800: Use buffered write to handle EINTR.Serhiy Storchaka2013-02-131-2/+2
* | | Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-131-5/+8
|\ \ \ | |/ /
| * | Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-131-5/+8
| |\ \ | | |/
| | * Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-131-5/+8
* | | Issue #17169: Restore errno in tempfile exceptions.Serhiy Storchaka2013-02-091-4/+10
|\ \ \ | |/ /
| * | Issue #17169: Restore errno in tempfile exceptions.Serhiy Storchaka2013-02-091-4/+10
* | | Issue #10355: SpooledTemporaryFile properties now work for unrolled files.Serhiy Storchaka2013-02-091-4/+5
|\ \ \ | |/ / |/| |
| * | Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation.Serhiy Storchaka2013-02-091-4/+5
| |\ \
| | * | Issue #16860: In tempfile, use O_CLOEXEC when available to set theCharles-Fran?ois Natali2013-01-041-0/+2
| | * | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-4/+3
* | | | Issue #10355: SpooledTemporaryFile properties now work for unrolled files.Serhiy Storchaka2013-02-091-10/+20
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #10355: SpooledTemporaryFile properties now work for unrolled files.Serhiy Storchaka2013-02-091-10/+20
* | | Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation.Serhiy Storchaka2013-02-091-30/+26
|\ \ \ | |/ / |/| / | |/
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-30/+26
| |\
| | * Issue #12856: Ensure child processes do not inherit the parent's random seed ...Antoine Pitrou2011-11-251-2/+7
| | |\
| | * | Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size par...Antoine Pitrou2011-11-251-2/+7
| | * | Remove no-op code from previous commit.Florent Xicluna2011-10-281-4/+1
| | * | Simplify and remove few dependencies on 'errno', thanks to PEP 3151.Florent Xicluna2011-10-281-24/+18
| | * | Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:Charles-François Natali2011-07-291-2/+2
| | |\ \
| | | * | #10354: remove last public mentions of 'template' and comment as private.R David Murray2011-06-221-2/+2
* | | | | Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation.Serhiy Storchaka2013-02-091-2/+2
|/ / / /
* | | | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
| |_|/ |/| |
* | | Issue #12856: Ensure child processes do not inherit the parent's random seed ...Antoine Pitrou2011-11-251-2/+7
|/ /
* | Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:Charles-François Natali2011-07-291-1/+2
|/
* Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile...Nick Coghlan2010-12-121-8/+27
* Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose ...Georg Brandl2010-12-111-0/+2
* Simplify codeRaymond Hettinger2010-11-091-14/+3
* Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer)Nick Coghlan2010-10-241-1/+64
* #6077: on Windows, fix truncation of a tempfile.TemporaryFile opened in "wt+"...Amaury Forgeot d'Arc2009-11-301-10/+3
* Merged revisions 73744 via svnmerge fromBenjamin Peterson2009-07-011-1/+1
* Merged revisions 73710 via svnmerge fromBenjamin Peterson2009-06-301-0/+3
* Fixed test_tempfile.Alexandre Vassalotti2008-06-121-1/+1
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-2/+2
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-161-13/+1
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-9/+4
* As Guido saysChristian Heimes2008-02-281-2/+2
* iter() doesn't use __getattr__ to find an __iter__ method. I'm not sure if th...Christian Heimes2008-02-281-0/+4
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-2/+33
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* fix typoFred Drake2007-10-291-1/+1
* Issue 1340 by Amaury Forgeot d'Arc (with help from Christian Heimes,Guido van Rossum2007-10-291-1/+4
* Fix exception indexing.Georg Brandl2007-10-221-1/+1
* Raise statement normalization in Lib/.Collin Winter2007-08-301-5/+5
* Patch # 1033 by Adam Hupp:Guido van Rossum2007-08-281-14/+27
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-171-3/+0
* Patch suggested Paul Colomiets fixes test_threaded_import.py.Guido van Rossum2007-08-131-2/+2