summaryrefslogtreecommitdiff
path: root/Lib/test/test_tempfile.py
Commit message (Expand)AuthorAgeFilesLines
* Port #11488 patch from 3.1 (changeset f816841bab03)R David Murray2011-03-141-0/+17
* In a number of places code still reversRonald Oussoren2010-05-051-5/+3
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* Fix various missing import/unbound name errors.Georg Brandl2010-02-061-1/+1
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-4/+3
* use assert[Not]In where appropriateEzio Melotti2010-01-231-3/+3
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-55/+55
* Make test.test_support.EnvironmentVarGuard behave like a dictionary.Walter Dörwald2009-05-011-1/+1
* Use test.test_support.EnvironmentVarGuard where tests change environment vars.Walter Dörwald2009-04-261-7/+2
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-4/+4
* Remove some from __future__ import with_statementsBenjamin Peterson2008-04-301-1/+0
* Issue 2021: Allow NamedTemporaryFile and SpooledTemporaryFile to be used as c...Nick Coghlan2008-02-091-3/+65
* This is probably what was meant here.Armin Rigo2007-12-071-1/+1
* Patch #1630118: add a SpooledTemporaryFile class to tempfile.Collin Winter2007-03-191-1/+103
* Fix a tab.Georg Brandl2007-03-131-2/+2
* Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameterGeorg Brandl2007-03-131-2/+19
* Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34].Neal Norwitz2006-09-051-1/+1
* Normalized a few cases of whitespace in function declarations.Martin Blais2006-06-061-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
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-4/+1
* Added the Mac to platforms that don't have user/group/other modes.Jack Jansen2003-01-081-3/+6
* Two bugs:Fred Drake2002-11-221-7/+7
* Don't call warnings.resetwarnings(); that does bad things that causeFred Drake2002-10-171-5/+4
* Standardize behavior: no docstrings in test functions. Also get ridGuido van Rossum2002-08-221-42/+37
* OS/2 EMX behaves like Windows where file permissions are concernedAndrew MacIntyre2002-08-181-2/+2
* Get rid of _once(); inlining it takes less code. :-)Guido van Rossum2002-08-171-61/+0
* Patch by Zack W to make test_noinherit() more robust: spawn a PythonGuido van Rossum2002-08-171-28/+23
* Drop the number of test files to 100 for all the testsNeal Norwitz2002-08-161-4/+8
* test_many(): open only 100 temp files, not 1000. Some systems don'tGuido van Rossum2002-08-141-1/+1
* There's no distinction among 'user', 'group' and 'world' permissionsTim Peters2002-08-091-2/+14
* Whitespace normalization.Tim Peters2002-08-091-2/+2
* Check-in of the most essential parts of SF 589982 (tempfile.pyGuido van Rossum2002-08-091-7/+704
* SF bug #476138: tempfile behavior across platformsTim Peters2001-10-291-0/+10