aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_turtle.py
Commit message (Expand)AuthorAge
* gh-126349: test_turtle: Add cleanup to avoid reference leaks (GH-129079)Petr Viktorin2025-01-21
* gh-126349: Add 'fill', 'poly', and 'no_animation' context managers to turtle ...Marie Roald2025-01-18
* gh-123614: Add save function to turtle.py (#123617)Yngve Mardal Moe2024-09-12
* gh-107805: Fix signatures of module-level generated functions in `turtle` (#1...Nikita Sobolev2023-09-01
* gh-88773: Added teleport method to Turtle library (#103974)Liam Gersten2023-04-30
* bpo-44734: Fix floating point precision in test_turtle (GH-30910)Karolina Surma2022-01-27
* bpo-44734: Fix precision in turtle tests (GH-27343)Logan Jones2021-07-26
* bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)Serhiy Storchaka2020-09-07
* bpo-40275: Use new test.support helper submodules in tests (GH-21743)Hai Shi2020-08-06
* bpo-40275: Use new test.support helper submodules in tests (GH-21412)Hai Shi2020-07-09
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-30
* Issue #21916: Added more tests for the turtle module.Serhiy Storchaka2016-06-05
* Issue #21916: Added tests for the turtle module.Serhiy Storchaka2016-06-04