summaryrefslogtreecommitdiffstats
path: root/Doc/library/turtle.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@.Zachary Ware2014-07-161-1/+1
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-3/+3
* Backport rev. 3ae74b361f53 to 2.7 branch.Georg Brandl2013-03-281-1/+3
|\
| * Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-1/+3
| * document turtle done() function; thanks to Csaba Szepesvari from docs@Sandro Tosi2011-10-311-1/+2
| * #12677: correct turtle orientation in docSandro Tosi2011-08-071-2/+2
| * Merge doc fixes.Georg Brandl2011-03-061-3/+5
| |\
| | * #11392: you can trust the computer, but you have to know what it does.Georg Brandl2011-03-061-3/+5
| | * Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge fromAlexander Belopolsky2010-11-051-44/+47
| | * Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-1/+1
| | * Merged revisions 78950 via svnmerge fromEzio Melotti2010-03-141-4/+4
| | * Merged revisions 78180 via svnmerge fromEzio Melotti2010-02-141-2/+2
| | * Merged revisions 76906 via svnmerge fromEzio Melotti2009-12-191-1/+1
| | * Merged revisions 76235 via svnmerge fromBenjamin Peterson2009-11-131-1/+1
| | * Merged revisions 74764 via svnmerge fromEzio Melotti2009-09-131-3/+3
| | * Merged revisions 73636 via svnmerge fromMark Dickinson2009-06-281-1/+1
| * | Issue #10225: Fixed the simple mistakes in doctests.Alexander Belopolsky2011-01-121-1/+1
| * | Remove mentions of the Demo directory.Georg Brandl2010-12-301-3/+2
| * | Issue #7061: Added a 'Turtle star' sidebarAlexander Belopolsky2010-11-091-0/+10
| * | Fixed a typo in ReST markup.Alexander Belopolsky2010-11-091-2/+1
| * | Issue #10199: Moved Demo/turtle under Lib/Alexander Belopolsky2010-11-011-9/+16
| * | Issue #7061: Simplified a section title.Alexander Belopolsky2010-11-011-2/+2
| * | Issues #7061, #10225: Fixed doctests in turtle manualAlexander Belopolsky2010-10-311-24/+21
| * | Issue 7061: Explained 'gon'Alexander Belopolsky2010-10-291-1/+5
| * | Issue #7061: Dropped "for Tk" from turtle module title and moved itsAlexander Belopolsky2010-10-271-4/+4
| * | Fixed a typoAlexander Belopolsky2010-10-211-1/+1
| * | Issue #7061: Fixed section titleAlexander Belopolsky2010-10-211-1/+1
| * | Issue #7061: Fixed some of the issues in turtle module documentationAlexander Belopolsky2010-10-191-11/+13
| * | #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
| * | #7057: fix several errors.Ezio Melotti2010-03-141-4/+4
| * | #7888: fix deprecation on the wrong method.Ezio Melotti2010-02-141-2/+2
| * | Merged revisions 76904 via svnmerge fromEzio Melotti2009-12-191-1/+1
| * | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...Benjamin Peterson2009-11-131-1/+1
| * | fixed more examples that were using u"", print without () and unicode/str ins...Ezio Melotti2009-09-131-3/+3
| * | Issue #6354: More fixes for code examples involving the repr of a float.Mark Dickinson2009-06-281-1/+1
| |/
| * Fix some broken/missing function:: declarations in turtle docsR. David Murray2009-06-251-5/+6
| * #5923: update turtle module to version 1.1.Georg Brandl2009-05-051-4/+183
| * Merged revisions 72149 via svnmerge fromR. David Murray2009-05-051-349/+684
| * Merged revisions 71814-71817,71901-71903 via svnmerge fromGeorg Brandl2009-04-271-3/+3
| * Merged revisions 71607,71653,71696,71771,71786 via svnmerge fromGeorg Brandl2009-04-271-3/+3
| * #5486: typos.Georg Brandl2009-03-131-3/+3
| * Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-2/+1
| * Remove trailing whitespace.Georg Brandl2009-01-031-30/+30
| * Merged revisions 66686 via svnmerge fromMartin v. Löwis2008-09-291-4/+4
| * Handle documentation for turtle rename.Georg Brandl2008-09-211-0/+1891
| * Tkinter, step 3: doc updates.Georg Brandl2008-05-171-289/+0
| * Merged revisions 59512-59540 via svnmerge fromChristian Heimes2007-12-171-1/+1
| * Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-23/+0
| * Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+312
* document turtle mainloop()/done() functions; thanks to Csaba Szepesvari from ...Sandro Tosi2011-10-311-0/+10