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