summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* bump to 2.7.7 finalBenjamin Peterson2014-05-311-1/+1
* bump to 2.7.7rc1v2.7.7rc1Benjamin Peterson2014-05-181-1/+1
* Issue #18104: revise docstrings, remove obsolete comments.Terry Jan Reedy2014-05-161-29/+32
* whitespaceTerry Jan Reedy2014-05-121-1/+0
* Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to beginTerry Jan Reedy2014-05-124-31/+113
* Issue #21138: Change default reformat paragraph width to PEP 8's 72.Terry Jan Reedy2014-04-221-1/+1
* Issue 21284: Idle: make test_formatparagraph pass even when a user changes theTerry Jan Reedy2014-04-222-10/+13
* Issue #21029: IDLE now colors print consistently as a keyword.Raymond Hettinger2014-03-301-0/+3
* Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-2811-79/+122
* Issue #20567: Delete class attribute gui widgets in idle tests.Terry Jan Reedy2014-02-275-3/+13
* #20634: fix typo in IDLE README noticed by Saimadhav Heblikar.Ezio Melotti2014-02-151-1/+1
* Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-088-1/+13
* Update the python.gif icon for the Idle classbrowser and pathbowserTerry Jan Reedy2014-02-021-0/+0
* Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan).Terry Jan Reedy2014-01-311-1/+1
* Idlelib & buildbots: suppress py3 deprecation message even if enabled.Terry Jan Reedy2014-01-291-2/+6
* Idlelib: silence two buildbot Deprecation Warnings with better code.Terry Jan Reedy2014-01-292-8/+6
* Issue #17721: Remove non-functional configuration dialog help button until weTerry Jan Reedy2014-01-271-4/+5
* Idlelib.calltips: add test of starred first parameters. They should not beTerry Jan Reedy2014-01-271-0/+10
* Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.Terry Jan Reedy2014-01-272-7/+28
* Issue #17390: Add Python version to Idle editor window title bar.Terry Jan Reedy2014-01-231-1/+5
* Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is nowTerry Jan Reedy2014-01-221-7/+1
* Issue #16638: Include up to 5 docstring header lines (before first blank) inTerry Jan Reedy2014-01-222-15/+40
* Issue #16630: Make Idle calltips work even when __getattr__ raises.Terry Jan Reedy2014-01-212-53/+66
* Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins.Terry Jan Reedy2014-01-211-0/+7
* Issue #21222: WhitespaceTerry Jan Reedy2014-01-211-1/+1
* Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py.Terry Jan Reedy2014-01-212-55/+114
* Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.Serhiy Storchaka2013-12-251-0/+3
* Issue #18270: Prevent possible IDLE AttributeError on OS X when no initialNed Deily2013-12-111-11/+14
* Issue #19481: print() of unicode, str or bytearray subclass instance in IDLESerhiy Storchaka2013-12-101-2/+10
* 2.7.6 finalv2.7.6Benjamin Peterson2013-11-101-1/+1
* backport #19426Benjamin Peterson2013-10-291-1/+1
* 2.7.6rc1v2.7.6rc1Benjamin Peterson2013-10-261-1/+1
* Remove the use of non-existing re.ASCII.Serhiy Storchaka2013-09-171-1/+1
* Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect PythonSerhiy Storchaka2013-09-161-6/+7
* Issue #18988: The "Tab" key now works when a word is already autocompleted.Serhiy Storchaka2013-09-112-7/+5
* Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine.Terry Jan Reedy2013-08-312-34/+364
* Issue #18489: idlelib.SearchEngine - add docstringsTerry Jan Reedy2013-08-191-25/+37
* Issue #18592: whitespaceTerry Jan Reedy2013-08-181-1/+1
* Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py).Terry Jan Reedy2013-08-181-0/+17
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-172-5/+5
* Issue #18732: Remove unused* parameter output_sep from IdleHistory.HistoryTerry Jan Reedy2013-08-152-23/+11
* Issue #18226: Fix ImportError and subsequent TypeError in 2.7 backport.Terry Jan Reedy2013-08-151-3/+3
* Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.Terry Jan Reedy2013-08-152-3/+179
* Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'Terry Jan Reedy2013-08-132-15/+35
* Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.Terry Jan Reedy2013-08-102-48/+463
* Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.Terry Jan Reedy2013-08-043-14/+7
* Make all idle test case names end with 'Test'.Terry Jan Reedy2013-07-302-2/+2
* Update gui section of idle test README.Terry Jan Reedy2013-07-281-4/+12
* Issue #18441: Make test.support.requires('gui') skip when it should.Terry Jan Reedy2013-07-221-4/+1
* Issue #18539: Calltips now work for float default arguments.Terry Jan Reedy2013-07-262-1/+7