summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/turtle.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #13439: Fix many errors in turtle docstrings.Petri Lehtinen2011-12-021-54/+50
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* #12677: correct turtle orientation in docSandro Tosi2011-08-071-2/+2
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-6/+6
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-2/+2
* Merged revisions 85930 via svnmerge fromAlexander Belopolsky2010-11-051-1/+4
* Syntax cleanup `== None` -> `is None`Florent Xicluna2010-03-251-5/+5
* More yearly updates.Georg Brandl2010-01-011-1/+1
* replace has_key with 'in' operatorBenjamin Peterson2009-10-091-2/+2
* Applying patches backported from 3.1, by Gregor Lingl.R. David Murray2009-09-281-4/+9
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
* Issue #5295: Typos in turtle.pyMark Dickinson2009-02-201-21/+21
* Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__Martin v. Löwis2008-11-191-2/+2
* Issue #3965: Allow repeated calls to turtle.Screen, by making it aMartin v. Löwis2008-09-291-28/+31
* #3950 fix missing scale factors in turtle.pyBenjamin Peterson2008-09-241-1/+1
* Patch #1513695: New turtle module, with demos.Martin v. Löwis2008-06-041-750/+3822
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-5/+5
* Tkinter renaming reversal: move modules back in their place.Georg Brandl2008-05-201-0/+956
* Tkinter renaming reversal: Delete all stubs from lib-tk.Georg Brandl2008-05-201-8/+0
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-0/+8
* Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.Georg Brandl2008-05-161-956/+0
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-4/+4
* Fix turtle so that you can launch the demo2 function on its own instead of onlyBrett Cannon2006-10-161-1/+1
* Fix docstring punctuationAndrew M. Kuchling2006-07-291-2/+2
* Whitespace normalization.v2.5b2Tim Peters2006-07-111-1/+1
* Patch #1519566: Remove unused _tofill member.Martin v. Löwis2006-07-101-12/+23
* Whitespace normalization.Tim Peters2006-07-081-2/+2
* Bug #1514693: Update turtle's heading when switching betweenMartin v. Löwis2006-07-031-1/+6
* Reimplement turtle.circle using a polyline, to allow correctMartin v. Löwis2006-07-031-48/+14
* Only setup canvas when it is first created.Martin v. Löwis2006-07-031-1/+1
* Fix end_fill().Georg Brandl2006-06-281-1/+1
* Patch #812986: Update the canvas even if not tracing.Martin v. Löwis2006-06-171-0/+1
* Whitespace normalization.Tim Peters2006-05-181-11/+11
* Patch #1486962: Several bugs in the turtle Tk demo module were fixedGeorg Brandl2006-05-171-18/+565
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-5/+5
* SF bug #685773: 2 (more) bugs in turtleRaymond Hettinger2003-06-091-0/+1
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-061-2/+2
* Whitespace normalization (get rid of tabs).Guido van Rossum2002-09-291-4/+4
* Add the bulk of SF patch 595111 by Attila Babo.Guido van Rossum2002-09-231-2/+42
* Update Canvas before computing width. Draw turtle at end of drawing circle.Martin v. Löwis2002-09-221-0/+2
* Patch #536117: Typo in turtle.py.Martin v. Löwis2002-03-281-1/+1
* Applied SF patch #438424 by Josh Cogliati:Guido van Rossum2001-08-091-4/+42
* Patch by kragen@pobox.com: When tracing is turned on, lines shorterGuido van Rossum2001-01-011-0/+2
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-2/+2
* Don't rename Tkinter to Tk; closes bug 115714Martin v. Löwis2000-10-011-6/+6
* Turtle graphicsGuido van Rossum1998-12-041-0/+343