| Commit message (Expand) | Author | Age | Files | Lines |
* | Version bump to 3.2 final. | Georg Brandl | 2011-02-20 | 1 | -1/+1 |
|
|
* | Bump for 3.2rc3.v3.2rc3 | Georg Brandl | 2011-02-13 | 1 | -1/+1 |
|
|
* | Bump version.v3.2rc2 | Georg Brandl | 2011-01-30 | 1 | -1/+1 |
|
|
* | #11069: fix the IDLE Stack Viewer, by not using "list" as a variable name. | Georg Brandl | 2011-01-30 | 1 | -4/+4 |
|
|
* | Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save | Ned Deily | 2011-01-29 | 1 | -2/+2 |
|
|
* | Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x, | Ned Deily | 2011-01-29 | 1 | -2/+2 |
|
|
* | Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the | Ned Deily | 2011-01-29 | 1 | -1/+6 |
|
|
* | #10974: IDLE no longer crashes if its recent files list includes files | Ned Deily | 2011-01-24 | 1 | -2/+4 |
|
|
* | Bump to 3.2rc1. | Georg Brandl | 2011-01-15 | 1 | -1/+1 |
|
|
* | #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, | Ned Deily | 2011-01-15 | 2 | -0/+24 |
|
|
* | Issue 6285: catch missing IDLE help file. | Terry Reedy | 2011-01-01 | 1 | -3/+11 |
|
|
* | Bump to 3.2b2. | Georg Brandl | 2010-12-19 | 1 | -1/+1 |
|
|
* | #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevi... | Georg Brandl | 2010-12-19 | 3 | -39/+42 |
|
|
* | #10404: Use ctl-button-1 for context menus on OSX Idle. | R. David Murray | 2010-12-18 | 1 | -1/+8 |
|
|
* | Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsav... | Ronald Oussoren | 2010-12-07 | 2 | -1/+6 |
|
|
* | Bump to 3.2b1. | Georg Brandl | 2010-12-04 | 1 | -1/+1 |
|
|
* | Issue 9222 Fix filetypes for open dialog | Terry Reedy | 2010-11-23 | 1 | -2/+2 |
|
|
* | Quote the paths in the event that they contain spaces. | Brian Curtin | 2010-11-22 | 1 | -1/+1 |
|
|
* | Fix #6378. Start IDLE using the proper version of Python based on the directory | Brian Curtin | 2010-11-21 | 1 | -2/+3 |
|
|
* | Bump to 3.2a4. | Georg Brandl | 2010-11-13 | 1 | -1/+1 |
|
|
* | Bump to 3.2a3. | Georg Brandl | 2010-10-10 | 1 | -1/+1 |
|
|
* | Bump to 3.2a2. | Georg Brandl | 2010-09-05 | 1 | -1/+1 |
|
|
* | At least give IDLE 3.1 a release date. No further entries there for 3.2 though. | Georg Brandl | 2010-07-31 | 1 | -2/+2 |
|
|
* | Bump versions and review NEWS file. | Georg Brandl | 2010-07-31 | 1 | -1/+1 |
|
|
* | #9359: fix typo. Thanks to Piotr Kasprzyk for the patch. | Ezio Melotti | 2010-07-23 | 1 | -1/+1 |
|
|
* | Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument. | Victor Stinner | 2010-06-17 | 1 | -5/+1 |
|
|
* | Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from | Florent Xicluna | 2010-03-28 | 1 | -1/+1 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 77209,77229,77359-77360,77371 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -1/+1 |
|
|
* | Merged revisions 77031 via svnmerge from | Ronald Oussoren | 2009-12-24 | 1 | -1/+7 |
|
|
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 2 | -2/+2 |
|
|
* | Merged revisions 74446-74449 via svnmerge from | Guilherme Polo | 2009-08-14 | 3 | -18/+18 |
|
|
* | Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge... | Alexandre Vassalotti | 2009-07-17 | 1 | -0/+1 |
|
|
* | bump to 3.2a0 | Benjamin Peterson | 2009-06-27 | 1 | -1/+1 |
|
|
* | bump version to 3.1 final :) | Benjamin Peterson | 2009-06-26 | 1 | -1/+1 |
|
|
* | Merged revisions 73415,73417-73418 via svnmerge from | Benjamin Peterson | 2009-06-22 | 1 | -2/+4 |
|
|
* | bump version to 3.1rc2 | Benjamin Peterson | 2009-06-13 | 1 | -1/+1 |
|
|
* | Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,... | Benjamin Peterson | 2009-06-01 | 1 | -0/+1 |
|
|
* | bump to 3.1rc1 | Benjamin Peterson | 2009-05-30 | 1 | -1/+1 |
|
|
* | Issue 5150: Add rstrip() menu option to IDLE. | Raymond Hettinger | 2009-05-29 | 2 | -0/+35 |
|
|
* | Remove debug statement that leaked into the repository. | Ronald Oussoren | 2009-05-26 | 1 | -1/+0 |
|
|
* | * Adapt framework install makefiles to 2to3 tool | Ronald Oussoren | 2009-05-26 | 1 | -0/+1 |
|
|
* | Fix for Issue6111. | Ronald Oussoren | 2009-05-26 | 1 | -0/+6 |
|
|
* | bump version to 3.1b1v3.1b1 | Benjamin Peterson | 2009-05-06 | 1 | -1/+1 |
|
|
* | Merged revisions 72226 via svnmerge from | Kurt B. Kaiser | 2009-05-06 | 2 | -22/+14 |
|
|
* | Merged revisions 72227 via svnmerge from | Kurt B. Kaiser | 2009-05-06 | 1 | -2/+4 |
|
|
* | Merged revisions 71995 via svnmerge from | Georg Brandl | 2009-04-27 | 2 | -25/+13 |
|
|
* | Use of 'filter' in keybindingDialog.py was causing | Kurt B. Kaiser | 2009-04-27 | 2 | -1/+4 |
|
|
* | Merged revisions 71812 via svnmerge from | Kurt B. Kaiser | 2009-04-26 | 3 | -9/+21 |
|
|
* | Remove item from NEWS.txt; not checked in yet... | Kurt B. Kaiser | 2009-04-25 | 1 | -3/+0 |
|
|