Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use '# pragma: nested' for lines not covered due to nested coverage. | Ned Batchelder | 2012-12-02 | 1 | -2/+2 |
| | |||||
* | All the tests pass under PyPy: sys has a bogus __file__, Unicode is 4-byte, ↵ | Ned Batchelder | 2012-03-20 | 1 | -1/+11 |
| | | | | and pypy inserts an extra stack frame into tracebacks. | ||||
* | Properly handle Unicode characters in Python source when creating the HTML ↵ | Ned Batchelder | 2011-08-17 | 1 | -0/+20 |
report (except surrogates come out as pairs of blots in the HTML). Fixes #124 and #144. |