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
*
bump version to 2.7a2
v2.7a2
Benjamin Peterson
2010-01-09
1
-1/+1
*
More yearly updates.
Georg Brandl
2010-01-01
1
-1/+1
*
Issue #6834: replace the implementation for the 'python' and 'pythonw' execut...
Ronald Oussoren
2009-12-24
1
-1/+7
*
bump version to 2.7a1
v2.7a1
Benjamin Peterson
2009-12-05
1
-1/+1
*
replace has_key with 'in' operator
Benjamin Peterson
2009-10-09
10
-18/+18
*
replace callable()
Benjamin Peterson
2009-10-09
1
-2/+2
*
Issue #3926: Fix the usage of the new showwarnings and formatwarning.
Guilherme Polo
2009-08-14
2
-15/+16
*
Issue #3344: Replace itertools.count by enumerate.
Guilherme Polo
2009-08-14
1
-3/+2
*
Typo.
Guilherme Polo
2009-08-05
1
-1/+1
*
Easier reference to find (at least while svn continues being used).
Guilherme Polo
2009-08-05
1
-1/+1
*
#6076 Add a title to the IDLE Preferences window.
Amaury Forgeot d'Arc
2009-07-15
1
-0/+1
*
special case release candidates
Benjamin Peterson
2009-06-13
1
-2/+4
*
Issue 5150: Add rstrip() option to IDLE's format menu.
Raymond Hettinger
2009-05-29
2
-0/+35
*
Fixes issue 6110
Ronald Oussoren
2009-05-26
1
-1/+2
*
Further development of issue5559, handle Windows files
Kurt B. Kaiser
2009-05-03
1
-2/+4
*
idle.py modified and simplified to better support
Kurt B. Kaiser
2009-05-03
2
-21/+14
*
Right click 'go to file/line' not working if spaces
Kurt B. Kaiser
2009-04-26
2
-25/+13
*
Produce correct version string to access the .chm
Kurt B. Kaiser
2009-04-23
4
-10/+22
*
Allow multiple IDLE GUI/subprocess pairs to exist
Kurt B. Kaiser
2009-04-04
3
-19/+34
*
Remove port spec from run.py and fix bug where
Kurt B. Kaiser
2009-04-02
2
-4/+10
*
Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed spa...
Kurt B. Kaiser
2009-03-30
2
-4/+15
*
Typo fix.
Guilherme Polo
2009-03-29
1
-1/+1
*
Fixes issues 3883 and 5194
Ronald Oussoren
2009-03-04
6
-12/+25
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
3
-4/+4
*
Remove startup firewall message. That is handled by an error dialog
Raymond Hettinger
2009-01-26
1
-12/+2
*
Add heading for 2.7a0.
Martin v. Löwis
2009-01-24
1
-2/+8
*
Use Georg's new permalinks to documentation by version number.
Raymond Hettinger
2009-01-20
1
-1/+1
*
Fix for issue3559: No preferences menu in IDLE on OSX
Ronald Oussoren
2009-01-02
3
-2/+9
*
use new showwarnings signature for idle #3391
Benjamin Peterson
2008-10-16
2
-6/+11
*
support the optional line argument for idle
Benjamin Peterson
2008-10-15
1
-1/+2
*
Bumping to 2.6 final.
Barry Warsaw
2008-10-01
1
-1/+1
*
Bumping to 2.6rc2
v2.6rc2
Barry Warsaw
2008-09-18
1
-1/+1
*
Bumping to 2.6rc1
Barry Warsaw
2008-09-12
1
-1/+1
*
Bump to 2.6b3.
v2.6b3
Barry Warsaw
2008-08-21
1
-1/+1
*
Bumping to 2.6b2
v2.6b2
Barry Warsaw
2008-07-18
1
-1/+1
*
Bumping to 2.6b1
v2.6b1
Barry Warsaw
2008-06-19
1
-1/+1
*
ConfigParser renaming reversal part 3: move module into place and adapt imports.
Georg Brandl
2008-05-25
1
-1/+1
*
Queue renaming reversal part 3: move module into place and
Georg Brandl
2008-05-25
2
-6/+6
*
socketserver renaming reversal part 3: move the module into the right
Georg Brandl
2008-05-24
1
-7/+7
*
Revert the renaming of repr to reprlib.
Brett Cannon
2008-05-23
2
-3/+3
*
Revert copy_reg -> copyreg rename.
Georg Brandl
2008-05-20
1
-3/+3
*
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
Georg Brandl
2008-05-20
37
-70/+68
*
Tkinter rename, step 2: fix imports and add stub modules.
Georg Brandl
2008-05-16
37
-68/+70
*
Changed references to the reprlib module to use its new name.
Alexandre Vassalotti
2008-05-16
2
-3/+3
*
Updated import statements to use the new `configparser` module name.
Alexandre Vassalotti
2008-05-14
1
-1/+1
*
Updated all import statements to use the new socketserver module name.
Alexandre Vassalotti
2008-05-12
1
-7/+7
*
Added stub for the Queue module to be renamed in 3.0.
Alexandre Vassalotti
2008-05-11
2
-6/+6
*
Added module stub for copy_reg renaming in 3.0.
Alexandre Vassalotti
2008-05-11
1
-3/+3
*
Bump to 2.6a3
v2.6a3
Barry Warsaw
2008-05-08
1
-1/+1
*
Autocompletion of filenames now support alternate separators, e.g. the
Kurt B. Kaiser
2008-04-27
2
-3/+10
[next]