summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| | | |
| * | | bump version to 2.7a2v2.7a2Benjamin Peterson2010-01-091-1/+1
| | | |
| * | | More yearly updates.Georg Brandl2010-01-011-1/+1
| | | |
| * | | Issue #6834: replace the implementation for the 'python' and 'pythonw' ↵Ronald Oussoren2009-12-241-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | executables on OSX. The previous implementation used execv(2) to run the real interpreter, which means that you cannot use the arch(1) tool to select the architecture you want to use for a universal build because that only affects the python/pythonw wrapper and not the actual interpreter. The new version uses posix_spawnv with a number of OSX-specific options that ensure that the real interpreter is started using the same CPU architecture as the wrapper, and that means that 'arch -ppc python' now actually works. I've also changed the way that the wrapper looks for the framework: it is now linked to the framework rather than hardcoding the framework path. This should make it easier to provide pythonw support in tools like virtualenv.
| * | | bump version to 2.7a1v2.7a1Benjamin Peterson2009-12-051-1/+1
| | | |
| * | | replace has_key with 'in' operatorBenjamin Peterson2009-10-0910-18/+18
| | | |
| * | | replace callable()Benjamin Peterson2009-10-091-2/+2
| | | |
| * | | Issue #3926: Fix the usage of the new showwarnings and formatwarning.Guilherme Polo2009-08-142-15/+16
| | | |
| * | | Issue #3344: Replace itertools.count by enumerate.Guilherme Polo2009-08-141-3/+2
| | | |
| * | | Typo.Guilherme Polo2009-08-051-1/+1
| | | |
| * | | Easier reference to find (at least while svn continues being used).Guilherme Polo2009-08-051-1/+1
| | | |
| * | | #6076 Add a title to the IDLE Preferences window.Amaury Forgeot d'Arc2009-07-151-0/+1
| | | |