summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* #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
* 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
* #13039 allow proper deletion of '>>> ' in IDLE editor windows.Terry Jan Reedy2012-01-161-1/+4
* Issue #4625: If IDLE cannot write to its recent file or breakpointNed Deily2011-12-142-14/+27
* Issue #8793: Prevent IDLE crash in 2.7 when given strings withNed Deily2011-11-161-1/+1
* Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-311-0/+2
* Issue #12590: IDLE editor window now always displays the first lineNed Deily2011-07-271-1/+1
* Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passi...Senthil Kumaran2011-07-041-1/+1
* 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 wi...Ronald Oussoren2011-05-171-0/+17
* Issue #11896: Save on Close failed despite selecting "Yes" in dialog.Kurt B. Kaiser2011-05-133-32/+34
* 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
* #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
* Merged revisions 88003 via svnmerge fromNed Deily2011-01-302-0/+24
* Merged revisions 88236 via svnmerge fromNed Deily2011-01-291-2/+2
* Merged revisions 87394 via svnmerge fromNed Deily2011-01-183-39/+42
* 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
* Merged revisions 87119 via svnmerge fromRonald Oussoren2010-12-072-1/+6
* 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 revisions 86655 via svnmerge fromBrian Curtin2010-11-221-1/+1
* Merged revisions 86651 via svnmerge fromBrian Curtin2010-11-211-2/+3
* 2.7.1rc1 bumpv2.7.1rc1Benjamin Peterson2010-11-131-1/+1
* Merged revisions 83103 via svnmerge fromEzio Melotti2010-07-231-1/+1
* 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 ab...Florent Xicluna2010-04-0237-149/+169
* #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a...Florent Xicluna2010-04-012-13/+12
* 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