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
*
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
*
Remove usage of sets module (patch #1500609).
Georg Brandl
2006-07-17
1
-2/+1
*
preparing for 2.5b2
Anthony Baxter
2006-07-10
2
-1/+6
*
Workaround for bug #1512124
Ronald Oussoren
2006-06-25
1
-1/+8
*
Preparing for 2.5b1.
Anthony Baxter
2006-06-19
2
-1/+6
*
Add missing svn:eol-style property to text files.
Tim Peters
2006-06-11
1
-36/+36
*
Whitespace normalization.
Tim Peters
2006-06-11
4
-40/+40
*
This patch improves the L&F of IDLE on OSX. The changes are conditionalized on
Ronald Oussoren
2006-06-11
8
-20/+130
*
Make use of new str.startswith/endswith semantics.
Georg Brandl
2006-06-09
3
-5/+4
*
Without this patch OSX users couldn't add new help sources because the code
Ronald Oussoren
2006-05-26
1
-0/+1
*
2.5a2
Anthony Baxter
2006-04-27
2
-1/+6
*
preparation for 2.5a1
Anthony Baxter
2006-04-03
2
-4/+4
*
Source file f.flush() after writing; trying to avoid lossage if user
Kurt B. Kaiser
2006-03-19
2
-1/+5
*
Patch #1162825: Support non-ASCII characters in IDLE window titles.
Martin v. Löwis
2005-11-27
2
-6/+34
*
Fix main() call
Kurt B. Kaiser
2005-11-23
1
-3/+3
*
1. Made advanced keybinding dialog functional.
Kurt B. Kaiser
2005-11-22
2
-13/+27
*
Fix typo and update comment obsoleted by 'syntax' patch
Kurt B. Kaiser
2005-11-22
1
-5/+2
*
Default two second delay on attribute pop-up, less noisy interface.
Kurt B. Kaiser
2005-11-22
1
-1/+1
*
Following 'syntax' patch, accelerator keys in menus weren't being
Kurt B. Kaiser
2005-11-22
1
-22/+21
*
Merge IDLE-syntax-branch r39668:41449 into trunk
Kurt B. Kaiser
2005-11-18
13
-201/+1592
*
Better indentation after first line of string continuation.
Kurt B. Kaiser
2005-11-15
3
-5/+20
*
Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem.
Kurt B. Kaiser
2005-10-03
2
-4/+13
*
Tweak CodeContext.py docstrings, comments, and names.
Kurt B. Kaiser
2005-10-03
1
-51/+57
*
Increased performance in CodeContext extension Patch 936169 Noam Raphael
Kurt B. Kaiser
2005-10-02
2
-31/+49
*
Remove unused import
Neal Norwitz
2005-09-01
1
-1/+0
[next]