summaryrefslogtreecommitdiffstats
path: root/Lib/test/support
Commit message (Collapse)AuthorAgeFilesLines
...
| * Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as ↵Antoine Pitrou2013-08-211-1/+5
| | | | | | | | possible, since "localhost" goes through a DNS lookup under recent Windows versions.
* | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as ↵Antoine Pitrou2013-08-211-1/+5
| | | | | | | | possible, since "localhost" goes through a DNS lookup under recent Windows versions.
* | #18741: merge with 3.3.Ezio Melotti2013-08-171-2/+2
|\ \ | |/
| * #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-2/+2
| |
* | Make test.support.reap_threads() fasterAntoine Pitrou2013-08-161-2/+2
| |
* | Close #12645: Clarify and reformat the documentation of import_fresh_moduleEli Bendersky2013-08-111-12/+25
|\ \ | |/
| * Issue #12645: Clarify and reformat the documentation of import_fresh_moduleEli Bendersky2013-08-111-11/+25
| |
* | Merge #15415 from 3.3Nick Coghlan2013-07-281-18/+58
|\ \ | |/
| * Close #15415: Factor out temp dir helpers to test.supportNick Coghlan2013-07-281-18/+58
| | | | | | | | Patch by Chris Jerdonek
| * Issue #15494: test.support is now a package rather than a moduleNick Coghlan2013-07-281-0/+1990
| | | | | | | Also including this change in 3.3 to help avoid spurious conflicts between the two most active branches. (Initial patch by Indra Talip)
* Close #15494: test.support is now a package rather than a moduleNick Coghlan2013-07-281-0/+1992
Initial patch by Indra Talip