- 99e843b Correct spelling in documentation and code comment by Martin Panter · 8 years ago
- cefa917 Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 8 years ago
- 80a1803 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 10 years ago
- 152dfd1 Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. by Ned Deily · 10 years ago
- 854e76e Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 10 years ago
- f5ac57d Issue #21882: In turtle demos, remove module scope gui and sys calls by by Terry Jan Reedy · 10 years ago
- 6dec4ea Issue #21812: Trigger immediate transformation in turtle.shapetransform(). by Raymond Hettinger · 10 years ago
- 09ae544 Issue #11571: Ensure that the turtle window becomes the topmost window by Ned Deily · 11 years ago
- 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
- 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
- 16b5c13 Merge 3.3, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 12 years ago
- 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 12 years ago
- c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
- 2f50aaf modernize some modules' code by using with statement around open() by Giampaolo Rodola' · 12 years ago
- 5645850 Issue #13439: Merge branch 3.2 by Petri Lehtinen · 13 years ago
- 9aa20af Issue #13439: Fix many errors in turtle docstrings. by Petri Lehtinen · 13 years ago
- e130a52 Remove duplication. by Ezio Melotti · 13 years ago
- f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
- c42a568 #12677: merge with 3.2 by Sandro Tosi · 13 years ago
- 2a389e4 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
- 274271d remove unused imports (closes #12432) by Benjamin Peterson · 13 years ago
- 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
- 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 14 years ago
- 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 5468f4ff Merged revisions 86697 via svnmerge from by Alexander Belopolsky · 14 years ago
- 022f049 Issue #6878: Fixed return type of tkinter methods documented to return lists. by Alexander Belopolsky · 14 years ago
- 96d1eb1 Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from by Alexander Belopolsky · 14 years ago
- 3cdfb12 Issue 7061: Explained 'gon' by Alexander Belopolsky · 14 years ago
- 1842d0c Fixed a typo in a comment. by Alexander Belopolsky · 14 years ago
- c1a6836 Issue #10193: Simplified instrospection used by turtle module by Alexander Belopolsky · 14 years ago
- 7dde792 Use a context manager for some file objects. by Florent Xicluna · 14 years ago
- 9b0e918 Note: only the relevant parts of r79474 are merged. by Florent Xicluna · 15 years ago
- fd1b093 Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from by Florent Xicluna · 15 years ago
- ffeda29 Merged revisions 77389 via svnmerge from by Benjamin Peterson · 15 years ago
- 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
- 1e8cbe3 Merged revisions 75393,75416,75581,75609,75615 via svnmerge from by Georg Brandl · 15 years ago
- 46afef3 #7129: add missing function. by Georg Brandl · 15 years ago
- eaa84ef #5923: update turtle module to version 1.1. by Georg Brandl · 16 years ago
- 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
- f8798f5 More typos in Lib/turtle.py by Mark Dickinson · 16 years ago
- 0fc61cc Merged revisions 69816 via svnmerge from by Mark Dickinson · 16 years ago
- 22d297b Merged revisions 67279 via svnmerge from by Martin v. Löwis · 16 years ago
- 601149b Merged revisions 66686 via svnmerge from by Martin v. Löwis · 16 years ago
- 60ebb8b Bug #3884: Make the turtle module toplevel again. by Martin v. Löwis · 16 years ago[Renamed from Lib/tkinter/turtle.py]
- 97cf99f Patch #3064: Port new turtle module and demos to 3.0. by Martin v. Löwis · 16 years ago
- 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
- 3302312 Tkinter move, part 1: move modules. by Georg Brandl · 16 years ago[Renamed from Lib/lib-tk/turtle.py]
- 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 17 years ago
- f1368ef Fix turtle module: None and int are not comparable, map returns an iterator. by Georg Brandl · 17 years ago
- ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- af81c2e SF bug #685773: 2 (more) bugs in turtle by Raymond Hettinger · 21 years ago
- ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 22 years ago
- bffa52f Whitespace normalization (get rid of tabs). by Guido van Rossum · 22 years ago
- fd2ede2 Add the bulk of SF patch 595111 by Attila Babo. by Guido van Rossum · 22 years ago
- 73b9b66 Update Canvas before computing width. Draw turtle at end of drawing circle. by Martin v. Löwis · 22 years ago
- 4157ffb Patch #536117: Typo in turtle.py. 2.2.2 candidate. by Martin v. Löwis · 23 years ago
- 3c7a25a Applied SF patch #438424 by Josh Cogliati: by Guido van Rossum · 23 years ago
- a659efe Patch by kragen@pobox.com: When tracing is turned on, lines shorter by Guido van Rossum · 24 years ago
- d038ca8 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
- 4b6ea79 Don't rename Tkinter to Tk; closes bug 115714 Subclass Error from Exception. by Martin v. Löwis · 24 years ago
- b241b67 Turtle graphics by Guido van Rossum · 26 years ago