COMMITS
/ Lib/turtle.py 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
October 14, 2009
G
#7129: add missing function.
Georg Brandl committed
May 5, 2009
G
#5923: update turtle module to version 1.1.
Georg Brandl committed
February 21, 2009
M
Merged revisions 69846 via svnmerge from
Mark Dickinson committed
February 20, 2009
M
More typos in Lib/turtle.py
Mark Dickinson committed
M
Merged revisions 69816 via svnmerge from
Mark Dickinson committed
November 19, 2008
M
Merged revisions 67279 via svnmerge from
Martin v. Löwis committed
September 29, 2008
M
Merged revisions 66686 via svnmerge from
Martin v. Löwis committed
September 21, 2008
M
Bug #3884: Make the turtle module toplevel again.
Martin v. Löwis committed
April 19, 1999
F
Relocating file to Lib/lib-tk.
Fred Drake committed
December 4, 1998
G
Turtle graphics
Guido van Rossum committed