summaryrefslogtreecommitdiff
path: root/Lib/test/test_tempfile.py
Commit message (Expand)AuthorAgeFilesLines
* 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-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
| * 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
* | #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
|/
* 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
* Fix Windows buildbot failures after r66469.Antoine Pitrou2008-09-151-1/+1
* Issue #3782: os.write() must not accept unicode stringsAntoine Pitrou2008-09-151-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-3/+64
* Merged revisions 59407-59422 via svnmerge fromChristian Heimes2007-12-081-1/+1
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-3/+3
* Patch # 1033 by Adam Hupp:Guido van Rossum2007-08-281-0/+24
* More str/bytes strictness.Guido van Rossum2007-08-271-11/+11
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-9/+9
* Make test_tempfile.py work. Make SpooledTempFile work in text and binary mode.Guido van Rossum2007-07-091-2/+17
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-4/+4
* Remove native popen() and fdopen(), replacing them with subprocess calls.Guido van Rossum2007-05-241-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-4/+4
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-3/+122
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* Merge the rest of the trunk.Thomas Wouters2006-06-081-1/+1
* Exceedingly minor tweak.Michael W. Hudson2005-02-151-1/+1
* Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems.Martin v. Löwis2004-09-151-0/+2
* When /tmp has certain sticky bits set, newly created subdirectoriesGuido van Rossum2004-03-311-0/+1
* Patch #813200: Quote executable path on Windows. Fixes #811082.Martin v. Löwis2003-10-231-2/+10
* Patch #810914: Return absolute path for mkstemp. Fixes #810408.Martin v. Löwis2003-10-121-1/+7