summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tempfile.py
Commit message (Expand)AuthorAgeFilesLines
* 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