| Commit message (Expand) | Author | Age | Files | Lines |
* | #11910: merge with 3.2. | Ezio Melotti | 2011-05-09 | 1 | -4/+8 |
|\ |
|
| * | #11910: merge with 3.1. | Ezio Melotti | 2011-05-09 | 1 | -4/+8 |
| |\ |
|
| | * | #11910: change import_fresh_module to return None when one of the "fresh" mod... | Ezio Melotti | 2011-05-09 | 1 | -4/+8 |
|
|
* | | | merge 3.2 | Benjamin Peterson | 2011-05-08 | 1 | -2/+3 |
|\ \ \
| |/ / |
|
| * | | merge 3.1 | Benjamin Peterson | 2011-05-08 | 1 | -2/+3 |
| |\ \
| | |/ |
|
| | * | put import_fresh_module in __all__ | Benjamin Peterson | 2011-05-08 | 1 | -0/+1 |
|
|
* | | | Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows) | Antoine Pitrou | 2011-04-28 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows) | Antoine Pitrou | 2011-04-28 | 1 | -0/+2 |
|
|
* | | | Issue #11811: Factor out detection of IPv6 support on the current host | Antoine Pitrou | 2011-04-28 | 1 | -8/+22 |
|
|
* | | | Revert the Lib/test/test_bigmem.py changes from commit 17891566a478 (and a | Thomas Wouters | 2011-03-25 | 1 | -0/+5 |
|
|
* | | | Fix transmitting warning options to the children when running tests in | Antoine Pitrou | 2011-03-23 | 1 | -3/+2 |
|
|
* | | | Don't leave around a test symlink file. | Brett Cannon | 2011-03-15 | 1 | -1/+3 |
|
|
* | | | Merge | Antoine Pitrou | 2011-03-15 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | Add warnings support to test.support.args_from_interpreter_flags(). | Brett Cannon | 2011-03-15 | 1 | -1/+4 |
|
|
* | | | | Merge fix for issue #11501 | Antoine Pitrou | 2011-03-15 | 1 | -0/+33 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Merge fix for issue #11501 | Antoine Pitrou | 2011-03-15 | 1 | -0/+33 |
| |\ \
| | |/ |
|
| | * | On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no | Antoine Pitrou | 2011-03-15 | 1 | -0/+33 |
|
|
| | * | Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from | Antoine Pitrou | 2011-02-28 | 1 | -0/+34 |
|
|
| | * | Merged revisions 87968,87971-87975 via svnmerge from | Antoine Pitrou | 2011-01-14 | 1 | -24/+18 |
|
|
| | * | Merged revisions 87861,87863 via svnmerge from | Antoine Pitrou | 2011-01-08 | 1 | -0/+1 |
|
|
| | * | Merged revisions 87695 via svnmerge from | Antoine Pitrou | 2011-01-03 | 1 | -0/+11 |
|
|
| | * | Merged revisions 85482 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -1/+1 |
|
|
| | * | Recorded merge of revisions 83987 via svnmerge from | Victor Stinner | 2010-09-10 | 1 | -4/+4 |
|
|
| | * | Merged revisions 84666 via svnmerge from | Victor Stinner | 2010-09-10 | 1 | -2/+3 |
|
|
| | * | Merged revisions 84604 via svnmerge from | Antoine Pitrou | 2010-09-07 | 1 | -1/+10 |
|
|
| | * | Merged revisions 84597-84599 via svnmerge from | Antoine Pitrou | 2010-09-07 | 1 | -19/+61 |
|
|
| | * | Partial port of r78919 from trunk: add subdir argument to the findfile helper | Victor Stinner | 2010-07-13 | 1 | -1/+3 |
|
|
| | * | Merged revisions 82850 via svnmerge from | Alexander Belopolsky | 2010-07-13 | 1 | -1/+1 |
|
|
| | * | test/support.py: remove TESTFN if it is a directory | Victor Stinner | 2010-05-14 | 1 | -0/+4 |
|
|
| | * | Merged revisions 80317 via svnmerge from | Antoine Pitrou | 2010-04-21 | 1 | -0/+11 |
|
|
| | * | Revert r77732 and add back verify and vereq in case other projects use them, ... | Ezio Melotti | 2010-01-25 | 1 | -2/+26 |
|
|
| | * | Merged revisions 77731 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -26/+2 |
|
|
| | * | Merged revisions 76240 via svnmerge from | Antoine Pitrou | 2009-11-13 | 1 | -0/+17 |
|
|
| | * | Merged revisions 76040 via svnmerge from | Antoine Pitrou | 2009-11-01 | 1 | -3/+10 |
|
|
| | * | Merged revisions 75525,75530,75922 via svnmerge from | R. David Murray | 2009-10-28 | 1 | -1/+2 |
|
|
| | * | Merged revisions 73718,73721,73723 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -1/+1 |
|
|
| * | | Merged revisions 88652 via svnmerge from | Antoine Pitrou | 2011-02-26 | 1 | -0/+34 |
|
|
* | | | Issue #9931: Fix hangs in GUI tests under Windows in certain conditions. | Antoine Pitrou | 2011-02-26 | 1 | -0/+34 |
|
|
* | | | Removed fcmp and FUZZ from test.support, following the discussion on python-dev: | Eli Bendersky | 2011-02-25 | 1 | -19/+1 |
|
|
* | | | Fix imports from collections.abc | Raymond Hettinger | 2011-02-23 | 1 | -2/+2 |
|
|
* | | | Issue #10992: make tests pass when run under coverage. | Brett Cannon | 2011-02-22 | 1 | -0/+11 |
|
|
* | | | Issue #10990: Prevent tests from clobbering a set trace function. | Brett Cannon | 2011-02-21 | 1 | -0/+15 |
|/ / |
|
* | | A better message again | Antoine Pitrou | 2011-01-12 | 1 | -1/+1 |
|
|
* | | More informative skip message in @bigaddrspace | Antoine Pitrou | 2011-01-12 | 1 | -3/+7 |
|
|
* | | Fix @bigmemtest when no limit is given by the user (oops) | Antoine Pitrou | 2011-01-12 | 1 | -1/+1 |
|
|
* | | Make test skipping message nicer, and remove the rather useless "overhead" pa... | Antoine Pitrou | 2011-01-12 | 1 | -20/+10 |
|
|
* | | Typo. | Eric Smith | 2011-01-11 | 1 | -1/+1 |
|
|
* | | Issue 10556: test_zipimport_support implicitly imports too many modules (incl... | Nick Coghlan | 2011-01-11 | 1 | -0/+6 |
|
|
* | | Add EHOSTUNREACH ('No route to host') to the errnos trapped by transient_inte... | Antoine Pitrou | 2011-01-08 | 1 | -0/+1 |
|
|
* | | Fix #9333 on Windows XP, where os.symlink is not a possibility. | Brian Curtin | 2010-12-29 | 1 | -1/+1 |
|
|