COMMITS
/ Python/bltinmodule.c September 11, 2016
N
Issue #23722: Initialize __class__ from type.__new__()
Nick Coghlan committed
September 8, 2016
E
Issue #24254: Drop cls.__definition_order__.
Eric Snow committed
S
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower committed
September 6, 2016
V
Avoid calling functions with an empty string as format string
Victor Stinner committed
September 5, 2016
E
Issue #24254: Preserve class attribute definition order.
Eric Snow committed
September 3, 2016
R
Issue 27936: Fix inconsistent round() behavior between float and int
Raymond Hettinger committed
August 26, 2016
R
Issue 19504: Change "customise" to "customize" American spelling.
Raymond Hettinger committed
August 24, 2016
V
Use Py_ssize_t type for number of arguments
Victor Stinner committed
August 23, 2016
V
Issue #27809: map_next() uses fast call
Victor Stinner committed
V
Backed out changeset 70f88b097f60 (map_next)
Victor Stinner committed
V
Issue #27809: map_next() uses fast call
Victor Stinner committed
August 22, 2016
V
Issue #27809: builtin___build_class__() uses fast call
Victor Stinner committed
V
Issue #27809: Use _PyObject_FastCallDict()
Victor Stinner committed
V
Issue #27809: Use _PyObject_FastCallDict()
Victor Stinner committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
June 18, 2016
S
Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs.
Serhiy Storchaka committed
May 5, 2016
S
Restored parameter name "self" since gdb needs exact specific parameter names.
Serhiy Storchaka committed
May 2, 2016
S
Got rid of redundand "self" parameter declarations.
Serhiy Storchaka committed
May 1, 2016
S
Regenerate Argument Clinic code for issue #26874.
Serhiy Storchaka committed
S
Regenerate Argument Clinic code for issue #26874.
Serhiy Storchaka committed
April 28, 2016
Z
Closes #26874: Merge with 3.5
Zachary Ware committed
Z
Issue #26874: Simplify the divmod docstring
Zachary Ware committed
Z
Closes #26874: Merge with 3.5
Zachary Ware committed
Z
Issue #26874: Fix divmod docstring
Zachary Ware committed
April 13, 2016
S
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
Serhiy Storchaka committed
November 7, 2015
M
Issue #24802: Merge null termination fixes from 3.5
Martin Panter committed
M
Issue #24802: Merge null termination fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
Martin Panter committed
October 10, 2015
M
Issue #24402: Merge input() fix from 3.5
Martin Panter committed
M
Issue #24402: Merge input() fix from 3.4 into 3.5
Martin Panter committed
M
Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
Martin Panter committed
October 9, 2015
R
Hoist constant expression out of the inner loop.
Raymond Hettinger committed
R
Make comparison more consistent
Raymond Hettinger committed
August 18, 2015
R
Use PyTuple_GET_SIZE like the adjacent code does.
Raymond Hettinger committed
R
Inline PyIter_Next() matching the other itertools code.
Raymond Hettinger committed
May 30, 2015
S
Specify default values of semantic booleans in Argument Clinic generated signatures as booleans.
Serhiy Storchaka committed
S
Use converter names instead of format units in Argument Clinic descriptions
Serhiy Storchaka committed
April 14, 2015
L
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
March 18, 2015
V
Initialize variables to prevent GCC warnings
Victor Stinner committed
February 2, 2015
S
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka committed
S
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka committed
September 6, 2014
S
Issue #22215: Now ValueError is raised instead of TypeError when str or bytes
Serhiy Storchaka committed
August 17, 2014
N
Issue #20184: Add signature introspection for 30 of the builtins
Nick Coghlan committed
August 15, 2014
V
Issue #22156: Fix "comparison between signed and unsigned integers" compiler
Victor Stinner committed
August 5, 2014
Z
Issue #22146: Fix typo in __build_class__ error message
Zachary Ware committed
June 16, 2014
T
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
Terry Jan Reedy committed