Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump to 2.7.3rc2v2.7.3rc2 | Benjamin Peterson | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | bump to 2.7.3rc1v2.7.3rc1 | Benjamin Peterson | 2012-02-23 | 1 | -1/+1 |
| | |||||
* | Issue 964437 Make IDLE help window non-modal. | Terry Jan Reedy | 2012-02-05 | 2 | -11/+64 |
| | | | | Patch by Guilherme Polo and Roger Serwy. | ||||
* | #13933 refine patch using 'new' builtin | Terry Jan Reedy | 2012-02-05 | 1 | -4/+2 |
| | |||||
* | Issue #13933: IDLE auto-complete did not work with some imported | Ned Deily | 2012-02-04 | 1 | -2/+2 |
| | | | | module, like hashlib. (Patch by Roger Serwy) | ||||
* | whitespace3 | Terry Jan Reedy | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | #13506 Add '' to path for interactive interpreter by adding with_cwd parameter | Terry Jan Reedy | 2012-01-31 | 2 | -9/+15 |
| | | | | | to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy. | ||||
* | #13039 allow proper deletion of '>>> ' in IDLE editor windows. | Terry Jan Reedy | 2012-01-16 | 1 | -1/+4 |
| | | | | Patch by Roger Serwy. | ||||
* | Issue #4625: If IDLE cannot write to its recent file or breakpoint | Ned Deily | 2011-12-14 | 2 | -14/+27 |
| | | | | | files, display a message popup and continue rather than crash. (original patch by Roger Serwy) | ||||
* | Issue #8793: Prevent IDLE crash in 2.7 when given strings with | Ned Deily | 2011-11-16 | 1 | -1/+1 |
| | | | | invalid hex escape sequences. | ||||
* | Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. | Ned Deily | 2011-10-31 | 1 | -0/+2 |
| | | | | (Patch by Roger Serwy) | ||||
* | Issue #12590: IDLE editor window now always displays the first line | Ned Deily | 2011-07-27 | 1 | -1/+1 |
| | | | | when opening a long file. With Tk 8.5, the first line was hidden. | ||||
* | Fix closes issue12438 - idlelib.PyShell's showformatwarning method was ↵ | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
| | | | | passing an incorrect arg. | ||||
* | bump to 2.7.2 final | Benjamin Peterson | 2011-06-11 | 1 | -1/+1 |
| | |||||
* | bump to 2.7.2rc1v2.7.2rc1 | Benjamin Peterson | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | IDLE: #6378: Further adjust idle.bat to start associated Python | Kurt B. Kaiser | 2011-05-26 | 2 | -2/+3 |
| | |||||
* | (backport) Fixes #11088: IDLE crashes when using F5 to run a script on OSX ↵ | Ronald Oussoren | 2011-05-17 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | with Tk 8.5 Without this patch IDLE will crash reliably on OSX when Tkinter is linked to TkCocoa 8.5.x. To reproduce: * Create a new file (script.py) with the following two lines: x = raw_input('prompt: ') print x * Save the script * Run the script using the F5 keyboard shortcut (running from the menu works fine) The patch is a fairly crude hack, but we haven't found a better workaround for this Tk bug yet. | ||||
* | Issue #11896: Save on Close failed despite selecting "Yes" in dialog. | Kurt B. Kaiser | 2011-05-13 | 3 | -32/+34 |
| | | | | Backport 70055:35ed0efd7dd3 | ||||
* | Issue 11718: Teach IDLE's open module dialog to find packages. | Raymond Hettinger | 2011-04-13 | 1 | -0/+15 |
| | |||||
* | <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue 3851. | Kurt B. Kaiser | 2011-03-25 | 2 | -13/+13 |
| | |||||
* | <Home> toggle non-functional when NumLock set. | Kurt B. Kaiser | 2011-03-17 | 2 | -3/+10 |
| | | | | Issue3851 | ||||
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 3 | -4/+4 |
| | |||||
* | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 2 | -3/+3 |
| | |||||
* | Merged revisions 88232 via svnmerge from | Ned Deily | 2011-01-31 | 1 | -1/+6 |
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88232 | ned.deily | 2011-01-29 10:29:01 -0800 (Sat, 29 Jan 2011) | 5 lines Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the menu accelerators for Open Module, Go to Line, and New Indent Width. The accelerators still work but no longer appear in the menu items. ........ | ||||
* | Merged revisions 88003 via svnmerge from | Ned Deily | 2011-01-30 | 2 | -0/+24 |
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88003 | ned.deily | 2011-01-14 20:37:12 -0800 (Fri, 14 Jan 2011) | 5 lines #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, rather than the currently problematic Apple-supplied one, when running with the 64-/32-bit installer variant. ........ | ||||
* | Merged revisions 88236 via svnmerge from | Ned Deily | 2011-01-29 | 1 | -2/+2 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88236 | ned.deily | 2011-01-29 11:10:26 -0800 (Sat, 29 Jan 2011) | 3 lines Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save commands. (with release manager approval for 3.2rc2) ........ | ||||
* | Merged revisions 87394 via svnmerge from | Ned Deily | 2011-01-18 | 3 | -39/+42 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87394 | georg.brandl | 2010-12-19 02:10:32 -0800 (Sun, 19 Dec 2010) | 1 line #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily. ........ | ||||
* | Issue 6285: catch missing IDLE help file. Backport from 3.2. | Terry Reedy | 2011-01-01 | 1 | -3/+11 |
| | |||||
* | Merged revisions 87374 via svnmerge from | R. David Murray | 2010-12-18 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87374 | r.david.murray | 2010-12-18 12:19:10 -0500 (Sat, 18 Dec 2010) | 8 lines #10404: Use ctl-button-1 for context menus on OSX Idle. This provides access to the context menus where they previously could not be accessed due to the way OSX Tk binds buttons. It also improves platform consistency. Patch by Ned Deily. ........ | ||||
* | Merged revisions 87119 via svnmerge from | Ronald Oussoren | 2010-12-07 | 2 | -1/+6 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87119 | ronald.oussoren | 2010-12-07 16:28:10 +0100 (Tue, 07 Dec 2010) | 2 lines Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting. ........ | ||||
* | 2.7.1 final version bumpv2.7.1 | Benjamin Peterson | 2010-11-27 | 1 | -1/+1 |
| | |||||
* | Issue 9222 Fix filetypes for open dialog | Terry Reedy | 2010-11-23 | 1 | -2/+2 |
| | | | | Merged from 86702 | ||||
* | Merged revisions 86655 via svnmerge from | Brian Curtin | 2010-11-22 | 1 | -1/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86655 | brian.curtin | 2010-11-21 18:01:01 -0600 (Sun, 21 Nov 2010) | 2 lines Quote the paths in the event that they contain spaces. ........ | ||||
* | Merged revisions 86651 via svnmerge from | Brian Curtin | 2010-11-21 | 1 | -2/+3 |
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86651 | brian.curtin | 2010-11-21 17:45:10 -0600 (Sun, 21 Nov 2010) | 5 lines Fix #6378. Start IDLE using the proper version of Python based on the directory tree that idle.bat resides in. Works with any/all versions of Python installed concurrently. ........ | ||||
* | 2.7.1rc1 bumpv2.7.1rc1 | Benjamin Peterson | 2010-11-13 | 1 | -1/+1 |
| | |||||
* | Merged revisions 83103 via svnmerge from | Ezio Melotti | 2010-07-23 | 1 | -1/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83103 | ezio.melotti | 2010-07-23 19:48:22 +0300 (Fri, 23 Jul 2010) | 1 line #9359: fix typo. Thanks to Piotr Kasprzyk for the patch. ........ | ||||
* | prepare for 2.7.1 | Benjamin Peterson | 2010-07-03 | 1 | -1/+1 |
| | |||||
* | update to 2.7 final | Benjamin Peterson | 2010-07-03 | 1 | -1/+1 |
| | |||||
* | add release date | Benjamin Peterson | 2010-07-03 | 1 | -3/+3 |
| | |||||
* | bump verson to 2.7rc2v2.7rc2 | Benjamin Peterson | 2010-06-21 | 1 | -1/+1 |
| | |||||
* | bump version to 2.7 rc1 | Benjamin Peterson | 2010-06-06 | 1 | -1/+1 |
| | |||||
* | bump version to 2.7 beta 2v2.7b2 | Benjamin Peterson | 2010-05-08 | 1 | -1/+1 |
| | |||||
* | bump version to 2.7b1 | Benjamin Peterson | 2010-04-10 | 1 | -1/+1 |
| | |||||
* | #7092: silence some py3k warnings | Florent Xicluna | 2010-04-02 | 2 | -2/+2 |
| | |||||
* | #7092: Drop the cmp argument. | Florent Xicluna | 2010-04-02 | 2 | -15/+2 |
| | |||||
* | #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵ | Florent Xicluna | 2010-04-02 | 37 | -149/+169 |
| | | | | absolute imports. | ||||
* | #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains ↵ | Florent Xicluna | 2010-04-01 | 2 | -13/+12 |
| | | | | a double-quote. | ||||
* | Syntax cleanup `== None` -> `is None` | Florent Xicluna | 2010-03-25 | 1 | -1/+1 |
| | |||||
* | bump version to 2.7a4v2.7a4 | Benjamin Peterson | 2010-03-06 | 1 | -1/+1 |
| | |||||
* | bump version to 2.7a3v2.7a3 | Benjamin Peterson | 2010-02-06 | 1 | -1/+1 |
| |