COMMITS
/ Lib/turtle.py December 8, 2025
V
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Victor Stinner committed
October 13, 2025
S
gh-138772: Fix and improve documentation for turtle color functions (GH-139325)
Serhiy Storchaka committed
January 18, 2025
M
gh-126349: Add 'fill', 'poly', and 'no_animation' context managers to turtle (#126350)
Marie Roald committed
January 2, 2025
S
gh-95371: Add support for other image formats(e.g. PNG) to the turtle… (#95378)
Shin-myoung-serp committed
September 13, 2024
Y
gh-123614: Add save function to turtle.py (#123617)
Yngve Mardal Moe committed
August 13, 2024
S
Fix `print` usage in `turtle` doctests (#122940)
sobolevn committed
September 25, 2023
D
no-issue: Capitalise 'PhotoImage' (gh-108958)
DongWoo Son committed
September 1, 2023
N
gh-107805: Fix signatures of module-level generated functions in `turtle` (#107807)
Nikita Sobolev committed
June 6, 2023
V
gh-105407: Remove unused imports in the stdlib (#105411)
Victor Stinner committed
May 26, 2023
H
gh-104876: Remove deprecated turtle.RawTurtle.settiltangle (#104877)
Hugo van Kemenade committed
May 6, 2023
T
gh-65772: Clean-up turtle module (#104218)
Terry Jan Reedy committed
April 30, 2023
L
gh-88773: Added teleport method to Turtle library (#103974)
Liam Gersten committed
March 13, 2023
H
gh-101100: Fix Sphinx warnings in `turtle` module (#102340)
Hugo van Kemenade committed
September 29, 2022
S
gh-91212: Fixed flickering when the tracer is turned off (#95129)
Shin-myoung-serp committed
May 2, 2022
H
Fix typo in turtle deprecation warning and use warnings._deprecated (#91862)
Hugo van Kemenade committed
November 18, 2021
H
bpo-45837: Properly deprecate turtle.RawTurtle.settiltangle (GH-29618)
Hugo van Kemenade committed
July 30, 2021
N
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz committed
June 13, 2021
B
Fix typos in multiple files (GH-26689)
Binbin committed
April 30, 2021
T
bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)
Tarjei Bærland committed
April 25, 2021
S
bpo-43534: Fix the turtle module working with multiple root windows (GH-25591)
Serhiy Storchaka committed
S
bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923)
Serhiy Storchaka committed
September 7, 2020
S
bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)
Serhiy Storchaka committed
September 1, 2020
M
bpo-41528: Use math module in turtle (GH-21837)
Marek Madejski committed
June 2, 2019
X
Fix typos in docs and docstrings (GH-13745)
Xtreak committed
May 6, 2019
P
bpo-36766: Typos in docs and code comments (GH-13116)
penguindustin committed
November 16, 2018
S
bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) committed
February 26, 2018
S
Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624)
Serhiy Storchaka committed
November 5, 2017
L
Fix miscellaneous typos (#4275)
luzpaz committed
May 18, 2017
J
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne committed
September 10, 2016
M
Correct spelling in documentation and code comment
Martin Panter committed
June 14, 2016
S
Issue #27238: Got rid of bare excepts in the turtle module. Original patch
Serhiy Storchaka committed
February 22, 2015
S
Issue #6639: Module-level turtle functions no longer raise TclError after
Serhiy Storchaka committed
September 14, 2014
N
Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X.
Ned Deily committed
July 21, 2014
R
Issue #21868: Prevent turtle crash due to invalid undo buffer size.
Raymond Hettinger committed
June 30, 2014
T
Issue #21882: In turtle demos, remove module scope gui and sys calls by
Terry Jan Reedy committed
June 22, 2014
R
Issue #21812: Trigger immediate transformation in turtle.shapetransform().
Raymond Hettinger committed
April 20, 2014
N
Issue #11571: Ensure that the turtle window becomes the topmost window
Ned Deily committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
March 11, 2013
T
Merge 3.3, issue #17047: remove doubled words found in 2.7 to
Terry Jan Reedy committed
T
Merge 3.2, issue #17047: remove doubled words found in 2.7 to
Terry Jan Reedy committed
T
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
Terry Jan Reedy committed
February 12, 2013
G
modernize some modules' code by using with statement around open()
Giampaolo Rodola' committed
December 2, 2011
P
Issue #13439: Merge branch 3.2
Petri Lehtinen committed
P
Issue #13439: Fix many errors in turtle docstrings.
Petri Lehtinen committed
October 19, 2011
E
Remove duplication.
Ezio Melotti committed
E
Merge with 3.2.
Ezio Melotti committed
August 7, 2011
S
#12677: merge with 3.2
Sandro Tosi committed
S
#12677: correct turtle orientation in doc
Sandro Tosi committed
June 28, 2011
B
remove unused imports (closes #12432)
Benjamin Peterson committed