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
*
Get rid of old IDLE. Lib/idlelib rules!
Guido van Rossum
2003-06-14
70
-10923/+0
*
Removing new files accidentally checked in on the trunk rather than on the
Guido van Rossum
2003-04-29
26
-4632/+0
*
Add back files that were accidentally deleted on the trunk rather than
Guido van Rossum
2003-04-29
14
-0/+1865
*
Checking in IDLEFORK exactly as it appears in the idlefork CVS.
Guido van Rossum
2003-04-29
40
-1865/+4632
*
Kurt pointed out another method affected by the changes to pyclbr.py.
Raymond Hettinger
2003-01-22
1
-2/+4
*
SF bug #668906: class browser raises AttributeError
Raymond Hettinger
2003-01-18
1
-1/+1
*
Properly find and install icons even if calling setup.py from the build dir.
Martin v. Löwis
2003-01-16
1
-2/+2
*
SF bug #652933 (for IdleFork): Open Module "math" Fails
Raymond Hettinger
2003-01-07
1
-1/+4
*
Get rid of 1.5.2 compatibility hack. :-)
Guido van Rossum
2002-12-03
1
-8/+0
*
Clarify the meaning of "requires Python 1.5.2".
Raymond Hettinger
2002-11-08
1
-3/+4
*
Add --check-tkinter to setup.py. Install IDLE. Fixes #634078.
Martin v. Löwis
2002-11-06
1
-5/+24
*
Use column= rather than col=; with Tk 8.4 col= no longer works.
Guido van Rossum
2002-11-06
1
-3/+3
*
Support sdist.
Martin v. Löwis
2002-11-05
1
-0/+4
*
Remove unnecessary imports
Neal Norwitz
2002-09-12
1
-4/+0
*
Remove unused local variables
Neal Norwitz
2002-09-12
2
-2/+0
*
Remove unnecessary imports
Neal Norwitz
2002-09-12
7
-10/+0
*
Apply diff2.txt from SF patch http://www.python.org/sf/572113
Walter Dörwald
2002-09-11
21
-90/+65
*
Extended IDLE's open module menu item to handle hierarchical module names.
Raymond Hettinger
2002-09-08
1
-2/+15
*
Whitespace normalization.
Tim Peters
2002-08-23
3
-3/+3
*
Convert characters from the locale's encoding on output.
Martin v. Löwis
2002-08-10
2
-1/+15
*
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Guido van Rossum
2002-08-09
1
-2/+4
*
Patch #590913: PEP 263 support.
Martin v. Löwis
2002-08-05
2
-1/+188
*
Use ascii_letters to avoid UnicodeErrors.
Martin v. Löwis
2002-08-05
1
-1/+4
*
Get rid of _expand() altogether - the match object supports m.expand().
Guido van Rossum
2002-07-24
1
-11/+2
*
The test for re.engine was misfiring because re.engine is no longer
Guido van Rossum
2002-07-24
1
-11/+4
*
Add primitive printing support for Unix and Windows.
Guido van Rossum
2002-06-10
5
-0/+38
*
Use self.__class__ to instantiate a TreeNode item recursively, to
Guido van Rossum
2002-05-27
1
-1/+1
*
Patch 543222. Disable script bindings in shell window.
Raymond Hettinger
2002-05-21
3
-0/+5
*
Patches 558535. The standard Windows binding for Edit Select All
Raymond Hettinger
2002-05-21
1
-1/+1
*
SF bug 546078: IDLE calltips cause application error.
Tim Peters
2002-04-22
1
-0/+6
*
Provisional fix for writefile() [SF bug # 541730].
Guido van Rossum
2002-04-15
1
-1/+1
*
Patch #540583: Open MS Help Docs if available.
Martin v. Löwis
2002-04-14
1
-3/+12
*
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters
2002-04-04
6
-23/+23
*
use -kb on idle/Icons/minusnode.gif ("cvs up" kept checking it out all
Fredrik Lundh
2002-03-18
1
-0/+0
*
Fix by Edward K Ream to make breakpoints work on Windows: insert a
Guido van Rossum
2002-02-25
1
-0/+1
*
Patch #520483: Make IDLE OutputWindow handle Unicode.
Martin v. Löwis
2002-02-23
1
-1/+1
*
smart_backspace_event(): remove now-pointless int() call.
Tim Peters
2002-01-23
1
-1/+1
*
Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smart
Guido van Rossum
2002-01-23
2
-3/+3
*
classifyws(): Fix a "/" to work under -Qnew (as well as without it).
Tim Peters
2002-01-23
1
-1/+1
*
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
[next]