| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -1/+1 |
| | | |||||
| * | Fix test.support.bind_port() to not cause an error when Python was compiled | Gregory P. Smith | 2013-11-17 | 1 | -3/+9 |
| | | | | | | on a system with SO_REUSEPORT defined in the headers but run on a system with an OS kernel that does not support that reasonably new socket option. | ||||
| * | Close #18952: correctly download test support data | Nick Coghlan | 2013-09-08 | 1 | -12/+19 |
| | | | | | | | | | | | | | When test.support was converted to a package, it started silently skipping the tests which needed to download support data to run. This change refactors the affected code, and also tidies up test.support.findfile to remove the unused *here* parameter, document the *subdir* parameter and rename the *filename* parameter to avoid shadowing the file builtin and be consistent with the documentation. The unexpected skips were noticed and reported by Zachary Ware | ||||
| * | Merge. | Charles-François Natali | 2013-08-29 | 1 | -2/+8 |
| |\ | |||||
| | * | Issue #18643: Fix some test_socket failures due to large default socket buffer | Charles-François Natali | 2013-08-29 | 1 | -2/+8 |
| | | | | | | | | | sizes. | ||||
| * | | Fix @requires_freebsd_version and @requires_linux_version decorators of | Victor Stinner | 2013-08-28 | 1 | -0/+2 |
| |/ | | | | test.support, run the test if the platform matchs! | ||||
| * | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as ↵ | Antoine Pitrou | 2013-08-21 | 1 | -1/+5 |
| | | | | | possible, since "localhost" goes through a DNS lookup under recent Windows versions. | ||||
| * | #18741: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -2/+2 |
| | | |||||
| * | Issue #12645: Clarify and reformat the documentation of import_fresh_module | Eli Bendersky | 2013-08-11 | 1 | -11/+25 |
| | | |||||
| * | Close #15415: Factor out temp dir helpers to test.support | Nick Coghlan | 2013-07-28 | 1 | -18/+58 |
| | | | | | Patch by Chris Jerdonek | ||||
| * | Issue #15494: test.support is now a package rather than a module | Nick Coghlan | 2013-07-28 | 1 | -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) | |||||
