COMMITS
/ Python/context.c February 24, 2019
A
bpo-36101: remove non-ascii characters in docstring (GH-12018)
animalize committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 1, 2018
V
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
September 21, 2018
Y
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
Yury Selivanov committed
July 30, 2018
P
Add docstrings to public methods from context.c (GH-8531)
Peter Lamut committed
June 28, 2018
Y
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
Yury Selivanov committed
February 9, 2018
S
Fix some warnings produced by different compilers. (#5593)
Serhiy Storchaka committed
January 27, 2018
Y
bpo-32436: Use PyThreadState_GET() in all hot paths (GH-5363)
Yury Selivanov committed
January 26, 2018
Y
bpo-32436: Make PyContextVar_Get a little bit faster (#5350)
Yury Selivanov committed
January 25, 2018
Y
bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326)
Yury Selivanov committed
January 24, 2018
Y
bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292)
Yury Selivanov committed
January 23, 2018
Y
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov committed