Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #24570: Idle: make calltip and completion boxes appear on Macs | Terry Jan Reedy | 2015-09-27 | 1 | -0/+1 |
| | | | | affected by a tk regression. Initial patch by Mark Roseman. | ||||
* | Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of | Terry Jan Reedy | 2014-10-17 | 1 | -31/+21 |
| | | | | htests to add # htest # marker for coveragepy and stop tcl errors. | ||||
* | Delete a few unused names suggested by pyflakes. | Terry Jan Reedy | 2014-07-01 | 1 | -5/+7 |
| | |||||
* | Issue #21477: Idle htest: merge and modify run and runall; add many tests. | Terry Jan Reedy | 2014-05-24 | 1 | -31/+30 |
| | | | | Patch by Saimadhav Heblikar | ||||
* | Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now | Terry Jan Reedy | 2014-01-22 | 1 | -7/+1 |
| | | | | | completely redundant. After 16638 patch, CallTips.get_argspec trims over-long signature strings as well as docstring lines. | ||||
* | Issue #5219: Prevent event handler cascade in IDLE. | Martin v. Löwis | 2012-03-13 | 1 | -1/+5 |
| | | | | Patch by Roger Serwy. | ||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 1 | -1/+1 |
| | |||||
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | Bug #1525817: Don't truncate short lines in IDLE's tool tips. | Martin v. Löwis | 2006-07-25 | 1 | -1/+5 |
| | |||||
* | Fix typo and update comment obsoleted by 'syntax' patch | Kurt B. Kaiser | 2005-11-22 | 1 | -5/+2 |
| | |||||
* | Merge IDLE-syntax-branch r39668:41449 into trunk | Kurt B. Kaiser | 2005-11-18 | 1 | -17/+99 |
| | | | | | | | | | | | | | | | | A idlelib/AutoCompleteWindow.py A idlelib/AutoComplete.py A idlelib/HyperParser.py M idlelib/PyShell.py M idlelib/ParenMatch.py M idlelib/configDialog.py M idlelib/EditorWindow.py M idlelib/PyParse.py M idlelib/CallTips.py M idlelib/CallTipWindow.py M idlelib/run.py M idlelib/config-extensions.def A idlelib/MultiCall.py | ||||
* | Whitespace Normalization | Kurt B. Kaiser | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | M CallTipWindow.py | Kurt B. Kaiser | 2002-12-12 | 1 | -8/+12 |
| | | | | | | | | M CallTips.py Calltip fetch was erroring when an Edit window was used without a Shell. Also, fix CallTipWindow.py so test code will run and add a comment about a bug which causes the calltip window to override all others. | ||||
* | Work around Mac OS X transient window issues | Tony Lownds | 2002-09-23 | 1 | -0/+8 |
| | |||||
* | Merge Py Idle changes | Kurt B. Kaiser | 2002-09-15 | 1 | -1/+6 |
| | | | | | | | | | | | | | Rev 1.4 SF bug 546078: IDLE calltips cause application error. Assorted crashes on Windows and Linux when trying to display a very long calltip, most likely a Tk bug. Wormed around by clamping the calltip display to a maximum of 79 characters (why 79? why not ...). Bugfix candidate, for all Python releases. Rev 1.5 Remove unnecessary imports | ||||
* | py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization | Kurt B. Kaiser | 2001-07-12 | 1 | -2/+2 |
| | |||||
* | Initial revision | David Scherer | 2000-08-15 | 1 | -0/+71 |