summaryrefslogtreecommitdiff
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.3Terry Jan Reedy2014-02-2715-340/+378
|\
| * Merge with 3.3Terry Jan Reedy2014-02-231-1/+1
| |\
| * \ #20634: merge with 3.3.Ezio Melotti2014-02-1515-340/+378
| |\ \
| | * \ Merge Python 3.4.0rc1 release branch.Larry Hastings2014-02-112-1/+6
| | |\ \
| | | * | Issue #20167: Add missing else: break in 3 places as noticed by Serhiy.Terry Jan Reedy2014-02-101-0/+6
| | | * | merge with 3.3Georg Brandl2014-02-1015-340/+372
| | | |\ \
| | * | | | Python 3.4.0rc1: Version bump.v3.4.0rc1Larry Hastings2014-02-101-1/+1
| | | |/ / | | |/| |
| | * | | Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-0815-278/+372
| | |\ \ \
| | | * | | Issue #20167: Suppress 3.4 specific 'Exception ignored' messages.Terry Jan Reedy2014-02-081-4/+23
| | | * | | Update the python.gif icon for the Idle classbrowser and pathbowserTerry Jan Reedy2014-02-011-0/+0
| | | |\ \ \
| | | * \ \ \ Merge with 3.3Terry Jan Reedy2014-01-282-7/+4
| | | |\ \ \ \
| | | * | | | | Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings2014-01-281-2/+2
| | | * | | | | Merge.Larry Hastings2014-01-261-1/+1
| | | |\ \ \ \ \
| | | | * | | | | Version bump for 3.4.0b3.v3.4.0b3Larry Hastings2014-01-261-1/+1
| | | * | | | | | Issue #17721: Remove non-functional configuration dialog help button until weTerry Jan Reedy2014-01-261-4/+5
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge with 3.3Terry Jan Reedy2014-01-2614-272/+347
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | White space and merge cleanup.Terry Jan Reedy2014-01-261-4/+0
| | | | * | | | | | | Merge with 3.3Terry Jan Reedy2014-01-2614-271/+350
| | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ Merge heads.Terry Jan Reedy2014-01-262-2/+2
| | | | | |\ \ \ \ \ \ \ | | | | | | | |/ / / / / | | | | | | |/| | | | |
| | | | | | * | | | | | Issue 19944: Fix importlib.find_spec() so it imports parents as needed.Eric Snow2014-01-251-1/+2
| | | | | | * | | | | | Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings2014-01-241-6/+9
| | | | | * | | | | | | Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.Terry Jan Reedy2014-01-262-14/+35
| | | | | |\ \ \ \ \ \ \ | | | | | |/ / / / / / / | | | | |/| / / / / / / | | | | | |/ / / / / /
| | | | | * | | | | | Merge with 3.3Terry Jan Reedy2014-01-2313-271/+344
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ Merge with 3.3Terry Jan Reedy2014-01-211-7/+1
| | | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Merge with 3.3Terry Jan Reedy2014-01-212-14/+34
| | | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ Merge with 3.3Terry Jan Reedy2014-01-212-37/+51
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins.Terry Jan Reedy2014-01-211-0/+8
| | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ Merge with 3.3Terry Jan Reedy2014-01-2113-271/+344
| | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ Issue #18960: Fix bugs with Python source code encoding in the second line.Serhiy Storchaka2014-01-091-0/+3
| | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | Remove more usage of APIs deprecated by PEP 451.Eric Snow2014-01-061-4/+4
| | | | | | | * | | | | | | | | | | Bump version number for 3.4.0b2.v3.4.0b2Larry Hastings2014-01-051-1/+1
| | | | | | | * | | | | | | | | | | Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.Serhiy Storchaka2013-12-2513-267/+340
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ Issue #18270: merge from 3.3Ned Deily2013-12-101-11/+14
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ Issue #19481: print() of string subclass instance in IDLE no more hangs.Serhiy Storchaka2013-12-1013-267/+340
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | | | | | Bump version number to 3.4.0b1.v3.4.0b1Larry Hastings2013-11-241-1/+1
| | | | | | | | | * | | | | | | | | | | | Version bump for 3.4.0a4.v3.4.0a4Larry Hastings2013-10-201-1/+1
| | | | | | | | | * | | | | | | | | | | | Version bump to 3.4.0a3.v3.4.0a3Larry Hastings2013-09-281-1/+1
| | | | | | | | | * | | | | | | | | | | | Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py scriptSerhiy Storchaka2013-09-161-7/+9
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ Issue #18988: The "Tab" key now works when a word is already autocompleted.Serhiy Storchaka2013-09-1113-267/+340
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | | | | | Version number bump for Python 3.4.0a2.v3.4.0a2Larry Hastings2013-09-071-1/+1
| | | | | | | | | | * | | | | | | | | | | | | Merge from 3.3 #18489 Search Engine testsTerry Jan Reedy2013-08-3113-267/+340
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge with 3.3Terry Jan Reedy2013-08-1913-267/+340
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge with 3.3Terry Jan Reedy2013-08-181-1/+1
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with 3.3Terry Jan Reedy2013-08-1813-267/+340
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ #18741: merge with 3.3.Ezio Melotti2013-08-172-5/+5
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with 3.3Terry Jan Reedy2013-08-1513-267/+340
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with 3.3Terry Jan Reedy2013-08-1513-267/+340
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with 3.3Terry Jan Reedy2013-08-132-15/+35
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with 3.3Terry Jan Reedy2013-08-1013-267/+340
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with 3.3Terry Jan Reedy2013-08-0413-267/+340
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \