Commits
User selector
Commit history
Commits on Jun 11, 2020
bpo-40939: Remove the old parser (GH-20768)
Show description for 1ed83adauthored- authored
Commits on Jun 10, 2020
bpo-39465: Use _PyInterpreterState_GET() (GH-20788)
Show description for 1bcc32fauthored_PyPreConfig_Read() decodes argv at each iteration (GH-20786)
Show description for 8eb4aeaauthoredbpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)
Show description for d36cf5fauthored
Commits on Jun 8, 2020
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Show description for e81f6e6authored- authored
bpo-29882: Add _Py_popcount32() function (GH-20518)
Show description for c6b292cauthoredbpo-39791 native hooks for importlib.resources.files (GH-20576)
Show description for 843c277andauthoredbpo-40887: Don't use finalized free lists (GH-20700)
Show description for bcb1983authored
Commits on Jun 7, 2020
bpo-40887: Fix finalize_interp_clear() for free lists (GH-20698)
Show description for 7907f8cauthored
Commits on Jun 6, 2020
Commits on Jun 5, 2020
bpo-40521: Make context free list per-interpreter (GH-20644)
Show description for e005eadauthoredbpo-40521: Make async gen free lists per-interpreter (GH-20643)
Show description for 78a02c2authoredbpo-40521: Make list free list per-interpreter (GH-20642)
Show description for 88ec919authored
Commits on Jun 4, 2020
bpo-40521: Make frame free list per-interpreter (GH-20638)
Show description for 3744ed2authoredbpo-40521: Make slice cache per-interpreter (GH-20637)
Show description for 7daba6fauthoredbpo-40521: Make float free list per-interpreter (GH-20636)
Show description for 2ba5937authoredbpo-40521: Make tuple free list per-interpreter (GH-20247)
Show description for 69ac6e5authoredbpo-40679: Fix _PyEval_EvalCode() crash if qualname is NULL (GH-20615)
Show description for 232dda6authored
Commits on Jun 3, 2020
bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847)
Show description for df773f8authored
Commits on Jun 2, 2020
- authored
bpo-40232: _PyImport_ReInitLock() can now safely use its lock (GH-20597)
Show description for 45b34a0authoredPyOS_AfterFork_Child() uses PyStatus (GH-20596)
Show description for 26881c8authored- authored
Commits on Jun 1, 2020
Commits on May 29, 2020
bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435)
Show description for 895c9c1authored
Commits on May 28, 2020
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Show description for 5f4b229authored
Commits on May 27, 2020
bpo-40614: Respect feature version for f-string debug expressions (GH-20196)
Show description for c116c94authoredbpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264)
Show description for 1cf15afauthored
Commits on May 26, 2020
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Show description for 578c395authored
Commits on May 24, 2020
- authored
Rémi Lapeyre
Commits on May 22, 2020
bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236)
Show description for b5cc208authoredbpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
Show description for 7c30d12authored