| Commit message (Expand) | Author | Age | Files | Lines |
* | Captured IO streams with embedded backslashes are always such a fun combinati... | Nick Coghlan | 2010-12-13 | 1 | -2/+8 |
* | Actually finish the tests for r87182 | Nick Coghlan | 2010-12-13 | 1 | -3/+5 |
* | Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile... | Nick Coghlan | 2010-12-12 | 1 | -6/+43 |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -2/+2 |
* | Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) | Nick Coghlan | 2010-10-24 | 1 | -1/+103 |
* | Remove traces of MacOS9 support. | Ronald Oussoren | 2010-05-05 | 1 | -5/+3 |
* | Clean up warnings filter use in test_tempfile. | Brett Cannon | 2010-03-20 | 1 | -3/+13 |
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -1/+0 |
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 1 | -1/+1 |
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -4/+3 |
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -1/+1 |
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -2/+2 |
* | #6077: on Windows, fix truncation of a tempfile.TemporaryFile opened in "wt+"... | Amaury Forgeot d'Arc | 2009-11-30 | 1 | -2/+10 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -56/+56 |
* | Merged revisions 72167 via svnmerge from | Walter Dörwald | 2009-05-01 | 1 | -1/+1 |
* | test_support was renamed to support on py3k. | Hirokazu Yamamoto | 2009-04-27 | 1 | -1/+1 |
* | Merged revisions 71984 via svnmerge from | Walter Dörwald | 2009-04-26 | 1 | -7/+2 |
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -4/+4 |
* | Fix Windows buildbot failures after r66469. | Antoine Pitrou | 2008-09-15 | 1 | -1/+1 |
* | Issue #3782: os.write() must not accept unicode strings | Antoine Pitrou | 2008-09-15 | 1 | -1/+1 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 1 | -3/+64 |
* | Merged revisions 59407-59422 via svnmerge from | Christian Heimes | 2007-12-08 | 1 | -1/+1 |
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -3/+3 |
* | Patch # 1033 by Adam Hupp: | Guido van Rossum | 2007-08-28 | 1 | -0/+24 |
* | More str/bytes strictness. | Guido van Rossum | 2007-08-27 | 1 | -11/+11 |
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -9/+9 |
* | Make test_tempfile.py work. Make SpooledTempFile work in text and binary mode. | Guido van Rossum | 2007-07-09 | 1 | -2/+17 |
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -4/+4 |
* | Remove native popen() and fdopen(), replacing them with subprocess calls. | Guido van Rossum | 2007-05-24 | 1 | -1/+1 |
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -4/+4 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -3/+122 |
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -2/+2 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+1 |
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -1/+1 |
* | Exceedingly minor tweak. | Michael W. Hudson | 2005-02-15 | 1 | -1/+1 |
* | Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems. | Martin v. Löwis | 2004-09-15 | 1 | -0/+2 |
* | When /tmp has certain sticky bits set, newly created subdirectories | Guido van Rossum | 2004-03-31 | 1 | -0/+1 |
* | Patch #813200: Quote executable path on Windows. Fixes #811082. | Martin v. Löwis | 2003-10-23 | 1 | -2/+10 |
* | Patch #810914: Return absolute path for mkstemp. Fixes #810408. | Martin v. Löwis | 2003-10-12 | 1 | -1/+7 |
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -4/+1 |
* | Added the Mac to platforms that don't have user/group/other modes. | Jack Jansen | 2003-01-08 | 1 | -3/+6 |
* | Two bugs: | Fred Drake | 2002-11-22 | 1 | -7/+7 |
* | Don't call warnings.resetwarnings(); that does bad things that cause | Fred Drake | 2002-10-17 | 1 | -5/+4 |
* | Standardize behavior: no docstrings in test functions. Also get rid | Guido van Rossum | 2002-08-22 | 1 | -42/+37 |
* | OS/2 EMX behaves like Windows where file permissions are concerned | Andrew MacIntyre | 2002-08-18 | 1 | -2/+2 |
* | Get rid of _once(); inlining it takes less code. :-) | Guido van Rossum | 2002-08-17 | 1 | -61/+0 |
* | Patch by Zack W to make test_noinherit() more robust: spawn a Python | Guido van Rossum | 2002-08-17 | 1 | -28/+23 |
* | Drop the number of test files to 100 for all the tests | Neal Norwitz | 2002-08-16 | 1 | -4/+8 |
* | test_many(): open only 100 temp files, not 1000. Some systems don't | Guido van Rossum | 2002-08-14 | 1 | -1/+1 |