Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.3
/
Lib
/
idlelib
tag
4dea2538537ba8ef14e4296217abcd7a45cb25ce
tagger
Ned Deily <nad@python.org>
Fri Oct 06 20:32:07 2017
object
bf9cccb2b54ad2c641ea78435a8618a6d251491e
Final head of the former 3.3 branch
18e8972
Bump to 3.3.6
by Georg Brandl
· 11 years ago
v3.3.6
76e73f8
Bump to 3.3.6rc1
by Georg Brandl
· 11 years ago
fbd7518
Bump to 3.3.5 final.
by Georg Brandl
· 11 years ago
v3.3.5
c186b23
Bump to 3.3.5rc2.
by Georg Brandl
· 11 years ago
v3.3.5rc2
2658bad
merge 3.3.5rc1 release commits with 3.3 branch
by Georg Brandl
· 11 years ago
9db1ab8
Issue #20567: Delete class attribute gui widgets in idle tests.
by Terry Jan Reedy
· 11 years ago
e12675a
Bump to 3.3.5rc1.
by Georg Brandl
· 11 years ago
c3111fc
Issue #20730: Fix typo reported by Claudiu Popa.
by Terry Jan Reedy
· 11 years ago
f4e9983
#20634: fix typo in IDLE README noticed by Saimadhav Heblikar.
by Ezio Melotti
· 12 years ago
f0560d9
Fix trailing whitespace.
by Georg Brandl
· 12 years ago
8f9c20b
merge with 3.3.4 releasing repo
by Georg Brandl
· 12 years ago
a7c07d3
Issue #20406: Use Python application icons for Idle window title bars.
by Terry Jan Reedy
· 12 years ago
c814025
Bump to 3.3.4 final
by Georg Brandl
· 12 years ago
c8d9e0e
Update the python.gif icon for the Idle classbrowser and pathbowser
by Terry Jan Reedy
· 12 years ago
1e40295
Idlelib: forward port changes that silenced 2.7 -3 deprecation warnings and
by Terry Jan Reedy
· 12 years ago
91d4278
Issue #17721: Remove non-functional configuration dialog help button until we
by Terry Jan Reedy
· 12 years ago
1b759bc
Idlelib.calltips: add test of starred first parameters. They should not be
by Terry Jan Reedy
· 12 years ago
a0f1e22
Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.
by Terry Jan Reedy
· 12 years ago
18f2ce9
Bump to 3.3.4rc1.
by Georg Brandl
· 12 years ago
12e18c3
Update IDLE news from Misc/NEWS.
by Georg Brandl
· 12 years ago
94338de
Issue #17390: Add Python version to Idle editor window title bar.
by Terry Jan Reedy
· 12 years ago
0e3b0e3
Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now
by Terry Jan Reedy
· 12 years ago
d5710f8
Issue #16638: Include up to 5 docstring header lines (before first blank) in
by Terry Jan Reedy
· 12 years ago
715476d
Issue #16630: Make Idle calltips work even when __getattr__ raises.
by Terry Jan Reedy
· 12 years ago
eed1661
Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins.
by Terry Jan Reedy
· 12 years ago
681ede8
Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py.
by Terry Jan Reedy
· 12 years ago
768c16c
Issue #18960: Fix bugs with Python source code encoding in the second line.
by Serhiy Storchaka
· 12 years ago
0fd5576
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
by Serhiy Storchaka
· 12 years ago
f3c6589
Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
by Ned Deily
· 12 years ago
9df8a1c
Issue #19481: print() of string subclass instance in IDLE no more hangs.
by Serhiy Storchaka
· 12 years ago
9e2043a
Bump to 3.3.3 final.
by Georg Brandl
· 12 years ago
v3.3.3
4cf9b20
Bump to 3.3.3rc2.
by Georg Brandl
· 12 years ago
v3.3.3rc2
2d34f41
Bump to 3.3.3rc1.
by Georg Brandl
· 12 years ago
dafea85
Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script
by Serhiy Storchaka
· 12 years ago
dd4754e
Issue #18988: The "Tab" key now works when a word is already autocompleted.
by Serhiy Storchaka
· 12 years ago
31e4d32
Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine.
by Terry Jan Reedy
· 12 years ago
ca64d25
Issue #18489: idlelib.SearchEngine - add docstrings
by Terry Jan Reedy
· 12 years ago
ba5d8f3
Issue #18592: whitespace
by Terry Jan Reedy
· 12 years ago
c5507c0d
Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py).
by Terry Jan Reedy
· 12 years ago
b5bc353
#18741: fix more typos. Patch by Févry Thibault.
by Ezio Melotti
· 12 years ago
29c3fc5
Issue #18732: Remove unused* parameter output_sep from IdleHistory.History
by Terry Jan Reedy
· 12 years ago
c2564f9
Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
by Terry Jan Reedy
· 12 years ago
0a01ac4
Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'
by Terry Jan Reedy
· 12 years ago
7c64aad
Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.
by Terry Jan Reedy
· 12 years ago
95f34ab
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
by Terry Jan Reedy
· 12 years ago
4bd3129
Make all idle test case names end with 'Test'.
by Terry Jan Reedy
· 12 years ago
015b453
Update gui section of idle test README.
by Terry Jan Reedy
· 12 years ago
a9d16c8
Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7).
by Terry Jan Reedy
· 12 years ago
8e8b9ba
Issue #17532: Prevent exception when changing key sets if Options menu is empty.
by Ned Deily
· 12 years ago
e6a1786
Issue #18365: convert buildbot errors to skips.
by Terry Jan Reedy
· 12 years ago
4f133e2
Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by
by Terry Jan Reedy
· 12 years ago
04ff038
Issue #18365: normalize whitespace
by Terry Jan Reedy
· 12 years ago
21784da
Issue #18365: Add mock Text class and test thereof versus tk.Text.
by Terry Jan Reedy
· 12 years ago
8a0b775
Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
by Terry Jan Reedy
· 12 years ago
acd5f81
Issue #18189: add test_delegator for Idle Delegator class.
by Terry Jan Reedy
· 12 years ago
56fe854
Issue 18189: remove unused methods in idlelib.Delegator.Delegator.
by Terry Jan Reedy
· 12 years ago
e4e530e
Issue #18103: Update README.txt and test_idle to describe and run gui tests.
by Terry Jan Reedy
· 12 years ago
95a3f11
Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop
by Terry Jan Reedy
· 12 years ago
de3beb2
#18151, part 2: Silence debug build resource warning for each file opened by
by Terry Jan Reedy
· 12 years ago
27bbfdb
Drop some dead imports of imp
by Brett Cannon
· 12 years ago
f467521
#18196: Avoid displaying spurious SystemExit tracebacks.
by Roger Serwy
· 12 years ago
036e849
#5492: Avoid traceback when exiting IDLE caused by a race condition.
by Roger Serwy
· 12 years ago
391f469
#17511: Keep IDLE find dialog open after clicking "Find Next".
by Roger Serwy
· 12 years ago
ba6c0d3
#18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch
by Terry Jan Reedy
· 12 years ago
50793b4
Issue #18055: Move to importlib from imp for IDLE.
by Brett Cannon
· 12 years ago
b101435
Issue 18130: delete extra spaces
by Terry Jan Reedy
· 12 years ago
247bd5e
Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog.
by Terry Jan Reedy
· 12 years ago
eb4c9c7
Issue #15392: Do not run tests if threading/_thread not available. Otherwise
by Terry Jan Reedy
· 12 years ago
db4e5c5
Issue #15392: Create a unittest framework for IDLE.
by Terry Jan Reedy
· 12 years ago
7f0882c
Issue #17532: Always include Options menu for IDLE on OS X.
by Ned Deily
· 12 years ago
caf3024
#14146: Highlight source line while debugging on Windows.
by Roger Serwy
· 12 years ago
bf4cba7
Silence unclosed open file ResourceWarning.
by Terry Jan Reedy
· 12 years ago
01180d4
Complete 2 to 3 conversion
by Terry Jan Reedy
· 12 years ago
88f4dd6
bump to 3.3.2
by Georg Brandl
· 12 years ago
831ae84
merge heads
by Georg Brandl
· 12 years ago
0d4931e
prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
by Benjamin Peterson
· 12 years ago
9bc7b79
#13495: Avoid loading the color delegator twice in IDLE.
by Roger Serwy
· 12 years ago
5b1ab24
#17798: Allow IDLE to edit new files when specified on command line.
by Roger Serwy
· 12 years ago
643ea53
#14735: Update IDLE docs to omit "Control-z on Windows".
by Roger Serwy
· 12 years ago
1eafd10
#17585: Fixed IDLE regression. Now closes when using exit() or quit().
by Roger Serwy
· 12 years ago
0803a39
#17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito.
by Roger Serwy
· 12 years ago
7733be8
#17613: Prevent traceback when removing syntax colorizer in IDLE.
by Roger Serwy
· 12 years ago
6b2918a
#1207589: Backwards-compatibility patch for right-click menu in IDLE.
by Roger Serwy
· 12 years ago
0ef392c
#16887: IDLE now accepts Cancel in tabify/untabify dialog box.
by Roger Serwy
· 12 years ago
cca5548
merge with 3.3.1 release clone
by Georg Brandl
· 12 years ago
2fd4abe
merge with 3.2 branch
by Georg Brandl
· 12 years ago
9aa23c5
Bump to 3.3.1.
by Georg Brandl
· 12 years ago
v3.3.1
8bc7e31
Bump to 3.2.4.
by Georg Brandl
· 12 years ago
v3.2.4
38546ee
close search and replace dialog after it is used (closes #17625)
by Benjamin Peterson
· 12 years ago
7684fa8
close search and replace dialog after it is used (closes #17625)
by Benjamin Peterson
· 12 years ago
cf658c2
close search and replace dialog after it is used (closes #17625)
by Benjamin Peterson
· 12 years ago
6b7a5ae
#14254: IDLE now handles readline correctly across shell restarts.
by Roger Serwy
· 12 years ago
0d28a61
#17614: IDLE no longer raises exception when quickly closing a file.
by Roger Serwy
· 12 years ago
d7c9d9c
#17614: IDLE no longer raises exception when quickly closing a file.
by Roger Serwy
· 12 years ago
34d0c66
#6698: IDLE now opens just an editor window when configured to do so.
by Roger Serwy
· 12 years ago
c35151c
#6698: IDLE now opens just an editor window when configured to do so.
by Roger Serwy
· 12 years ago
cadd786
#8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception.
by Roger Serwy
· 12 years ago
420e2d8
#8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception.
by Roger Serwy
· 12 years ago
71c9e1a
#6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
by Roger Serwy
· 12 years ago
6e4e4ab
#6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
by Roger Serwy
· 12 years ago
Next »