summaryrefslogtreecommitdiff
path: root/Lib/turtle.py
Commit message (Expand)AuthorAgeFilesLines
* #18705: merge with 3.3.Ezio Melotti2013-08-171-4/+4
|\
| * #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-4/+4
* | Merge 3.3, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-2/+2
|\ \ | |/
| * Merge 3.2, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-2/+2
| |\
| | * Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-2/+2
* | | modernize some modules' code by using with statement around open()Giampaolo Rodola'2013-02-121-11/+11
|/ /
* | Issue #13439: Merge branch 3.2Petri Lehtinen2011-12-021-69/+63
|\ \ | |/
| * Issue #13439: Fix many errors in turtle docstrings.Petri Lehtinen2011-12-021-69/+63
* | Merge with 3.2.Ezio Melotti2011-10-191-1/+1
|\ \ | |/
| * Remove duplication.Ezio Melotti2011-10-191-1/+1
* | #12677: merge with 3.2Sandro Tosi2011-08-071-2/+2
|\ \ | |/
| * #12677: correct turtle orientation in docSandro Tosi2011-08-071-2/+2
* | remove unused imports (closes #12432)Benjamin Peterson2011-06-281-1/+0
|/
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-6/+6
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-6/+6
* | #11515: Merge with 3.1.Ezio Melotti2011-03-151-2/+2
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-2/+2
| * Merged revisions 86697 via svnmerge fromAlexander Belopolsky2010-11-221-1/+1
| * Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge fromAlexander Belopolsky2010-11-051-1/+4
| * Note: only the relevant parts of r79474 are merged.Florent Xicluna2010-03-281-6/+6
| * Merged revisions 77389 via svnmerge fromBenjamin Peterson2010-01-091-1/+1
| * Merged revisions 75393,75416,75581,75609,75615 via svnmerge fromGeorg Brandl2009-10-271-1/+1
* | Issue #6878: Fixed return type of tkinter methods documented to return lists.Alexander Belopolsky2010-11-221-1/+1
* | Issue 7061: Explained 'gon'Alexander Belopolsky2010-10-291-1/+4
* | Fixed a typo in a comment.Alexander Belopolsky2010-10-281-1/+1
* | Issue #10193: Simplified instrospection used by turtle moduleAlexander Belopolsky2010-10-271-20/+25
* | Use a context manager for some file objects.Florent Xicluna2010-09-031-3/+2
* | Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge fromFlorent Xicluna2010-03-281-6/+6
* | Merged revisions 77209,77229,77359-77360,77371 via svnmerge fromBenjamin Peterson2010-01-091-1/+1
* | #7129: add missing function.Georg Brandl2009-10-141-1/+1
|/
* #5923: update turtle module to version 1.1.Georg Brandl2009-05-051-194/+272
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* More typos in Lib/turtle.pyMark Dickinson2009-02-201-20/+20
* Merged revisions 69816 via svnmerge fromMark Dickinson2009-02-201-1/+1
* Merged revisions 67279 via svnmerge fromMartin v. Löwis2008-11-191-2/+2
* Merged revisions 66686 via svnmerge fromMartin v. Löwis2008-09-291-28/+31
* Bug #3884: Make the turtle module toplevel again.Martin v. Löwis2008-09-211-0/+4051
* Relocating file to Lib/lib-tk.Fred Drake1999-04-191-343/+0
* Turtle graphicsGuido van Rossum1998-12-041-0/+343