| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
a dict argument now.
|
| |
|
|
|
|
|
|
| |
that already is a string or the existence of the str class
is checked or a check is done for str twice. These all stem
from the initial unicode->str replacement.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
IDLEfork Patch 681992, Noam Raphael
|
|
|
|
|
| |
Rev 1.10 doerwalter
(string methods)
|
|
|
|
|
|
|
|
|
| |
"Taught IDLE's autoident parser that "yield" is a keyword that begins a
stmt. Along w/ the preceding change to keyword.py, making all this
work w/ a future-stmt just looks harder and harder." --tim_one
(From Rel 1.8: "Hack to make this still work with Python 1.5.2. ;-( "
--fdrake)
|
|
|
|
| |
Fix autoindent bug and deflect Unicode from text.get()
|
|
|