COMMITS
/ PC/python3dll.c March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
March 19, 2021
V
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner committed
March 11, 2021
A
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou committed
February 16, 2021
Z
bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500)
Zackery Spytz committed
January 19, 2021
V
bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c (GH-24257)
Victor Stinner committed
January 13, 2021
D
bpo-1635741: Fix PyModule_AddObjectRef to use EXPORT_FUNC (GH-24205)
Dong-hee Na committed
December 16, 2020
V
Add symbols of the stable ABI to python3dll.c (GH-23598)
Victor Stinner committed
December 10, 2020
V
bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)
Victor Stinner committed
November 10, 2020
P
bpo-42171: Add PEP573-related items to the limited API (GH-23009)
Petr Viktorin committed
November 5, 2020
V
bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)
Victor Stinner committed
October 19, 2020
Z
bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646)
Zackery Spytz committed
A
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
Alex Gaynor committed
October 13, 2020
V
bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)
Vladimir Matveev committed
September 23, 2020
V
bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)
Victor Stinner committed
June 25, 2020
I
bpo-41103: Remove old buffer protocol support (#21117)
Inada Naoki committed
June 23, 2020
N
bpo-41039: Simplify python3.dll build (GH-20989)
Nikita Nemkin committed
February 25, 2011
A
More eol-style's
Antoine Pitrou committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed