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
*
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
*
SF #775057, fix IDLE problem in about dialog
Neal Norwitz
2003-10-28
1
-1/+3
*
Let IDLE use the HTMLHelp docs on Windows, if found.
Thomas Heller
2003-09-23
1
-2/+6
*
Python Bug 775061
Kurt B. Kaiser
2003-09-10
3
-97/+2
*
Catch locale.error as well. Fixes #788378. Will backport to 2.3.
Martin v. Löwis
2003-09-03
1
-1/+1
*
IDLE didn't start correctly when Python was installed in "Program Files"
Kurt B. Kaiser
2003-08-14
2
-2/+19
*
IDLEfork Bug 782759
Kurt B. Kaiser
2003-08-09
1
-4/+9
*
Make sure eol_convention is an ASCII string. Fixes #774680.
Martin v. Löwis
2003-08-05
1
-0/+3
*
Added a banner to the shell startup message discussing possible
Kurt B. Kaiser
2003-07-27
3
-2/+26
*
Update for release.
Kurt B. Kaiser
2003-07-27
1
-1/+1
*
1. Python Bug 775541: Calltips error when docstring is None. Introduced
Kurt B. Kaiser
2003-07-23
3
-4/+12
*
Update to reflect the current status of the configuration system.
Kurt B. Kaiser
2003-07-16
6
-85/+74
*
SF bug #769142: CallTip trimming may loop forever.
Raymond Hettinger
2003-07-13
1
-3/+1
*
SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)
Raymond Hettinger
2003-07-09
10
-16/+14
*
SF Bug 767794
Kurt B. Kaiser
2003-07-09
1
-0/+2
*
Idlefork patch #682347: convert Unicode strings from readline to
Martin v. Löwis
2003-06-22
2
-4/+15
*
Add ':' after IDLE version, fix spacing on a couple of lines I missed
Kurt B. Kaiser
2003-06-16
1
-4/+5
*
Make CREDITS.txt a Latin-1 file. Extend ViewFile to support file encodings.
Martin v. Löwis
2003-06-15
2
-4/+17
*
Forwardport Patch from IDLEfork SF 615312
Kurt B. Kaiser
2003-06-15
1
-0/+9
*
Support testing in .../Lib/idlelib when calling <python PyShell.py>
Kurt B. Kaiser
2003-06-15
1
-0/+1
*
Move to Version 1.0b2
Kurt B. Kaiser
2003-06-15
1
-1/+1
*
Forwardport Patch from IDLEfork SF 610329
Kurt B. Kaiser
2003-06-14
1
-2/+6
*
Remove the 2.2 compatibility module boolcheck.py and related code
Kurt B. Kaiser
2003-06-14
3
-14/+0
*
Remove reference to IDLEfork
Kurt B. Kaiser
2003-06-14
1
-1/+1
*
Update NEWS.txt and move info on release 0.8.1 and earlier to HISTORY.txt
Kurt B. Kaiser
2003-06-14
2
-121/+147
*
Interrupt module has been folded into the thread module
Kurt B. Kaiser
2003-06-13
2
-54/+5
[next]