Antoine Pitrou
|
b0478b3f5f
|
Issue #18623: Factor out the _SuppressCoreFiles context manager into test.support.
Patch by Valerie Lambert.
|
2013-09-06 20:50:00 +02:00 |
Charles-François Natali
|
fcfb324e81
|
Use the recent support.HOSTv6 addition.
|
2013-08-31 14:40:49 +02:00 |
Charles-François Natali
|
f25f80c839
|
Merge.
|
2013-08-29 19:27:17 +02:00 |
Charles-François Natali
|
e33d5b0bc8
|
Merge.
|
2013-08-29 19:26:37 +02:00 |
Charles-François Natali
|
74b7408604
|
Issue #18643: Fix some test_socket failures due to large default socket buffer
sizes.
|
2013-08-29 19:02:23 +02:00 |
Charles-François Natali
|
5fd2642adb
|
Issue #18643: Fix some test_socket failures due to large default socket buffer
sizes.
|
2013-08-29 19:01:40 +02:00 |
Victor Stinner
|
d98af985d0
|
(Merge 3.3) Fix @requires_freebsd_version and @requires_linux_version
decorators of test.support, run the test if the platform matchs!
|
2013-08-28 12:34:16 +02:00 |
Victor Stinner
|
3b44a409de
|
Fix @requires_freebsd_version and @requires_linux_version decorators of
test.support, run the test if the platform matchs!
|
2013-08-28 12:26:28 +02:00 |
Antoine Pitrou
|
1e440cf5a2
|
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions.
|
2013-08-22 00:39:46 +02:00 |
Antoine Pitrou
|
f6fbf56071
|
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions.
|
2013-08-22 00:39:46 +02:00 |
Ezio Melotti
|
e0c69161bc
|
#18741: merge with 3.3.
|
2013-08-17 16:13:22 +03:00 |
Ezio Melotti
|
b5bc353b88
|
#18741: fix more typos. Patch by Févry Thibault.
|
2013-08-17 16:11:40 +03:00 |
Antoine Pitrou
|
05eafa887b
|
Make test.support.reap_threads() faster
|
2013-08-16 21:02:02 +02:00 |
Eli Bendersky
|
01ea326a8e
|
Close #12645: Clarify and reformat the documentation of import_fresh_module
|
2013-08-11 15:43:30 -07:00 |
Eli Bendersky
|
ba5517d4c0
|
Issue #12645: Clarify and reformat the documentation of import_fresh_module
|
2013-08-11 15:38:08 -07:00 |
Nick Coghlan
|
cf67b2a891
|
Merge #15415 from 3.3
|
2013-07-28 22:25:25 +10:00 |
Nick Coghlan
|
5517596c04
|
Close #15415: Factor out temp dir helpers to test.support
Patch by Chris Jerdonek
|
2013-07-28 22:11:50 +10:00 |
Nick Coghlan
|
69e3bda310
|
Issue #15494: test.support is now a package rather than a module
Also including this change in 3.3 to help avoid spurious conflicts
between the two most active branches.
(Initial patch by Indra Talip)
|
2013-07-28 21:06:50 +10:00 |
Nick Coghlan
|
fb15aa1e08
|
Close #15494: test.support is now a package rather than a module
Initial patch by Indra Talip
|
2013-07-28 20:56:19 +10:00 |