1. 97cf99f Patch #3064: Port new turtle module and demos to 3.0. by Martin v. Löwis · 16 years ago
  2. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  3. 3302312 Tkinter move, part 1: move modules. by Georg Brandl · 16 years ago[Renamed from Lib/lib-tk/turtle.py]
  4. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  5. f1368ef Fix turtle module: None and int are not comparable, map returns an iterator. by Georg Brandl · 17 years ago
  6. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  7. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  8. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  9. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  10. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  11. af81c2e SF bug #685773: 2 (more) bugs in turtle by Raymond Hettinger · 21 years ago
  12. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 21 years ago
  13. bffa52f Whitespace normalization (get rid of tabs). by Guido van Rossum · 22 years ago
  14. fd2ede2 Add the bulk of SF patch 595111 by Attila Babo. by Guido van Rossum · 22 years ago
  15. 73b9b66 Update Canvas before computing width. Draw turtle at end of drawing circle. by Martin v. Löwis · 22 years ago
  16. 4157ffb Patch #536117: Typo in turtle.py. 2.2.2 candidate. by Martin v. Löwis · 22 years ago
  17. 3c7a25a Applied SF patch #438424 by Josh Cogliati: by Guido van Rossum · 23 years ago
  18. a659efe Patch by kragen@pobox.com: When tracing is turned on, lines shorter by Guido van Rossum · 24 years ago
  19. d038ca8 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  20. 4b6ea79 Don't rename Tkinter to Tk; closes bug 115714 Subclass Error from Exception. by Martin v. Löwis · 24 years ago
  21. b241b67 Turtle graphics by Guido van Rossum · 26 years ago