Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23277: Remove unused sys and os imports | Berker Peksag | 2016-04-24 | 1 | -1/+0 |
| | | | | Patch by Jon Dufresne. | ||||
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -6/+2 |
| | | | | | | | 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. | ||||
* | Close a stream properly in test.test_pulldom. | Brett Cannon | 2011-03-15 | 1 | -1/+3 |
| | | | | | Closes issue #11550. Thanks to Ben Hayden for some inspiration on the solution. | ||||
* | add tests for xml.pulldom #9373 | Benjamin Peterson | 2011-03-02 | 1 | -0/+345 |
Thanks to Mark Smith for the patch. |