Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092) | Serhiy Storchaka | 2020-09-07 | 1 | -2/+16 |
| | |||||
* | bpo-40275: Use new test.support helper submodules in tests (GH-21743) | Hai Shi | 2020-08-06 | 1 | -3/+4 |
| | |||||
* | bpo-40275: Use new test.support helper submodules in tests (GH-21412) | Hai Shi | 2020-07-09 | 1 | -1/+3 |
| | |||||
* | Fix typos in comments, docs and test names (#15018) | Min ho Kim | 2019-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Fix typos in comments, docs and test names * Update test_pyparse.py account for change in string length * Apply suggestion: splitable -> splittable Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Apply suggestion: splitable -> splittable Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Apply suggestion: Dealloccte -> Deallocate Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu> * Update posixmodule checksum. * Reverse idlelib changes. | ||||
* | Issue #21916: Added more tests for the turtle module. | Serhiy Storchaka | 2016-06-05 | 1 | -0/+36 |
| | | | | Original patch by Jelle Zijlstra. | ||||
* | Issue #21916: Added tests for the turtle module. | Serhiy Storchaka | 2016-06-04 | 1 | -0/+400 |
Patch by ingrid, Gregory Loyse and Jelle Zijlstra. |