aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-10bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097)Julien Palard
2022-02-10bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH...Pablo Galindo Salgado
2022-02-09bpo-36876: Minor cleanup to c-analyzer "ignored" data.' (gh-31239)Eric Snow
2022-02-09bpo-46528: Attempt SWAPs at compile-time (GH-30970)Brandt Bucher
2022-02-09bpo-43532: add version added to KW_ONLY (GH-31235)Henry Schreiner
2022-02-09bpo-46528: Check PyMem_Malloc for NULL (GH-30998)Brandt Bucher
2022-02-10bpo-46323: Reduce stack usage of ctypes python callback function. (GH-31224)Dong-hee Na
2022-02-09bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)Joshua Root
2022-02-09bpo-46430: Intern strings in deep-frozen modules (GH-30683)Kumar Aditya
2022-02-09bpo-44289: Keep argument file object's current position in tarfile.is_tarfile...Andrzej Mateja
2022-02-09bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)Nikita Sobolev
2022-02-09bpo-46072: Output stats as markdown with collapsible sections. (GH-31228)Mark Shannon
2022-02-08bpo-36876: Update the c-analyzer whitelist. (gh-31225)Eric Snow
2022-02-08bpo-46556: emit `DeprecationWarning` from `pathlib.Path.__enter__()` (GH-30971)Barney Gale
2022-02-08bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...Eric Snow
2022-02-08bpo-45952: Get the C analyzer tool working again. (gh-31220)Eric Snow
2022-02-08bpo-46475: Add typing.Never and typing.assert_never (GH-30842)Jelle Zijlstra
2022-02-08bpo-45952: Get the C analyzer tool working again. (gh-31219)Eric Snow
2022-02-08bpo-46323: Use PyObject_Vectorcall while calling ctypes callback function (GH...Dong-hee Na
2022-02-08bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)Pablo Galindo Salgado
2022-02-08bpo-46675: Allow object value arrays and split key dictionaries larger than 1...Mark Shannon
2022-02-08Print summary stats for overall success of specialization. (GH-31211)Mark Shannon
2022-02-08bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203)Gregory Beauregard
2022-02-08bpo-46323 Fix ref leak if ctypes.CFuncPtr raises an error. (GH-31209)Dong-hee Na
2022-02-07bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py...Jason Wilkes
2022-02-08bpo-46659: calendar uses locale.getlocale() (GH-31166)Victor Stinner
2022-02-07bpo-46534: Implement PEP 673 Self in typing.py (GH-30924)James Hilton-Balfe
2022-02-07Skip cron workflow for forks (GH-30748)Hugo van Kemenade
2022-02-07bpo-46638: Makes registry virtualisation setting stable when building MSIX pa...Steve Dower
2022-02-07bpo-46072: Merge dxpairs into py_stats. (GH-31197)Mark Shannon
2022-02-07bpo-46166: Fix compiler warnings in What's New in Python 3.11 (GH-31198)Victor Stinner
2022-02-07bpo-46670: Fix #ifdef in sha3module.c (GH-31180)Victor Stinner
2022-02-07bpo-46670: Remove unused macros in the Python directory (GH-31192)Victor Stinner
2022-02-07bpo-46670: Remove unused macros in the Objects directory (GH-31193)Victor Stinner
2022-02-07 bpo-46670: Remove unused macros in the Modules directory (GH-31194)Victor Stinner
2022-02-07bpo-39277: Fix PY_TIMEOUT_MAX cast in _threadmodule.c (GH-31195)Victor Stinner
2022-02-07bpo-46670: Remove unused macros in ceval.c (GH-31196)Victor Stinner
2022-02-07bpo-46072: Improve LOAD_METHOD stats (GH-31104)Mark Shannon
2022-02-07bpo-46323: _ctypes.CFuncPtr fails if _argtypes_ is too long (GH-31188)Victor Stinner
2022-02-07bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (G...Nikita Sobolev
2022-02-06bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)Zackery Spytz
2022-02-06bpo-46589: Improve documentation for typing._GenericAlias (GH-31026)Matthew Rahtz
2022-02-06bpo-46611: add coverage to instance and class checks in `typing.py` (GH-31078)Nikita Sobolev
2022-02-07bpo-46670: Test if a macro is defined, not its value (GH-31178)Victor Stinner
2022-02-07bpo-46670: Define all macros for stringlib (GH-31176)Victor Stinner
2022-02-07bpo-46670: Remove unused get_frame_state() function (GH-31177)Victor Stinner
2022-02-06bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156)Gregory Beauregard
2022-02-06bpo-46659: test.support avoids locale.getdefaultlocale() (GH-31167)Victor Stinner
2022-02-06bpo-46659: Update the test on the mbcs codec alias (GH-31168)Victor Stinner
2022-02-06Add more tests for variable substitution in generics (GH-31170)Serhiy Storchaka