index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
show paste if > 80 columns. Patch 1659326 Tal Einat.
Kurt B. Kaiser
2007-10-10
2
-0/+3
*
Allow cursor color change w/o restart. Patch 1725576 Tal Einat.
Kurt B. Kaiser
2007-10-10
2
-0/+5
*
Allow interrupt only when executing user code in subprocess
Kurt B. Kaiser
2007-10-09
2
-3/+13
*
configDialog cleanup. Patch 1730217 Tal Einat.
Kurt B. Kaiser
2007-10-04
2
-40/+44
*
textView cleanup. Patch 1718043 Tal Einat.
Kurt B. Kaiser
2007-10-04
4
-50/+54
*
Clean up EditorWindow close.
Kurt B. Kaiser
2007-10-04
3
-14/+19
*
Remove unused theme that was causing a fault in p3k.
Kurt B. Kaiser
2007-10-04
1
-1/+0
*
Assume that the user knows when he wants to end the line; don't insert
Kurt B. Kaiser
2007-10-04
2
-15/+4
*
Patch 1693258: Fix for duplicate "preferences" menu-OS X
Ronald Oussoren
2007-07-09
1
-18/+31
*
Patch #1672481: fix bug in idlelib.MultiCall.
Georg Brandl
2007-03-06
1
-0/+2
*
Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;
Kurt B. Kaiser
2007-02-08
3
-21/+103
*
Handle AttributeError during calltip lookup
Kurt B. Kaiser
2007-02-07
1
-1/+1
*
[ 1621265 ] Auto-completion list placement
Kurt B. Kaiser
2007-02-07
2
-6/+18
*
narrow exception per [ 1540849 ] except too broad
Kurt B. Kaiser
2007-02-06
1
-1/+1
*
Updated patch (CodeContext.061217.patch) to
Kurt B. Kaiser
2007-02-06
1
-53/+19
*
Clean up ModifiedInterpreter.runcode() structure
Kurt B. Kaiser
2007-02-06
1
-27/+29
*
1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :)
Kurt B. Kaiser
2007-02-05
2
-36/+48
*
Add 'raw' support to configHandler. Patch 1650174 Tal Einat.
Kurt B. Kaiser
2007-02-05
2
-12/+13
*
Whitespace normalization.
Tim Peters
2007-01-30
1
-2/+2
*
- idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).
Matthias Klose
2007-01-11
1
-1/+1
*
1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112.
Kurt B. Kaiser
2006-12-15
2
-1/+24
*
Move IDLE news into NEWS.txt.
Martin v. Löwis
2006-12-03
1
-0/+3
*
Patch #1362975: Rework CodeContext indentation algorithm to
Martin v. Löwis
2006-11-22
2
-18/+61
*
Bug #813342: Start the IDLE subprocess with -Qnew if the parent
Georg Brandl
2006-10-12
1
-0/+2
*
Add comment explaining that error msgs may be due to user code when
Kurt B. Kaiser
2006-10-01
1
-0/+2
*
Some syntax errors were being caught by tokenize during the tabnanny
Kurt B. Kaiser
2006-10-01
2
-6/+8
*
Updating IDLE's version number to match Python's (as per python-dev
Anthony Baxter
2006-08-18
2
-1/+10
*
File menu hotkeys: there were three 'p' assignments. Reassign the
Kurt B. Kaiser
2006-08-16
3
-3/+7
*
Get quit() and exit() to work cleanly when not using subprocess.
Kurt B. Kaiser
2006-08-16
1
-7/+10
*
Patch #1540892: site.py Quitter() class attempts to close sys.stdin
Kurt B. Kaiser
2006-08-16
3
-11/+15
*
preparing for 2.5c1
Anthony Baxter
2006-08-16
2
-2/+2
*
The 'with' statement is now a Code Context block opener
Kurt B. Kaiser
2006-08-16
2
-1/+3
*
Retrieval of previous shell command was not always preserving indentation
Kurt B. Kaiser
2006-08-10
2
-9/+18
*
Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1)
Kurt B. Kaiser
2006-08-10
2
-0/+5
*
ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1).
Kurt B. Kaiser
2006-08-09
2
-5/+7
*
Typo fix
Andrew M. Kuchling
2006-08-09
1
-1/+1
*
As a slight enhancement to the previous checkin, improve the
Kurt B. Kaiser
2006-08-09
1
-2/+5
*
1. When used w/o subprocess, all exceptions were preceeded by an error
Kurt B. Kaiser
2006-08-09
3
-4/+13
*
pre-release machinations
Anthony Baxter
2006-08-02
2
-3/+3
*
Fix bug #1517990: IDLE keybindings on OSX
Ronald Oussoren
2006-07-25
2
-1/+54
*
Bug #1525817: Don't truncate short lines in IDLE's tool tips.
Martin v. Löwis
2006-07-25
1
-1/+5
*
Whitespace normalization.
Tim Peters
2006-07-24
1
-4/+4
*
- EditorWindow.test() was failing. Bug 1417598
Kurt B. Kaiser
2006-07-24
3
-3/+6
*
EditorWindow failed when used stand-alone if sys.ps1 not set.
Kurt B. Kaiser
2006-07-24
3
-4/+7
*
Fix for bug #1517996: Class and Path browsers show Tk menu
Ronald Oussoren
2006-07-23
1
-0/+76
*
Without this patch CMD-W won't close EditorWindows on MacOS X. This solves
Ronald Oussoren
2006-07-23
1
-0/+3
*
Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie
Kurt B. Kaiser
2006-07-23
2
-1/+3
*
Avoid occasional failure to detect closing paren properly.
Kurt B. Kaiser
2006-07-20
3
-10/+15
*
Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168.
Kurt B. Kaiser
2006-07-18
2
-1/+12
*
Patch 1479219 - Tal Einat
Kurt B. Kaiser
2006-07-17
1
-12/+18
[prev]
[next]