summaryrefslogtreecommitdiff
path: root/Lib/idlelib/CallTips.py
Commit message (Collapse)AuthorAgeFilesLines
* 1. Python Bug 775541: Calltips error when docstring is None. IntroducedKurt B. Kaiser2003-07-231-1/+2
| | | | | | by patch 769142. Fixed by patch 776062. KBK will backport net result to IDLE release22-maint and IDLEfork. 2. Update NEWS.txt and idlever for release.
* SF bug #769142: CallTip trimming may loop forever.Raymond Hettinger2003-07-131-3/+1
| | | | Needs to be backported to both IDLE and IDLEFORK.
* Whitespace NormalizationKurt B. Kaiser2002-12-311-5/+5
|
* M CallTipWindow.pyKurt B. Kaiser2002-12-121-7/+22
| | | | | | | | 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.
* M CallTips.py Add support for getting calltip from subprocess,Kurt B. Kaiser2002-10-101-37/+55
| | | | | | | | | | | | refactor a bit and clean up. M PyShell.py Cosmetic changes, delete blank lines, add # on some blank lines. M rpc.py Add more debugging capability M run.py Add support for getting calltip from subprocess Move import statements
* Merge Py Idle changesKurt B. Kaiser2002-09-151-7/+11
| | | | | | | | | | | | | | | | | Rev 1.9 Improve handling of docstrings. I had feared this was a case of introspection incompatibility, but in fact it's just that calltips always gave up on a docstring that started with a newline (but didn't realize they were giving up <wink>). Rev 1.10 (already merged) Rev 1.11 (whitespace normalization, skip this time) Rev 1.12 Remove unnecessary imports
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-1/+4
| | | | | CallTips track Py Idle loewis: Use ascii_letters to avoid UnicodeErrors 06Aug
* changeover to new keybinding configuration implementationSteven M. Gava2002-01-191-13/+0
|
* py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalizationKurt B. Kaiser2001-07-121-3/+3
|
* Initial revisionDavid Scherer2000-08-151-0/+190