Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |