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 #21138: Change default reformat paragraph width to PEP 8's 72.
Terry Jan Reedy
2014-04-22
2
-2/+4
*
Issue 21284: Idle: make test_formatparagraph pass even when a user changes the
Terry Jan Reedy
2014-04-22
3
-10/+15
*
Issue #21311: Avoid exception in _osx_support with non-standard compiler
Ned Deily
2014-04-19
3
-1/+5
*
- Issue #21285: Refactor and fix curses configure check to always search
doko@ubuntu.com
2014-04-17
4
-30/+69
*
#18628: clarify index entry for source file encoding declaration.
R David Murray
2014-04-17
1
-3/+1
*
#18566: Whitespace
Terry Jan Reedy
2014-04-16
1
-5/+5
*
Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.
Terry Jan Reedy
2014-04-16
2
-7/+8
*
Issue #21245: updated documentation on exception() method and function.
Vinay Sajip
2014-04-15
1
-2/+2
*
#1704474: mark refleak test as specific to CPython
Andrew Kuchling
2014-04-15
1
-0/+1
*
#15840: make docs consistent by saying operations on closed files raise Value...
Andrew Kuchling
2014-04-15
1
-2/+2
*
whitespace chaps my hide
Gregory P. Smith
2014-04-15
1
-1/+1
*
Some cleanup of the subprocess docs in 2.7. Adds a reference to the
Gregory P. Smith
2014-04-15
1
-29/+30
*
add missing NULL check
Benjamin Peterson
2014-04-14
1
-5/+9
*
when an exception is raised in fdopen, never close the fd (changing on my min...
Benjamin Peterson
2014-04-14
4
-17/+30
*
Backed out changeset 81abb121dc65
Benjamin Peterson
2014-04-14
1
-1/+1
*
temporary change to get better debugging from windows bots
Benjamin Peterson
2014-04-14
1
-1/+1
*
Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel.
Terry Jan Reedy
2014-04-14
2
-3/+5
*
do not generate pipe names in the temporary dir
Benjamin Peterson
2014-04-14
1
-1/+1
*
disallow a negative idx parameter
Benjamin Peterson
2014-04-14
1
-8/+10
*
Issue #20624: Merge exception docs tweak from 3.4 branch.
Mark Dickinson
2014-04-14
1
-4/+4
*
Issue #12546: Allow \x00 as a fill character for builtin type __format__ meth...
Eric V. Smith
2014-04-14
3
-10/+32
*
in scan_once, prevent the reading of arbitrary memory when passed a negative ...
Benjamin Peterson
2014-04-14
4
-2/+17
*
Remove references to the obsolete Mac Carbon modules in the GUI
Ned Deily
2014-04-12
1
-9/+5
*
Issue #21170: Removed invalid parameter names from unittest doc.
Terry Jan Reedy
2014-04-11
1
-2/+2
*
Issue #21172: isinstance check relaxed from dict to collections.Mapping.
Vinay Sajip
2014-04-10
2
-2/+10
*
teach 2to3 about 'yield from'
Benjamin Peterson
2014-04-10
3
-1/+11
*
add matrix multiplication operator support to 2to3
Benjamin Peterson
2014-04-10
6
-9/+19
*
Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1.
Ned Deily
2014-04-09
1
-1/+1
*
Issue #20644: Keep build-installer.py in sync across active versions.
Ned Deily
2014-04-09
1
-77/+50
*
make sure fdopen always closes the fd in error cases (closes #21191)
Benjamin Peterson
2014-04-09
4
-6/+22
*
issue #21190: Fix the docs README link
Senthil Kumaran
2014-04-09
1
-1/+1
*
Issue #21179: Fix description of 'round' function for numbers.Real.
Mark Dickinson
2014-04-09
1
-2/+2
*
use imperative
Benjamin Peterson
2014-04-08
1
-1/+1
*
PySequence_Fast generally returns a list (#16305)
Benjamin Peterson
2014-04-08
1
-1/+1
*
PySequence_Fast generally returns a list not a tuple (closes #16395)
Benjamin Peterson
2014-04-08
1
-4/+4
*
the name of the slot of nb_multiply not nb_mul
Benjamin Peterson
2014-04-08
1
-1/+2
*
fix verb (closes #21174)
Benjamin Peterson
2014-04-07
1
-3/+3
*
minor docfix (reported at docs@python.org) trace.py argument is --count not -...
Senthil Kumaran
2014-04-06
1
-2/+2
*
use with statement
Benjamin Peterson
2014-04-04
1
-12/+10
*
explicitly close file object (#21128)
Benjamin Peterson
2014-04-04
1
-0/+1
*
properly explicitly close file (#21128)
Benjamin Peterson
2014-04-04
1
-0/+1
*
make temporary read-only files writable, so rmtree can remove them (#21128)
Benjamin Peterson
2014-04-04
1
-0/+3
*
note that the hash of an arbitrary object is only derived from its address (c...
Benjamin Peterson
2014-04-04
1
-1/+1
*
Issue #21149: Improved thread-safety in logging cleanup during interpreter sh...
Vinay Sajip
2014-04-04
2
-10/+15
*
properly close files in test_zipfile (#20887)
Benjamin Peterson
2014-04-03
1
-28/+46
*
make sure to test UnicodeEncodeError, too
Benjamin Peterson
2014-04-02
1
-1/+1
*
bail in unicode error's __str__ methods if the objects are not properly initi...
Benjamin Peterson
2014-04-02
3
-0/+21
*
Issue 21125: minor wording tweak.
Raymond Hettinger
2014-04-02
1
-1/+1
*
Issue #15067: Remove reference to a rejected PEP.
Zachary Ware
2014-04-01
1
-3/+0
*
use https docs url (#21115)
Benjamin Peterson
2014-03-31
1
-2/+2
[next]