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