summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Collapse)AuthorAgeFilesLines
* Update idlelib/NEWS.txtTerry Jan Reedy2015-05-231-4/+14
|\
| * Update idlelib/NEWS.txt.Terry Jan Reedy2015-05-231-0/+21
| |
* | Issue #24245: Eliminated senseless expect clauses that have no any effect inSerhiy Storchaka2015-05-202-19/+12
|\ \ | |/ | | | | IDLE. Patch by Martin Panter.
| * Issue #24245: Eliminated senseless expect clauses that have no any effect inSerhiy Storchaka2015-05-202-19/+12
| | | | | | | | IDLE. Patch by Martin Panter.
* | Merge with 3.4Terry Jan Reedy2015-05-162-9/+11
|\ \ | |/
| * Issue #24199: Make idlever module self updating. Syop using it in aboutDialog.Terry Jan Reedy2015-05-162-9/+12
| |
* | Merge with 3.4Terry Jan Reedy2015-05-161-2/+1
|\ \ | |/
| * Issue #24212: Put reference in idle.__main__ to issue with explanation.Terry Jan Reedy2015-05-161-2/+1
| |
* | Merge with 3.4Terry Jan Reedy2015-05-161-50/+78
|\ \ | |/
| * Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart.Terry Jan Reedy2015-05-161-50/+78
| |
* | Merge 3.4 #23184: idle tests, remove unused names and imports.Terry Jan Reedy2015-05-165-8/+7
|\ \ | |/
| * Issue #23184: idle tests, remove unused names and imports.Terry Jan Reedy2015-05-165-8/+7
| |
* | Merge with 3.4 Issue #23184: idlelib, remove more unused names and imports.Terry Jan Reedy2015-05-166-20/+10
|\ \ | |/
| * Issue #23184: idlelib, remove more unused names and imports.Terry Jan Reedy2015-05-166-20/+10
| |
* | Merge with 3.4Terry Jan Reedy2015-05-148-12/+5
|\ \ | |/
| * idlelib: remove unused names and imports (one is a duplicate import).Terry Jan Reedy2015-05-148-12/+5
| |
* | Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.Serhiy Storchaka2015-05-061-4/+4
| | | | | | | | Tkinter's getdouble() now supports any numbers (in particular int).
* | Version number bump for Python 3.5.0a4.v3.5.0a4Larry Hastings2015-04-191-1/+1
| |
* | Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-142-2/+2
|\ \ | |/
| * Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-142-2/+2
| |
* | Closes #17202: Merge with 3.4Zachary Ware2015-04-131-4/+4
|\ \ | |/
| * Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-131-4/+4
| | | | | | | | | | Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why.
* | Issue #23825: Fixed test_idle under -OO.Serhiy Storchaka2015-04-041-7/+12
|\ \ | |/
| * Issue #23825: Fixed test_idle under -OO.Serhiy Storchaka2015-04-041-7/+12
| |
* | Escaped backslashes in docstrings.Serhiy Storchaka2015-04-031-1/+1
|\ \ | |/
| * Escaped backslashes in docstrings.Serhiy Storchaka2015-04-031-1/+1
| |
* | Release bump for Python 3.5.0a3.v3.5.0a3Larry Hastings2015-03-291-1/+1
| |
* | Removed unintentional trailing spaces in text files.Serhiy Storchaka2015-03-293-10/+10
| |
* | Issue #23583: Added tests for standard IO streams in IDLE.Serhiy Storchaka2015-03-241-0/+233
|\ \ | |/
| * Issue #23583: Added tests for standard IO streams in IDLE.Serhiy Storchaka2015-03-241-0/+233
| |
| * Release bump for 3.4.3 final.Larry Hastings2015-02-231-1/+1
| |
| * Version bump for 3.4.3rc1.Larry Hastings2015-02-081-1/+1
| |
* | Release bump for 3.5.0a2.v3.5.0a2Larry Hastings2015-03-081-1/+1
| |
* | Release bump for 3.5.0a1.Larry Hastings2015-02-081-1/+1
| |
* | Issue #23180: merge from 3.4Ned Deily2015-01-183-9/+3
|\ \ | |/
| * Issue #23180: Rename IDLE "Windows" menu item to "Window".Ned Deily2015-01-183-9/+3
| | | | | | | | Patch by Al Sweigart.
* | Merge with 3.4Terry Jan Reedy2015-01-081-31/+0
|\ \ | |/
| * Issue #23184: delete unused idlelib file.Terry Jan Reedy2015-01-081-31/+0
| |
* | Merge with 3.4Terry Jan Reedy2014-12-164-24/+5
|\ \ | |/
| * Issue #20577: move configuration of FormatParagraph extension to new extensionTerry Jan Reedy2014-12-164-24/+5
| | | | | | | | configuration dialog. Patch by Tal Einat.
* | Merge with 3.4Terry Jan Reedy2014-12-111-2/+2
|\ \ | |/
| * Issue 22823: Use set literal in idlelib.Terry Jan Reedy2014-12-111-2/+2
| |
* | Update idlelib/NEWS.txt.Terry Jan Reedy2014-12-061-0/+20
|\ \ | |/
| * Update idlelib/NEWS.txt.Terry Jan Reedy2014-12-061-0/+24
| |
* | Fixed IDLE tests after changing re error messages (issue #22578).Serhiy Storchaka2014-11-101-1/+1
| |
* | Merge with 3.4 #3068Terry Jan Reedy2014-10-236-20/+278
|\ \ | |/
| * Issue #3068: Add Idle extension configuration dialog to Options menu.Terry Jan Reedy2014-10-236-20/+278
| | | | | | | | Original patch by Tal Einat.
* | Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-193-3/+3
|\ \ | |/ | | | | Patch by Févry Thibault.
| * Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-193-3/+3
| | | | | | | | Patch by Févry Thibault.
* | Merge with 3.4: Issue #22629Terry Jan Reedy2014-10-178-82/+112
|\ \ | |/