Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #24745: Prevent IDLE initialization crash with Tk 8.4: | Ned Deily | 2015-08-10 | 1 | -7/+11 |
| | | | | "TkFixedFont" does not exist in 8.4. | ||||
* | Issue #23672:Merge with 3.4 | Terry Jan Reedy | 2015-08-06 | 3 | -9/+27 |
|\ | |||||
| * | Issue #23672: Allow Idle to edit and run files with astral chars in name. | Terry Jan Reedy | 2015-08-06 | 3 | -9/+27 |
| | | | | | | | | Patch by Mohd Sanad Zaki Rizvi. | ||||
* | | Issue #24759: Merge with 3.4 | Terry Jan Reedy | 2015-08-03 | 1 | -10/+0 |
|\ \ | |/ | |||||
| * | Issue #24759: Revert 13a8782a775e. | Terry Jan Reedy | 2015-08-03 | 1 | -10/+0 |
| | | |||||
* | | Issue 24745: Merge with 3.4 | Terry Jan Reedy | 2015-08-01 | 4 | -35/+51 |
|\ \ | |/ | |||||
| * | Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default | Terry Jan Reedy | 2015-08-01 | 4 | -35/+51 |
| | | | | | | | | | | editor font. This should not affect current customized font selections. Patch by Mark Roseman. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-08-01 | 2 | -8/+7 |
|\ \ | |/ | |||||
| * | Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. | Terry Jan Reedy | 2015-08-01 | 2 | -8/+7 |
| | | | | | | | | Do not print false prompts. Original patch by Adnan Umer. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-07-31 | 1 | -0/+10 |
|\ \ | |/ | |||||
| * | Issue 24759: Gracefull exit Idle if ttk import fails. | Terry Jan Reedy | 2015-07-31 | 1 | -0/+10 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-07-30 | 3 | -8/+8 |
|\ \ | |/ | |||||
| * | Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. | Terry Jan Reedy | 2015-07-30 | 3 | -8/+8 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-07-20 | 2 | -5/+22 |
|\ \ | |/ | |||||
| * | Issue #20792: Expand idle_test.test_pathbowser. Tweak file to not copy twice. | Terry Jan Reedy | 2015-07-20 | 2 | -5/+22 |
| | | | | | | | | Original patch by Saimadhav Heblikar. | ||||
* | | Issue #24330: merge from 3.4 | Ned Deily | 2015-07-04 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference | Ned Deily | 2015-07-04 | 1 | -1/+3 |
| | | | | | | | | on OS X. Original patch by André Freitas. | ||||
* | | Update idlelib/NEWS.txt | Terry Jan Reedy | 2015-05-23 | 1 | -4/+14 |
|\ \ | |/ | |||||
| * | Update idlelib/NEWS.txt. | Terry Jan Reedy | 2015-05-23 | 1 | -0/+21 |
| | | |||||
* | | Issue #24245: Eliminated senseless expect clauses that have no any effect in | Serhiy Storchaka | 2015-05-20 | 2 | -19/+12 |
|\ \ | |/ | | | | | IDLE. Patch by Martin Panter. | ||||
| * | Issue #24245: Eliminated senseless expect clauses that have no any effect in | Serhiy Storchaka | 2015-05-20 | 2 | -19/+12 |
| | | | | | | | | IDLE. Patch by Martin Panter. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-05-16 | 2 | -9/+11 |
|\ \ | |/ | |||||
| * | Issue #24199: Make idlever module self updating. Syop using it in aboutDialog. | Terry Jan Reedy | 2015-05-16 | 2 | -9/+12 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-05-16 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Issue #24212: Put reference in idle.__main__ to issue with explanation. | Terry Jan Reedy | 2015-05-16 | 1 | -2/+1 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-05-16 | 1 | -50/+78 |
|\ \ | |/ | |||||
| * | Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart. | Terry Jan Reedy | 2015-05-16 | 1 | -50/+78 |
| | | |||||
* | | Merge 3.4 #23184: idle tests, remove unused names and imports. | Terry Jan Reedy | 2015-05-16 | 5 | -8/+7 |
|\ \ | |/ | |||||
| * | Issue #23184: idle tests, remove unused names and imports. | Terry Jan Reedy | 2015-05-16 | 5 | -8/+7 |
| | | |||||
* | | Merge with 3.4 Issue #23184: idlelib, remove more unused names and imports. | Terry Jan Reedy | 2015-05-16 | 6 | -20/+10 |
|\ \ | |/ | |||||
| * | Issue #23184: idlelib, remove more unused names and imports. | Terry Jan Reedy | 2015-05-16 | 6 | -20/+10 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2015-05-14 | 8 | -12/+5 |
|\ \ | |/ | |||||
| * | idlelib: remove unused names and imports (one is a duplicate import). | Terry Jan Reedy | 2015-05-14 | 8 | -12/+5 |
| | | |||||
* | | Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. | Serhiy Storchaka | 2015-05-06 | 1 | -4/+4 |
| | | | | | | | | Tkinter's getdouble() now supports any numbers (in particular int). | ||||
* | | Version number bump for Python 3.5.0a4.v3.5.0a4 | Larry Hastings | 2015-04-19 | 1 | -1/+1 |
| | | |||||
* | | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Berker Peksag | 2015-04-14 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Berker Peksag | 2015-04-14 | 2 | -2/+2 |
| | | |||||
* | | Closes #17202: Merge with 3.4 | Zachary Ware | 2015-04-13 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Issue #17202: Add .bat to .hgeol to force them to CRLF. | Zachary Ware | 2015-04-13 | 1 | -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 Storchaka | 2015-04-04 | 1 | -7/+12 |
|\ \ | |/ | |||||
| * | Issue #23825: Fixed test_idle under -OO. | Serhiy Storchaka | 2015-04-04 | 1 | -7/+12 |
| | | |||||
* | | Escaped backslashes in docstrings. | Serhiy Storchaka | 2015-04-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Escaped backslashes in docstrings. | Serhiy Storchaka | 2015-04-03 | 1 | -1/+1 |
| | | |||||
* | | Release bump for Python 3.5.0a3.v3.5.0a3 | Larry Hastings | 2015-03-29 | 1 | -1/+1 |
| | | |||||
* | | Removed unintentional trailing spaces in text files. | Serhiy Storchaka | 2015-03-29 | 3 | -10/+10 |
| | | |||||
* | | Issue #23583: Added tests for standard IO streams in IDLE. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+233 |
|\ \ | |/ | |||||
| * | Issue #23583: Added tests for standard IO streams in IDLE. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+233 |
| | | |||||
| * | Release bump for 3.4.3 final. | Larry Hastings | 2015-02-23 | 1 | -1/+1 |
| | | |||||
| * | Version bump for 3.4.3rc1. | Larry Hastings | 2015-02-08 | 1 | -1/+1 |
| | | |||||
* | | Release bump for 3.5.0a2.v3.5.0a2 | Larry Hastings | 2015-03-08 | 1 | -1/+1 |
| | |