| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos in docs and docstrings (GH-13745) | Xtreak | 2019-06-02 | 1 | -1/+1 |
|
|
* | bpo-36766: Typos in docs and code comments (GH-13116) | penguindustin | 2019-05-06 | 1 | -1/+1 |
|
|
* | bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565) | Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) | 2018-11-16 | 1 | -4/+4 |
|
|
* | Revert unneccessary changes made in bpo-30296 and apply other improvements. (... | Serhiy Storchaka | 2018-02-26 | 1 | -1/+1 |
|
|
* | Fix miscellaneous typos (#4275) | luzpaz | 2017-11-05 | 1 | -1/+1 |
|
|
* | bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) | Jon Dufresne | 2017-05-18 | 1 | -4/+4 |
|
|
* | Correct spelling in documentation and code comment | Martin Panter | 2016-09-10 | 1 | -1/+1 |
|
|
* | Issue #27238: Got rid of bare excepts in the turtle module. Original patch | Serhiy Storchaka | 2016-06-14 | 1 | -9/+9 |
|
|
* | Issue #6639: Module-level turtle functions no longer raise TclError after | Serhiy Storchaka | 2015-02-22 | 1 | -34/+33 |
|
|
* | Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. | Ned Deily | 2014-09-14 | 1 | -2/+3 |
|
|
* | Issue #21868: Prevent turtle crash due to invalid undo buffer size. | Raymond Hettinger | 2014-07-21 | 1 | -1/+1 |
|
|
* | Issue #21882: In turtle demos, remove module scope gui and sys calls by | Terry Jan Reedy | 2014-06-30 | 1 | -1/+1 |
|
|
* | Issue #21812: Trigger immediate transformation in turtle.shapetransform(). | Raymond Hettinger | 2014-06-22 | 1 | -1/+1 |
|
|
* | Issue #11571: Ensure that the turtle window becomes the topmost window | Ned Deily | 2014-04-20 | 1 | -0/+7 |
|
|
* | #18705: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -4/+4 |
|\ |
|
| * | #18705: fix a number of typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -4/+4 |
|
|
* | | Merge 3.3, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
| |\ |
|
| | * | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
|
|
* | | | modernize some modules' code by using with statement around open() | Giampaolo Rodola' | 2013-02-12 | 1 | -11/+11 |
|/ / |
|
* | | Issue #13439: Merge branch 3.2 | Petri Lehtinen | 2011-12-02 | 1 | -69/+63 |
|\ \
| |/ |
|
| * | Issue #13439: Fix many errors in turtle docstrings. | Petri Lehtinen | 2011-12-02 | 1 | -69/+63 |
|
|
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|
|
* | | #12677: merge with 3.2 | Sandro Tosi | 2011-08-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #12677: correct turtle orientation in doc | Sandro Tosi | 2011-08-07 | 1 | -2/+2 |
|
|
* | | remove unused imports (closes #12432) | Benjamin Peterson | 2011-06-28 | 1 | -1/+0 |
|/ |
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -6/+6 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -6/+6 |
|
|
* | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -2/+2 |
|
|
| * | Merged revisions 86697 via svnmerge from | Alexander Belopolsky | 2010-11-22 | 1 | -1/+1 |
|
|
| * | Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from | Alexander Belopolsky | 2010-11-05 | 1 | -1/+4 |
|
|
| * | Note: only the relevant parts of r79474 are merged. | Florent Xicluna | 2010-03-28 | 1 | -6/+6 |
|
|
| * | Merged revisions 77389 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -1/+1 |
|
|
| * | Merged revisions 75393,75416,75581,75609,75615 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
|
|
* | | Issue #6878: Fixed return type of tkinter methods documented to return lists. | Alexander Belopolsky | 2010-11-22 | 1 | -1/+1 |
|
|
* | | Issue 7061: Explained 'gon' | Alexander Belopolsky | 2010-10-29 | 1 | -1/+4 |
|
|
* | | Fixed a typo in a comment. | Alexander Belopolsky | 2010-10-28 | 1 | -1/+1 |
|
|
* | | Issue #10193: Simplified instrospection used by turtle module | Alexander Belopolsky | 2010-10-27 | 1 | -20/+25 |
|
|
* | | Use a context manager for some file objects. | Florent Xicluna | 2010-09-03 | 1 | -3/+2 |
|
|
* | | Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from | Florent Xicluna | 2010-03-28 | 1 | -6/+6 |
|
|
* | | Merged revisions 77209,77229,77359-77360,77371 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -1/+1 |
|
|
* | | #7129: add missing function. | Georg Brandl | 2009-10-14 | 1 | -1/+1 |
|/ |
|
* | #5923: update turtle module to version 1.1. | Georg Brandl | 2009-05-05 | 1 | -194/+272 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
|
|
* | More typos in Lib/turtle.py | Mark Dickinson | 2009-02-20 | 1 | -20/+20 |
|
|
* | Merged revisions 69816 via svnmerge from | Mark Dickinson | 2009-02-20 | 1 | -1/+1 |
|
|
* | Merged revisions 67279 via svnmerge from | Martin v. Löwis | 2008-11-19 | 1 | -2/+2 |
|
|
* | Merged revisions 66686 via svnmerge from | Martin v. Löwis | 2008-09-29 | 1 | -28/+31 |
|
|