Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
d2eff237a68db4b6123d3477ce58bc5012c5e621
/
Lib
/
idlelib
67908e9
Update the python.gif icon for the Idle classbrowser and pathbowser
by Terry Jan Reedy
· 12 years ago
3ac26c1
Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan).
by Terry Jan Reedy
· 12 years ago
0a600cf
Idlelib & buildbots: suppress py3 deprecation message even if enabled.
by Terry Jan Reedy
· 12 years ago
8119c13
Idlelib: silence two buildbot Deprecation Warnings with better code.
by Terry Jan Reedy
· 12 years ago
1d9b921
Issue #17721: Remove non-functional configuration dialog help button until we
by Terry Jan Reedy
· 12 years ago
e7ec1be
Idlelib.calltips: add test of starred first parameters. They should not be
by Terry Jan Reedy
· 12 years ago
e7a72a1
Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.
by Terry Jan Reedy
· 12 years ago
5924365
Issue #17390: Add Python version to Idle editor window title bar.
by Terry Jan Reedy
· 12 years ago
b190b33
Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now
by Terry Jan Reedy
· 12 years ago
82c48e0
Issue #16638: Include up to 5 docstring header lines (before first blank) in
by Terry Jan Reedy
· 12 years ago
21334e7
Issue #16630: Make Idle calltips work even when __getattr__ raises.
by Terry Jan Reedy
· 12 years ago
0e2793c
Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins.
by Terry Jan Reedy
· 12 years ago
598295c
Issue #21222: Whitespace
by Terry Jan Reedy
· 12 years ago
02fd1fd
Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py.
by Terry Jan Reedy
· 12 years ago
0b6b335
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
by Serhiy Storchaka
· 12 years ago
278543d
Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
by Ned Deily
· 12 years ago
7057f3f
Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE
by Serhiy Storchaka
· 12 years ago
2785195
2.7.6 final
by Benjamin Peterson
· 12 years ago
e18b82d
backport #19426
by Benjamin Peterson
· 12 years ago
07ffc78
2.7.6rc1
by Benjamin Peterson
· 12 years ago
e4818f6
Remove the use of non-existing re.ASCII.
by Serhiy Storchaka
· 12 years ago
e787bce
Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python
by Serhiy Storchaka
· 12 years ago
e03c74a
Issue #18988: The "Tab" key now works when a word is already autocompleted.
by Serhiy Storchaka
· 12 years ago
4c42735
Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine.
by Terry Jan Reedy
· 12 years ago
41fca3e
Issue #18489: idlelib.SearchEngine - add docstrings
by Terry Jan Reedy
· 12 years ago
a81e969
Issue #18592: whitespace
by Terry Jan Reedy
· 12 years ago
9946a28
Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py).
by Terry Jan Reedy
· 12 years ago
5dd99eb
#18741: fix more typos. Patch by Févry Thibault.
by Ezio Melotti
· 12 years ago
1703df6
Issue #18732: Remove unused* parameter output_sep from IdleHistory.History
by Terry Jan Reedy
· 12 years ago
74b3290
Issue #18226: Fix ImportError and subsequent TypeError in 2.7 backport.
by Terry Jan Reedy
· 12 years ago
8ce36dd
Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
by Terry Jan Reedy
· 12 years ago
b638a38
Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'
by Terry Jan Reedy
· 12 years ago
3d35489
Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.
by Terry Jan Reedy
· 12 years ago
f948943
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
by Terry Jan Reedy
· 12 years ago
9ba8d6b
Make all idle test case names end with 'Test'.
by Terry Jan Reedy
· 12 years ago
aea6c11
Update gui section of idle test README.
by Terry Jan Reedy
· 12 years ago
09eb26f
Issue #18441: Make test.support.requires('gui') skip when it should.
by Terry Jan Reedy
· 12 years ago
3490655
Issue #18539: Calltips now work for float default arguments.
by Terry Jan Reedy
· 12 years ago
f688f72
Backed out changeset: 23b0164b9c82 #18441 not working
by Terry Jan Reedy
· 12 years ago
2c636fd
Issue #18441: Make test.support.requires('gui') skip when it should.
by Terry Jan Reedy
· 12 years ago
14ef0c8
Issue #17532: Prevent exception when changing key sets if Options menu is empty.
by Ned Deily
· 12 years ago
a25a31a
Issue #18365: convert buildbot errors to skips.
by Terry Jan Reedy
· 12 years ago
c8a198c
Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by
by Terry Jan Reedy
· 12 years ago
e7cbd3f
Issue #18365: 2.7 corrections so tests run
by Terry Jan Reedy
· 12 years ago
fccb0d2
Issue #18365: normalize whitespace
by Terry Jan Reedy
· 12 years ago
16c1070
Issue #18365: Add mock Text class and test thereof versus tk.Text.
by Terry Jan Reedy
· 12 years ago
44d8b11
Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
by Terry Jan Reedy
· 12 years ago
b6eeef4
Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by
by Terry Jan Reedy
· 12 years ago
d1caae8
Issue #18189: add test_delegator for Idle Delegator class.
by Terry Jan Reedy
· 12 years ago
7ab0c31
Issue 18189: remove unused methods in idlelib.Delegator.Delegator.
by Terry Jan Reedy
· 12 years ago
1d14246
Issue #18103: Update README.txt and test_idle to describe and run gui tests.
by Terry Jan Reedy
· 12 years ago
2b14986
Issue #18316: Update idlelib 2.7 except clauses to ease backports.
by Terry Jan Reedy
· 12 years ago
8eab008
Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop
by Terry Jan Reedy
· 12 years ago
223a22b
#18151, part 2: Silence debug build resource warning for each file opened by
by Terry Jan Reedy
· 12 years ago
16ce43a
#5492: Avoid traceback when exiting IDLE caused by a race condition.
by Roger Serwy
· 12 years ago
fff3f48
#17511: Keep IDLE find dialog open after clicking "Find Next".
by Roger Serwy
· 12 years ago
8d6834a
Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog.
by Terry Jan Reedy
· 12 years ago
b8fd9ca
Issue #15392: Create a unittest framework for IDLE, 2.7 version.
by Terry Jan Reedy
· 12 years ago
674f4fa
Issue #17532: Always include Options menu for IDLE on OS X.
by Ned Deily
· 12 years ago
02c0ed0
#14146: Highlight source line while debugging on Windows.
by Roger Serwy
· 12 years ago
0864944
bump version to 2.7.5
by Benjamin Peterson
· 12 years ago
5a27168
prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
by Benjamin Peterson
· 12 years ago
90f8b23
#14735: Update IDLE docs to omit "Control-z on Windows".
by Roger Serwy
· 12 years ago
53dc4f0
#17585: Fixed IDLE regression. Now closes when using exit() or quit().
by Roger Serwy
· 12 years ago
789299f
#17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito.
by Roger Serwy
· 12 years ago
4e9a705
#17613: Prevent traceback when removing syntax colorizer in IDLE.
by Roger Serwy
· 12 years ago
231a8fd
#1207589: Backwards-compatibility patch for right-click menu in IDLE.
by Roger Serwy
· 12 years ago
75b249c
#16887: IDLE now accepts Cancel in tabify/untabify dialog box.
by Roger Serwy
· 12 years ago
9db0341
merge 2.7.4 release branch
by Benjamin Peterson
· 12 years ago
376dd0e
change version to 2.7.4
by Benjamin Peterson
· 12 years ago
bf51717
merge 2.7.4 release branch
by Benjamin Peterson
· 12 years ago
167a96c
close search and replace dialog after it is used (closes #17625)
by Benjamin Peterson
· 12 years ago
ad8cad3
#14254: IDLE now handles readline correctly across shell restarts.
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
cadd786
#8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception.
by Roger Serwy
· 12 years ago
6e4e4ab
#6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
by Roger Serwy
· 12 years ago
d676a3a
Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett.
by Terry Jan Reedy
· 12 years ago
a1f6fab
version to 2.7.4rc1
by Benjamin Peterson
· 12 years ago
a70f60a
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
by Terry Jan Reedy
· 12 years ago
4234992
Keep IDLE from displaying spurious SystemExit tracebacks
by Raymond Hettinger
· 13 years ago
9abc830
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
by Serhiy Storchaka
· 13 years ago
eebcb5f
Issue #16829: IDLE printing no longer fails if there are spaces or other
by Serhiy Storchaka
· 13 years ago
1422442
Issue #16819: IDLE method completion now correctly works for unicode literals.
by Serhiy Storchaka
· 13 years ago
10e93a6
Issue #14958: backport to 2.7.x from 3.3 (patch by Roger Serwy)
by Ned Deily
· 13 years ago
61006a2
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.
by Serhiy Storchaka
· 13 years ago
d8590ff
Issue #16511: Use default IDLE width and height if config param is not valid.
by Andrew Svetlov
· 13 years ago
5018db7
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
by Andrew Svetlov
· 13 years ago
e3d4712
Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
by Ned Deily
· 13 years ago
c859bd2
Issue #10405: Document IDLE context menus in Standard Library document
by Ned Deily
· 13 years ago
45c0766
Issue #14997: disable <F5> in idle shell window.
by Andrew Svetlov
· 13 years ago
8ba844a
Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'.
by Andrew Svetlov
· 13 years ago
8a15c37
Issue #9803: Don't close IDLE on saving if breakpoint is open.
by Andrew Svetlov
· 13 years ago
38df514
Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include
by Ned Deily
· 13 years ago
e2b5624
Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself.
by Martin v. Löwis
· 13 years ago
3e0cc0f
Use _RPCFile.write properly.
by Martin v. Löwis
· 13 years ago
1ba3218
Don't use TextIOBase implementations in _RPCFile.
by Martin v. Löwis
· 13 years ago
dbde886
Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.
by Martin v. Löwis
· 13 years ago
f8fc674
Issue 13532: Allow bytearrays to be written also.
by Terry Jan Reedy
· 13 years ago
9e6bf1a
Widen test to support unicode.
by Martin v. Löwis
· 13 years ago
Next »