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
*
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
*
Revert previous code elimination, 'filename' is needed.
Kurt B. Kaiser
2005-08-23
1
-2/+7
*
1. Mac line endings were incorrect when pasting code from some browsers
Kurt B. Kaiser
2005-08-23
2
-7/+6
*
Fix all wrong instances of "it's".
Georg Brandl
2005-07-22
1
-1/+1
*
[ 1243081 ] repair typos
Georg Brandl
2005-07-22
1
-1/+1
*
Remove dead code
Kurt B. Kaiser
2005-06-21
2
-20/+8
*
<Enter> when cursor is on a previous command retrieves that command. Instead
Kurt B. Kaiser
2005-06-19
2
-7/+32
*
1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with
Kurt B. Kaiser
2005-06-12
3
-9/+12
*
1. Patch 1196895 Jeff Shute:
Kurt B. Kaiser
2005-06-12
5
-4/+13
*
Improve subprocess link error notification
Kurt B. Kaiser
2005-05-10
3
-3/+9
*
Use Queue's blocking feature instead of sleeping in the main
Kurt B. Kaiser
2005-05-05
2
-2/+4
*
Add config-main.def option to make the 'history' feature non-cyclic.
Kurt B. Kaiser
2005-02-03
3
-7/+23
*
Removed ability to configure tabs indent from Options dialog. This 'feature'
Kurt B. Kaiser
2005-01-31
3
-90/+41
*
Add keybindings for del-word-left and del-word-right.
Kurt B. Kaiser
2005-01-28
4
-2/+27
*
1. Polish tabbing code.
Kurt B. Kaiser
2005-01-19
4
-62/+71
*
If an extension can't be loaded, print warning and skip it instead of
Kurt B. Kaiser
2005-01-18
2
-3/+9
*
Whitespace normalization.
Tim Peters
2005-01-13
1
-1/+1
*
Improve error handling when .idlerc can't be created.
Kurt B. Kaiser
2005-01-11
1
-14/+16
*
Improve error message if rpc'l localcall() fails with unexpected
Kurt B. Kaiser
2004-12-23
1
-1/+3
*
The GUI was hanging if the shell window was closed while a raw_input()
Kurt B. Kaiser
2004-12-23
2
-6/+16
*
The remote procedure call module rpc.py can now access data attributes of
Kurt B. Kaiser
2004-12-21
6
-11/+23
*
doodedoodedoo on the way to 2.4 final
Anthony Baxter
2004-11-30
1
-3/+3
*
preparing for 2.4 final (wooooooo!)
Anthony Baxter
2004-11-29
1
-1/+1
*
On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
Kurt B. Kaiser
2004-11-19
3
-2/+12
*
2.4rc1
Anthony Baxter
2004-11-18
2
-2/+2
[next]