- 02 Nis, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 21 Şub, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 07 Şub, 2007 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
- 05 Şub, 2007 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Suggested solution by Christos Georgiou, Bug 791968. 2. Clean up tests, were not failing when they should have been. 4. Remove some camelcase and an unneeded try/except block.
-
- 23 Tem, 2006 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
- 18 Kas, 2005 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
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
-
- 04 May, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 23 Tem, 2003 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
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.
-
- 13 Tem, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Needs to be backported to both IDLE and IDLEFORK.
-
- 31 Ara, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
- 12 Ara, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
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.
-
- 10 Eki, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
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
-
- 15 Eyl, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
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
-
- 14 Eyl, 2002 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
CallTips track Py Idle loewis: Use ascii_letters to avoid UnicodeErrors 06Aug
-
- 19 Ock, 2002 1 kayıt (commit)
-
-
Steven M. Gava yazdı
-
- 12 Tem, 2001 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
- 15 Agu, 2000 1 kayıt (commit)
-
-
David Scherer yazdı
-
- 25 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
class creation - tries to locate an __init__ function. Also updated the test code to reflect your new "***" change.
-
- 09 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Ditto "***" for kwargs.
-
- 03 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
constructed.
-
- 02 Haz, 1999 3 kayıt (commit)
-
-
Guido van Rossum yazdı
Always cancel on <Key-Escape> or <ButtonPress>.
-
Guido van Rossum yazdı
stuff for getting the tip. Had to fix the Key-( and Key-) events for Unix. Will have to re-apply my patch for catching KeyRelease and ButtonRelease events.
-
Guido van Rossum yazdı
-