Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.2
/
Lib
/
idlelib
tag
6be01c1f270f56554ec021e866540c451e8f73b5
tagger
Ned Deily <nad@python.org>
Mon Jun 19 00:05:37 2017
object
076ca6c3c8df3030307e548d9be792ce3c1c6eea
Final head of the former 3.2 branch
439d885
Bump to 3.2.6
by Georg Brandl
· 11 years ago
v3.2.6
e800a0e
Bump to 3.2.6rc1
by Georg Brandl
· 11 years ago
bfe36ec
Bump to version 3.2.5.
by Georg Brandl
· 12 years ago
v3.2.5
8bc7e31
Bump to 3.2.4.
by Georg Brandl
· 12 years ago
v3.2.4
7684fa8
close search and replace dialog after it is used (closes #17625)
by Benjamin Peterson
· 12 years ago
b673d99
Bump to 3.2.4rc1.
by Georg Brandl
· 12 years ago
c30b7b1
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
by Terry Jan Reedy
· 12 years ago
8995300
Issue #17114: IDLE now uses non-strict config parser.
by Serhiy Storchaka
· 13 years ago
39e70a4
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
by Serhiy Storchaka
· 13 years ago
74fe9f3
Issue #16829: IDLE printing no longer fails if there are spaces or other
by Serhiy Storchaka
· 13 years ago
78470b4
Issue #16491: IDLE now prints chained exception tracebacks.
by Serhiy Storchaka
· 13 years ago
8c126d7
Issue #16819: IDLE method completion now correctly works for bytes literals.
by Serhiy Storchaka
· 13 years ago
07e0e06
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.
by Serhiy Storchaka
· 13 years ago
8a495a4
Issue #16511: Use default IDLE width and height if config param is not valid.
by Andrew Svetlov
· 13 years ago
1751968
Issue #16629: Fix IDLE idlelib.CallTips test. Patch by Roger Serwy.
by Chris Jerdonek
· 13 years ago
d183767
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
by Andrew Svetlov
· 13 years ago
fdf0f27
Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
by Ned Deily
· 13 years ago
2778d0d
Issue #10405: Document IDLE context menus in Standard Library document
by Ned Deily
· 13 years ago
4ca222d
Issue #14997: disable <F5> in idle shell window.
by Andrew Svetlov
· 13 years ago
5ad514d
Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'.
by Andrew Svetlov
· 13 years ago
06c5c6d
Issue #9803: Don't close IDLE on saving if breakpoint is open.
by Andrew Svetlov
· 13 years ago
c556c64
Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include
by Ned Deily
· 13 years ago
30d5e6c
Issue #7163: Propagate return value of sys.stdout.write. Patch by Roger Serwy.
by Martin v. Löwis
· 13 years ago
c882b7c
Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself.
by Martin v. Löwis
· 13 years ago
67097fd
Use _RPCFile.write properly.
by Martin v. Löwis
· 13 years ago
c276165
Don't use TextIOBase implementations in _RPCFile.
by Martin v. Löwis
· 13 years ago
8a75bed
Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.
by Martin v. Löwis
· 13 years ago
1d0f6dd
normalize whitespace
by Martin v. Löwis
· 13 years ago
9ae3f7a
Issue #13532: Check that arguments to sys.stdout.write are strings.
by Martin v. Löwis
· 13 years ago
44dea9d
Issue 12510: Delete actual first param name for all methods; revise tests.
by Terry Jan Reedy
· 13 years ago
993fe3f
Issue #14937: Fix typo. Patch by Roger Serwy.
by Martin v. Löwis
· 13 years ago
2a2ce4f
Issue #12510: Revise and triple # of calltip tests, with an eye to unittest
by Terry Jan Reedy
· 13 years ago
9f44a66
PEP 3131: support non-ASCII characters in auto-completion of identifiers.
by Martin v. Löwis
· 13 years ago
97aa21b
Do not try to insert control characters.
by Martin v. Löwis
· 13 years ago
862d13a
Issue #14937: Perform auto-completion of filenames in strings even for non-ASCII filenames.
by Martin v. Löwis
· 13 years ago
e606e23
Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name
by Terry Jan Reedy
· 13 years ago
a948c79
Issue 10365: Add and replace comments; condense defaulted attribute access.
by Terry Jan Reedy
· 13 years ago
8b2a56b
Issue #14962: Update text coloring in IDLE shell window after changing
by Ned Deily
· 13 years ago
3aee941
Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
by Ned Deily
· 13 years ago
e1c5087
Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.
by Terry Jan Reedy
· 13 years ago
c5301ef
Issue12510: Attempting to get invalid tooltip no longer closes Idle.
by Terry Jan Reedy
· 13 years ago
3fde191
#10365 Trim trailing whitespace
by Terry Jan Reedy
· 13 years ago
cd6b8c6
Issue #10365: File open dialog now works instead of crashing
by Terry Jan Reedy
· 13 years ago
809309a
Issue #14876: Use user-selected font for highlight configuration.
by Terry Jan Reedy
· 13 years ago
a51497a
Merge 3.2.3 release clone.
by Georg Brandl
· 13 years ago
4403601
Bump to 3.2.3 final.
by Georg Brandl
· 13 years ago
1024541
Issue #14496: Fix wrong name in idlelib/tabbedpages.py. Patch by Popa Claudiu.
by Andrew Svetlov
· 13 years ago
f3c2976
update NEWS as Terry Reedy proposed
by Andrew Svetlov
· 13 years ago
67ac079
Issue #14409: IDLE doesn't not execute commands from shell with default keybinding for <Return>.
by Andrew Svetlov
· 13 years ago
0f71f44
#3573: idle now doesn't hungs if launched as: idle -e <directory>
by Andrew Svetlov
· 13 years ago
3187749
Merge 3.2.3rc2 from release clone.
by Georg Brandl
· 13 years ago
226af70
Bump to 3.2.3rc2.
by Georg Brandl
· 13 years ago
v3.2.3rc2
eb945a9
Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy.
by Martin v. Löwis
· 13 years ago
afe05bd
Bump version to 3.2.3rc1.
by Georg Brandl
· 13 years ago
e91e763
Issue 964437 Make IDLE help window non-modal.
by Terry Jan Reedy
· 14 years ago
a77aa69
#13933 refine patch using 'new' builtin
by Terry Jan Reedy
· 14 years ago
ed3b867
Issue #13933: IDLE auto-complete did not work with some imported
by Ned Deily
· 14 years ago
4d82ade
whitespace
by Terry Jan Reedy
· 14 years ago
da4c467
#13506 Add '' to path for interactive interpreter by adding with_cwd parameter
by Terry Jan Reedy
· 14 years ago
dc224f8
#6528 None, True, False are keywords in 3.x. Patch by Roger Serwy.
by Terry Jan Reedy
· 14 years ago
7f53aea
#13039 allow proper deletion of '>>> ' in IDLE editor windows.
by Terry Jan Reedy
· 14 years ago
f505b74
Issue #4625: If IDLE cannot write to its recent file or breakpoint
by Ned Deily
· 14 years ago
2f0ad74
Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".
by Ned Deily
· 14 years ago
7aff451
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
by Ned Deily
· 14 years ago
5d1155c
Closes #13258: Use callable() built-in in the standard library.
by Florent Xicluna
· 14 years ago
7974642
Issue #9871: Prevent IDLE 3 crash when given byte stings
by Ned Deily
· 14 years ago
3484a87
Merge with release clone.
by Georg Brandl
· 14 years ago
979482a
Issue #12636: IDLE reads the coding cookie when executing a Python script.
by Victor Stinner
· 14 years ago
85c6772
IDLE: fix some RessourceWarning, reuse tokenize.open()
by Victor Stinner
· 14 years ago
b0993bc
Bump to 3.2.2.
by Georg Brandl
· 14 years ago
b3f0ce4
Bump version to 3.2.2rc1.
by Georg Brandl
· 14 years ago
e5cad23
Issue #12540: Prevent zombie IDLE processes on Windows due to changes
by Ned Deily
· 14 years ago
ccf03a1
Fix resource warning when looking at turtledemo’s help (#12295)
by Éric Araujo
· 14 years ago
f25e3d5
Issue #12590: IDLE editor window now always displays the first line
by Ned Deily
· 14 years ago
cd0dc16
Bump version to 3.2.1.
by Georg Brandl
· 14 years ago
v3.2.1
80dffef
Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg.
by Senthil Kumaran
· 14 years ago
d4fa7ed
Bump to 3.2.1rc2.
by Georg Brandl
· 14 years ago
41c1910
#12274: use proper escaping for % in IDLE config.
by Łukasz Langa
· 14 years ago
9c1928f
Merge release branch after 3.2.1rc1.
by Georg Brandl
· 14 years ago
5ee0567
Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5
by Ronald Oussoren
· 14 years ago
5673e27
Bump to 3.2.1rc1.
by Georg Brandl
· 14 years ago
v3.2.1rc1
f369b81
Merge from 3.1 Issue #6378: Further adjust idle.bat to start associated Python
by Kurt B. Kaiser
· 14 years ago
dfbe159
Issue #6378: Further adjust idle.bat to start associated Python
by Kurt B. Kaiser
· 14 years ago
cc5ea68
Merge in changes from 3.2.1b1 release repo.
by Georg Brandl
· 14 years ago
b00d0c4
Merge from 3.1
by Kurt B. Kaiser
· 14 years ago
0a42982
Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
by Kurt B. Kaiser
· 14 years ago
6551baa
Correct version in IDLE NEWS.txt
by Kurt B. Kaiser
· 14 years ago
bc3e138
Merge from 3.1
by Kurt B. Kaiser
· 14 years ago
e147806
Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.
by Kurt B. Kaiser
· 14 years ago
cd79cdc
Bump to 3.2.1b1.
by Georg Brandl
· 14 years ago
2df393c
Fix nit.
by Raymond Hettinger
· 14 years ago
f6445e8
Issue 11718: Teach IDLE's open module dialog to find packages.
by Raymond Hettinger
· 14 years ago
e7665c4
Merge from 3.1
by Kurt B. Kaiser
· 14 years ago
946f172
<Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676
by Kurt B. Kaiser
· 14 years ago
01ac8cd
Merge from 3.1
by Kurt B. Kaiser
· 14 years ago
75fc566d
<Home> toggle non-functional when NumLock set on Windows. Issue3851.
by Kurt B. Kaiser
· 14 years ago
3b3499b
#11565: Merge with 3.1.
by Ezio Melotti
· 14 years ago
1392500
#11565: Fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
4969f70
#11515: Merge with 3.1.
by Ezio Melotti
· 14 years ago
42da663
#11515: fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
Next »