summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-46333: include `module` in `ForwardRef.__repr__` (#31283)aha792022-02-123-1/+10
* bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022)Cyril Jouve2022-02-126-31/+238
* bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...Jacob Walls2022-02-124-5/+19
* bpo-46586: Fix documentation links (GH-31216)Meer Suri2022-02-121-1/+1
* bpo-46355: Amend What's New in Python 3.11 C API wording (GH-31288)Erlend Egeberg Aasland2022-02-121-2/+2
* bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH...Alex Waygood2022-02-111-4/+0
* bpo-46615: Don't crash when set operations mutate the sets (GH-31120)Dennis Sweeney2022-02-113-8/+226
* bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)Petr Viktorin2022-02-1121-36/+56
* bpo-45490: Rename static inline functions (GH-31217)Victor Stinner2022-02-113-32/+32
* Fix the signature of multiprocessing.set_executable (GH-31276)Géry Ogam2022-02-111-2/+2
* bpo-46323: Fix double-free issue for borrowed refs (GH-31272)Dong-hee Na2022-02-111-1/+0
* bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)Arie Bovenberg2022-02-113-0/+9
* bpo-36876: Make sure the c-analyzer is checking all the source files.' (gh-31...Eric Snow2022-02-105-22/+159
* bpo-44953: Add newline at end of NEWS entry (GH-31265)Dennis Sweeney2022-02-101-1/+1
* bpo-44953: Add vectorcall for itemgetter and attrgetter instances (GH-27828)Dennis Sweeney2022-02-102-12/+79
* bpo-45923: Add `RESUME_QUICK` (GH-31244)Brandt Bucher2022-02-106-22/+30
* Gather stats for PRECALL_METHOD. (GH-31259)Mark Shannon2022-02-102-2/+14
* Don't print rejected tokens when using the debug flags in the parser (GH-31258)Pablo Galindo Salgado2022-02-101-1/+0
* Allow the parser to avoid nested processing of invalid rules (GH-31252)Pablo Galindo Salgado2022-02-106-1053/+1054
* bpo-46532: Reduce number of memory writes to update call_shape.kwnames. (GH-3...Mark Shannon2022-02-101-7/+15
* Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (...Andrew Svetlov2022-02-107-4/+30
* Fix sys.getdxp() when configured with --enable-pystats. (GH-31251)Mark Shannon2022-02-101-1/+17
* Add stats for PRECALL_FUNCTION. (GH-31250)Mark Shannon2022-02-103-3/+36
* Right justify numeric columns in stats summary script. (GH-31234)Mark Shannon2022-02-101-8/+17
* bpo-46323: Allow alloca(0) for python callback function of ctypes (GH-31249)Dong-hee Na2022-02-101-5/+1
* Fix sphinx-lint after #31097 and b878b3a (GH-31248)Nikita Sobolev2022-02-102-2/+2
* bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097)Julien Palard2022-02-106-4/+24
* bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH...Pablo Galindo Salgado2022-02-104-1016/+1033
* bpo-36876: Minor cleanup to c-analyzer "ignored" data.' (gh-31239)Eric Snow2022-02-103-512/+260
* bpo-46528: Attempt SWAPs at compile-time (GH-30970)Brandt Bucher2022-02-093-0/+136
* bpo-43532: add version added to KW_ONLY (GH-31235)Henry Schreiner2022-02-091-0/+2
* bpo-46528: Check PyMem_Malloc for NULL (GH-30998)Brandt Bucher2022-02-091-8/+15
* bpo-46323: Reduce stack usage of ctypes python callback function. (GH-31224)Dong-hee Na2022-02-093-27/+17
* bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)Joshua Root2022-02-093-6/+71
* bpo-46430: Intern strings in deep-frozen modules (GH-30683)Kumar Aditya2022-02-094-0/+16
* bpo-44289: Keep argument file object's current position in tarfile.is_tarfile...Andrzej Mateja2022-02-093-0/+15
* bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)Nikita Sobolev2022-02-091-0/+4
* bpo-46072: Output stats as markdown with collapsible sections. (GH-31228)Mark Shannon2022-02-092-259/+383
* bpo-36876: Update the c-analyzer whitelist. (gh-31225)Eric Snow2022-02-094-2010/+2364
* bpo-46556: emit `DeprecationWarning` from `pathlib.Path.__enter__()` (GH-30971)Barney Gale2022-02-083-12/+20
* bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...Eric Snow2022-02-08108-1573/+2282
* bpo-45952: Get the C analyzer tool working again. (gh-31220)Eric Snow2022-02-081-0/+1
* bpo-46475: Add typing.Never and typing.assert_never (GH-30842)Jelle Zijlstra2022-02-084-19/+151
* bpo-45952: Get the C analyzer tool working again. (gh-31219)Eric Snow2022-02-081-0/+3
* bpo-46323: Use PyObject_Vectorcall while calling ctypes callback function (GH...Dong-hee Na2022-02-082-38/+42
* bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)Pablo Galindo Salgado2022-02-087-55/+49
* bpo-46675: Allow object value arrays and split key dictionaries larger than 1...Mark Shannon2022-02-086-51/+91
* Print summary stats for overall success of specialization. (GH-31211)Mark Shannon2022-02-081-0/+32
* bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203)Gregory Beauregard2022-02-083-0/+19
* bpo-46323 Fix ref leak if ctypes.CFuncPtr raises an error. (GH-31209)Dong-hee Na2022-02-081-0/+1