48 Commits (c4c9866064f03646c686d7e08b00aeb203c35c19)

Author SHA1 Message Date
Jon Dufresne 3972628de3 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) 9 years ago
Martin Panter 99e843b48e Correct spelling in documentation and code comment 10 years ago
Serhiy Storchaka cefa9172a2 Issue #27238: Got rid of bare excepts in the turtle module. Original patch 10 years ago
Serhiy Storchaka 80a1803193 Issue #6639: Module-level turtle functions no longer raise TclError after 11 years ago
Ned Deily 152dfd1dac Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. 12 years ago
Raymond Hettinger 854e76effa Issue #21868: Prevent turtle crash due to invalid undo buffer size. 12 years ago
Terry Jan Reedy f5ac57dc05 Issue #21882: In turtle demos, remove module scope gui and sys calls by 12 years ago
Raymond Hettinger 6dec4eae53 Issue #21812: Trigger immediate transformation in turtle.shapetransform(). 12 years ago
Ned Deily 09ae544ea3 Issue #11571: Ensure that the turtle window becomes the topmost window 12 years ago
Ezio Melotti 30b9d5d3af #18705: fix a number of typos. Patch by Févry Thibault. 13 years ago
Terry Jan Reedy c30b7b16ea Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 13 years ago
Giampaolo Rodola' 2f50aaf2ff modernize some modules' code by using with statement around open() 13 years ago
Petri Lehtinen 9aa20affb6 Issue #13439: Fix many errors in turtle docstrings. 14 years ago
Ezio Melotti e130a52d8a Remove duplication. 15 years ago
Sandro Tosi 2a389e4601 #12677: correct turtle orientation in doc 15 years ago
Benjamin Peterson 274271d1ae remove unused imports (closes #12432) 15 years ago
Ezio Melotti 13925008dc #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ezio Melotti 42da663e6f #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Alexander Belopolsky 5468f4ff10 Merged revisions 86697 via svnmerge from 15 years ago
Alexander Belopolsky 022f049fed Issue #6878: Fixed return type of tkinter methods documented to return lists. 15 years ago
Alexander Belopolsky 96d1eb1ec8 Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from 16 years ago
Alexander Belopolsky 3cdfb12360 Issue 7061: Explained 'gon' 16 years ago
Alexander Belopolsky 1842d0c4d8 Fixed a typo in a comment. 16 years ago
Alexander Belopolsky c1a6836305 Issue #10193: Simplified instrospection used by turtle module 16 years ago
Florent Xicluna 7dde792e62 Use a context manager for some file objects. 16 years ago
Florent Xicluna 9b0e9180e2 Note: only the relevant parts of r79474 are merged. 16 years ago
Florent Xicluna fd1b0930ce Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from 16 years ago
Benjamin Peterson ffeda29115 Merged revisions 77389 via svnmerge from 16 years ago
Benjamin Peterson 46a9900e09 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from 16 years ago
Georg Brandl 1e8cbe36cc Merged revisions 75393,75416,75581,75609,75615 via svnmerge from 17 years ago
Georg Brandl 46afef330f #7129: add missing function. 17 years ago
Georg Brandl eaa84ef1e9 #5923: update turtle module to version 1.1. 17 years ago
Mark Dickinson 934896dc09 Merged revisions 69846 via svnmerge from 17 years ago
Mark Dickinson f8798f579b More typos in Lib/turtle.py 17 years ago
Mark Dickinson 0fc61ccbba Merged revisions 69816 via svnmerge from 17 years ago
Martin v. Löwis 22d297be51 Merged revisions 67279 via svnmerge from 18 years ago
Martin v. Löwis 601149bb8e Merged revisions 66686 via svnmerge from 18 years ago
Martin v. Löwis 60ebb8b0aa Bug #3884: Make the turtle module toplevel again. 18 years ago
Martin v. Löwis 97cf99fc7e Patch #3064: Port new turtle module and demos to 3.0. 18 years ago
Georg Brandl 6634bf2919 Tkinter rename reversal: remove tkinter package, adapt imports and docs. 18 years ago
Georg Brandl 14fc4270da Tkinter, step 2: adapt imports. 18 years ago
Georg Brandl 3302312383 Tkinter move, part 1: move modules. 18 years ago
Georg Brandl ad9afeb8f0 Tkinter rename, step 2: fix imports and add stub modules. 18 years ago
Georg Brandl bbc57d73a0 Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package. 18 years ago
Benjamin Peterson 2a691a8149 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from 18 years ago
Benjamin Peterson 5b63acd31e #2503 make singletons compared with "is" not == or != 18 years ago
Georg Brandl f1368ef904 Fix turtle module: None and int are not comparable, map returns an iterator. 19 years ago
Collin Winter ce36ad8a46 Raise statement normalization in Lib/. 19 years ago
Georg Brandl f2944600bd Fix #1771558 (already fixed in trunk). 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 20 years ago