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