summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Collapse)AuthorAgeFilesLines
* bump to 2.7.3rc2v2.7.3rc2Benjamin Peterson2012-03-151-1/+1
|
* bump to 2.7.3rc1v2.7.3rc1Benjamin Peterson2012-02-231-1/+1
|
* Issue 964437 Make IDLE help window non-modal.Terry Jan Reedy2012-02-052-11/+64
| | | | Patch by Guilherme Polo and Roger Serwy.
* #13933 refine patch using 'new' builtinTerry Jan Reedy2012-02-051-4/+2
|
* Issue #13933: IDLE auto-complete did not work with some importedNed Deily2012-02-041-2/+2
| | | | module, like hashlib. (Patch by Roger Serwy)
* whitespace3Terry Jan Reedy2012-01-311-1/+1
|
* #13506 Add '' to path for interactive interpreter by adding with_cwd parameterTerry Jan Reedy2012-01-312-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 Reedy2012-01-161-1/+4
| | | | Patch by Roger Serwy.
* Issue #4625: If IDLE cannot write to its recent file or breakpointNed Deily2011-12-142-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 withNed Deily2011-11-161-1/+1
| | | | invalid hex escape sequences.
* Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-311-0/+2
| | | | (Patch by Roger Serwy)
* Issue #12590: IDLE editor window now always displays the first lineNed Deily2011-07-271-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 Kumaran2011-07-041-1/+1
| | | | passing an incorrect arg.
* bump to 2.7.2 finalBenjamin Peterson2011-06-111-1/+1
|
* bump to 2.7.2rc1v2.7.2rc1Benjamin Peterson2011-05-291-1/+1
|
* IDLE: #6378: Further adjust idle.bat to start associated PythonKurt B. Kaiser2011-05-262-2/+3
|
* (backport) Fixes #11088: IDLE crashes when using F5 to run a script on OSX ↵Ronald Oussoren2011-05-171-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. Kaiser2011-05-133-32/+34
| | | | Backport 70055:35ed0efd7dd3
* Issue 11718: Teach IDLE's open module dialog to find packages.Raymond Hettinger2011-04-131-0/+15
|
* <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue 3851.Kurt B. Kaiser2011-03-252-13/+13
|
* <Home> toggle non-functional when NumLock set.Kurt B. Kaiser2011-03-172-3/+10
| | | | Issue3851
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-163-4/+4
|
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-152-3/+3
|
* Merged revisions 88232 via svnmerge fromNed Deily2011-01-311-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 fromNed Deily2011-01-302-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 fromNed Deily2011-01-291-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 fromNed Deily2011-01-183-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 Reedy2011-01-011-3/+11
|
* Merged revisions 87374 via svnmerge fromR. David Murray2010-12-181-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 fromRonald Oussoren2010-12-072-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.1Benjamin Peterson2010-11-271-1/+1
|
* Issue 9222 Fix filetypes for open dialogTerry Reedy2010-11-231-2/+2
| | | | Merged from 86702
* Merged revisions 86655 via svnmerge fromBrian Curtin2010-11-221-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 fromBrian Curtin2010-11-211-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.1rc1Benjamin Peterson2010-11-131-1/+1
|
* Merged revisions 83103 via svnmerge fromEzio Melotti2010-07-231-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.1Benjamin Peterson2010-07-031-1/+1
|
* update to 2.7 finalBenjamin Peterson2010-07-031-1/+1
|
* add release dateBenjamin Peterson2010-07-031-3/+3
|
* bump verson to 2.7rc2v2.7rc2Benjamin Peterson2010-06-211-1/+1
|
* bump version to 2.7 rc1Benjamin Peterson2010-06-061-1/+1
|
* bump version to 2.7 beta 2v2.7b2Benjamin Peterson2010-05-081-1/+1
|
* bump version to 2.7b1Benjamin Peterson2010-04-101-1/+1
|
* #7092: silence some py3k warningsFlorent Xicluna2010-04-022-2/+2
|
* #7092: Drop the cmp argument.Florent Xicluna2010-04-022-15/+2
|
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵Florent Xicluna2010-04-0237-149/+169
| | | | absolute imports.
* #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains ↵Florent Xicluna2010-04-012-13/+12
| | | | a double-quote.
* Syntax cleanup `== None` -> `is None`Florent Xicluna2010-03-251-1/+1
|
* bump version to 2.7a4v2.7a4Benjamin Peterson2010-03-061-1/+1
|
* bump version to 2.7a3v2.7a3Benjamin Peterson2010-02-061-1/+1
|