summaryrefslogtreecommitdiff
path: root/Lib/test/test_tempfile.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhostMartin Panter2016-02-281-1/+9
* Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dirGregory P. Smith2015-05-221-21/+148
* Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try againSerhiy Storchaka2015-05-201-6/+41
|\
| * Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try againSerhiy Storchaka2015-05-201-6/+41
* | Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+2
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
|/
* Issue #23700: Iterator of NamedTemporaryFile now keeps a reference toSerhiy Storchaka2015-03-191-0/+13
* Issue #22427: TemporaryDirectory no longer attempts to clean up twice whenSerhiy Storchaka2014-09-241-0/+24
* Issue #18174: Fix leak of file descriptor in test_tempfileVictor Stinner2014-07-291-0/+4
* Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok.Victor Stinner2014-03-251-1/+1
* Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),Victor Stinner2014-03-251-0/+24
* Issue #19077: tempfile.TemporaryDirectory cleanup no longer fails whenSerhiy Storchaka2014-01-271-8/+25
|\
| * Issue #18879: When a method is looked up on a temporary file, avoid closing t...Antoine Pitrou2013-12-211-7/+22
| |\
| | * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-7/+22
| | |\
| | | * Issue14255 Don't flatten case of tempdirTim Golden2013-10-251-0/+14
| | | * Issue #18945: Add tests for tempfile name collision handling.Eli Bendersky2013-09-131-22/+65
| | | |\
| | | * \ Issue #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-061-0/+26
| | | |\ \
| | | * | | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-0/+1
| | | * | | Close #12015: The tempfile module now uses a suffix of 8 random charactersVictor Stinner2013-08-141-2/+2
| | | * | | Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-131-1/+39
| | | |\ \ \
| | | * \ \ \ Fix a test for SpooledTemporaryFile (added in issue #10355).Serhiy Storchaka2013-02-101-5/+5
| | | |\ \ \ \
| | | | * \ \ \ Issue #17169: Restore errno in tempfile exceptions.Serhiy Storchaka2013-02-091-1/+3
| | | | |\ \ \ \
| | | | * \ \ \ \ Issue #10355: SpooledTemporaryFile properties now work for unrolled files.Serhiy Storchaka2013-02-091-6/+6
| | | | |\ \ \ \ \
| | | | | * | | | | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-2/+2
| | | | | * | | | | Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-171-1/+1
| | | | | * | | | | #16135: Removal of OS/2 support (Python code partial cleanup)Jesus Cea2012-10-051-3/+3
* | | | | | | | | | Issue #19077: tempfile.TemporaryDirectory cleanup is now most likelySerhiy Storchaka2014-01-271-47/+37
|/ / / / / / / / /
* | | | | | | | | Issue #18879: When a method is looked up on a temporary file, avoid closing t...Antoine Pitrou2013-12-211-0/+17
|/ / / / / / / /
* | | | | | | | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-8/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Issue #18945: Add tests for tempfile name collision handling.Eli Bendersky2013-09-131-22/+65
| |_|_|_|_|/ |/| | | | |
* | | | | | Issue #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-061-0/+26
| |_|_|_|/ |/| | | |
* | | | | Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-131-1/+39
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-131-2/+44
* | | | | Fix a test for SpooledTemporaryFile (added in issue #10355).Serhiy Storchaka2013-02-101-163/+104
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Issue #17169: Restore errno in tempfile exceptions.Serhiy Storchaka2013-02-091-1/+3
| |/ /
| * | Issue #10355: SpooledTemporaryFile properties now work for unrolled files.Serhiy Storchaka2013-02-091-0/+39
| |\ \ | | |/ | |/|
| * | PEP8-ize test namesAntoine Pitrou2012-03-101-82/+54
| * | Remove useless failOnException() methodAntoine Pitrou2012-03-101-86/+32
| * | Issue #12856: Ensure child processes do not inherit the parent's random seed ...Antoine Pitrou2011-11-251-0/+32
| |\ \
| * | | Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size par...Antoine Pitrou2011-11-251-0/+21
| * | | Issue #12326: don't test the major version of sys.platformVictor Stinner2011-08-171-1/+1
* | | | Fix a test for SpooledTemporaryFile (added in issue #10355).Serhiy Storchaka2013-02-101-1/+1
| |_|/ |/| |
* | | Issue #10355: SpooledTemporaryFile properties now work for unrolled files.Serhiy Storchaka2013-02-091-0/+39
| |/ |/|
* | Issue #12856: Ensure child processes do not inherit the parent's random seed ...Antoine Pitrou2011-11-251-0/+32
|/
* Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:Charles-François Natali2011-07-291-0/+21
* Merge #11488 patch from 3.1.R David Murray2011-03-141-18/+171
|\
| * Captured IO streams with embedded backslashes are always such a fun combinati...Nick Coghlan2010-12-131-2/+8
| * Actually finish the tests for r87182Nick Coghlan2010-12-131-3/+5
| * Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile...Nick Coghlan2010-12-121-6/+43
| * #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-2/+2