Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 3.3 | Georg Brandl | 2014-02-10 | 1 | -1/+0 |
* | merge with 3.3 | Georg Brandl | 2013-04-06 | 1 | -4/+4 |
|\ | |||||
| * | merge with 3.3.1 release clone | Georg Brandl | 2013-04-06 | 1 | -0/+2 |
| |\ | |||||
| | * | Bump to 3.3.1.v3.3.1 | Georg Brandl | 2013-04-06 | 1 | -0/+2 |
| * | | merge with 3.2 branch | Georg Brandl | 2013-04-06 | 1 | -4/+2 |
| |\ \ | |||||
| | * | | Bump to 3.2.4.v3.2.4 | Georg Brandl | 2013-04-06 | 1 | -4/+2 |
* | | | | Merge from 3.3: Issue #17390 | Terry Jan Reedy | 2013-03-30 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. | Terry Jan Reedy | 2013-03-30 | 1 | -0/+7 |
| | |/ | |/| | |||||
* | | | Issue #5066: Update IDLE docs | Andrew Svetlov | 2013-01-14 | 1 | -0/+2 |
* | | | Issue #15853: merge 3.3 -> default | Ned Deily | 2012-10-22 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #15853: merge 3.2 -> 3.3 | Ned Deily | 2012-10-22 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu | Ned Deily | 2012-10-22 | 1 | -0/+3 |
* | | | Issue #16226: Fix IDLE Path Browser crash. | Ned Deily | 2012-10-19 | 1 | -0/+7 |
|\ \ \ | |/ / | |||||
| * | | Issue #16226: Fix IDLE Path Browser crash. | Ned Deily | 2012-10-19 | 1 | -0/+7 |
|/ / | |||||
* | | Issue #14018: merge | Ned Deily | 2012-07-30 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include | Ned Deily | 2012-07-30 | 1 | -0/+4 |
* | | merge 3.2 | Martin v. Löwis | 2012-07-25 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #7163: Propagate return value of sys.stdout.write. | Martin v. Löwis | 2012-07-25 | 1 | -0/+2 |
* | | merge 3.2 | Martin v. Löwis | 2012-07-25 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #15318: Prevent writing to sys.stdin. | Martin v. Löwis | 2012-07-25 | 1 | -0/+2 |
* | | Issue #4832: Modify IDLE to save files with .py extension by | Ned Deily | 2012-07-10 | 1 | -0/+3 |
* | | merge 3.2 | Martin v. Löwis | 2012-07-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. | Martin v. Löwis | 2012-07-11 | 1 | -1/+1 |
* | | merge 3.2 | Martin v. Löwis | 2012-07-09 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #13532: Check that arguments to sys.stdout.write are strings. | Martin v. Löwis | 2012-07-09 | 1 | -0/+2 |
* | | Merge from 3.2, #12510 | Terry Jan Reedy | 2012-06-08 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Issue #12510: Revise and triple # of calltip tests, with an eye to unittest | Terry Jan Reedy | 2012-06-07 | 1 | -0/+8 |
* | | merge 3.2 | Martin v. Löwis | 2012-06-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | PEP 3131: support non-ASCII characters in auto-completion of identifiers. | Martin v. Löwis | 2012-06-03 | 1 | -1/+1 |
* | | Merge 3.2: issue #14937. | Martin v. Löwis | 2012-06-03 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Issue #14937: Perform auto-completion of filenames in strings even for non-AS... | Martin v. Löwis | 2012-06-03 | 1 | -0/+6 |
* | | Issue #8515: Set __file__ when run file in IDLE. | Andrew Svetlov | 2012-04-05 | 1 | -0/+3 |
* | | Merge from 3.2 | Andrew Svetlov | 2012-03-31 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | update NEWS as Terry Reedy proposed | Andrew Svetlov | 2012-03-31 | 1 | -2/+4 |
* | | Merge with 3.2 | Andrew Svetlov | 2012-03-29 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #14409: IDLE doesn't not execute commands from shell with default keybi... | Andrew Svetlov | 2012-03-29 | 1 | -0/+3 |
* | | Fix typo | Éric Araujo | 2012-03-27 | 1 | -1/+1 |
* | | Update missed idlelib/NEWS.txt | Andrew Svetlov | 2012-03-26 | 1 | -1/+3 |
|/ | |||||
* | #3573: idle now doesn't hungs if launched as: idle -e <directory> | Andrew Svetlov | 2012-03-21 | 1 | -0/+7 |
* | Merge from 3.1 | Kurt B. Kaiser | 2011-05-14 | 1 | -1/+3 |
|\ | |||||
| * | Issue #6378: Further adjust idle.bat to start associated Python | Kurt B. Kaiser | 2011-05-14 | 1 | -1/+3 |
* | | Merge from 3.1 | Kurt B. Kaiser | 2011-05-12 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #11896: Save on Close failed despite selecting "Yes" in dialog. | Kurt B. Kaiser | 2011-05-12 | 1 | -1/+3 |
* | | Correct version in IDLE NEWS.txt | Kurt B. Kaiser | 2011-05-11 | 1 | -1/+1 |
|/ | |||||
* | Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. | Kurt B. Kaiser | 2011-05-11 | 1 | -3/+6 |
* | <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676 | Kurt B. Kaiser | 2011-03-26 | 1 | -1/+4 |
* | <Home> toggle non-functional when NumLock set | Kurt B. Kaiser | 2011-03-21 | 1 | -0/+8 |
* | Merged revisions 77389 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -1/+1 |
* | Merged revisions 72226 via svnmerge from | Kurt B. Kaiser | 2009-05-06 | 1 | -0/+3 |
* | Merged revisions 71995 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -0/+3 |