Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27171: Fix typos in documentation, comments, and test function names | Martin Panter | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -10/+1 |
| | | | | | | | I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run. | ||||
* | PEP 479: Use the return-keyword instead of raising StopIteration inside a ↵ | Raymond Hettinger | 2014-11-23 | 1 | -1/+0 |
| | | | | generators. | ||||
* | use assertion methods | Benjamin Peterson | 2010-10-17 | 1 | -2/+2 |
| | |||||
* | disable the garbage collector while collecting traces, so that __del__s ↵ | Benjamin Peterson | 2010-10-17 | 1 | -3/+12 |
| | | | | don't get caught | ||||
* | remove rather pointless test | Benjamin Peterson | 2010-10-17 | 1 | -8/+0 |
| | |||||
* | Issue #9315: Renamed test_trace to test_sys_settrace and | Alexander Belopolsky | 2010-07-25 | 1 | -0/+385 |
test_profilehooks to test_sys_setprofile so that test_trace can be used for testing the trace module and for naming consistency. |