COMMITS
/ Python/bltinmodule.c May 20, 2018
S
bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931)
Serhiy Storchaka committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
February 2, 2018
O
bpo-32674: Improve the docstring for __import__ (GH-5339)
oldk committed
January 25, 2018
S
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Serhiy Storchaka committed
January 18, 2018
V
bpo-9566: Fix size_t=>int downcast warnings (#5230)
Victor Stinner committed
January 16, 2018
I
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
INADA Naoki committed
December 16, 2017
V
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
December 14, 2017
I
bpo-32226: Implementation of PEP 560 (core components) (#4732)
Ivan Levkivskyi committed
December 13, 2017
V
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner committed
November 15, 2017
S
bpo-30950: Convert round() to Argument Clinic. (#2740)
Serhiy Storchaka committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
October 5, 2017
B
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
Barry Warsaw committed
September 27, 2017
O
bpo-31588: Validate return value of __prepare__() methods (GH-3764)
Oren Milman committed
September 14, 2017
E
bpo-28411: Isolate PyInterpreterState.modules (#3575)
Eric Snow committed
E
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow committed
September 4, 2017
E
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow committed
August 21, 2017
O
bpo-31236: Improved some error messages of min() and max().
Oren Milman committed
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
September 3, 2016
R
Issue 27936: Fix inconsistent round() behavior between float and int
Raymond Hettinger committed