Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-27593: Updates Windows build to use information from git (#262) (#448) | Steve Dower | 2017-03-04 | 1 | -0/+0 |
| | | | | | | | | * bpo-27593: Updates Windows build to use information from git (#262) * bpo-27593: Updates Windows build to use information from git * Fixes git command (#451) | ||||
* | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 1 | -1/+1 |
| | | | | Based on patch by Ville Skyttä. | ||||
* | Issue #6639: Module-level turtle functions no longer raise TclError after | Serhiy Storchaka | 2015-02-22 | 1 | -0/+4 |
| | | | | closing the window. | ||||
* | De-'colour'ize stdlib except for idlelib.configDialog. | Terry Jan Reedy | 2014-10-09 | 2 | -3/+3 |
| | | | | Tweak docstrigs and comments in affected functions in idlelib.configHandler. | ||||
* | Issue #22051: remove unneeded reload that allowed bad code. | Terry Jan Reedy | 2014-09-03 | 1 | -1/+0 |
| | |||||
* | Modernize turtledemo with conditional expressions; remove duplicate line. | Terry Jan Reedy | 2014-07-27 | 1 | -19/+6 |
| | |||||
* | Issue #22061: remove call of useless function slated for removal. | Terry Jan Reedy | 2014-07-25 | 1 | -1/+0 |
| | |||||
* | Issue #22053: Make help work, after previous patch for this issue disabled it | Terry Jan Reedy | 2014-07-25 | 1 | -18/+9 |
| | | | | by removing global 'demo'. Refactor and remove duplicate code. | ||||
* | Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning. | Terry Jan Reedy | 2014-07-23 | 1 | -15/+6 |
| | |||||
* | Issue #21597: Turtledemo text pane can now be widened to view or copy complete | Terry Jan Reedy | 2014-07-23 | 1 | -75/+92 |
| | | | | | | lines or narrowed for small screens. Issie #19132: Turtledemo buttons no longer disappear when window is shrun. Patch mostly by Lita Cho (21597) using idea from patch by Jan Kanis (18132). | ||||
* | Issue #21882: In turtle demos, remove module scope gui and sys calls by | Terry Jan Reedy | 2014-06-30 | 6 | -70/+72 |
| | | | | moving them to the module's main function. | ||||
* | Issue #14117: Inprove help text and docstrings, some for clarity, some just to | Terry Jan Reedy | 2014-06-24 | 5 | -45/+46 |
| | | | | fit in the default width of the text window (45 chars). | ||||
* | Issue #21824: Turtledemo 2.7 help menu entries now display help text instead | Terry Jan Reedy | 2014-06-22 | 1 | -11/+15 |
| | | | | of help file name. | ||||
* | Issue #21823: Catch turtle.Terminator exceptions in turtledemo. | Terry Jan Reedy | 2014-06-22 | 3 | -25/+37 |
| | | | | Add note to demohelp.txt about doing so. | ||||
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 14 | -0/+0 |
| | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. | ||||
* | #12677: correct turtle orientation in doc | Sandro Tosi | 2011-08-07 | 1 | -2/+2 |
| | |||||
* | Add updated .hgeol file and fix newlines in the 2.7 branch. | Georg Brandl | 2011-03-05 | 1 | -227/+227 |
| | |||||
* | #8616: add new turtle demo "nim". | Georg Brandl | 2010-05-29 | 1 | -0/+227 |
| | |||||
* | #8616: update module name | Georg Brandl | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | normalize shebang lines to #!/usr/bin/env python | Benjamin Peterson | 2010-03-11 | 14 | -14/+14 |
| | |||||
* | Applying patches backported from 3.1, by Gregor Lingl. | R. David Murray | 2009-09-28 | 1 | -0/+1 |
| | |||||
* | Issue 6340: update by Gregor Lingl of his tdemo_chaos demo program. | R. David Murray | 2009-06-25 | 1 | -27/+23 |
| | | | | Functionally equivalent, clearer code, English comments. | ||||
* | Issue #3965: Allow repeated calls to turtle.Screen, by making it a | Martin v. Löwis | 2008-09-29 | 1 | -2/+2 |
| | | | | | | true singleton object. Reviewed by Gregor Lingl. | ||||
* | Patch #1513695: New turtle module, with demos. | Martin v. Löwis | 2008-06-04 | 21 | -0/+1895 |