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 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
*
Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
Kurt B. Kaiser
2004-11-16
1
-0/+4
*
Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
Kurt B. Kaiser
2004-11-16
1
-0/+3
*
The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to...
Kurt B. Kaiser
2004-11-13
2
-6/+11
*
post-release
Anthony Baxter
2004-11-04
1
-0/+5
*
release shenanigans
Anthony Baxter
2004-11-03
2
-2/+2
*
format_paragraph_event(): Patch 961387 introduced a bug here, causing
Tim Peters
2004-10-24
2
-13/+24
*
release shenanigans
Anthony Baxter
2004-10-15
1
-0/+6
*
1. If user passes a non-existant filename on the commandline, just open
Kurt B. Kaiser
2004-08-22
7
-47/+40
*
SF bug #833957: Ctrl+key combos stop working in IDLE
Raymond Hettinger
2004-08-17
1
-18/+18
*
Patch #808719: Ignore the locale's encoding if it is an empty string.
Martin v. Löwis
2004-08-12
1
-2/+2
*
release date
Anthony Baxter
2004-08-05
1
-1/+1
*
EditorWindow.py was not finding the .chm help file on Windows. Typo
Kurt B. Kaiser
2004-07-21
1
-1/+2
*
Checking sys.platform for substring 'win' was breaking IDLE docs on Mac
Kurt B. Kaiser
2004-07-15
4
-23/+39
*
release dates
Anthony Baxter
2004-07-08
1
-2/+2
*
whitespace normalization
Skip Montanaro
2004-07-06
1
-2/+2
*
Redirect the warning stream to the shell during the ScriptBinding check of us...
Kurt B. Kaiser
2004-07-04
4
-20/+72
*
Noam Raphel: Further developemt of CodeContext feature.
Kurt B. Kaiser
2004-06-06
6
-48/+86
*
SF patch #961387: Make IDLE's paragraph reformatting width configurable
Raymond Hettinger
2004-06-04
3
-4/+27
*
Testing for None should be done with 'is'
Raymond Hettinger
2004-05-04
1
-1/+1
*
Fix a bug I introduced which causes all block openers at an indent level
Kurt B. Kaiser
2004-04-26
1
-1/+1
*
1. Add an Options menu entry: Code Context
Kurt B. Kaiser
2004-04-24
3
-27/+43
*
1. Polish variables in EditorWindow extension loading and Tkinter variable code.
Kurt B. Kaiser
2004-04-24
3
-27/+33
*
- New Extension: CodeContext. Provides block structuring hints for code
Kurt B. Kaiser
2004-04-21
3
-3/+144
*
M EditorWindow.py
Kurt B. Kaiser
2004-04-11
4
-69/+56
*
1. Make builtin foreground Royal Purple instead of Barney Purple.
Kurt B. Kaiser
2004-03-16
2
-27/+32
*
1. Bug in Patch 805830 fixed by Nigel Rowe
Kurt B. Kaiser
2004-03-15
2
-22/+26
*
Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe
Kurt B. Kaiser
2004-03-08
9
-16/+42
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
17
-53/+55
*
There was an error in the Tk error dialog fix at Rev 1.84 which caused starting
Kurt B. Kaiser
2004-01-21
1
-2/+2
*
rpc.py:SocketIO - Large modules were generating large pickles when downloaded
Kurt B. Kaiser
2004-01-21
2
-8/+14
*
Added a Tk error dialog to run.py inform the user if the subprocess can't
Kurt B. Kaiser
2004-01-21
4
-56/+96
*
- Print correct exception even if source file changed since shell was
Kurt B. Kaiser
2004-01-02
2
-2/+7
*
Fix a typo introduced at 1.21
Kurt B. Kaiser
2003-11-25
1
-1/+1
*
Keybindings with the Shift modifier now work correctly. So do bindings
Kurt B. Kaiser
2003-11-24
5
-74/+83
*
Update NEWS.txt to include some items missed earlier. Update the
Kurt B. Kaiser
2003-11-24
2
-1/+14
*
- After an exception, run.py was not setting the exception vector. Noam
Kurt B. Kaiser
2003-11-19
2
-1/+6
[prev]
[next]