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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence expression result unused warnings with clang.
Christian Heimes
2013-12-04
7
-9/+9
*
Issue #6477: Merge with 3.3.
Alexandre Vassalotti
2013-12-01
1
-6/+6
|
\
|
*
Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.
Alexandre Vassalotti
2013-12-01
1
-6/+6
*
|
Issue #6477: Merge with 3.3.
Alexandre Vassalotti
2013-12-01
1
-2/+2
|
\
\
|
|
/
|
*
Issue #6477: Added support for pickling the types of built-in singletons.
Alexandre Vassalotti
2013-12-01
1
-2/+2
*
|
Issue #19088: Merge with 3.3.
Alexandre Vassalotti
2013-11-30
1
-17/+20
|
\
\
|
|
/
|
*
Issue #19088: Fix incorrect caching of the copyreg module.
Alexandre Vassalotti
2013-11-30
1
-17/+20
|
*
fix format spec recursive expansion (closes #19729)
Benjamin Peterson
2013-11-27
1
-2/+4
*
|
Remove an errant extra \ within a docstring.
Gregory P. Smith
2013-11-25
1
-1/+1
|
\
\
|
|
/
|
*
Remove an errant extra \ within a docstring.
Gregory P. Smith
2013-11-25
1
-1/+1
*
|
merge
Raymond Hettinger
2013-11-24
1
-5/+9
|
\
\
|
|
/
|
*
Document that @property can incorporate a docstring from the getter method. ...
Raymond Hettinger
2013-11-24
1
-5/+9
*
|
Make Ellipsis and NotImplemented picklable through the reduce protocol.
Alexandre Vassalotti
2013-11-24
2
-2/+24
*
|
Make built-in methods picklable through the reduce protocol.
Alexandre Vassalotti
2013-11-24
1
-1/+21
*
|
Issue #3158: doctest can now find doctests in functions and methods
Zachary Ware
2013-11-24
1
-1/+1
*
|
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings
2013-11-23
3
-14/+81
*
|
Issue #19730: Argument Clinic now supports all the existing PyArg
Larry Hastings
2013-11-23
1
-5/+5
*
|
Issue #17810: Fixed NULL check in _PyObject_GetItemsIter()
Christian Heimes
2013-11-23
1
-1/+1
*
|
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou
2013-11-23
3
-99/+438
*
|
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-48/+5
*
|
Issue #19619: Blacklist non-text codecs in method API
Nick Coghlan
2013-11-22
1
-2/+2
*
|
Close #19568: Fix bytearray_setslice_linear(), fix handling of
Victor Stinner
2013-11-21
1
-37/+63
*
|
Close #19578: Fix list_ass_subscript(), handle list_resize() failure
Victor Stinner
2013-11-21
1
-2/+3
*
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
4
-181/+4
*
|
Remove dead code committed in issue #12892.
Serhiy Storchaka
2013-11-19
1
-104/+0
*
|
Also chain codec exceptions that allow weakrefs
Nick Coghlan
2013-11-19
1
-3/+14
*
|
Issue #19646: repr(dict) now uses _PyUnicodeWriter API for better performances
Victor Stinner
2013-11-19
1
-55/+54
*
|
Issue #19513: repr(tuple) now uses _PyUnicodeWriter for better performances
Victor Stinner
2013-11-19
1
-27/+37
*
|
Add _PyUnicodeWriter_WriteASCIIString() function
Victor Stinner
2013-11-19
2
-26/+73
*
|
Issue #19513: Disable overallocation of the PyUnicodeWriter before the last w...
Victor Stinner
2013-11-19
1
-0/+1
*
|
Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.
Serhiy Storchaka
2013-11-19
2
-40/+403
*
|
Issue #19513: Simplify list_repr()
Victor Stinner
2013-11-18
1
-8/+2
*
|
Issue #19513: repr(list) now uses the PyUnicodeWriter API, it is faster than
Victor Stinner
2013-11-18
1
-16/+28
*
|
Issue #19581: Change the overallocation factor of _PyUnicodeWriter on Windows
Victor Stinner
2013-11-18
1
-6/+17
*
|
Argument Clinic: rename "self" to "module" for module-level functions.
Larry Hastings
2013-11-18
2
-2/+2
*
|
#17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().
Ezio Melotti
2013-11-16
4
-10/+16
*
|
Don't decref exc too soon
Nick Coghlan
2013-11-15
1
-1/+2
*
|
Issue #19429, #19437: fix error handling in the OSError constructor
Victor Stinner
2013-11-14
1
-3/+5
*
|
fix refleaks
Benjamin Peterson
2013-11-14
1
-3/+7
*
|
adjust style
Benjamin Peterson
2013-11-14
1
-12/+8
*
|
Issue #17828: _PyObject_GetDictPtr() may return NULL instead of a PyObject**
Christian Heimes
2013-11-14
1
-3/+5
*
|
Issue #17828: va_start() must be accompanied by va_end()
Christian Heimes
2013-11-14
1
-6/+7
*
|
Close #17828: better handling of codec errors
Nick Coghlan
2013-11-13
2
-9/+131
*
|
Don't use deprecated function PyUnicode_GET_SIZE()
Victor Stinner
2013-11-13
1
-1/+1
*
|
Issue #19515: Remove identifiers duplicated in the same file.
Victor Stinner
2013-11-12
1
-1/+0
*
|
_Py_normalize_encoding(): explain how the value 6 was computed
Victor Stinner
2013-11-07
1
-0/+1
*
|
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner
2013-11-07
2
-9/+11
*
|
frameobject.c: Use an identifer instead of creating explicitly an interned
Victor Stinner
2013-11-07
1
-7/+5
*
|
Fix _Py_normalize_encoding(): ensure that buffer is big enough to store "utf-8"
Victor Stinner
2013-11-07
1
-0/+2
*
|
Issue #19514: Deduplicate some _Py_IDENTIFIER declarations.
Martin v. Löwis
2013-11-07
1
-8/+6
[next]