COMMITS
/ Lib/turtle.py 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
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
March 15, 2011
E
#11515: Merge with 3.1.
Ezio Melotti committed
E
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
November 22, 2010
A
Merged revisions 86697 via svnmerge from
Alexander Belopolsky committed
A
Issue #6878: Fixed return type of tkinter methods documented to return lists.
Alexander Belopolsky committed
November 5, 2010
A
Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from
Alexander Belopolsky committed
October 29, 2010
A
Issue 7061: Explained 'gon'
Alexander Belopolsky committed
October 28, 2010
A
Fixed a typo in a comment.
Alexander Belopolsky committed
October 27, 2010
A
Issue #10193: Simplified instrospection used by turtle module
Alexander Belopolsky committed
September 3, 2010
F
Use a context manager for some file objects.
Florent Xicluna committed
March 28, 2010
F
Note: only the relevant parts of r79474 are merged.
Florent Xicluna committed
F
Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from
Florent Xicluna committed
January 9, 2010
B
Merged revisions 77389 via svnmerge from
Benjamin Peterson committed
B
Merged revisions 77209,77229,77359-77360,77371 via svnmerge from
Benjamin Peterson committed
October 27, 2009
G
Merged revisions 75393,75416,75581,75609,75615 via svnmerge from
Georg Brandl committed