Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.7.11rc1
/
Lib
241282b
update pydoc-topics
by Benjamin Peterson
· 10 years ago
e4679e4
Update idlelib/NEWS.txt.
by Terry Jan Reedy
· 10 years ago
1a31cba
Issue #25686: test_shutil no longer uses the distutils package for running
by Serhiy Storchaka
· 10 years ago
76ced99
Issue 15348: Stop debugger engine (normally in user process)
by Terry Jan Reedy
· 10 years ago
89bdf37
Issue #24455: Prevent IDLE from hanging when a) closing the shell while the
by Terry Jan Reedy
· 10 years ago
6156560
Issue #25678: Copy buffer objects to null-terminated strings.
by Serhiy Storchaka
· 10 years ago
815ab14
Make it slightly clearer that IDLE close message is referring to user program,
by Terry Jan Reedy
· 10 years ago
2a6c2c9
Close #10128: don't rerun __main__.py in multiprocessing
by Nick Coghlan
· 10 years ago
f7999fc
Issue #24750: whitespace
by Terry Jan Reedy
· 10 years ago
3d09622
Issue #24750: Improve appearance of IDLE editor window status bar.
by Terry Jan Reedy
· 10 years ago
5d7d26c
Issue #25388: Fixed tokenizer hang when processing undecodable source code
by Serhiy Storchaka
· 10 years ago
ef2b2f4
Issue #25590: Make rlcompleter only call getattr() once per attribute
by Martin Panter
· 10 years ago
4b4f0b9
Indent
by Terry Jan Reedy
· 10 years ago
55ee13d
Whitespace
by Terry Jan Reedy
· 10 years ago
35aa5d0
Issue #25313: Change the handling of new built-in text color themes to better
by Terry Jan Reedy
· 10 years ago
0d64940
Issue #25607: Restore old distutils logging threshold after running tests that
by Serhiy Storchaka
· 10 years ago
76e6cc1
Issue #22995: Backported additional tests for non-pickleable types.
by Serhiy Storchaka
· 10 years ago
10aaca9
always set OP_NO_SSLv3 by default (closes #25530)
by Benjamin Peterson
· 10 years ago
c54b8ce
Issue #7759: Fixed the mhlib module on filesystems that doesn't support
by Serhiy Storchaka
· 10 years ago
9665cca
Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions.
by Serhiy Storchaka
· 10 years ago
f64ccb9
Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
by Serhiy Storchaka
· 10 years ago
bab1f85
Issue #25582: Fixed 100 MB memory leak in test_ctypes.
by Serhiy Storchaka
· 10 years ago
e192d0b
Issue #7267: format(int, 'c') now raises OverflowError when the argument is not
by Victor Stinner
· 10 years ago
8d0a94d
Issue #892902: Disable newly added tests in test_xpickle.
by Serhiy Storchaka
· 10 years ago
da87e45
Issue #892902: Fixed pickling recursive objects.
by Serhiy Storchaka
· 10 years ago
43415ba
Issue #18010: Fix pydoc GUI search to handle package exceptions
by Martin Panter
· 10 years ago
c72e66a
Issue #25523: Backported a-to-an corrections.
by Serhiy Storchaka
· 10 years ago
faaf16b
Issue #25507: move test-specific imports to test function (idlelib.IOBinding).
by Terry Jan Reedy
· 10 years ago
09ba984
always use os.urandom for the uuid4 algorithm (closes #25515)
by Benjamin Peterson
· 10 years ago
fbe04b6
Issue #21827: Fixed textwrap.dedent() for the case when largest common
by Serhiy Storchaka
· 10 years ago
8048776
Display IDLE warning as a warning rather than as an error.
by Terry Jan Reedy
· 10 years ago
9186a6a
Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić.
by Serhiy Storchaka
· 10 years ago
6470792
Issue21709: Call os.path.normcase when setting _srcfile for compatibility
by Gregory P. Smith
· 10 years ago
7427a79
Issue #21709: Fix the logging module to not depend upon __file__ being set
by Gregory P. Smith
· 10 years ago
1256b3c
Issue #24782: Limit width of canvas and hence IDLE settings dialog.
by Terry Jan Reedy
· 10 years ago
9188516
Issue #24782: Don't try to run now-removed extension dialog test.
by Terry Jan Reedy
· 10 years ago
eb2cb97
Issue #25188: Clean up code to pass the --pgo flag to subprocesses
by Brett Cannon
· 10 years ago
4922ac1
Issue #24782: whitespace
by Terry Jan Reedy
· 10 years ago
1c49ec0
Issue #24782: Finish converting the Configure Extension dialog into a new
by Terry Jan Reedy
· 10 years ago
c0a053e
Issue #22726: Re-activate config dialog help button with some content about
by Terry Jan Reedy
· 10 years ago
5f32b23
use the with statement for locking the internal condition (closes #25362)
by Benjamin Peterson
· 10 years ago
462502b
Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 character
by Serhiy Storchaka
· 10 years ago
cf0d512
merge heads
by Benjamin Peterson
· 10 years ago
77d12ec
prevent unacceptable bases from becoming bases through multiple inheritance (#24806)
by Benjamin Peterson
· 10 years ago
0a8845e
Issue #25317: Converted doctests in test_tokenize to unittests.
by Serhiy Storchaka
· 10 years ago
51cd53e
reinitialize an Event's Condition with a regular lock (closes #25319)
by Benjamin Peterson
· 10 years ago
0451fb9
Make error report in test_codecs more informative.
by Serhiy Storchaka
· 10 years ago
1b6333a
Issue #24820: Update IDLE NEWS items.
by Terry Jan Reedy
· 10 years ago
9f37eae
Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution.
by Terry Jan Reedy
· 10 years ago
74c76c8
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
by Martin Panter
· 10 years ago
cff22eb
Issue #25232: Fix CGIRequestHandler's splitting of URL query
by Martin Panter
· 10 years ago
195fc2f
Issue #25224: README.txt is now an idlelib index for IDLE developers and
by Terry Jan Reedy
· 10 years ago
c30475e
Issue #24820: Users can now set breakpoint colors in Settings ->
by Terry Jan Reedy
· 10 years ago
65918e0
Fix indentation
by Brett Cannon
· 10 years ago
9537478
Issue #25188: Add -P/--pgo to test.regrtest for PGO building.
by Brett Cannon
· 10 years ago
f6eced5
Removed the "b" string prefix to make test_xpickle compatible with Python 2.5.
by Serhiy Storchaka
· 10 years ago
e12f632
Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:
by Serhiy Storchaka
· 10 years ago
f522bbc
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
by Serhiy Storchaka
· 10 years ago
cab4566
Issue #22609: Constructor and the update method of collections.UserDict now
by Serhiy Storchaka
· 10 years ago
22afc50
Backported additional unpickling tests from 3.x.
by Serhiy Storchaka
· 10 years ago
4d2cf55
Moved unpickling tests with prepickled data to separate class.
by Serhiy Storchaka
· 10 years ago
958a9c7
Issue #24028: Add subsection about Idle calltips.
by Terry Jan Reedy
· 10 years ago
da10017
Add recent IDLE NEWS items. Move Build sectios down.
by Terry Jan Reedy
· 10 years ago
b7c3515
Issue #25249: Remove unneeded mkstemp helper in test_subprocess
by Berker Peksag
· 10 years ago
a667380
Issue #24972: New option is only valid in tk 8.5+.
by Terry Jan Reedy
· 10 years ago
62520b2
Issue #24972: Inactive selection background now matches active selection
by Terry Jan Reedy
· 10 years ago
4cdb054
Issue #25198: When using the Idle dov TOC menu, put the section title at the
by Terry Jan Reedy
· 10 years ago
0c58d31
Issue #24570: Idle: make calltip and completion boxes appear on Macs
by Terry Jan Reedy
· 10 years ago
83cce49
Issue #24988: Idle ScrolledList context menus (used in debugger)
by Terry Jan Reedy
· 10 years ago
8bfacc7
Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.
by Terry Jan Reedy
· 10 years ago
647412f
Issue #25198: Idle doc viewer now uses user width and height setting.
by Terry Jan Reedy
· 10 years ago
bdf1d0d
Issue #25225: add revised .html.
by Terry Jan Reedy
· 10 years ago
49095e2
Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text
by Terry Jan Reedy
· 10 years ago
7cca4e5
Issue 21995: Explain some differences between IDLE and console Python.
by Terry Jan Reedy
· 10 years ago
cf5bf82
Issue #22820: Explain need for *print* when running file from Idle editor.
by Terry Jan Reedy
· 10 years ago
2bc50d7
Issue #25211: Fix error message code in test_long; patch from s-wakaba
by Martin Panter
· 10 years ago
328e1ec
Issue 25224: Augment Idle doc feature list and no-subprocess section
by Terry Jan Reedy
· 10 years ago
c7025c6
Issue #25219: Update doc for Idle command line options.
by Terry Jan Reedy
· 10 years ago
fea7fc1
Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning
by Terry Jan Reedy
· 10 years ago
b60d103
whitespace
by Terry Jan Reedy
· 10 years ago
ca33d56
Issue #24570: Right-click for context menus now work on Mac Aqual also.
by Terry Jan Reedy
· 10 years ago
e20c2a6
Handle calls to win32_ver from non-Windows platform
by Steve Dower
· 10 years ago
044cde5
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.
by Steve Dower
· 10 years ago
1234fd9
whitespace
by Terry Jan Reedy
· 10 years ago
13b21f8
Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.
by Terry Jan Reedy
· 10 years ago
4dd7887
Issue #24861: add Idle news items and correct previous errors.
by Terry Jan Reedy
· 10 years ago
79157ae
Issue #24861: Add docstring to idlelib.__init__ with 'private' warning.
by Terry Jan Reedy
· 10 years ago
1d2ce97
Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines
by Terry Jan Reedy
· 10 years ago
8b7122c
Issue #16893: finish deprecation.
by Terry Jan Reedy
· 10 years ago
36443f1
Issue #25199: Idle: add synchronization comments for future maintainers.
by Terry Jan Reedy
· 10 years ago
37ad796
Issue #16893: whitespace in help.py.
by Terry Jan Reedy
· 10 years ago
72895c1
Issue #16893: whitespace in idle.html.
by Terry Jan Reedy
· 10 years ago
a2f257b
Issue #16893: include new files
by Terry Jan Reedy
· 10 years ago
70e763c
Issue #16893: Replace help.txt with idle.html for Idle doc display.
by Terry Jan Reedy
· 10 years ago
edc041d
Issue #24199: Add stacklevel to deprecation warning call.
by Terry Jan Reedy
· 10 years ago
63550ee
Issue #25108: Fixed test_traceback in the case when this test is run twice.
by Serhiy Storchaka
· 10 years ago
90f5f51
Issue #25101: Try to create a file to test write access in test_zipfile.
by Serhiy Storchaka
· 10 years ago
62f0ffa
Issue #25108: Backported tests for traceback functions print_stack(),
by Serhiy Storchaka
· 10 years ago
df11d7c
test_gdb: fix regex to parse the GDB version
by Victor Stinner
· 10 years ago
0616530
fix name of argument in docstring and the docs (closes #25076)
by Benjamin Peterson
· 10 years ago
Next »