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 to 2.7.7 final
Benjamin Peterson
2014-05-31
1
-1/+1
*
bump to 2.7.7rc1
v2.7.7rc1
Benjamin Peterson
2014-05-18
1
-1/+1
*
Issue #18104: revise docstrings, remove obsolete comments.
Terry Jan Reedy
2014-05-16
1
-29/+32
*
whitespace
Terry Jan Reedy
2014-05-12
1
-1/+0
*
Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
Terry Jan Reedy
2014-05-12
4
-31/+113
*
Issue #21138: Change default reformat paragraph width to PEP 8's 72.
Terry Jan Reedy
2014-04-22
1
-1/+1
*
Issue 21284: Idle: make test_formatparagraph pass even when a user changes the
Terry Jan Reedy
2014-04-22
2
-10/+13
*
Issue #21029: IDLE now colors print consistently as a keyword.
Raymond Hettinger
2014-03-30
1
-0/+3
*
Issue #17654: Ensure IDLE menus are customized properly on OS X for
Ned Deily
2014-03-28
11
-79/+122
*
Issue #20567: Delete class attribute gui widgets in idle tests.
Terry Jan Reedy
2014-02-27
5
-3/+13
*
#20634: fix typo in IDLE README noticed by Saimadhav Heblikar.
Ezio Melotti
2014-02-15
1
-1/+1
*
Issue #20406: Use Python application icons for Idle window title bars.
Terry Jan Reedy
2014-02-08
8
-1/+13
*
Update the python.gif icon for the Idle classbrowser and pathbowser
Terry Jan Reedy
2014-02-02
1
-0/+0
*
Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan).
Terry Jan Reedy
2014-01-31
1
-1/+1
*
Idlelib & buildbots: suppress py3 deprecation message even if enabled.
Terry Jan Reedy
2014-01-29
1
-2/+6
*
Idlelib: silence two buildbot Deprecation Warnings with better code.
Terry Jan Reedy
2014-01-29
2
-8/+6
*
Issue #17721: Remove non-functional configuration dialog help button until we
Terry Jan Reedy
2014-01-27
1
-4/+5
*
Idlelib.calltips: add test of starred first parameters. They should not be
Terry Jan Reedy
2014-01-27
1
-0/+10
*
Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.
Terry Jan Reedy
2014-01-27
2
-7/+28
*
Issue #17390: Add Python version to Idle editor window title bar.
Terry Jan Reedy
2014-01-23
1
-1/+5
*
Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now
Terry Jan Reedy
2014-01-22
1
-7/+1
*
Issue #16638: Include up to 5 docstring header lines (before first blank) in
Terry Jan Reedy
2014-01-22
2
-15/+40
*
Issue #16630: Make Idle calltips work even when __getattr__ raises.
Terry Jan Reedy
2014-01-21
2
-53/+66
*
Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins.
Terry Jan Reedy
2014-01-21
1
-0/+7
*
Issue #21222: Whitespace
Terry Jan Reedy
2014-01-21
1
-1/+1
*
Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py.
Terry Jan Reedy
2014-01-21
2
-55/+114
*
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
Serhiy Storchaka
2013-12-25
1
-0/+3
*
Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
Ned Deily
2013-12-11
1
-11/+14
*
Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE
Serhiy Storchaka
2013-12-10
1
-2/+10
*
2.7.6 final
v2.7.6
Benjamin Peterson
2013-11-10
1
-1/+1
*
backport #19426
Benjamin Peterson
2013-10-29
1
-1/+1
*
2.7.6rc1
v2.7.6rc1
Benjamin Peterson
2013-10-26
1
-1/+1
*
Remove the use of non-existing re.ASCII.
Serhiy Storchaka
2013-09-17
1
-1/+1
*
Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python
Serhiy Storchaka
2013-09-16
1
-6/+7
*
Issue #18988: The "Tab" key now works when a word is already autocompleted.
Serhiy Storchaka
2013-09-11
2
-7/+5
*
Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine.
Terry Jan Reedy
2013-08-31
2
-34/+364
*
Issue #18489: idlelib.SearchEngine - add docstrings
Terry Jan Reedy
2013-08-19
1
-25/+37
*
Issue #18592: whitespace
Terry Jan Reedy
2013-08-18
1
-1/+1
*
Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py).
Terry Jan Reedy
2013-08-18
1
-0/+17
*
#18741: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
2
-5/+5
*
Issue #18732: Remove unused* parameter output_sep from IdleHistory.History
Terry Jan Reedy
2013-08-15
2
-23/+11
*
Issue #18226: Fix ImportError and subsequent TypeError in 2.7 backport.
Terry Jan Reedy
2013-08-15
1
-3/+3
*
Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
Terry Jan Reedy
2013-08-15
2
-3/+179
*
Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'
Terry Jan Reedy
2013-08-13
2
-15/+35
*
Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.
Terry Jan Reedy
2013-08-10
2
-48/+463
*
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
Terry Jan Reedy
2013-08-04
3
-14/+7
*
Make all idle test case names end with 'Test'.
Terry Jan Reedy
2013-07-30
2
-2/+2
*
Update gui section of idle test README.
Terry Jan Reedy
2013-07-28
1
-4/+12
*
Issue #18441: Make test.support.requires('gui') skip when it should.
Terry Jan Reedy
2013-07-22
1
-4/+1
*
Issue #18539: Calltips now work for float default arguments.
Terry Jan Reedy
2013-07-26
2
-1/+7
[next]