| Commit message (Expand) | Author | Age |
* | #11488: Add tests for writelines method of SpooledTemporaryFile. | R David Murray | 2011-03-14 |
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 |
* | Merged revisions 76593 via svnmerge from | Amaury Forgeot d'Arc | 2009-11-30 |
* | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 |
* | Merged revisions 72167 via svnmerge from | Walter Dörwald | 2009-05-01 |
* | test_support was renamed to support on py3k. | Hirokazu Yamamoto | 2009-04-27 |
* | Merged revisions 71984 via svnmerge from | Walter Dörwald | 2009-04-26 |
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 |
* | Fix Windows buildbot failures after r66469. | Antoine Pitrou | 2008-09-15 |
* | Issue #3782: os.write() must not accept unicode strings | Antoine Pitrou | 2008-09-15 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 |
* | Merged revisions 59407-59422 via svnmerge from | Christian Heimes | 2007-12-08 |
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 |
* | Patch # 1033 by Adam Hupp: | Guido van Rossum | 2007-08-28 |
* | More str/bytes strictness. | Guido van Rossum | 2007-08-27 |
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 |
* | Make test_tempfile.py work. Make SpooledTempFile work in text and binary mode. | Guido van Rossum | 2007-07-09 |
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 |
* | Remove native popen() and fdopen(), replacing them with subprocess calls. | Guido van Rossum | 2007-05-24 |
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 |
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 |
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 |
* | Exceedingly minor tweak. | Michael W. Hudson | 2005-02-15 |
* | Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems. | Martin v. Löwis | 2004-09-15 |
* | When /tmp has certain sticky bits set, newly created subdirectories | Guido van Rossum | 2004-03-31 |
* | Patch #813200: Quote executable path on Windows. Fixes #811082. | Martin v. Löwis | 2003-10-23 |
* | Patch #810914: Return absolute path for mkstemp. Fixes #810408. | Martin v. Löwis | 2003-10-12 |
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 |
* | Added the Mac to platforms that don't have user/group/other modes. | Jack Jansen | 2003-01-08 |
* | Two bugs: | Fred Drake | 2002-11-22 |
* | Don't call warnings.resetwarnings(); that does bad things that cause | Fred Drake | 2002-10-17 |
* | Standardize behavior: no docstrings in test functions. Also get rid | Guido van Rossum | 2002-08-22 |
* | OS/2 EMX behaves like Windows where file permissions are concerned | Andrew MacIntyre | 2002-08-18 |
* | Get rid of _once(); inlining it takes less code. :-) | Guido van Rossum | 2002-08-17 |
* | Patch by Zack W to make test_noinherit() more robust: spawn a Python | Guido van Rossum | 2002-08-17 |
* | Drop the number of test files to 100 for all the tests | Neal Norwitz | 2002-08-16 |
* | test_many(): open only 100 temp files, not 1000. Some systems don't | Guido van Rossum | 2002-08-14 |
* | There's no distinction among 'user', 'group' and 'world' permissions | Tim Peters | 2002-08-09 |
* | Whitespace normalization. | Tim Peters | 2002-08-09 |
* | Check-in of the most essential parts of SF 589982 (tempfile.py | Guido van Rossum | 2002-08-09 |
* | SF bug #476138: tempfile behavior across platforms | Tim Peters | 2001-10-29 |