COMMITS
/ Python/bltinmodule.c July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
June 15, 2017
S
bpo-20627: Fix error message when keyword arguments are used (#2115)
Sylvain committed
June 8, 2017
S
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka committed
May 29, 2017
A
Add reference to help('FORMATTING') in format() builtin (GH-166)
Amit Kumar committed
April 19, 2017
S
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka committed
April 16, 2017
S
bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700)
Serhiy Storchaka committed
March 12, 2017
S
bpo-8256: Fixed possible failing or crashing input() (#517)
Serhiy Storchaka committed
S
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka committed
February 15, 2017
Y
bpo-29556: Remove unused #include <langinfo.h> (#98)
Yen Chi Hsuan committed
January 23, 2017
S
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka committed
S
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka committed
S
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka committed
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
January 21, 2017
S
Issue #29331: Simplified argument parsing in sorted() and list.sort().
Serhiy Storchaka committed
January 20, 2017
S
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
Serhiy Storchaka committed
S
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
Serhiy Storchaka committed
January 19, 2017
I
Issue #29296: convert print() to METH_FASTCALL
INADA Naoki committed
January 17, 2017
V
sorted() uses METH_FASTCALL
Victor Stinner committed
V
next() uses FASTCALL
Victor Stinner committed
V
getattr() uses METH_FASTCALL
Victor Stinner committed
January 16, 2017
V
__build_class__() builtin uses METH_FASTCALL
Victor Stinner committed
December 15, 2016
V
Add _PY_FASTCALL_SMALL_STACK constant
Victor Stinner committed
December 6, 2016
V
Use _PyObject_CallNoArg()
Victor Stinner committed
December 5, 2016
N
Merge #23722 from 3.6
Nick Coghlan committed
N
Issue #23722: improve __classcell__ compatibility
Nick Coghlan committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
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 3, 2016
R
Issue 27936: Fix inconsistent round() behavior between float and int
Raymond Hettinger 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
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