aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_tempfile.py
Commit message (Expand)AuthorAge
* #11488: Add tests for writelines method of SpooledTemporaryFile.R David Murray2011-03-14
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-21
* Merged revisions 76593 via svnmerge fromAmaury Forgeot d'Arc2009-11-30
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* Merged revisions 72167 via svnmerge fromWalter Dörwald2009-05-01
* test_support was renamed to support on py3k.Hirokazu Yamamoto2009-04-27
* Merged revisions 71984 via svnmerge fromWalter Dörwald2009-04-26
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-28
* Fix Windows buildbot failures after r66469.Antoine Pitrou2008-09-15
* Issue #3782: os.write() must not accept unicode stringsAntoine Pitrou2008-09-15
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-09
* Merged revisions 59407-59422 via svnmerge fromChristian Heimes2007-12-08
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-16
* Patch # 1033 by Adam Hupp:Guido van Rossum2007-08-28
* More str/bytes strictness.Guido van Rossum2007-08-27
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-27
* Make test_tempfile.py work. Make SpooledTempFile work in text and binary mode.Guido van Rossum2007-07-09
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13
* Remove native popen() and fdopen(), replacing them with subprocess calls.Guido van Rossum2007-05-24
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-21
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Merge the rest of the trunk.Thomas Wouters2006-06-08
* Exceedingly minor tweak.Michael W. Hudson2005-02-15
* Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems.Martin v. Löwis2004-09-15
* When /tmp has certain sticky bits set, newly created subdirectoriesGuido van Rossum2004-03-31
* Patch #813200: Quote executable path on Windows. Fixes #811082.Martin v. Löwis2003-10-23
* Patch #810914: Return absolute path for mkstemp. Fixes #810408.Martin v. Löwis2003-10-12
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* Added the Mac to platforms that don't have user/group/other modes.Jack Jansen2003-01-08
* Two bugs:Fred Drake2002-11-22
* Don't call warnings.resetwarnings(); that does bad things that causeFred Drake2002-10-17
* Standardize behavior: no docstrings in test functions. Also get ridGuido van Rossum2002-08-22
* OS/2 EMX behaves like Windows where file permissions are concernedAndrew MacIntyre2002-08-18
* Get rid of _once(); inlining it takes less code. :-)Guido van Rossum2002-08-17
* Patch by Zack W to make test_noinherit() more robust: spawn a PythonGuido van Rossum2002-08-17
* Drop the number of test files to 100 for all the testsNeal Norwitz2002-08-16
* test_many(): open only 100 temp files, not 1000. Some systems don'tGuido van Rossum2002-08-14
* There's no distinction among 'user', 'group' and 'world' permissionsTim Peters2002-08-09
* Whitespace normalization.Tim Peters2002-08-09
* Check-in of the most essential parts of SF 589982 (tempfile.pyGuido van Rossum2002-08-09
* SF bug #476138: tempfile behavior across platformsTim Peters2001-10-29