Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 3.3 | Terry Jan Reedy | 2013-05-13 | 1 | -1/+2 |
|\ | |||||
| * | Silence unclosed open file ResourceWarning. | Terry Jan Reedy | 2013-05-13 | 1 | -1/+2 |
| | | |||||
* | | Complete 2 to 3 conversion | Terry Jan Reedy | 2013-05-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Complete 2 to 3 conversion | Terry Jan Reedy | 2013-05-13 | 1 | -1/+1 |
| | | |||||
| * | bump to 3.3.2 | Georg Brandl | 2013-05-12 | 1 | -1/+1 |
| | | |||||
| * | merge heads | Georg Brandl | 2013-05-12 | 1 | -0/+5 |
| |\ | |||||
* | \ | Issue #17838: merge with 3.3 | Georg Brandl | 2013-05-12 | 1 | -0/+5 |
|\ \ \ | | |/ | |/| | |||||
| * | | prevent IDLE from trying to close when sys.stdin is reassigned (#17838) | Benjamin Peterson | 2013-05-12 | 1 | -0/+5 |
| | | | |||||
* | | | #13495: merge with 3.3. | Roger Serwy | 2013-05-06 | 2 | -5/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | #13495: Avoid loading the color delegator twice in IDLE. | Roger Serwy | 2013-05-06 | 2 | -5/+0 |
| | | | |||||
* | | | #17798: merge with 3.3. | Roger Serwy | 2013-05-05 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | #17798: Allow IDLE to edit new files when specified on command line. | Roger Serwy | 2013-05-05 | 1 | -0/+2 |
| |/ | |||||
* | | #14735: merge with 3.3. | Roger Serwy | 2013-04-17 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | #14735: Update IDLE docs to omit "Control-z on Windows". | Roger Serwy | 2013-04-17 | 1 | -2/+1 |
| | | |||||
* | | #17719: fix incorrect version number in deprecation doc. | R David Murray | 2013-04-13 | 1 | -1/+1 |
| | | | | | | | | Patch by Kent Johnson. | ||||
* | | #17585: merge with 3.3. | Roger Serwy | 2013-04-12 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | #17585: Fixed IDLE regression. Now closes when using exit() or quit(). | Roger Serwy | 2013-04-12 | 1 | -0/+3 |
| | | |||||
* | | #17657: merge with 3.3. | Roger Serwy | 2013-04-09 | 1 | -6/+1 |
|\ \ | |/ | |||||
| * | #17657: Show full Tk version in IDLE's about dialog. | Roger Serwy | 2013-04-09 | 1 | -6/+1 |
| | | | | | | | | Patch by Todd Rovito. | ||||
* | | #17613: merge with 3.3. | Roger Serwy | 2013-04-07 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | #17613: Prevent traceback when removing syntax colorizer in IDLE. | Roger Serwy | 2013-04-07 | 1 | -0/+4 |
| | | |||||
* | | #1207589: merge with 3.3. | Roger Serwy | 2013-04-07 | 1 | -2/+8 |
|\ \ | |/ | |||||
| * | #1207589: Backwards-compatibility patch for right-click menu in IDLE. | Roger Serwy | 2013-04-07 | 1 | -2/+8 |
| | | |||||
* | | #16887: merge with 3.3. | Roger Serwy | 2013-04-07 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | #16887: IDLE now accepts Cancel in tabify/untabify dialog box. | Roger Serwy | 2013-04-07 | 1 | -1/+3 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-04-06 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | merge with 3.3.1 release clone | Georg Brandl | 2013-04-06 | 2 | -1/+3 |
| |\ | |||||
| | * | Bump to 3.3.1.v3.3.1 | Georg Brandl | 2013-04-06 | 2 | -1/+3 |
| | | | |||||
| | * | close search and replace dialog after it is used (closes #17625) | Benjamin Peterson | 2013-04-04 | 1 | -0/+1 |
| | | | |||||
| | * | Bump to 3.3.1rc1. | Georg Brandl | 2013-03-23 | 1 | -1/+1 |
| | | | |||||
| * | | 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 | 2 | -5/+3 |
| | | | | |||||
| | * | | close search and replace dialog after it is used (closes #17625) | Benjamin Peterson | 2013-04-04 | 1 | -0/+1 |
| | | | | |||||
| | * | | Bump to 3.2.4rc1. | Georg Brandl | 2013-03-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge 3.3 (#17625) | Benjamin Peterson | 2013-04-04 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | close search and replace dialog after it is used (closes #17625) | Benjamin Peterson | 2013-04-04 | 1 | -0/+1 |
| | | | | |||||
* | | | | #14254: merge with 3.3. | Roger Serwy | 2013-04-03 | 1 | -2/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | #14254: IDLE now handles readline correctly across shell restarts. | Roger Serwy | 2013-04-03 | 1 | -2/+12 |
| | | | | |||||
* | | | | #17614: merge with 3.3. | Roger Serwy | 2013-04-03 | 1 | -1/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | #17614: IDLE no longer raises exception when quickly closing a file. | Roger Serwy | 2013-04-03 | 1 | -1/+5 |
| |\ \ \ | |||||
| | * | | | #17614: IDLE no longer raises exception when quickly closing a file. | Roger Serwy | 2013-04-03 | 1 | -1/+5 |
| | | | | | |||||
| | * | | | #6698: IDLE now opens just an editor window when configured to do so. | Roger Serwy | 2013-04-01 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an ↵ | Roger Serwy | 2013-03-31 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | exception. | ||||
| | * | | | #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. | Roger Serwy | 2013-03-31 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. | Terry Jan Reedy | 2013-03-30 | 2 | -1/+9 |
| | | | | | |||||
| | * | | | version to 2.7.4rc1v2.7.4rc1 | Benjamin Peterson | 2013-03-23 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| | * | | | Keep IDLE from displaying spurious SystemExit tracebacks | Raymond Hettinger | 2013-02-09 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | when running scripts that terminated by raising SystemExit (i.e. unittest and turtledemo). | ||||
| | * | | | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase | Serhiy Storchaka | 2013-01-25 | 2 | -70/+78 |
| | | | | | | | | | | | | | | | | | | | | interface and support all mandatory methods and properties. | ||||
| | * | | | Issue #16829: IDLE printing no longer fails if there are spaces or other | Serhiy Storchaka | 2013-01-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | special characters in the file path. |