summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tempfile.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #18945: Add tests for tempfile name collision handling.Eli Bendersky2013-09-131-22/+65
|\
| * 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 #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-271-0/+1
* | Close #12015: The tempfile module now uses a suffix of 8 random charactersVictor Stinner2013-08-131-2/+2
* | Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-121-1/+39
|\ \ | |/
| * Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-121-1/+39
| |\
| | * Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-121-2/+44
* | | Fix a test for SpooledTemporaryFile (added in issue #10355).Serhiy Storchaka2013-02-101-1/+1
|\ \ \ | |/ /
| * | Fix a test for SpooledTemporaryFile (added in issue #10355).Serhiy Storchaka2013-02-101-1/+1
| |\ \ | | |/
| | * Fix a test for SpooledTemporaryFile (added in issue #10355).Serhiy Storchaka2013-02-101-1/+1
* | | Issue #17169: Restore errno in tempfile exceptions.Serhiy Storchaka2013-02-091-1/+3
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | Issue #10355: SpooledTemporaryFile properties now work for unrolled files.Serhiy Storchaka2013-02-091-0/+39
| |\ \ | | |/
| | * Issue #10355: SpooledTemporaryFile properties now work for unrolled files.Serhiy Storchaka2013-02-091-0/+39
* | | 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
|/ /
* | 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 #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
|/
* 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-0/+17
|\
| * #11488: Add tests for writelines method of SpooledTemporaryFile.R David Murray2011-03-141-0/+17
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-2/+2
| * Merged revisions 76593 via svnmerge fromAmaury Forgeot d'Arc2009-11-301-2/+10
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-56/+56
* | 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
* | Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer)Nick Coghlan2010-10-241-1/+103
* | Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-5/+3
* | Clean up warnings filter use in test_tempfile.Brett Cannon2010-03-201-3/+13
* | Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-1/+1
* | Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-4/+3
* | use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-2/+2
* | #6077: on Windows, fix truncation of a tempfile.TemporaryFile opened in "wt+"...Amaury Forgeot d'Arc2009-11-301-2/+10
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-56/+56
|/
* Merged revisions 72167 via svnmerge fromWalter Dörwald2009-05-011-1/+1
* test_support was renamed to support on py3k.Hirokazu Yamamoto2009-04-271-1/+1
* Merged revisions 71984 via svnmerge fromWalter Dörwald2009-04-261-7/+2
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-4/+4