1. cc49aa1 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 10 years ago
  2. b606d45 Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 11 years ago
  3. f7f746a Issue #21882: In turtle demos, remove module scope gui and sys calls by by Terry Jan Reedy · 11 years ago
  4. 09f4f25 Issue #15618: Make turtle.py itself work when run from a module with by Terry Jan Reedy · 11 years ago
  5. f5469cf #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  6. a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  7. 49e49a2 Issue #13439: Fix many errors in turtle docstrings. by Petri Lehtinen · 13 years ago
  8. 1e87da1 Remove duplication. by Ezio Melotti · 14 years ago
  9. 1381a31 #12677: correct turtle orientation in doc by Sandro Tosi · 14 years ago
  10. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  11. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  12. ab016d2 Merged revisions 85930 via svnmerge from by Alexander Belopolsky · 15 years ago
  13. c8a730b Syntax cleanup `== None` -> `is None` by Florent Xicluna · 15 years ago
  14. 8cdc9bc More yearly updates. by Georg Brandl · 15 years ago
  15. 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 16 years ago
  16. ddfb6cd Applying patches backported from 3.1, by Gregor Lingl. by R. David Murray · 16 years ago
  17. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  18. 2752e9b Issue #5295: Typos in turtle.py by Mark Dickinson · 16 years ago
  19. bb9b1f1 Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ by Martin v. Löwis · 16 years ago
  20. e563aa4 Issue #3965: Allow repeated calls to turtle.Screen, by making it a by Martin v. Löwis · 17 years ago
  21. 52d52f1 #3950 fix missing scale factors in turtle.py by Benjamin Peterson · 17 years ago
  22. 8718459 Patch #1513695: New turtle module, with demos. by Martin v. Löwis · 17 years ago
  23. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 17 years ago
  24. 33cece0 Tkinter renaming reversal: move modules back in their place. by Georg Brandl · 17 years ago
  25. 248e3a8 Tkinter renaming reversal: Delete all stubs from lib-tk. by Georg Brandl · 17 years ago
  26. ad9afeb Tkinter rename, step 2: fix imports and add stub modules. by Georg Brandl · 17 years ago
  27. bbc57d7 Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package. by Georg Brandl · 17 years ago
  28. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
  29. d80e0c8 Fix turtle so that you can launch the demo2 function on its own instead of only by Brett Cannon · 19 years ago
  30. e2222a0 Fix docstring punctuation by Andrew M. Kuchling · 19 years ago
  31. 12c00f7 Whitespace normalization. by Tim Peters · 19 years ago
  32. 06c68b8 Patch #1519566: Remove unused _tofill member. by Martin v. Löwis · 19 years ago
  33. 63597f1 Whitespace normalization. by Tim Peters · 19 years ago
  34. 2b88f63 Bug #1514693: Update turtle's heading when switching between by Martin v. Löwis · 19 years ago
  35. 4c4300d Reimplement turtle.circle using a polyline, to allow correct by Martin v. Löwis · 19 years ago
  36. bd39c03 Only setup canvas when it is first created. Fixes #1514703 by Martin v. Löwis · 19 years ago
  37. 1be63af Fix end_fill(). by Georg Brandl · 19 years ago
  38. 3798da0 Patch #812986: Update the canvas even if not tracing. by Martin v. Löwis · 19 years ago
  39. fd4c419 Whitespace normalization. by Tim Peters · 19 years ago
  40. e3a2583 Patch #1486962: Several bugs in the turtle Tk demo module were fixed by Georg Brandl · 19 years ago
  41. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  42. af81c2e SF bug #685773: 2 (more) bugs in turtle by Raymond Hettinger · 22 years ago
  43. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 22 years ago
  44. bffa52f Whitespace normalization (get rid of tabs). by Guido van Rossum · 23 years ago
  45. fd2ede2 Add the bulk of SF patch 595111 by Attila Babo. by Guido van Rossum · 23 years ago
  46. 73b9b66 Update Canvas before computing width. Draw turtle at end of drawing circle. by Martin v. Löwis · 23 years ago
  47. 4157ffb Patch #536117: Typo in turtle.py. 2.2.2 candidate. by Martin v. Löwis · 23 years ago
  48. 3c7a25a Applied SF patch #438424 by Josh Cogliati: by Guido van Rossum · 24 years ago
  49. a659efe Patch by kragen@pobox.com: When tracing is turned on, lines shorter by Guido van Rossum · 24 years ago
  50. d038ca8 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  51. 4b6ea79 Don't rename Tkinter to Tk; closes bug 115714 Subclass Error from Exception. by Martin v. Löwis · 25 years ago
  52. b241b67 Turtle graphics by Guido van Rossum · 26 years ago