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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #12612: Add some Valgrind suppressions for 64-bit machines.
doko@ubuntu.com
2015-11-05
1
-0/+24
*
Fix use of default reST role
Zachary Ware
2015-11-05
1
-1/+1
*
remove trailing ws
Benjamin Peterson
2015-11-04
1
-1/+1
*
merge heads
Benjamin Peterson
2015-11-04
20
-20/+20
|
\
|
*
Issue #25523: Backported a-to-an corrections.
Serhiy Storchaka
2015-11-02
20
-20/+20
*
|
link to modern PUG url
Benjamin Peterson
2015-11-04
2
-10/+9
|
/
*
Issue #25519: Mark difflib.ndiff as a functions where not already.
Terry Jan Reedy
2015-10-30
1
-2/+2
*
Issue #25505: Remove unused buggy method.
Terry Jan Reedy
2015-10-30
1
-2/+0
*
Issue #25507: move test-specific imports to test function (idlelib.IOBinding).
Terry Jan Reedy
2015-10-30
2
-11/+15
*
fix usage of undefined name (#25504)
Benjamin Peterson
2015-10-30
1
-1/+1
*
always use os.urandom for the uuid4 algorithm (closes #25515)
Benjamin Peterson
2015-10-30
2
-21/+8
*
Issue #21827: Fixed textwrap.dedent() for the case when largest common
Serhiy Storchaka
2015-10-28
4
-4/+18
*
Issue #25432: Explain isinstance behaviour when type is a tuple.
Terry Jan Reedy
2015-10-28
1
-5/+4
*
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
*
Issue #25461: Rephrase os.walk() doc
Victor Stinner
2015-10-23
2
-3/+4
*
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
2
-12/+11
*
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
*
Added entry to logging cookbook.
Vinay Sajip
2015-10-17
1
-0/+66
*
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
6
-208/+154
*
actually link to the version attributes documentation
Benjamin Peterson
2015-10-12
1
-2/+2
*
Issue #22726: Re-activate config dialog help button with some content about
Terry Jan Reedy
2015-10-12
2
-20/+33
*
don't mention Python 2.2 (closes #25375)
Benjamin Peterson
2015-10-11
1
-2/+2
*
use the with statement for locking the internal condition (closes #25362)
Benjamin Peterson
2015-10-11
1
-12/+3
*
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter
2015-10-10
24
-23/+24
*
Issue #22413: Document newline effect on StringIO initializer and getvalue
Martin Panter
2015-10-10
2
-6/+18
*
Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 character
Serhiy Storchaka
2015-10-10
2
-9/+12
*
Closes #25344: Added cookbook recipe to show buffering of logging events.
Vinay Sajip
2015-10-09
1
-0/+136
*
Issue #25326: Improve an obscure error message.
Raymond Hettinger
2015-10-09
1
-1/+1
*
Issue #25286: Accidentally dropped "the"
Martin Panter
2015-10-07
1
-1/+1
*
Issue #25286: Dictionary views are not sequences
Martin Panter
2015-10-07
2
-8/+9
*
Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6
Raymond Hettinger
2015-10-07
1
-1/+5
*
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
3
-7/+40
|
/
*
reinitialize an Event's Condition with a regular lock (closes #25319)
Benjamin Peterson
2015-10-06
4
-1/+13
*
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
2
-0/+38
*
Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution.
Terry Jan Reedy
2015-10-04
2
-0/+43
*
Issue #16701: Document += and *= for mutable sequences
Martin Panter
2015-10-03
1
-2/+11
*
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
Martin Panter
2015-10-03
3
-4/+19
*
Issue #25232: Fix CGIRequestHandler's splitting of URL query
Martin Panter
2015-10-03
4
-5/+27
*
Issue #25224: README.txt is now an idlelib index for IDLE developers and
Terry Jan Reedy
2015-10-03
3
-66/+232
*
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
2
-34/+51
[next]