index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #18010: Fix pydoc GUI search to handle package exceptions
Martin Panter
2015-11-07
1
-1/+4
*
Issue #25523: Backported a-to-an corrections.
Serhiy Storchaka
2015-11-02
8
-8/+8
*
Issue #25507: move test-specific imports to test function (idlelib.IOBinding).
Terry Jan Reedy
2015-10-30
2
-11/+15
*
always use os.urandom for the uuid4 algorithm (closes #25515)
Benjamin Peterson
2015-10-30
1
-21/+6
*
Issue #21827: Fixed textwrap.dedent() for the case when largest common
Serhiy Storchaka
2015-10-28
2
-4/+13
*
Display IDLE warning as a warning rather than as an error.
Terry Jan Reedy
2015-10-27
1
-2/+4
*
Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić.
Serhiy Storchaka
2015-10-24
1
-5/+7
*
Issue21709: Call os.path.normcase when setting _srcfile for compatibility
Gregory P. Smith
2015-10-22
1
-1/+1
*
Issue #21709: Fix the logging module to not depend upon __file__ being set
Gregory P. Smith
2015-10-22
1
-12/+6
*
Issue #24782: Limit width of canvas and hence IDLE settings dialog.
Terry Jan Reedy
2015-10-22
1
-1/+1
*
Issue #24782: Don't try to run now-removed extension dialog test.
Terry Jan Reedy
2015-10-20
1
-1/+1
*
Issue #25188: Clean up code to pass the --pgo flag to subprocesses
Brett Cannon
2015-10-16
1
-4/+2
*
Issue #24782: whitespace
Terry Jan Reedy
2015-10-14
1
-1/+1
*
Issue #24782: Finish converting the Configure Extension dialog into a new
Terry Jan Reedy
2015-10-14
5
-197/+144
*
Issue #22726: Re-activate config dialog help button with some content about
Terry Jan Reedy
2015-10-12
2
-20/+33
*
use the with statement for locking the internal condition (closes #25362)
Benjamin Peterson
2015-10-11
1
-12/+3
*
Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 character
Serhiy Storchaka
2015-10-10
1
-8/+8
*
merge heads
Benjamin Peterson
2015-10-07
1
-251/+295
|
\
|
*
Issue #25317: Converted doctests in test_tokenize to unittests.
Serhiy Storchaka
2015-10-06
1
-251/+295
*
|
prevent unacceptable bases from becoming bases through multiple inheritance (...
Benjamin Peterson
2015-10-07
1
-0/+31
|
/
*
reinitialize an Event's Condition with a regular lock (closes #25319)
Benjamin Peterson
2015-10-06
2
-1/+9
*
Make error report in test_codecs more informative.
Serhiy Storchaka
2015-10-04
1
-10/+26
*
Issue #24820: Update IDLE NEWS items.
Terry Jan Reedy
2015-10-04
1
-0/+19
*
Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution.
Terry Jan Reedy
2015-10-04
2
-0/+43
*
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
Martin Panter
2015-10-03
2
-4/+16
*
Issue #25232: Fix CGIRequestHandler's splitting of URL query
Martin Panter
2015-10-03
2
-5/+23
*
Issue #25224: README.txt is now an idlelib index for IDLE developers and
Terry Jan Reedy
2015-10-03
2
-65/+231
*
Issue #24820: Users can now set breakpoint colors in Settings ->
Terry Jan Reedy
2015-10-03
1
-14/+16
*
Fix indentation
Brett Cannon
2015-10-02
1
-4/+4
*
Issue #25188: Add -P/--pgo to test.regrtest for PGO building.
Brett Cannon
2015-10-02
1
-33/+50
*
Removed the "b" string prefix to make test_xpickle compatible with Python 2.5.
Serhiy Storchaka
2015-10-02
1
-33/+33
*
Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:
Serhiy Storchaka
2015-10-02
2
-0/+60
*
Issue #22958: Constructor and update method of weakref.WeakValueDictionary
Serhiy Storchaka
2015-09-29
2
-2/+42
*
Issue #22609: Constructor and the update method of collections.UserDict now
Serhiy Storchaka
2015-09-29
2
-3/+69
*
Backported additional unpickling tests from 3.x.
Serhiy Storchaka
2015-09-29
1
-4/+160
*
Moved unpickling tests with prepickled data to separate class.
Serhiy Storchaka
2015-09-29
3
-47/+88
*
Issue #24028: Add subsection about Idle calltips.
Terry Jan Reedy
2015-09-29
1
-8/+30
*
Add recent IDLE NEWS items. Move Build sectios down.
Terry Jan Reedy
2015-09-29
1
-2/+36
*
Issue #25249: Remove unneeded mkstemp helper in test_subprocess
Berker Peksag
2015-09-28
1
-17/+7
*
Issue #24972: New option is only valid in tk 8.5+.
Terry Jan Reedy
2015-09-28
1
-1/+3
*
Issue #24972: Inactive selection background now matches active selection
Terry Jan Reedy
2015-09-28
1
-30/+1
*
Issue #25198: When using the Idle dov TOC menu, put the section title at the
Terry Jan Reedy
2015-09-27
1
-22/+14
*
Issue #24570: Idle: make calltip and completion boxes appear on Macs
Terry Jan Reedy
2015-09-27
2
-0/+2
*
Issue #24988: Idle ScrolledList context menus (used in debugger)
Terry Jan Reedy
2015-09-26
1
-1/+6
*
Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.
Terry Jan Reedy
2015-09-26
5
-21/+21
*
Issue #25198: Idle doc viewer now uses user width and height setting.
Terry Jan Reedy
2015-09-25
1
-1/+5
*
Issue #25225: add revised .html.
Terry Jan Reedy
2015-09-25
1
-48/+29
*
Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text
Terry Jan Reedy
2015-09-24
1
-8/+11
*
Issue 21995: Explain some differences between IDLE and console Python.
Terry Jan Reedy
2015-09-24
1
-7/+22
*
Issue #22820: Explain need for *print* when running file from Idle editor.
Terry Jan Reedy
2015-09-24
1
-2/+7
[next]