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
/
Tools
/
idle
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backport Python Patches 769142, 776062 from 2.3 Lib/idlelib:
Kurt B. Kaiser
2003-07-23
1
-2/+1
*
Backport 1.45: Failed module import was dumping to the console instead
Raymond Hettinger
2003-02-21
1
-1/+4
*
Fix typo only present in the r22-maint branch.
Fred Drake
2002-11-08
1
-1/+1
*
Clarify what it means to require Python 1.5.2.
Raymond Hettinger
2002-11-08
1
-3/+3
*
Backport 1.43:
Raymond Hettinger
2002-10-05
1
-2/+15
*
Revert Raymond H's checkin. That change depends on a new feature in
Guido van Rossum
2002-09-24
1
-9/+0
*
Backport:
Raymond Hettinger
2002-09-23
1
-11/+4
*
Backport:
Raymond Hettinger
2002-09-23
1
-0/+9
*
Backport patch: Use ascii_letters to avoid UnicodeErrors.
Raymond Hettinger
2002-09-23
1
-1/+4
*
Backport patch #540583: Open MS Help Docs if available.
Raymond Hettinger
2002-09-23
1
-3/+12
*
Backport:
Raymond Hettinger
2002-09-23
1
-1/+1
*
Backport patch 543222. Disable script bindings in shell window.
Raymond Hettinger
2002-09-23
3
-0/+5
*
Backport patches 558535. The standard Windows binding for Edit Select All
Raymond Hettinger
2002-09-23
1
-1/+1
*
backport tim_one's checkin of
Michael W. Hudson
2002-08-23
1
-0/+6
*
backport gvanrossum's patch:
Anthony Baxter
2002-04-18
1
-1/+1
*
Merge bugfix:
Guido van Rossum
2002-02-28
1
-1/+1
*
Backport of a useful trunk fix:
Guido van Rossum
2002-02-25
1
-0/+1
*
It's merge time!
Michael W. Hudson
2002-01-28
1
-2/+2
*
Update outdated text about how to fix the font.
Guido van Rossum
2001-10-08
1
-4/+5
*
Improve handling of docstrings. I had feared this was a case of
Tim Peters
2001-09-16
1
-5/+10
*
Finally fix SF bug #441172, using a variant of patch ##443626:
Guido van Rossum
2001-08-11
1
-0/+6
*
Patch #422471: Install IDLE Help File
Martin v. Löwis
2001-08-08
1
-1/+1
*
Fix for SF bug #448835.
Guido van Rossum
2001-08-07
1
-2/+1
*
Oops, this file was apparently never added to the repository. Now it is.
Jack Jansen
2001-08-06
1
-0/+3
*
Use string.ascii_letters instead of string.letters (SF bug #226706).
Fred Drake
2001-07-20
2
-2/+2
*
Use string.ascii_letters instead of string.letters (SF bug #226706).
Fred Drake
2001-07-20
1
-1/+4
*
Amazing. A very subtle change in policy in descr-branch actually
Guido van Rossum
2001-07-06
1
-1/+1
*
Taught IDLE's autoident parser that "yield" is a keyword that begins a
Tim Peters
2001-06-19
1
-0/+1
*
Make copy, cut and paste events case insensitive. Reported by Patrick
Guido van Rossum
2001-06-12
1
-3/+3
*
Quick update to the extension mechanism (extend.py is gone, long live
Guido van Rossum
2001-06-04
1
-6/+20
*
Refactored, with some future plans in mind.
Guido van Rossum
2001-05-12
1
-11/+23
*
Move the action of loading the configuration to the IdleConf module
Guido van Rossum
2001-05-12
2
-8/+1
*
Delete goodname() method, which is unused.
Guido van Rossum
2001-05-12
1
-11/+7
*
Remove BrowserControl module; this had been left in for Python 1.5.2
Fred Drake
2001-04-18
1
-157/+0
*
Remove legacy support for the BrowserControl module; the webbrowser
Fred Drake
2001-04-18
1
-7/+3
*
Initialize new save_warnings_filters data member in ModifiedInterpreter.__ini...
Tim Peters
2001-03-29
1
-0/+1
*
Turn SyntasWarning into SyntaxError for all code entered
Guido van Rossum
2001-03-26
1
-1/+12
*
Make this IDLE version 0.8. (We have to skip 0.7 because that was a
Guido van Rossum
2001-03-22
1
-1/+1
*
Don't use __debug__ as if it were some module global. Use DEBUG
Guido van Rossum
2001-03-22
1
-15/+15
*
Get rid of hardcoded Python path (can't guess where the user installed
Tim Peters
2001-03-10
1
-1/+1
*
Hack to make this still work with Python 1.5.2. ;-(
Fred Drake
2001-02-16
1
-1/+6
*
Whitespace normalization.
Tim Peters
2001-02-09
1
-1/+1
*
move "from Tkinter import *" to module level
Jeremy Hylton
2001-02-02
2
-2/+2
*
Allow installation of IDLE via distutils (patch #103138).
Martin v. Löwis
2001-01-28
2
-0/+93
*
Color all word instances of "as" after "import", & on the same line, as if
Tim Peters
2001-01-19
1
-0/+13
*
This still mentioned IdlePrefs.py as the place to edit color
Guido van Rossum
2001-01-19
1
-1/+2
*
Whitespace normalization.
Tim Peters
2001-01-17
22
-104/+99
*
Make the test program work outside IDLE.
Guido van Rossum
2001-01-02
1
-6/+6
*
Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2).
Guido van Rossum
2001-01-02
1
-2/+1
*
Fixed snake logo and minus image by Daniel Calvelo.
Guido van Rossum
2000-12-27
2
-0/+0
[next]