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 #9291 Add ACKS & NEWS
Tim Golden
2014-04-27
2
-0/+5
*
Issue #9291 Do not attempt to re-encode mimetype data read from registry in A...
Tim Golden
2014-04-27
2
-30/+58
*
#18243: Remove obsolete cautionary note from email mktime_tz docs.
R David Murray
2014-04-26
1
-7/+3
*
Issue #17145: Document array.array buffer interface limitations.
Stefan Krah
2014-04-26
1
-2/+4
*
Issue #18944: backport typo fix
Terry Jan Reedy
2014-04-26
1
-1/+1
*
Add NEWS entry for issue21349
Tim Golden
2014-04-26
1
-0/+3
*
Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a ...
Tim Golden
2014-04-26
3
-4/+16
*
Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize
Kristján Valur Jónsson
2014-04-25
6
-56/+32
*
Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns.
Zachary Ware
2014-04-24
1
-2/+2
*
fix off-by-one error (closes #21330)
Benjamin Peterson
2014-04-23
1
-1/+1
*
Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows
Zachary Ware
2014-04-22
4
-16/+26
*
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
[prev]
[next]