summaryrefslogtreecommitdiffstats
path: root/Lib/test/support
Commit message (Expand)AuthorAgeFilesLines
* Fix test.support.bind_port() to not cause an error when Python was compiledGregory P. Smith2013-11-171-3/+9
* Close #18952: correctly download test support dataNick Coghlan2013-09-081-12/+19
* Merge.Charles-François Natali2013-08-291-2/+8
|\
| * Issue #18643: Fix some test_socket failures due to large default socket bufferCharles-François Natali2013-08-291-2/+8
* | Fix @requires_freebsd_version and @requires_linux_version decorators ofVictor Stinner2013-08-281-0/+2
|/
* Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-211-1/+5
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-2/+2
* Issue #12645: Clarify and reformat the documentation of import_fresh_moduleEli Bendersky2013-08-111-11/+25
* Close #15415: Factor out temp dir helpers to test.supportNick Coghlan2013-07-281-18/+58
* Issue #15494: test.support is now a package rather than a moduleNick Coghlan2013-07-281-0/+1990