Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40003: test.bisect_cmd copies Python options (GH-19246) | Victor Stinner | 2020-03-31 | 1 | -2/+14 |
| | | | | | test.bisect_cmd now copies Python command line options like -O or -W. Moreover, emit a warning if test.bisect_cmd is used with -w/--verbose2 option. | ||||
* | Change bisect to bisect_cmd in docstring (#13040) | Xtreak | 2019-05-02 | 1 | -3/+3 |
| | |||||
* | bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200) | Victor Stinner | 2018-12-17 | 1 | -0/+167 |
Rename test.bisect module to test.bisect_cmd to avoid conflict with bisect module when running directly a test like "./python Lib/test/test_xmlrpc.py". |