summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)Eric Snow2023-05-055-40/+65
* GH-100479: Add `pathlib.PurePath.with_segments()` (GH-103975)Barney Gale2023-05-055-47/+108
* gh-69152: Add _proxy_response_headers attribute to HTTPConnection (#26152)Alexey Namyotkin2023-05-053-11/+24
* gh-103533: Use PEP 669 APIs for cprofile (GH-103534)Tian Gao2023-05-054-73/+200
* GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque f...Mark Shannon2023-05-059-8/+48
* gh-64595: Argument Clinic: Touch source file if any output file changed (#104...Erlend E. Aasland2023-05-052-9/+17
* gh-64631: Test exception messages in cloned Argument Clinic funcs (#104167)Erlend E. Aasland2023-05-053-1/+353
* gh-68395: Avoid naming conflicts by mangling variable names in Argument Clini...Erlend E. Aasland2023-05-052-1/+181
* gh-64658: Expand Argument Clinic return converter docs (#104175)Erlend E. Aasland2023-05-051-13/+28
* GH-103092: port `_asyncio` freelist to module state (#104196)Kumar Aditya2023-05-051-27/+25
* gh-104051: fix crash in test_xxtestfuzz with -We (#104052)Irit Katriel2023-05-051-3/+10
* gh-104190: fix ubsan crash (#104191)sunmy20192023-05-051-1/+1
* gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129)Dong-hee Na2023-05-052-4/+13
* GH-104142: Fix _Py_RefcntAdd to respect immortality (GH-104143)Brandt Bucher2023-05-053-18/+30
* gh-104112: link from cached_property docs to method-caching FAQ (#104113)Carl Meyer2023-05-041-12/+4
* gh-68968: Correcting message display issue with assertEqual (#103937)Michael Blahay2023-05-044-11/+87
* GH-103899: Provide a hint when accidentally calling a module (GH-103900)Brandt Bucher2023-05-043-6/+73
* gh-103963: fix 'make regen-opcode' in out-of-tree builds (#104177)Carl Meyer2023-05-043-3/+5
* gh-102500: Add PEP 688 and 698 to the 3.12 release highlights (#104174)Hugo van Kemenade2023-05-041-2/+6
* GH-81079: Add case_sensitive argument to `pathlib.Path.glob()` (GH-102710)Barney Gale2023-05-044-17/+51
* gh-91896: Deprecate collections.abc.ByteString (#102096)Shantanu2023-05-046-8/+49
* gh-99593: Add tests for Unicode C API (part 2) (#99868)Serhiy Storchaka2023-05-043-60/+944
* gh-102500: Document PEP 688 (#102571)Jelle Zijlstra2023-05-044-1/+95
* gh-102500: Implement PEP 688 (#102521)Jelle Zijlstra2023-05-0426-15/+640
* gh-96534: socketmodule: support FreeBSD divert(4) socket (#96536)Gleb Smirnoff2023-05-043-0/+25
* gh-104066: Improve performance of hasattr for module objects (#104063)Itamar Ostricher2023-05-044-29/+78
* gh-102795: Fix use of poll in test_epoll's test_control_and_wait (#102796)Kevin Krakauer2023-05-042-4/+12
* gh-103323: Remove PyRuntimeState_GetThreadState() (#104171)Victor Stinner2023-05-045-17/+9
* gh-104169: Ensure the tokenizer doesn't overwrite previous errors (#104170)Pablo Galindo Salgado2023-05-041-0/+6
* Fix typo "involvin" → "involving" (#104166)Christopher Chavez2023-05-042-2/+2
* gh-103092: Port _ctypes.COMError to heap type (#104020)Erlend E. Aasland2023-05-043-60/+47
* gh-97556: Raise null bytes syntax error upon null in multiline string (GH-104...Lysandros Nikolaou2023-05-042-1/+21
* GH-97950: Use new-style index directive ('statement') (#104162)Adam Turner2023-05-049-53/+53
* GH-97950: Use new-style index directive ('exception') (#104160)Adam Turner2023-05-043-13/+13
* gh-104089: catch DeprecationWarning in `test_fstring` (#104137)sunmy20192023-05-041-5/+12
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-0431-143/+143
* GH-97950: Use new-style index directive ('operator') (#104156)Adam Turner2023-05-043-54/+54
* GH-97950: Use new-style index directive ('keyword') (#104153)Adam Turner2023-05-044-28/+28
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-0433-69/+65
* gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)Petr Viktorin2023-05-0430-19/+970
* GH-97950: Allow translation of index directive content (#104000)Adam Turner2023-05-042-0/+34
* gh-104146: Remove unused 'second_pass_replacements' from clinic.py (#104147)Erlend E. Aasland2023-05-041-19/+2
* pydoc.safeimport: Use importlib.import_module instead of __import__ (GH-103118)Yuxin Wu2023-05-031-4/+1
* gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)Nikita Sobolev2023-05-035-18/+43
* gh-103590: mention that the change is included in 3.11.4 and clarify except* ...Irit Katriel2023-05-032-3/+6
* GH-104114: Fix `pathlib.WindowsPath.glob()` use of literal pattern segment ca...Barney Gale2023-05-033-41/+18
* GH-103944: Remove last use of `utcfromtimestamp` (#103995)Paul Ganssle2023-05-031-15/+20
* gh-103693: Add convenience variable feature to `pdb` (#103694)Tian Gao2023-05-035-0/+119
* gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...Petr Viktorin2023-05-036-12/+106
* GH-97850: Suppress cross-references to removed ``importlib.util`` functions (...Adam Turner2023-05-035-10/+10