July 2023 Archives by author
Starting: Sat Jul 1 05:54:35 EDT 2023
Ending: Mon Jul 31 19:25:21 EDT 2023
Messages: 814
- [Python-checkins] build(deps-dev): bump mypy from 1.3.0 to 1.4.1 in /Tools/clinic (#106305)
AlexWaygood
- [Python-checkins] gh-104050: Annotate Argument Clinic DSLParser attributes (#106357)
AlexWaygood
- [Python-checkins] [3.12] gh-106359: Fix corner case bugs in Argument Clinic converter parser (GH-106361) (#106364)
AlexWaygood
- [Python-checkins] Add some codeowners for `Tools/clinic/` (#106430)
AlexWaygood
- [Python-checkins] [3.12] gh-106368: Add tests for formatting helpers in Argument Clinic (GH-106415) (#106438)
AlexWaygood
- [Python-checkins] [3.12] gh-104683: Rename Lib/test/clinic.test as Lib/test/clinic.test.c (GH-106443) (#106444)
AlexWaygood
- [Python-checkins] [3.11] gh-104683: Rename Lib/test/clinic.test as Lib/test/clinic.test.c (GH-106443) (#106445)
AlexWaygood
- [Python-checkins] gh-104683: clinic.py: Don't needlessly reimplement `contextlib.redirect_stdout` (#106478)
AlexWaygood
- [Python-checkins] gh-104683: clinic.py: refactor four simple classes as dataclasses (#106476)
AlexWaygood
- [Python-checkins] gh-104683: clinic.py: refactor `Parameter` and `Function` as dataclasses (#106477)
AlexWaygood
- [Python-checkins] gh-106461: typing: Consolidate docs on `Callable` (#106462)
AlexWaygood
- [Python-checkins] [3.12] gh-106461: typing: Consolidate docs on `Callable` (GH-106462) (#106574)
AlexWaygood
- [Python-checkins] [3.11] gh-106461: typing: Consolidate docs on `Callable` (GH-106462) (#106575)
AlexWaygood
- [Python-checkins] gh-104050: Argument Clinic: Annotate the `Block` class (#106519)
AlexWaygood
- [Python-checkins] gh-104683: Argument clinic: Minor readability improvements for `Destination.__init__` (#106652)
AlexWaygood
- [Python-checkins] gh-104050: Argument clinic: Annotate the `Destination` class (#106655)
AlexWaygood
- [Python-checkins] gh-104683: Argument clinic: modernise `cpp.Monitor` (#106698)
AlexWaygood
- [Python-checkins] gh-106309: Deprecate typing.no_type_check_decorator (#106312)
AlexWaygood
- [Python-checkins] gh-104683: Argument clinic: use an enum to describe the different kinds of functions (#106721)
AlexWaygood
- [Python-checkins] gh-104050: Argument Clinic: Annotate `output_templates()` (#106732)
AlexWaygood
- [Python-checkins] gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not currently planned (#106748)
AlexWaygood
- [Python-checkins] [3.12] gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not currently planned (#106748) (#106772)
AlexWaygood
- [Python-checkins] [3.11] gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not currently planned (#106748) (#106773)
AlexWaygood
- [Python-checkins] gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11+ (#106901)
AlexWaygood
- [Python-checkins] gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11+ (#106901)
AlexWaygood
- [Python-checkins] [3.12] gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11+ (GH-106901) (#106902)
AlexWaygood
- [Python-checkins] [3.12] gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11+ (GH-106901) (#106902)
AlexWaygood
- [Python-checkins] Fix typo in tkinter docs (#106936)
AlexWaygood
- [Python-checkins] [3.12] Fix typo in tkinter docs (GH-106936) (#106937)
AlexWaygood
- [Python-checkins] [3.11] Fix typo in tkinter docs (GH-106936) (#106938)
AlexWaygood
- [Python-checkins] Fix Sphinx warnings in `re` module docs (#107044)
AlexWaygood
- [Python-checkins] [3.12] Fix Sphinx warnings in `re` module docs (GH-107044) (#107046)
AlexWaygood
- [Python-checkins] [3.11] Fix Sphinx warnings in `re` module docs (GH-107044). (#107055)
AlexWaygood
- [Python-checkins] gh-104050: Argument Clinic: annotate `main()` (#107192)
AlexWaygood
- [Python-checkins] gh-104050: Argument clinic: annotate `format_docstring()` (#107200)
AlexWaygood
- [Python-checkins] gh-104050: Argument clinic: misc improvements to type annotation coverage (#107206)
AlexWaygood
- [Python-checkins] gh-104050: Argument Clinic: Annotate `CRenderData.__init__` (#107207)
AlexWaygood
- [Python-checkins] gh-104050: Argument clinic: improve typing around adding C converters (#107209)
AlexWaygood
- [Python-checkins] gh-104050: Argument clinic: more misc typing coverage improvements (#107210)
AlexWaygood
- [Python-checkins] gh-104050: Argument clinic: more misc typing improvements (#107264)
AlexWaygood
- [Python-checkins] gh-104050: Argument clinic: annotate `post_parsing()` and `cleanup()` (#107225)
AlexWaygood
- [Python-checkins] gh-104050: Argument clinic: improve typing around `parse_arg()` methods (#107288)
AlexWaygood
- [Python-checkins] gh-104683: Argument Clinic: Make most arguments to `Class` and `Function` required (#107289)
AlexWaygood
- [Python-checkins] gh-104050: Argument clinic: Complete `get_destination_buffer` annotations (#107293)
AlexWaygood
- [Python-checkins] gh-104050: Argument clinic: Annotate `str_converter_key()` (#107294)
AlexWaygood
- [Python-checkins] Bump some docs dependencies to resolve a Dependabot security alert (#107341)
AlexWaygood
- [Python-checkins] [3.12] Bump some docs dependencies to resolve a Dependabot security alert (GH-107341) (#107342)
AlexWaygood
- [Python-checkins] [3.11] Bump some docs dependencies to resolve a Dependabot security alert (GH-107341) (#107343)
AlexWaygood
- [Python-checkins] gh-104683: Argument clinic: cleanup `state_modulename_name()` (#107340)
AlexWaygood
- [Python-checkins] gh-106368: Argument clinic tests: improve failure message when tests in `ClinicExternalTests` fail (#107364)
AlexWaygood
- [Python-checkins] [3.11] gh-106368: Argument clinic tests: improve failure message when tests in `ClinicExternalTests` fail (GH-107364) (#107366)
AlexWaygood
- [Python-checkins] [3.12] gh-106368: Argument clinic tests: improve failure message when tests in `ClinicExternalTests` fail (GH-107364) (#107365)
AlexWaygood
- [Python-checkins] gh-106368: Argument clinic: Fix minor bug in `state_modulename_name` (#107387)
AlexWaygood
- [Python-checkins] gh-104050: Argument clinic: complete type annotations (#107399)
AlexWaygood
- [Python-checkins] gh-104050: Argument clinic: enable mypy's `--warn-return-any` setting (#107405)
AlexWaygood
- [Python-checkins] Improve the GitHub issue templates (#107150)
AlexWaygood
- [Python-checkins] gh-107422: Remove outdated `TypedDict` example from typing docs (#107436)
AlexWaygood
- [Python-checkins] [3.12] gh-107422: Remove outdated `TypedDict` example from typing docs (GH-107436) (#107437)
AlexWaygood
- [Python-checkins] [3.11] gh-107422: Remove outdated `TypedDict` example from typing docs (#107436) (#107438)
AlexWaygood
- [Python-checkins] gh-104683: Argument clinic: Make the `filename` parameter to `Clinic` required (#107439)
AlexWaygood
- [Python-checkins] gh-104683: Argument clinic: pass `clinic` as a parameter where possible (#107435)
AlexWaygood
- [Python-checkins] gh-105578: Add more usage examples to `typing.AnyStr` docs (#107045)
AlexWaygood
- [Python-checkins] [3.12] gh-105578: Add more usage examples to `typing.AnyStr` docs (GH-107045) (#107503)
AlexWaygood
- [Python-checkins] [3.11] gh-105578: Add more usage examples to `typing.AnyStr` docs (GH-107045) (#107504)
AlexWaygood
- [Python-checkins] gh-105578: Document that `AnyStr` is deprecated in py313 (#107116)
AlexWaygood
- [Python-checkins] Replace the esoteric term 'datum' when describing dict comprehensions (#106119)
JelleZijlstra
- [Python-checkins] [3.12] Replace the esoteric term 'datum' when describing dict comprehensions (GH-106119) (#106348)
JelleZijlstra
- [Python-checkins] [3.11] Replace the esoteric term 'datum' when describing dict comprehensions (GH-106119) (#106349)
JelleZijlstra
- [Python-checkins] shlex docs: remove outdated note (#106463)
JelleZijlstra
- [Python-checkins] [3.12] shlex docs: remove outdated note (GH-106463) (#106466)
JelleZijlstra
- [Python-checkins] Clarify how topics.py gets created. (#106121)
JelleZijlstra
- [Python-checkins] [3.12] Clarify how topics.py gets created. (GH-106121) (#106579)
JelleZijlstra
- [Python-checkins] gh-106403: Restore weakref support for TypeVar and friends (#106418)
JelleZijlstra
- [Python-checkins] [3.12] gh-106403: Restore weakref support for TypeVar and friends (GH-106418) (#106635)
JelleZijlstra
- [Python-checkins] Fix the french used in the email documentation (GH-106279)
JulienPalard
- [Python-checkins] Remove superflous whitespaces in `layout.html`. (GH-107067)
JulienPalard
- [Python-checkins] [3.12] gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist (GH-106468) (#106620)
Yhg1s
- [Python-checkins] [3.11] gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist (GH-106468) (#106621)
Yhg1s
- [Python-checkins] Python 3.12.0b4
Yhg1s
- [Python-checkins] [3.12] gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649) (#106680)
Yhg1s
- [Python-checkins] [3.12] gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-106923) (#106964)
Yhg1s
- [Python-checkins] [3.12] gh-105699: Fix an Interned Strings Crasher (gh-106930) (#106963)
Yhg1s
- [Python-checkins] [3.12] gh-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510) (#107464)
Yhg1s
- [Python-checkins] [3.12] gh-104692: Include commoninstall as a prerequisite for bininstall (GH-104693) (#105428)
ambv
- [Python-checkins] [3.11] gh-104692: Include commoninstall as a prerequisite for bininstall (GH-104693) (#105429)
ambv
- [Python-checkins] [3.12] gh-89392: Make test_decimal discoverable (GH-106209) (#106230)
ambv
- [Python-checkins] [3.12] Display the sanitizer config in the regrtest header. (GH-105301) (#105342)
ambv
- [Python-checkins] [3.11] gh-89392: Make test_decimal discoverable (GH-106209) (#106229)
ambv
- [Python-checkins] [3.12] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105759)
ambv
- [Python-checkins] [3.11] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105760)
ambv
- [Python-checkins] [3.12] gh-105063: Disable test_peg_generator.TestCParser bco. ref leaks (GH-106024) (#106450)
ambv
- [Python-checkins] [3.10] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs gh-105269 (GH-105468) (#105480)
ambv
- [Python-checkins] [3.9] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs gh-105269 (GH-105468) (#105477)
ambv
- [Python-checkins] [3.8] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs gh-105269 (GH-105468) (#105478)
ambv
- [Python-checkins] [3.10] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105869)
ambv
- [Python-checkins] [3.9] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105871)
ambv
- [Python-checkins] [3.8] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105872)
ambv
- [Python-checkins] [3.10] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start_tls` docs (GH-105995) (#106190)
ambv
- [Python-checkins] [3.12] Document PYTHONSAFEPATH along side -P (GH-106122) (#106352)
ambv
- [Python-checkins] [3.11] Document PYTHONSAFEPATH along side -P (GH-106122) (#106353)
ambv
- [Python-checkins] gh-64595: Fix regression in file write logic in Argument Clinic (#106449)
ambv
- [Python-checkins] [3.12] gh-105497: [Enum] Fix Flag inversion when alias/mask members exist. (GH-105542) (#105572)
ambv
- [Python-checkins] [3.11] gh-105497: [Enum] Fix Flag inversion when alias/mask members exist. (GH-105542) (#105571)
ambv
- [Python-checkins] gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist (#106468)
ambv
- [Python-checkins] gh-106976:alphabetise bullets by module name task1 (#106982)
ambv
- [Python-checkins] gh-106969: Indicate no modules were added in 3.10 & 3.12 (#106988)
ambv
- [Python-checkins] [3.11] gh-106368: Increase coverage for Argument Clinic output directive (GH-106979) (#107002)
ambv
- [Python-checkins] Reformat code block to make it easier to read (#106965)
ambv
- [Python-checkins] gh-105699: Add some stress tests for subinterpreter creation (#106966)
ambv
- [Python-checkins] [3.12] Reformat code block to make it easier to read (GH-106965) (#107010)
ambv
- [Python-checkins] gh-69714: Make `calendar` module fully tested (#93655)
ambv
- [Python-checkins] [3.11] Reformat code block to make it easier to read (GH-106965) (#107022)
ambv
- [Python-checkins] gh-65495: Use lowercase `mail from` and `rcpt to` in `smtplib.SMTP` (#107019)
ambv
- [Python-checkins] gh-83006: Document behavior of `shutil.disk_usage` for non-mounted filesystems on Unix (#107031)
ambv
- [Python-checkins] gh-75371: reformat Makefile.pre.in to accommodate for empty FRAMEWORKALTINSTALLLAST (#107035)
ambv
- [Python-checkins] [3.12] gh-83006: Document behavior of `shutil.disk_usage` for non-mounted filesystems on Unix (GH-107031) (#107047)
ambv
- [Python-checkins] [3.11] gh-83006: Document behavior of `shutil.disk_usage` for non-mounted filesystems on Unix (GH-107031) (#107048)
ambv
- [Python-checkins] gh-54738: Add argparse i18n howto (#104562)
ambv
- [Python-checkins] [3.11] gh-54738: Add argparse i18n howto (GH-104562) (#107101)
ambv
- [Python-checkins] [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061)
ambv
- [Python-checkins] [3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107060)
ambv
- [Python-checkins] [3.11] gh-75371: reformat Makefile.pre.in to accommodate for empty FRAMEWORKALTINSTALLLAST (GH-107035) (#107050)
ambv
- [Python-checkins] [3.12] gh-75371: reformat Makefile.pre.in to accommodate for empty FRAMEWORKALTINSTALLLAST (GH-107035) (#107049)
ambv
- [Python-checkins] [3.11] Convert `doc.yml` workflow to be reusable (GH-103914 + GH-105151) (#107043)
ambv
- [Python-checkins] [3.12] Convert `doc.yml` workflow to be reusable (GH-103914 + GH-105151) (#107042)
ambv
- [Python-checkins] [3.12] gh-54738: Add argparse i18n howto (GH-104562) (#107102)
ambv
- [Python-checkins] bpo-18319: gettext() can retrieve a message even if a plural form exists (#19869)
ambv
- [Python-checkins] [3.12] gh-101100: Fix some broken sphinx references (GH-107095) (#107103)
ambv
- [Python-checkins] gh-106186: Don't report MultipartInvariantViolationDefect for valid multipart emails when parsing header only (#107016)
ambv
- [Python-checkins] [3.12] gh-106969: Indicate no modules were added in 3.10 & 3.12 (GH-106988) (#107094)
ambv
- [Python-checkins] [3.11] gh-106969: Indicate no modules were added in 3.10 (GH-106988) (#107093)
ambv
- [Python-checkins] gh-107091: Fix the use of some C domain roles (#107092)
ambv
- [Python-checkins] [3.12] gh-106186: Don't report MultipartInvariantViolationDefect for valid multipart emails when parsing header only (GH-107016) (#107111)
ambv
- [Python-checkins] [3.11] gh-106186: Don't report MultipartInvariantViolationDefect for valid multipart emails when parsing header only (GH-107016) (#107112)
ambv
- [Python-checkins] [3.12] bpo-18319: gettext() can retrieve a message even if a plural form exists (GH-19869) (#107108)
ambv
- [Python-checkins] [3.12] Introduce a gate/check GHA job (GH-97533) (#107114)
ambv
- [Python-checkins] [3.11] Introduce a gate/check GHA job (GH-97533) (#107115)
ambv
- [Python-checkins] [3.11] 🔥 Drop hypothesis job dep @ GHA (#107128)
ambv
- [Python-checkins] [3.12] gh-107017: Analolgy to Pascal and C replaced. (GH-107025) (#107124)
ambv
- [Python-checkins] gh-62519: Make pgettext search plurals when translation is not found (#107118)
ambv
- [Python-checkins] gh-46376: Return existing pointer when possible in ctypes (#107131)
ambv
- [Python-checkins] [3.12] gh-105751, test_ctypes: Remove disabled tests (GH-105826) (#107483)
ambv
- [Python-checkins] [3.11] gh-105751, test_ctypes: Remove disabled tests (GH-105826) (#107484)
ambv
- [Python-checkins] gh-104280: Add test cases for DTrace probes (#107125)
ambv
- [Python-checkins] [3.12] gh-104280: Add test cases for DTrace probes (GH-107125) (#107489)
ambv
- [Python-checkins] [3.12] gh-46376: Return existing pointer when possible in ctypes (GH-107131) (#107487)
ambv
- [Python-checkins] [3.11] gh-46376: Return existing pointer when possible in ctypes (GH-107131) (#107488)
ambv
- [Python-checkins] [3.11] gh-104280: Add test cases for DTrace probes (GH-107125) (#107492)
ambv
- [Python-checkins] [3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#… (#107491)
ambv
- [Python-checkins] gh-105751: Remove obsolete `object` base class in some ctypes tests (#107460)
ambv
- [Python-checkins] [3.11] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#… (#107490)
ambv
- [Python-checkins] [3.11] gh-105751: Remove obsolete `object` base class in some ctypes tests (GH-107460) (#107502)
ambv
- [Python-checkins] [3.12] gh-105751: Remove obsolete `object` base class in some ctypes tests (GH-107460) (#107501)
ambv
- [Python-checkins] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (#29345)
asvetlov
- [Python-checkins] GH-89812: Make symlink support configurable in pathlib tests. (GH-106060)
barneygale
- [Python-checkins] GH-89812: Test that `pathlib.Path.is_junction()` returns false (GH-106062)
barneygale
- [Python-checkins] GH-89812: Miscellaneous pathlib test improvements (GH-106063)
barneygale
- [Python-checkins] GH-89812: Improve test for `pathlib.Path.stat()` (GH-106064)
barneygale
- [Python-checkins] GH-106330: Fix matching of empty path in `pathlib.PurePath.match()` (GH-106331)
barneygale
- [Python-checkins] [3.12] GH-106330: Fix matching of empty path in `pathlib.PurePath.match()` (GH-106331) (GH-106372)
barneygale
- [Python-checkins] docs: clarify Path.suffix (GH-106650)
barneygale
- [Python-checkins] GH-100502: Add `pathlib.PurePath.pathmod` attribute (GH-106533)
barneygale
- [Python-checkins] gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (#107014)
barneygale
- [Python-checkins] [3.12] gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (GH-107014) (#107315)
barneygale
- [Python-checkins] closes gh-106479: fix typo in __cplusplus macro (gh-106480)
benjaminp
- [Python-checkins] [3.12] closes gh-106479: fix typo in __cplusplus macro (gh-106480) (#106493)
benjaminp
- [Python-checkins] Delete dead ceval code. (gh-106486)
benjaminp
- [Python-checkins] GH-104584: Miscellaneous fixes for -Xuops (GH-106908)
brandtbucher
- [Python-checkins] GH-104584: Miscellaneous fixes for -Xuops (GH-106908)
brandtbucher
- [Python-checkins] GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
brandtbucher
- [Python-checkins] GH-104584: Fix incorrect uoperands (GH-107513)
brandtbucher
- [Python-checkins] Use tstate->interp to get the interpreter state in bytecodes.c (GH-107506)
brandtbucher
- [Python-checkins] gh-106458: Mark `testthreadingmock.py` with `@requires_working_threading` (GH-106366)
brettcannon
- [Python-checkins] gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302)
brettcannon
- [Python-checkins] [3.12] gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302) (GH-106534)
brettcannon
- [Python-checkins] gh-103200: Fix performance issues with `zipimport.invalidate_caches()` (GH-103208)
brettcannon
- [Python-checkins] Document that `os.link()` is not available on Emscripten (GH-104822)
brettcannon
- [Python-checkins] [3.11] Document that `os.link()` is not available on Emscripten (GH-104822) (GH-107309)
brettcannon
- [Python-checkins] [3.12] Document that `os.link()` is not available on Emscripten (GH-104822) (GH-107308)
brettcannon
- [Python-checkins] gh-91053: make func watcher tests resilient to other func watchers (#106286)
carljm
- [Python-checkins] [3.12] gh-91053: make func watcher tests resilient to other func watchers (GH-106286) (#106365)
carljm
- [Python-checkins] gh-106292: restore checking __dict__ in cached_property.__get__ (#106380)
carljm
- [Python-checkins] gh-105340: include hidden fast-locals in locals() (#105715)
carljm
- [Python-checkins] [3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470)
carljm
- [Python-checkins] [3.12] gh-106292: restore checking __dict__ in cached_property.__get__ (GH-106380) (#106469)
carljm
- [Python-checkins] gh-105256: What's New note for comprehension over locals() (#106378)
carljm
- [Python-checkins] [3.12] gh-105256: What's New note for comprehension over locals() (GH-106378) (#106471)
carljm
- [Python-checkins] [3.11] gh-94777: Fix deadlock in ProcessPoolExecutor (GH-94784) (#106607)
carljm
- [Python-checkins] [3.12] gh-94777: Fix deadlock in ProcessPoolExecutor (GH-94784) (#106609)
carljm
- [Python-checkins] gh-106727: Make `inspect.getsource` smarter for class for same name definitions (#106815)
carljm
- [Python-checkins] gh-106727: Add `__module__` check for `inspect.getsource(cls)` (#106968)
carljm
- [Python-checkins] gh-106917: fix super classmethod calls to non-classmethods (#106977)
carljm
- [Python-checkins] [3.12] gh-106917: fix super classmethod calls to non-classmethods (GH-106977). (#107204)
carljm
- [Python-checkins] gh-61215: New mock to wait for multi-threaded events to happen (#16094)
cjw296
- [Python-checkins] gh-61215: Rename `wait_until_any_call` to `wait_until_any_call_with` (#106414)
cjw296
- [Python-checkins] GH-61215: threadingmock: Remove unused branch for `timeout` (#106591)
cjw296
- [Python-checkins] Remove unused branches from mock module (#106617)
cjw296
- [Python-checkins] gh-61215: threadingmock: Improve test suite to avoid race conditions (#106822)
cjw296
- [Python-checkins] gh-96844: Improve error message of list.remove (gh-106455)
corona10
- [Python-checkins] gh-104469: Convert_testcapi/vectorcall.c to use AC (gh-106557)
corona10
- [Python-checkins] gh-104635: Add a test case for variables that have a dependency. (gh-106583)
corona10
- [Python-checkins] gh-106628: email parsing speedup (gh-106629)
corona10
- [Python-checkins] gh-106797: Remove warning logs from Python/generated_cases.c.h (gh-106798)
corona10
- [Python-checkins] gh-106751: Optimize KqueueSelector.select() for many iteration case (gh-106864)
corona10
- [Python-checkins] gh-106751: Optimize SelectSelector.select() for many iteration case (gh-106879)
corona10
- [Python-checkins] gh-106751: Optimize _PolllikeSelector for many iteration case (gh-106884)
corona10
- [Python-checkins] gh-107122: Add clear method to dbm.gdbm.module (gh-107127)
corona10
- [Python-checkins] gh-107122: Add clear method to dbm.ndbm module (gh-107126)
corona10
- [Python-checkins] gh-107122: Update what's news for dbm.*dbm.clear() method (gh-107135)
corona10
- [Python-checkins] gh-107089: Improve Shelf.clear method performance (gh-107090)
corona10
- [Python-checkins] gh-107427: Update the description of UNPACK_SEQUENCE (gh-107429)
corona10
- [Python-checkins] [3.12] gh-107427: Update the description of UNPACK_SEQUENCE (gh-107429) (gh-107459)
corona10
- [Python-checkins] no-issue: Fix typo in import.c (gh-107498)
corona10
- [Python-checkins] gh-105227: Add PyType_GetDict() (GH-105747)
encukou
- [Python-checkins] [3.12] gh-105227: Add PyType_GetDict() (GH-105747) (#106600)
encukou
- [Python-checkins] gh-103968: What's New: Add porting hints for PyType_From with metaclasses (GH-105698)
encukou
- [Python-checkins] [3.12] gh-103968: What's New: Add porting hints for PyType_From with metaclasses (GH-105698) (GH-106619)
encukou
- [Python-checkins] gh-105699: Fix an Interned Strings Crasher (gh-106930)
ericsnowcurrently
- [Python-checkins] gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-106923)
ericsnowcurrently
- [Python-checkins] [3.12] gh-105699: Add some stress tests for subinterpreter creation (GH-106966) (gh-107012)
ericsnowcurrently
- [Python-checkins] [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258) (gh-107303)
ericsnowcurrently
- [Python-checkins] gh-105699: Disable the Interpreters Stress Tests (gh-107354)
ericsnowcurrently
- [Python-checkins] gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
ericsnowcurrently
- [Python-checkins] [3.12] gh-105699: Disable the Interpreters Stress Tests (gh-107354) (gh-107357)
ericsnowcurrently
- [Python-checkins] gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-107184)
ericsnowcurrently
- [Python-checkins] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
ericsnowcurrently
- [Python-checkins] gh-106931: Fix the WASM Buildbots (gh-107362)
ericsnowcurrently
- [Python-checkins] [3.12] gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-107184) (gh-107360)
ericsnowcurrently
- [Python-checkins] gh-107305: Update the C-API Docs for PEP 684 (gh-107324)
ericsnowcurrently
- [Python-checkins] [3.12] gh-107305: Update the C-API Docs for PEP 684 (gh-107324) (gh-107402)
ericsnowcurrently
- [Python-checkins] gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)
ericsnowcurrently
- [Python-checkins] gh-107307: Update the importlib Docs for PEP 684 (gh-107400)
ericsnowcurrently
- [Python-checkins] [3.12] gh-107307: Update the importlib Docs for PEP 684 (gh-107400) (gh-107413)
ericsnowcurrently
- [Python-checkins] [3.12] gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974) (gh-107412)
ericsnowcurrently
- [Python-checkins] gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (#107403)
ericsnowcurrently
- [Python-checkins] gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107519)
ericsnowcurrently
- [Python-checkins] gh-99113: Add a What's New Entry for PEP 684 (gh-107520)
ericsnowcurrently
- [Python-checkins] [3.12] gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (GH-107403) (gh-107521)
ericsnowcurrently
- [Python-checkins] [3.12] gh-99113: Add a What's New Entry for PEP 684 (gh-107520) (gh-107523)
ericsnowcurrently
- [Python-checkins] [3.12] gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107519) (gh-107522)
ericsnowcurrently
- [Python-checkins] Fix typo in comment (gh-107389)
ericvsmith
- [Python-checkins] gh-106078: Move DecimalException to _decimal state (#106301)
erlend-aasland
- [Python-checkins] gh-104050: Add more type hints to Argument Clinic DSLParser() (#106343)
erlend-aasland
- [Python-checkins] gh-104146: Remove unused attr 'parameter_indent' from clinic.DLParser (#106358)
erlend-aasland
- [Python-checkins] gh-106359: Fix corner case bugs in Argument Clinic converter parser (#106361)
erlend-aasland
- [Python-checkins] gh-104050: Add more type hints to Argument Clinic DSLParser() (#106354)
erlend-aasland
- [Python-checkins] gh-106368: Increase Argument Clinic test coverage (#106369)
erlend-aasland
- [Python-checkins] [3.12] gh-106368: Increase Argument Clinic test coverage (GH-106369) (#106370)
erlend-aasland
- [Python-checkins] gh-104683: Modernise Argument Clinic parameter state machine (#106362)
erlend-aasland
- [Python-checkins] gh-106368: Clean up Argument Clinic tests (#106373)
erlend-aasland
- [Python-checkins] [3.11] gh-106368: Increase Argument Clinic test coverage (#106369) (#106374)
erlend-aasland
- [Python-checkins] gh-104050: Annotate more Argument Clinic DSLParser state methods (#106376)
erlend-aasland
- [Python-checkins] [3.12] gh-106368: Clean up Argument Clinic tests (#106373) (#106379)
erlend-aasland
- [Python-checkins] [3.11] gh-106368: Clean up Argument Clinic tests (#106373) (#106381)
erlend-aasland
- [Python-checkins] gh-106368: Harden Argument Clinic parser tests (#106384)
erlend-aasland
- [Python-checkins] [3.11] gh-106368: Harden Argument Clinic parser tests (GH-106384) (#106388)
erlend-aasland
- [Python-checkins] [3.12] gh-106368: Harden Argument Clinic parser tests (GH-106384) (#106387)
erlend-aasland
- [Python-checkins] gh-106368: Increase Argument Clinic test coverage (#106389)
erlend-aasland
- [Python-checkins] [3.11] gh-106368: Increase Argument Clinic test coverage (GH-106389) (#106391)
erlend-aasland
- [Python-checkins] [3.12] gh-106368: Increase Argument Clinic test coverage (GH-106389) (#106390)
erlend-aasland
- [Python-checkins] gh-106368: Add tests for permutation helpers in Argument Clinic (#106407)
erlend-aasland
- [Python-checkins] [3.12] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-106407) (#106409)
erlend-aasland
- [Python-checkins] [3.11] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-106407) (#106410)
erlend-aasland
- [Python-checkins] gh-104050: Annotate toplevel functions in clinic.py (#106435)
erlend-aasland
- [Python-checkins] gh-104050: Annotate Argument Clinic parameter permutation helpers (#106431)
erlend-aasland
- [Python-checkins] gh-106368: Add tests for formatting helpers in Argument Clinic (#106415)
erlend-aasland
- [Python-checkins] gh-104050: Partially annotate Argument Clinic CLanguage class (#106437)
erlend-aasland
- [Python-checkins] gh-104683: Rename Lib/test/clinic.test as Lib/test/clinic.test.c (#106443)
erlend-aasland
- [Python-checkins] [3.12] gh-64595: Fix regression in file write logic in Argument Clinic (#106449) (#106452)
erlend-aasland
- [Python-checkins] gh-96165: Clarify omitting the FROM clause in SQLite queries (#106513)
erlend-aasland
- [Python-checkins] gh-96165: Clarify passing ":memory:" in sqlite3.connect() (#106451)
erlend-aasland
- [Python-checkins] [3.11] gh-96165: Clarify omitting the FROM clause in SQLite queries (GH-106513) (#106646)
erlend-aasland
- [Python-checkins] [3.12] gh-96165: Clarify omitting the FROM clause in SQLite queries (GH-106513) (#106645)
erlend-aasland
- [Python-checkins] [3.12] gh-96165: Clarify passing ":memory:" in sqlite3.connect() (GH-106451) (#106647)
erlend-aasland
- [Python-checkins] [3.11] gh-96165: Clarify passing ":memory:" in sqlite3.connect() (GH-106451) (#106648)
erlend-aasland
- [Python-checkins] gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original source directory (#103213)
erlend-aasland
- [Python-checkins] gh-104050: Argument Clinic: Annotate nested function parser_body() in the CLanguage class (#106699)
erlend-aasland
- [Python-checkins] gh-106368: Increase Argument Clinic test coverage (#106728)
erlend-aasland
- [Python-checkins] [3.12] gh-106368: Increase Argument Clinic test coverage (GH-106728) (#106730)
erlend-aasland
- [Python-checkins] [3.11] gh-106368: Increase Argument Clinic test coverage (#106728) (#106731)
erlend-aasland
- [Python-checkins] gh-106368: Increase Argument Clinic BlockParser test coverage (#106759)
erlend-aasland
- [Python-checkins] [3.11] gh-106368: Increase Argument Clinic BlockParser test coverage (GH-106759) (#106770)
erlend-aasland
- [Python-checkins] [3.12] gh-106368: Increase Argument Clinic BlockParser test coverage (GH-106759) (#106769)
erlend-aasland
- [Python-checkins] gh-104050: Argument Clinic: Annotate BlockParser (#106750)
erlend-aasland
- [Python-checkins] Docs: Normalize Argument Clinic How-To section capitalization (#106788)
erlend-aasland
- [Python-checkins] [3.12] Docs: Normalize Argument Clinic How-To section capitalization (GH-106788) (#106791)
erlend-aasland
- [Python-checkins] [3.11] Docs: Normalize Argument Clinic How-To section capitalization (GH-106788) (#106792)
erlend-aasland
- [Python-checkins] gh-104050: Argument Clinic: Annotate Clinic.parse() (#106760)
erlend-aasland
- [Python-checkins] gh-104050: Improve Argument Clinic type annotation coverage (#106810)
erlend-aasland
- [Python-checkins] gh-106368: Increase Argument Clinic test coverage for cpp.Monitor (#106833)
erlend-aasland
- [Python-checkins] [3.12] gh-106368: Increase Argument Clinic test coverage for cpp.Monitor (GH-106833) (#106838)
erlend-aasland
- [Python-checkins] [3.11] gh-106368: Increase Argument Clinic test coverage for cpp.Monitor (GH-106833) (#106839)
erlend-aasland
- [Python-checkins] Add Erlend as CODEOWNER for Argument Clinic docs (#106840)
erlend-aasland
- [Python-checkins] [3.12] gh-101538: Add experimental wasi-threads build (GH-101537) (#106834)
erlend-aasland
- [Python-checkins] gh-104683: Argument Clinic: Modernise parse_special_symbol() (#106837)
erlend-aasland
- [Python-checkins] Docs: Normalise Argument Clinic advanced topics headings (#106842)
erlend-aasland
- [Python-checkins] [3.12] Docs: Normalise Argument Clinic advanced topics headings (GH-106842) (#106853)
erlend-aasland
- [Python-checkins] [3.11] Docs: Normalise Argument Clinic advanced topics headings (GH-106842) (#106852)
erlend-aasland
- [Python-checkins] Docs: Argument Clinic: Group guides about default values (#106872)
erlend-aasland
- [Python-checkins] [3.11] Docs: Argument Clinic: Group guides about default values (GH-106872) (#106873)
erlend-aasland
- [Python-checkins] [3.12] Docs: Argument Clinic: Group guides about default values (GH-106872) (#106874)
erlend-aasland
- [Python-checkins] gh-104050: Argument Clinic: Annotate CLanguage.render_option_group_parsing() (#106929)
erlend-aasland
- [Python-checkins] gh-104050: Argument Clinic: Increase CConverter typing coverage (#106932)
erlend-aasland
- [Python-checkins] gh-104050: Argument Clinic: Annotate the IndentStack class (#106934)
erlend-aasland
- [Python-checkins] gh-106368: Increase Argument Clinic test coverage for IndentStack (#106933)
erlend-aasland
- [Python-checkins] Docs: Argument Clinic: Add Background and Tutorial top-level sections (#106904)
erlend-aasland
- [Python-checkins] [3.12] Docs: Argument Clinic: Add Background and Tutorial top-level sections (GH-106904) (#106945)
erlend-aasland
- [Python-checkins] [3.11] gh-106368: Increase Argument Clinic test coverage for IndentStack (GH-106933) (#106944)
erlend-aasland
- [Python-checkins] [3.12] gh-106368: Increase Argument Clinic test coverage for IndentStack (GH-106933) (#106943)
erlend-aasland
- [Python-checkins] [3.11] Docs: Argument Clinic: Add Background and Tutorial top-level sections (GH-106904) (#106946)
erlend-aasland
- [Python-checkins] gh-106970: Fix Argument Clinic 'destination <name> clear' command (#106972)
erlend-aasland
- [Python-checkins] [3.12] gh-106970: Fix Argument Clinic 'destination <name> clear' command (GH-106972) (#106983)
erlend-aasland
- [Python-checkins] gh-106368: Increase coverage for Argument Clinic output directive (#106979)
erlend-aasland
- [Python-checkins] gh-104050: Argument Clinic: Annotate the BufferSeries class (#106935)
erlend-aasland
- [Python-checkins] [3.12] gh-106368: Increase coverage for Argument Clinic output directive (GH-106979) (#106994)
erlend-aasland
- [Python-checkins] [3.11] gh-106970: Fix Argument Clinic 'destination <name> clear' command (#106972) (#107059)
erlend-aasland
- [Python-checkins] gh-104050: Argument Clinic: Increase typing coverage (#107074)
erlend-aasland
- [Python-checkins] gh-106962: Detect mpicc in configure.ac (#106961)
erlend-aasland
- [Python-checkins] [3.12] gh-106962: Detect mpicc in configure.ac (GH-106961) (#107081)
erlend-aasland
- [Python-checkins] gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062)
erlend-aasland
- [Python-checkins] [3.12] gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (GH-107062) (#107154)
erlend-aasland
- [Python-checkins] [3.11] gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) (#107157)
erlend-aasland
- [Python-checkins] Docs: Remove duplicate word in Argument Clinic howto heading (#107169)
erlend-aasland
- [Python-checkins] [3.12] Docs: Remove duplicate word in Argument Clinic howto heading (GH-107169) (#107171)
erlend-aasland
- [Python-checkins] [3.11] Docs: Remove duplicate word in Argument Clinic howto heading (GH-107169) (#107172)
erlend-aasland
- [Python-checkins] Docs: Add missing markup to Argument Clinic docs (#106876)
erlend-aasland
- [Python-checkins] [3.12] Docs: Add missing markup to Argument Clinic docs (GH-106876) (#107181)
erlend-aasland
- [Python-checkins] [3.11] Docs: Add missing markup to Argument Clinic docs (#106876) (#107182)
erlend-aasland
- [Python-checkins] gh-106368: Increase Argument Clinic CLI test coverage (#107156)
erlend-aasland
- [Python-checkins] [3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107156) (#107189)
erlend-aasland
- [Python-checkins] gh-106368: Increase Argument Clinic CLI test coverage (#107277)
erlend-aasland
- [Python-checkins] [3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107277) (#107282)
erlend-aasland
- [Python-checkins] Docs: Remove the numbered steps from the Argument Clinic tutorial (#107203)
erlend-aasland
- [Python-checkins] [3.12] Docs: Remove the numbered steps from the Argument Clinic tutorial (GH-107203) (#107317)
erlend-aasland
- [Python-checkins] [3.11] Docs: Remove the numbered steps from the Argument Clinic tutorial (#107203) (#107319)
erlend-aasland
- [Python-checkins] Docs: Argument Clinic: Restructure "Basic concepts and usage" (#106981)
erlend-aasland
- [Python-checkins] [3.11] gh-106368: Increase Argument Clinic CLI test coverage (GH-107156) (#107190)
erlend-aasland
- [Python-checkins] [3.11] gh-106368: Increase Argument Clinic CLI test coverage (#107277) (#107326)
erlend-aasland
- [Python-checkins] [3.11] Docs: Argument Clinic: Restructure "Basic concepts and usage" (#106981) (#107327)
erlend-aasland
- [Python-checkins] [3.12] Docs: Argument Clinic: Restructure "Basic concepts and usage" (GH-106981) (#107325)
erlend-aasland
- [Python-checkins] gh-104629: Build _testclinic extension module on Windows (#104723)
erlend-aasland
- [Python-checkins] [3.12] gh-104629: Build _testclinic extension module on Windows (GH-104723) (#107393)
erlend-aasland
- [Python-checkins] gh-106368: Add test for Argument Clinic misbehaving custom converter_init() (#107496)
erlend-aasland
- [Python-checkins] [3.11] gh-106368: Add test for Argument Clinic misbehaving custom converter_init() (GH-107496) (#107500)
erlend-aasland
- [Python-checkins] [3.12] gh-106368: Add test for Argument Clinic misbehaving custom converter_init() (GH-107496) (#107499)
erlend-aasland
- [Python-checkins] gh-107507: Replace 'The goals of Argument Clinic' with a summary (#107508)
erlend-aasland
- [Python-checkins] [3.12] gh-107507: Replace 'The goals of Argument Clinic' with a summary (GH-107508) (#107516)
erlend-aasland
- [Python-checkins] [3.11] gh-107507: Replace 'The goals of Argument Clinic' with a summary (GH-107508) (#107517)
erlend-aasland
- [Python-checkins] gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106666)
ethanfurman
- [Python-checkins] [3.12] gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106695)
ethanfurman
- [Python-checkins] [3.11] gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106694)
ethanfurman
- [Python-checkins] gh-106762: Add news for `EnumMeta.__getattr__` removal (GH-107466)
ethanfurman
- [Python-checkins] [3.12] gh-106762: Add news for `EnumMeta.__getattr__` removal (GH-107466) (GH-107509)
ethanfurman
- [Python-checkins] [3.12] Remove superflous whitespaces in `layout.html`. (#107251)
ezio-melotti
- [Python-checkins] [3.11] Remove superflous whitespaces in `layout.html`. (GH-107251) (#107252)
ezio-melotti
- [Python-checkins] gh-90876: Restore the ability to import multiprocessing when `sys.executable` is `None` (#106464)
gpshead
- [Python-checkins] [3.12] gh-90876: Restore the ability to import multiprocessing when `sys.executable` is `None` (GH-106464) (#106494)
gpshead
- [Python-checkins] [3.11] gh-90876: Restore the ability to import multiprocessing when `sys.executable` is `None` (GH-106464) (#106495)
gpshead
- [Python-checkins] gh-94777: Fix deadlock in ProcessPoolExecutor (#94784)
gpshead
- [Python-checkins] gh-102988: Detect email address parsing errors and return empty tuple to indicate the parsing error (old API) (#105127)
gpshead
- [Python-checkins] [3.12] gh-102988: Detect email address parsing errors and return empty tuple to indicate the parsing error (old API) (GH-105127) (#106612)
gpshead
- [Python-checkins] gh-106236: Replace `assert` with `raise RuntimeError` in `threading.py` (#106237)
gpshead
- [Python-checkins] [3.12] gh-96747: Mention the PyPI `passlib` package in the `crypt` deprecation doc (GH-106660) (#106660)
gpshead
- [Python-checkins] [3.11] [3.12] gh-96747: Mention the PyPI `passlib` package in the `crypt` deprecation doc (GH-106660) (GH-106660) (#106697)
gpshead
- [Python-checkins] gh-105626: Change the default return value of `HTTPConnection.get_proxy_response_headers` (#105628)
gpshead
- [Python-checkins] gh-105293: Do not call SSL_CTX_set_session_id_context on client side SSL context (#105295)
gpshead
- [Python-checkins] [3.12] gh-105626: Change the default return value of `HTTPConnection.get_proxy_response_headers` (GH-105628) (#106738)
gpshead
- [Python-checkins] gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#105127)" (#106733)
gpshead
- [Python-checkins] [3.12] gh-106669: Revert "gh-102988: Detect email address parsing errors ... (GH-105127)" (GH-106733) (#106941)
gpshead
- [Python-checkins] gh-106939: document ShareableList nul-strip quirk. (#107266)
gpshead
- [Python-checkins] [3.11] gh-106939: document ShareableList nul-strip quirk. (GH-107266) (#107270)
gpshead
- [Python-checkins] [3.12] gh-106939: document ShareableList nul-strip quirk. (GH-107266) (#107269)
gpshead
- [Python-checkins] gh-104432: Use `memcpy()` to avoid misaligned loads (#104433)
gpshead
- [Python-checkins] [3.12] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107355)
gpshead
- [Python-checkins] gh-106723: forward -Xfrozen_modules option to spawned process interpreters (#106724)
gpshead
- [Python-checkins] [3.11] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107356)
gpshead
- [Python-checkins] gh-106881: Check for linux/limits.h before including it (#107397)
gpshead
- [Python-checkins] [3.12] gh-106881: Check for linux/limits.h before including it (#107397) (#107414)
gpshead
- [Python-checkins] [3.11] gh-106881: Check for linux/limits.h before including it (#107397) (#107415)
gpshead
- [Python-checkins] gh-106290: Fix edge cases around uops (#106319)
gvanrossum
- [Python-checkins] gh-106320: Fix specialize.c compilation by including pycore_pylifecycle.h (#106434)
gvanrossum
- [Python-checkins] Clarify state of CancelledError in doc (#106453)
gvanrossum
- [Python-checkins] [3.11] Clarify state of CancelledError in doc (GH-106453) (#106456)
gvanrossum
- [Python-checkins] gh-104584: Fix error handling from backedge optimization (#106484)
gvanrossum
- [Python-checkins] gh-104584: Clean up and fix uops tests and fix crash (#106492)
gvanrossum
- [Python-checkins] gh-104584: Handle EXTENDED_ARG in superblock creation (#106489)
gvanrossum
- [Python-checkins] gh-104584: Move super-instruction special-casing to generator (#106500)
gvanrossum
- [Python-checkins] gh-104584: Allow unspecialized instructions in superblocks (#106497)
gvanrossum
- [Python-checkins] gh-104584: Replace ENTER_EXECUTOR with the original in trace projection (#106526)
gvanrossum
- [Python-checkins] Restore previous behavior of 'make regen-cases' (#106541)
gvanrossum
- [Python-checkins] gh-106529: Implement POP_JUMP_IF_XXX uops (#106551)
gvanrossum
- [Python-checkins] gh-106529: Silence compiler warning in jump target patching (#106613)
gvanrossum
- [Python-checkins] gh-106529: Support JUMP_BACKWARD in Tier 2 (uops) (#106543)
gvanrossum
- [Python-checkins] gh-106529: Implement JUMP_FORWARD in uops (with test) (#106651)
gvanrossum
- [Python-checkins] gh-106656: Remove --emit-line-directives from regen-cases (#106657)
gvanrossum
- [Python-checkins] gh-106529: Split FOR_ITER_RANGE into uops (#106638)
gvanrossum
- [Python-checkins] gh-106701: Move the hand-written Tier 2 uops to bytecodes.c (#106702)
gvanrossum
- [Python-checkins] gh-106529: Split FOR_ITER_{LIST, TUPLE} into uops (#106696)
gvanrossum
- [Python-checkins] gh-106529: Fix subtle Tier 2 edge case with list iterator (#106756)
gvanrossum
- [Python-checkins] gh-106706: Streamline family syntax in cases generator DSL (#106716)
gvanrossum
- [Python-checkins] gh-105540: Convert `pytest` tests of `cases_generator` to regular tests (#106713)
gvanrossum
- [Python-checkins] gh-106529: Generate uops for POP_JUMP_IF_[NOT_]NONE (#106796)
gvanrossum
- [Python-checkins] gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707)
gvanrossum
- [Python-checkins] gh-106603: Make uop struct a triple (opcode, oparg, operand) (#106794)
gvanrossum
- [Python-checkins] Small fixes to code generator (#106845)
gvanrossum
- [Python-checkins] gh-105540: Show source files relative to root (#106927)
gvanrossum
- [Python-checkins] gh-96663: Add a better error message for __dict__-less classes setattr (#103232)
gvanrossum
- [Python-checkins] gh-107082: Remove debug hack from get_first_executor in test_capi.test_misc (#107085)
gvanrossum
- [Python-checkins] gh-82500: Fix asyncio sendfile overflow on 32bit (#107056)
gvanrossum
- [Python-checkins] Thoroughly refactor the cases generator (#107151)
gvanrossum
- [Python-checkins] gh-107082: Fix instruction size computation for ENTER_EXECUTOR (#107256)
gvanrossum
- [Python-checkins] GH-104909: Move unused cache entries from uops to macros (#107444)
gvanrossum
- [Python-checkins] [3.12] GH-101291: Add warning to "what's new" that `PyLongObject` internals have changed. (GH-107388) (#107392)
gvanrossum
- [Python-checkins] Fix duplicate word typos in comments (#106225)
hauntsaninja
- [Python-checkins] Document PYTHONSAFEPATH along side -P (#106122)
hauntsaninja
- [Python-checkins] tp_flags docs: fix indentation (#106420)
hauntsaninja
- [Python-checkins] [3.12] tp_flags docs: fix indentation (GH-106420) (#106442)
hauntsaninja
- [Python-checkins] faq/library: remove outdated section (#105996)
hauntsaninja
- [Python-checkins] gh-105291: Add link to migration guide for distutils (#107130)
hauntsaninja
- [Python-checkins] Docs: fix typo in os.pwrite docstring (#107087)
hauntsaninja
- [Python-checkins] [3.12] gh-105291: Add link to migration guide for distutils (GH-107130) (#107160)
hauntsaninja
- [Python-checkins] build(deps): bump mheap/github-action-required-labels from 4 to 5 (#106306)
hugovk
- [Python-checkins] gh-106217: Truncate the issue body size of `new-bugs-announce-notifier` (#106329)
hugovk
- [Python-checkins] gh-106217: Truncate the issue body size of `new-bugs-announce-notifier` (#106423)
hugovk
- [Python-checkins] Doc: Add missing ref labels to exception groups/notes sections (#106465)
hugovk
- [Python-checkins] [3.12] Doc: Add missing ref labels to exception groups/notes sections (GH-106465) (#106473)
hugovk
- [Python-checkins] [3.11] Doc: Add missing ref labels to exception groups/notes sections (GH-106465) (#106474)
hugovk
- [Python-checkins] Introduce a gate/check GHA job (#97533)
hugovk
- [Python-checkins] gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)
hugovk
- [Python-checkins] Add Plausible for docs metrics (#106644)
hugovk
- [Python-checkins] [3.11] Add Plausible for docs metrics (GH-106644) (#106662)
hugovk
- [Python-checkins] [3.12] Add Plausible for docs metrics (GH-106644) (#106661)
hugovk
- [Python-checkins] Docs search: Replace jQuery with vanilla JavaScript (#106743)
hugovk
- [Python-checkins] [3.12] Docs search: Replace jQuery with vanilla JavaScript (GH-106743) (#106802)
hugovk
- [Python-checkins] [3.11] Docs search: Replace jQuery with vanilla JavaScript (GH-106743) (#106803)
hugovk
- [Python-checkins] gh-101100: Docs: Check Sphinx warnings and fail if improved (#106460)
hugovk
- [Python-checkins] gh-106973: Change non-integral to non-integer in "3.12 What's New" (#106984)
hugovk
- [Python-checkins] [3.11] Change non-integral to non-integer in random docs (GH-106975) (#106985)
hugovk
- [Python-checkins] [3.12] gh-106973: Change non-integral to non-integer in "3.12 What's New" (GH-106984) (#106986)
hugovk
- [Python-checkins] gh-106978: Bump sphinx-lint to 0.6.8 (#106990)
hugovk
- [Python-checkins] gh-106996: Amend the introduction to the turtle graphics documentation (#106997)
hugovk
- [Python-checkins] [3.11] gh-100700 Remove Date and Release fields in past whatsnews (GH-100728) (#106999)
hugovk
- [Python-checkins] [3.12] Bump sphinx-lint to 0.6.8 (gh-106978) (#107023)
hugovk
- [Python-checkins] gh-106967: remove Release and Date fields from whatsnew for 3.12 and 3.13 (#107000)
hugovk
- [Python-checkins] gh-102111: Add link to string escape sequences in re module (#106995)
hugovk
- [Python-checkins] gh-107017: removed mention that C does it the same way (#107020)
hugovk
- [Python-checkins] [3.12] gh-102111: Add link to string escape sequences in re module (GH-106995) (#107096)
hugovk
- [Python-checkins] gh-71261: Add paragraph on shadowing submodules with star imports (#107004)
hugovk
- [Python-checkins] [3.12] gh-71261: Add paragraph on shadowing submodules with star imports (GH-107004) (#107100)
hugovk
- [Python-checkins] [3.12] gh-107017: removed mention that C does it the same way (GH-107020) (#107097)
hugovk
- [Python-checkins] [3.11] gh-107017: removed mention that C does it the same way (GH-107020) (#107098)
hugovk
- [Python-checkins] [3.11] gh-71261: Add paragraph on shadowing submodules with star imports (GH-107004) (#107099)
hugovk
- [Python-checkins] gh-101100: Fix some broken sphinx references (#107095)
hugovk
- [Python-checkins] gh-106976: alphabetise bullets by module name task2-3 (#107005)
hugovk
- [Python-checkins] gh-106996: Add the basics of a turtle graphics tutorial (#107072)
hugovk
- [Python-checkins] [3.12] gh-106976: alphabetise bullets by module name task2-3 (GH-107005) (#107106)
hugovk
- [Python-checkins] [3.12] gh-106996: Add the basics of a turtle graphics tutorial (GH-107072) (#107109)
hugovk
- [Python-checkins] [3.11] gh-106996: Add the basics of a turtle graphics tutorial (GH-107072) (#107110)
hugovk
- [Python-checkins] [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120)
hugovk
- [Python-checkins] gh-107017: Analolgy to Pascal and C replaced. (#107025)
hugovk
- [Python-checkins] [3.11] gh-107017: Analolgy to Pascal and C replaced. (GH-107025) (#107123)
hugovk
- [Python-checkins] gh-107017: Change Chapter Strings to Texts in the Introduction chapter. (#107104)
hugovk
- [Python-checkins] [3.12] gh-107017: Change Chapter Strings to Texts in the Introduction chapter. (GH-107104) (#107167)
hugovk
- [Python-checkins] [3.11] gh-107017: Change Chapter Strings to Texts in the Introduction chapter. (GH-107104) (#107168)
hugovk
- [Python-checkins] gh-106996: Add a how-to section to the turtle documentation (#107153)
hugovk
- [Python-checkins] [3.11] gh-106996: Add a how-to section to the turtle documentation (GH-107153) (#107234)
hugovk
- [Python-checkins] [3.12] gh-106996: Add a how-to section to the turtle documentation (GH-107153) (#107233)
hugovk
- [Python-checkins] [3.11] GH-97950: Fix old-style index directive in Doc/library/imp.rst (#107246)
hugovk
- [Python-checkins] gh-106996: Rewrite turtle explanation (#107244)
hugovk
- [Python-checkins] [3.12] gh-106996: Rewrite turtle explanation (GH-107244) (#107335)
hugovk
- [Python-checkins] [3.11] gh-106996: Rewrite turtle explanation (GH-107244) (#107336)
hugovk
- [Python-checkins] gh-106149: move unconditional jump direction resolution from optimizer to assembler (#106291)
iritkatriel
- [Python-checkins] gh-106360: remove redundant #ifdef (#106622)
iritkatriel
- [Python-checkins] gh-104584: readability improvements in optimizer.c (#106641)
iritkatriel
- [Python-checkins] gh-105481: move Python/opcode_metadata.h to Include/internal/pycore_opcode_metadata.h (#106673)
iritkatriel
- [Python-checkins] gh-105481: expose opcode metadata via the _opcode module (#106688)
iritkatriel
- [Python-checkins] gh-102799: replace internal sys.exc_info() call by sys.exception() (#106746)
iritkatriel
- [Python-checkins] gh-106789: avoid importing pprint from sysconfig (#106790)
iritkatriel
- [Python-checkins] gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758)
iritkatriel
- [Python-checkins] gh-104090: Fix unittest collectedDurations resources leak (#106795)
iritkatriel
- [Python-checkins] [3.12] gh-104090: Fix unittest collectedDurations resources leak (GH-106795) (#106888)
iritkatriel
- [Python-checkins] gh-105481: do not auto-generate pycore_intrinsics.h (#106913)
iritkatriel
- [Python-checkins] gh-106149: move _PyCfg_BasicblockLastInstr and make it local to flowgraph.c (#107180)
iritkatriel
- [Python-checkins] gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (#107255)
iritkatriel
- [Python-checkins] gh-106149: fix comment on stackdepth of generators (#107321)
iritkatriel
- [Python-checkins] gh-105481: remove dependency of _inline_cache_entries on opname (#107339)
iritkatriel
- [Python-checkins] gh-106531: Remove importlib.resources._legacy (#106532)
jaraco
- [Python-checkins] gh-106752: Move zipfile._path into its own package (#106753)
jaraco
- [Python-checkins] [3.12] gh-106752: Move zipfile._path into its own package (GH-106753) (#106755)
jaraco
- [Python-checkins] gh-106752: Sync with zipp 3.16.2 (#106757)
jaraco
- [Python-checkins] [3.12] gh-106752: Sync with zipp 3.16.2 (GH-106757) (#106777)
jaraco
- [Python-checkins] [3.11] gh-106752: Sync with zipp 3.16.2 (GH-106757) (#106778)
jaraco
- [Python-checkins] gh-106078: Move `context template` to decimal module global state (#106346)
kumaraditya303
- [Python-checkins] [3.12] Clarify state of CancelledError in doc (GH-106453) (#106454)
kumaraditya303
- [Python-checkins] gh-106503: asyncio._SelectorSocketTransport: fix cyclic reference on close(). (#106504)
kumaraditya303
- [Python-checkins] [3.12] gh-106503: asyncio._SelectorSocketTransport: fix cyclic reference on close(). (GH-106504) (#106514)
kumaraditya303
- [Python-checkins] gh-106078: Move static objects related to `CONTEXTVAR` to the decimal module global state (#106395)
kumaraditya303
- [Python-checkins] gh-105873: Make `_xxsubinterpreters` use exception type name in shared exception (#105874)
kumaraditya303
- [Python-checkins] gh-101880: add link to object.__hash__() in hash() builtin documentation (#101883)
kumaraditya303
- [Python-checkins] [3.12] gh-101880: add link to object.__hash__() in hash() builtin documentation (GH-101883) (#106546)
kumaraditya303
- [Python-checkins] [3.11] gh-101880: add link to object.__hash__() in hash() builtin documentation (GH-101883) (#106547)
kumaraditya303
- [Python-checkins] GH-104787: use managed weakrefs in `_asyncio` (#106516)
kumaraditya303
- [Python-checkins] update release schedule for 3.13 (#106577)
kumaraditya303
- [Python-checkins] Fix typo in datamodel.rst (#106587)
kumaraditya303
- [Python-checkins] gh-106078: Move static variables initialized once to decimal module global state (#106475)
kumaraditya303
- [Python-checkins] GH-100288: regen cases after #105990 (#106589)
kumaraditya303
- [Python-checkins] gh-106078: Move external C-API functions to decimal module global state (#106616)
kumaraditya303
- [Python-checkins] [3.12] gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original source directory (GH-103213) (#106667)
kumaraditya303
- [Python-checkins] gh-106634: Corrected minor asyncio doc issues (#106671)
kumaraditya303
- [Python-checkins] [3.12] gh-106634: Corrected minor asyncio doc issues (GH-106671) (#106712)
kumaraditya303
- [Python-checkins] gh-105726: Add `__slots__` to `AbstractContextManager` and `AbstractAsyncContextManager` (#106771)
kumaraditya303
- [Python-checkins] gh-102799: use sys.exception() instead of sys.exc_info() in contextlib (#103311)
kumaraditya303
- [Python-checkins] gh-106078: Prepare to isolate decimal module (#106880)
kumaraditya303
- [Python-checkins] Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (#106830)
kumaraditya303
- [Python-checkins] [3.12] Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (GH-106830) (#106912)
kumaraditya303
- [Python-checkins] gh-106847: Add -X warn_default_encoding in sys.flags Doc (#106854)
kumaraditya303
- [Python-checkins] gh-107279 Add `<stddef.h>` to `Modules/zlibmodule.c` to fix failing builds (#107280)
kumaraditya303
- [Python-checkins] remove outdated `_asyncio` globals from globals-to-fix.tsv (#107334)
kumaraditya303
- [Python-checkins] [3.11] gh-106723: forward -Xfrozen_modules option to spawned process interpreters (GH-106724) (#107368)
kumaraditya303
- [Python-checkins] gh-106078: Isolate `decimal` module (#107287)
kumaraditya303
- [Python-checkins] [3.12] gh-106723: forward -Xfrozen_modules option to spawned process interpreters (GH-106724) (#107367)
kumaraditya303
- [Python-checkins] Fix the documentation for PyCode_New add `qualname` parameter (#107186)
kumaraditya303
- [Python-checkins] [3.12] Fix the documentation for PyCode_New add `qualname` parameter (GH-107186) (#107440)
kumaraditya303
- [Python-checkins] [3.11] gh-106634: Corrected minor asyncio doc issues (GH-106671) (#106711)
kumaraditya303
- [Python-checkins] add Kumar Aditya as CODEOWNER for import.c (#107441)
kumaraditya303
- [Python-checkins] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#106270)
kumaraditya303
- [Python-checkins] [3.11] Fix the documentation for PyCode_New add qualname parameter (GH-107186) (#107454)
kumaraditya303
- [Python-checkins] gh-106396: Special-case empty format spec to gen empty JoinedStr node (#106401)
lysnikolaou
- [Python-checkins] [3.12] gh-106396: Special-case empty format spec to gen empty JoinedStr node (GH-106401) (#106416)
lysnikolaou
- [Python-checkins] [3.12] gh-100238: Use setuptools in peg-generator and reenable tests (GH-104798) (#105135)
lysnikolaou
- [Python-checkins] GH-104584: Fix ENTER_EXECUTOR (GH-106141)
markshannon
- [Python-checkins] GH-106360: Support very basic superblock introspection (#106422)
markshannon
- [Python-checkins] GH-106057: Handle recursion errors in inline class calls properly. (GH-106108)
markshannon
- [Python-checkins] GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)
markshannon
- [Python-checkins] GH-106529: Define POP_JUMP_IF_NONE in terms of POP_JUMP_IF_TRUE (GH-106599)
markshannon
- [Python-checkins] GH-104909: Break LOAD_GLOBAL specializations in micro-ops. (GH-106677)
markshannon
- [Python-checkins] GH-104909: Split `LOAD_ATTR_INSTANCE_VALUE` into micro-ops (GH-106678)
markshannon
- [Python-checkins] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)
markshannon
- [Python-checkins] GH-106895: Raise a `ValueError` when attempting to disable events that cannot be disabled. (GH-107337)
markshannon
- [Python-checkins] GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback function. (GH-107347)
markshannon
- [Python-checkins] [3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-107346)
markshannon
- [Python-checkins] [3.12] GH-106895: Raise a `ValueError` when attempting to disable events that cannot be disabled. (GH-107337) (GH-107351)
markshannon
- [Python-checkins] [3.12] GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback function. (GH-107347) (GH-107382)
markshannon
- [Python-checkins] GH-104580: Put `eval_breaker` back at the start of the interpreter state. (GH-107383)
markshannon
- [Python-checkins] gh-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510)
markshannon
- [Python-checkins] GH-101291: Add warning to "what's new" that `PyLongObject` internals have changed. (GH-107388)
markshannon
- [Python-checkins] gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
methane
- [Python-checkins] gh-104922: Doc: add note about PY_SSIZE_T_CLEAN (#106314)
methane
- [Python-checkins] gh-106162: array: suppress warning in test_array (#106404)
methane
- [Python-checkins] wasm: do not use inline comment in .editorconfig (#106610)
methane
- [Python-checkins] gh-106664: selectors: add get() method to _SelectorMapping (#106665)
methane
- [Python-checkins] gh-106554: replace `_BaseSelectorImpl._key_from_fd` with `dict.get` (#106555)
methane
- [Python-checkins] gh-81283: compiler: remove indent from docstring (#106411)
methane
- [Python-checkins] wasm: do not use inline comment in .editorconfig (GH-106610)
methane
- [Python-checkins] wasm: do not use inline comment in .editorconfig (GH-106610)
methane
- [Python-checkins] Doc: devmode: add -Xdev option to example (#106253)
methane
- [Python-checkins] Doc: devmode: add -Xdev option to example (GH-106253)
methane
- [Python-checkins] Doc: devmode: add -Xdev option to example (GH-106253)
methane
- [Python-checkins] Doc: fix section levels of devmode doc (#106801)
methane
- [Python-checkins] Doc: fix section levels of devmode doc (GH-106801)
methane
- [Python-checkins] Doc: fix section levels of devmode doc (GH-106801)
methane
- [Python-checkins] gh-106843: fix memleak in _PyCompile_CleanDoc (#106846)
methane
- [Python-checkins] gh-106751: selectors: optimize EpollSelector.select() (#106754)
methane
- [Python-checkins] gh-106916: Add missing error check _PyCompile_CleanDoc (#106921)
methane
- [Python-checkins] gh-106847: Add -X warn_default_encoding in sys.flags Doc (GH-106854)
methane
- [Python-checkins] gh-106527: asyncio: optimize to add/remove readers and writers (#106528)
methane
- [Python-checkins] gh-106847: Add -X warn_default_encoding in sys.flags Doc (GH-106854)
methane
- [Python-checkins] gh-107369: optimize textwrap.indent() (#107374)
methane
- [Python-checkins] [3.12] gh-99079: Update macOS installer to use OpenSSL 3.0.9. (gh-107472)
ned-deily
- [Python-checkins] [3.12] Update macOS installer screens for 3.12rc/final. (GH-107473)
ned-deily
- [Python-checkins] gh-99079: Update macOS installer to use OpenSSL 3.0.9. (GH-107474)
ned-deily
- [Python-checkins] Update macOS installer screens to 3.13. (GH-107475)
ned-deily
- [Python-checkins] [3.11] Update macOS installer screens for 3.11.5. (GH-107477)
ned-deily
- [Python-checkins] [3.11] gh-99079: Update macOS installer to use OpenSSL 3.0.9. (GH-107476)
ned-deily
- [Python-checkins] [3.12] gh-99079: add What's New item (GH-107481)
ned-deily
- [Python-checkins] [3.11] gh-99079: add What's New item (GH-107482)
ned-deily
- [Python-checkins] GH-106008: Fix refleak when peepholing `None` comparisons (#106367)
pablogsal
- [Python-checkins] gh-106597: Add debugging struct with offsets for out-of-process tools (#106598)
pablogsal
- [Python-checkins] gh-106989: Remove tok report warnings (#106993)
pablogsal
- [Python-checkins] [3.12] gh-106989: Remove tok report warnings (GH-106993) (#107013)
pablogsal
- [Python-checkins] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (#105404)
pablogsal
- [Python-checkins] [3.11] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107038)
pablogsal
- [Python-checkins] [3.10] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107039)
pablogsal
- [Python-checkins] [3.12] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107040)
pablogsal
- [Python-checkins] gh-107015: Remove async_hacks from the tokenizer (#107018)
pablogsal
- [Python-checkins] gh-106774: Update bundled pip version to 23.2.1 (#106775)
pfmoore
- [Python-checkins] [3.12] gh-106774: Update bundled pip version to 23.2.1 (GH-106775) (gh-107222)
pfmoore
- [Python-checkins] [3.11] gh-106774: Update bundled pip version to 23.2.1 (GH-106775) (gh-107223)
pfmoore
- [Python-checkins] gh-106739: Add `rtype_cache` to `warnings.warn` message when leaked objects found (#106740)
pitrou
- [Python-checkins] Small speed-up for the convolve() recipe. (GH-106371)
rhettinger
- [Python-checkins] [3.12] Small speed-up for the convolve() recipe. (GH-106371) (GH-106375)
rhettinger
- [Python-checkins] Add more examples to the recipe docs (GH-106782)
rhettinger
- [Python-checkins] [3.12] Add more examples to the recipe docs (GH-106782) (GH-106783)
rhettinger
- [Python-checkins] Add more recipe tests. Make the factor recipe a bit faster and clearer. (GH-106817)
rhettinger
- [Python-checkins] [3.12] Add more recipe tests. Make the factor recipe a bit faster and clearer. (GH-106817) (GH-106818)
rhettinger
- [Python-checkins] gh-106524: Fix a crash in _sre.template() (GH-106525)
serhiy-storchaka
- [Python-checkins] [3.12] gh-106524: Fix a crash in _sre.template() (GH-106525) (GH-106544)
serhiy-storchaka
- [Python-checkins] [3.11] gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302). (GH-106545)
serhiy-storchaka
- [Python-checkins] gh-106510: Fix DEBUG output for atomic group (GH-106511)
serhiy-storchaka
- [Python-checkins] [3.11] gh-106510: Fix DEBUG output for atomic group (GH-106511) (GH-106549)
serhiy-storchaka
- [Python-checkins] [3.12] gh-106510: Fix DEBUG output for atomic group (GH-106511) (GH-106548)
serhiy-storchaka
- [Python-checkins] gh-106508: Improve debugging of the _sre module (GH-106509)
serhiy-storchaka
- [Python-checkins] Move implementation specific RE tests to separate class (GH-106563)
serhiy-storchaka
- [Python-checkins] [3.12] Move implementation specific RE tests to separate class (GH-106563) (#106564)
serhiy-storchaka
- [Python-checkins] [3.11] Move implementation specific RE tests to separate class (GH-106563) (GH-106565)
serhiy-storchaka
- [Python-checkins] gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304)
serhiy-storchaka
- [Python-checkins] gh-99593: Add tests for Unicode C API (part 3) (GH-104728)
serhiy-storchaka
- [Python-checkins] [3.12] gh-99593: Add tests for Unicode C API (part 3) (GH-104728) (GH-106595)
serhiy-storchaka
- [Python-checkins] gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
serhiy-storchaka
- [Python-checkins] gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
serhiy-storchaka
- [Python-checkins] gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
serhiy-storchaka
- [Python-checkins] gh-106719: Fix __annotations__ getter and setter in the type and module types (GH-106720)
serhiy-storchaka
- [Python-checkins] gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decimal, posix, xxsubtype (GH-106767)
serhiy-storchaka
- [Python-checkins] bpo-42327: C API: Add PyModule_Add() function (GH-23443)
serhiy-storchaka
- [Python-checkins] [3.12] gh-106719: Fix __annotations__ getter and setter in the type and module types (GH-106720) (GH-106848)
serhiy-storchaka
- [Python-checkins] [3.12] gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decimal, posix, xxsubtype (GH-106767) (#106849)
serhiy-storchaka
- [Python-checkins] [3.11] gh-106719: Fix __annotations__ getter and setter in the type and module types (GH-106720) (GH-106850)
serhiy-storchaka
- [Python-checkins] gh-86493: Fix possible leaks in some modules initialization (GH-106768)
serhiy-storchaka
- [Python-checkins] [3.11] gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decimal, posix, xxsubtype (GH-106767) (GH-106849) (GH-106851)
serhiy-storchaka
- [Python-checkins] [3.12] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855)
serhiy-storchaka
- [Python-checkins] gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
serhiy-storchaka
- [Python-checkins] [3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855) (GH-106863)
serhiy-storchaka
- [Python-checkins] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
serhiy-storchaka
- [Python-checkins] gh-47146: Fix reference counting in _testcapi.structmember initializer (GH-106862)
serhiy-storchaka
- [Python-checkins] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
serhiy-storchaka
- [Python-checkins] gh-106909: Use role :const: for referencing module constants (GH-106910)
serhiy-storchaka
- [Python-checkins] [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106951)
serhiy-storchaka
- [Python-checkins] [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952)
serhiy-storchaka
- [Python-checkins] [3.12] gh-47146: Fix reference counting in _testcapi.structmember initializer (GH-106862) (GH-106953)
serhiy-storchaka
- [Python-checkins] [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955)
serhiy-storchaka
- [Python-checkins] [3.12] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106956)
serhiy-storchaka
- [Python-checkins] [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957)
serhiy-storchaka
- [Python-checkins] [3.12] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106954)
serhiy-storchaka
- [Python-checkins] gh-107008: Document the curses module variables LINES and COLS (GH-107011)
serhiy-storchaka
- [Python-checkins] [3.12] gh-107008: Document the curses module variables LINES and COLS (GH-107011) (GH-107057)
serhiy-storchaka
- [Python-checkins] [3.11] gh-107008: Document the curses module variables LINES and COLS (GH-107011) (GH-107058)
serhiy-storchaka
- [Python-checkins] gh-106948: Add standard external names to nitpick_ignore (GH-106949)
serhiy-storchaka
- [Python-checkins] [3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113)
serhiy-storchaka
- [Python-checkins] [3.11] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107121)
serhiy-storchaka
- [Python-checkins] [3.11] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224)
serhiy-storchaka
- [Python-checkins] gh-86493: Modernize modules initialization code (GH-106858)
serhiy-storchaka
- [Python-checkins] gh-106004: PyDict_GetItemRef() should only be in the limited API 3.13 (GH-107229)
serhiy-storchaka
- [Python-checkins] [3.12] gh-62519: Make pgettext search plurals when translation is not found (GH-107118) (GH-107134)
serhiy-storchaka
- [Python-checkins] [3.11] gh-62519: Make pgettext search plurals when translation is not found (GH-107118) (GH-107133)
serhiy-storchaka
- [Python-checkins] gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351)
serhiy-storchaka
- [Python-checkins] gh-107226: PyModule_AddObjectRef() should only be in the limited API 3.10 (GH-107227)
serhiy-storchaka
- [Python-checkins] [3.12] gh-107226: PyModule_AddObjectRef() should only be in the limited API 3.10 (GH-107227) (GH-107260)
serhiy-storchaka
- [Python-checkins] [3.11] gh-107226: PyModule_AddObjectRef() should only be in the limited API 3.10 (GH-107227) (GH-107261)
serhiy-storchaka
- [Python-checkins] gh-106185: Deduplicate `CPythonTracebackErrorCaretTests` in `test_traceback` (GH-106187)
serhiy-storchaka
- [Python-checkins] [3.12] gh-106185: Deduplicate `CPythonTracebackErrorCaretTests` in `test_traceback` (GH-106187) (GH-107268)
serhiy-storchaka
- [Python-checkins] [3.11] gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351) (GH-107259)
serhiy-storchaka
- [Python-checkins] [3.12] gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351) (GH-107258)
serhiy-storchaka
- [Python-checkins] gh-103735: Tkinter: remove handling for uninteresting "procbody" Tcl value type (GH-103736)
serhiy-storchaka
- [Python-checkins] gh-107091: Fix some uses of :c:member: role (GH-107129)
serhiy-storchaka
- [Python-checkins] gh-107091: Fix some uses of :c:type: role (GH-107138)
serhiy-storchaka
- [Python-checkins] [3.12] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107310)
serhiy-storchaka
- [Python-checkins] [3.11] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107311)
serhiy-storchaka
- [Python-checkins] [3.12] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107312)
serhiy-storchaka
- [Python-checkins] [3.11] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107313)
serhiy-storchaka
- [Python-checkins] gh-107091: Fix some uses of :attr: role (GH-107318)
serhiy-storchaka
- [Python-checkins] gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH-107316)
serhiy-storchaka
- [Python-checkins] [3.12] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107330)
serhiy-storchaka
- [Python-checkins] [3.11] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107331)
serhiy-storchaka
- [Python-checkins] [3.11] gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH-107316) (GH-107333)
serhiy-storchaka
- [Python-checkins] [3.12] gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH-107316) (GH-107332)
serhiy-storchaka
- [Python-checkins] gh-103731: Remove unneeded checks for TCL_WIDE_INT_TYPE (GH-103732)
serhiy-storchaka
- [Python-checkins] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
serhiy-storchaka
- [Python-checkins] [3.12] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-107370)
serhiy-storchaka
- [Python-checkins] [3.11] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-107371)
serhiy-storchaka
- [Python-checkins] [3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375)
serhiy-storchaka
- [Python-checkins] [3.11] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107373)
serhiy-storchaka
- [Python-checkins] [3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107376)
serhiy-storchaka
- [Python-checkins] [3.11] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107377)
serhiy-storchaka
- [Python-checkins] [3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107380)
serhiy-storchaka
- [Python-checkins] [3.11] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107381)
serhiy-storchaka
- [Python-checkins] gh-107091: Fix some uses of :const: role (GH-107379)
serhiy-storchaka
- [Python-checkins] [3.12] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107384)
serhiy-storchaka
- [Python-checkins] [3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385)
serhiy-storchaka
- [Python-checkins] gh-107091: Fix some uses of :func: role (GH-107378)
serhiy-storchaka
- [Python-checkins] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
serhiy-storchaka
- [Python-checkins] [3.12] gh-107091: Fix some uses of :func: role (GH-107378) (GH-107416)
serhiy-storchaka
- [Python-checkins] [3.11] gh-107091: Fix some uses of :func: role (GH-107378) (GH-107417)
serhiy-storchaka
- [Python-checkins] [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419)
serhiy-storchaka
- [Python-checkins] [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418)
serhiy-storchaka
- [Python-checkins] gh-105235: Prevent reading outside buffer during mmap.find() (#105252)
sweeneyde
- [Python-checkins] [3.12] gh-105235: Prevent reading outside buffer during mmap.find() (GH-105252) (#106708)
sweeneyde
- [Python-checkins] [3.11] gh-105235: Prevent reading outside buffer during mmap.find() (… (#106710)
sweeneyde
- [Python-checkins] gh-102541: Fix Helper.help("mod") for non-existent mod (#105934)
terryjreedy
- [Python-checkins] [3.11] gh-102541: Fix Helper.help("mod") for non-existent mod (GH-105934) (#106323)
terryjreedy
- [Python-checkins] [3.12] gh-102541: Fix Helper.help("mod") for non-existent mod (GH-105934) (#106322)
terryjreedy
- [Python-checkins] gh-103186: Fix or catch 'extra' stderr output from unittests (#103196)
terryjreedy
- [Python-checkins] [3.12] gh-103186: Fix or catch 'extra' stderr output from unittests (GH-103196) (#106605)
terryjreedy
- [Python-checkins] [3.11] gh-103186: Fix or catch 'extra' stderr output from unittests (#103196) (#106606)
terryjreedy
- [Python-checkins] gh-106498: Revert incorrect colorsys.rgb_to_hls change (#106627)
terryjreedy
- [Python-checkins] [3.12] gh-106498: Revert incorrect colorsys.rgb_to_hls change (GH-106627) (#106632)
terryjreedy
- [Python-checkins] [3.11] gh-106498: Revert incorrect colorsys.rgb_to_hls change (GH-106627) (#106633)
terryjreedy
- [Python-checkins] gh-106625 : Add missing code to tutorial 4.6 example (#106623)
terryjreedy
- [Python-checkins] [3.11] gh-106625 : Add missing code to tutorial 4.6 example (GH-106623) (#106637)
terryjreedy
- [Python-checkins] [3.12] gh-106625 : Add missing code to tutorial 4.6 example (GH-106623) (#106636)
terryjreedy
- [Python-checkins] gh-102541: Add test case for help() for non_existent_module (#106340)
terryjreedy
- [Python-checkins] [3.11] gh-102541: Add test case for help() for non_existent_module (GH-106340) (#106640)
terryjreedy
- [Python-checkins] [3.12] gh-102541: Add test case for help() for non_existent_module (GH-106340) (#106639)
terryjreedy
- [Python-checkins] gh-106690: Add a .coveragerc file to the CPython repository (#8150)
terryjreedy
- [Python-checkins] gh-106446: Fix failed doctest in stdtypes (#106447)
terryjreedy
- [Python-checkins] [3.12] gh-106446: Fix failed doctest in stdtypes (GH-106447) (#106741)
terryjreedy
- [Python-checkins] [3.11] gh-106446: Fix failed doctest in stdtypes (GH-106447) (#106742)
terryjreedy
- [Python-checkins] gh-106780: Add __match_args__ to tutorial example (#106784)
terryjreedy
- [Python-checkins] [3.12] gh-106780: Add __match_args__ to tutorial example (GH-106784) (#106819)
terryjreedy
- [Python-checkins] [3.11] gh-106780: Add __match_args__ to tutorial example (GH-106784) (#106820)
terryjreedy
- [Python-checkins] gh-106238: Handle KeyboardInterrupt during logging._acquireLock() (GH-106239)
vsajip
- [Python-checkins] gh-89427: Set VIRTUAL_ENV_PROMPT even when VIRTUAL_ENV_DISABLE_PROMPT… (GH-106643)
vsajip
- [Python-checkins] gh-107028: tiny textual changes in logging docs and docstrings (GH-107029)
vsajip
- [Python-checkins] [3.12] gh-107028: tiny textual changes in logging docs and docstrings (GH-107029) (GH-107065)
vsajip
- [Python-checkins] [3.11] gh-107028: tiny textual changes in logging docs and docstrings (GH-107029) (GH-107066)
vsajip
- [Python-checkins] gh-106316: Remove pytime.h header file (#106317)
vstinner
- [Python-checkins] gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
vstinner
- [Python-checkins] gh-106320: Remove private _PyTraceMalloc C API functions (#106324)
vstinner
- [Python-checkins] gh-106320: Remove private _PyInterpreterState functions (#106325)
vstinner
- [Python-checkins] gh-106320: Remove private _PyInterpreterState functions (#106335)
vstinner
- [Python-checkins] gh-106320: Use _PyInterpreterState_GET() (#106336)
vstinner
- [Python-checkins] gh-106320: Add pycore_complexobject.h header file (#106339)
vstinner
- [Python-checkins] gh-106320: _testcapi avoids private _PyUnicode_EqualToASCIIString() (#106341)
vstinner
- [Python-checkins] gh-106320: Move _PyUnicodeWriter to the internal C API (#106342)
vstinner
- [Python-checkins] gh-106320: Create pycore_modsupport.h header file (#106355)
vstinner
- [Python-checkins] gh-106320: Remove private _PyErr C API functions (#106356)
vstinner
- [Python-checkins] gh-106320: Remove more private _PyUnicode C API functions (#106382)
vstinner
- [Python-checkins] gh-86085: Remove _PyCodec_Forget() declaration (#106377)
vstinner
- [Python-checkins] gh-106320: Remove private _PyImport C API functions (#106383)
vstinner
- [Python-checkins] gh-106320: Fix _PyImport_GetModuleAttr() declaration (#106386)
vstinner
- [Python-checkins] gh-106320: Remove private _PyUnicode codecs C API functions (#106385)
vstinner
- [Python-checkins] gh-106320: Remove _PyBytesWriter C API (#106399)
vstinner
- [Python-checkins] gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)
vstinner
- [Python-checkins] gh-106320: Remove private pylifecycle.h functions (#106400)
vstinner
- [Python-checkins] gh-106406: Fix _Py_IsInterpreterFinalizing() in _winapi.c (#106408)
vstinner
- [Python-checkins] gh-106320: Remove _PyInterpreterState_HasFeature() (#106425)
vstinner
- [Python-checkins] gh-106535: Document PEP 387 Soft Deprecation (#106536)
vstinner
- [Python-checkins] gh-105373: Doc lists pending C API removals (#106537)
vstinner
- [Python-checkins] gh-105373: Remove C API global config vars in Python 3.14 (#106538)
vstinner
- [Python-checkins] gh-106535: Soft deprecate the getopt module (#105735)
vstinner
- [Python-checkins] gh-105376: Remove logging.warn() and LoggerAdapter.warn() (#106553)
vstinner
- [Python-checkins] gh-105373: Doc lists pending removals (#106540)
vstinner
- [Python-checkins] gh-105927: PyWeakref_GetRef() returns 1 on success (#106561)
vstinner
- [Python-checkins] gh-105733: Fix ctypes What's New entry (#106576)
vstinner
- [Python-checkins] gh-106572: Convert PyObject_DelAttr() to a function (#106611)
vstinner
- [Python-checkins] gh-105373: Elaborate Pending Removal in What's New in Python 3.13 (#106675)
vstinner
- [Python-checkins] gh-106687: _ssl: use uint64_t for SSL options (#106700)
vstinner
- [Python-checkins] [3.12] gh-106687: _ssl: use uint64_t for SSL options (GH-106700) (#106827)
vstinner
- [Python-checkins] gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (#106832)
vstinner
- [Python-checkins] [3.11] gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (GH-106832) (#106836)
vstinner
- [Python-checkins] [3.12] gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (GH-106832) (#106835)
vstinner
- [Python-checkins] gh-106535: Document soft deprecations in What's New In Python 3.13 (#106859)
vstinner
- [Python-checkins] Export _PyEval_SetProfile() as a function, not data (#106887)
vstinner
- [Python-checkins] gh-106004: Add PyDict_GetItemRef() function (#106005)
vstinner
- [Python-checkins] gh-106714: Fix test_capi to not write a coredump (#107007)
vstinner
- [Python-checkins] [3.12] gh-106714: Fix test_capi to not write a coredump (GH-107007) (#107009)
vstinner
- [Python-checkins] gh-106320: Remove private _PyUnicode_AsString() alias (#107021)
vstinner
- [Python-checkins] gh-106320: Document private C API removal in What's New 3.13 (#107027)
vstinner
- [Python-checkins] gh-106320: Move private _PyHash API to the internal C API (#107026)
vstinner
- [Python-checkins] gh-106320: Move _PyNone_Type to the internal C API (#107030)
vstinner
- [Python-checkins] gh-106320: Move private _PyGen API to the internal C API (#107032)
vstinner
- [Python-checkins] gh-106320: Remove _PyOS_ReadlineTState API (#107034)
vstinner
- [Python-checkins] gh-106320: Move private _PySet API to the internal API (#107041)
vstinner
- [Python-checkins] gh-106320: Remove _Py_SwappedOp from the C API (#107036)
vstinner
- [Python-checkins] gh-106320: Remove private _PyInterpreterID C API (#107053)
vstinner
- [Python-checkins] gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)
vstinner
- [Python-checkins] GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)
vstinner
- [Python-checkins] gh-106320: Remove private _PyModule API (#107070)
vstinner
- [Python-checkins] gh-106320: Remove _PyFunction_Vectorcall() API (#107071)
vstinner
- [Python-checkins] [3.12] GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069) (#107075)
vstinner
- [Python-checkins] gh-106320: Remove _PyIsSelectable_fd() C API (#107142)
vstinner
- [Python-checkins] gh-106320: Remove _PyTuple_MaybeUntrack() C API (#107143)
vstinner
- [Python-checkins] gh-106320: Remove private _PyObject C API (#107147)
vstinner
- [Python-checkins] gh-106320: Remove _PyBytes_Join() C API (#107144)
vstinner
- [Python-checkins] gh-106320: Remove private _PyObject C API (#107159)
vstinner
- [Python-checkins] Fix PyVectorcall_Function doc versionadded (#107140)
vstinner
- [Python-checkins] [3.12] Fix PyVectorcall_Function doc versionadded (GH-107140) (#107173)
vstinner
- [Python-checkins] [3.11] Fix PyVectorcall_Function doc versionadded (GH-107140) (#107174)
vstinner
- [Python-checkins] gh-106320: Remove private _PyDict C API (#107145)
vstinner
- [Python-checkins] gh-107162: Document errcode.h usage in its comment (#107177)
vstinner
- [Python-checkins] gh-106320: Remove private _PyUnicode C API (#107185)
vstinner
- [Python-checkins] gh-106320: Remove private _PyMem API (#107187)
vstinner
- [Python-checkins] GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (#107188)
vstinner
- [Python-checkins] gh-98608: Move PyInterpreterConfig to pylifecycle.h (#107191)
vstinner
- [Python-checkins] gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (#107193)
vstinner
- [Python-checkins] [3.12] GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (GH-107188) (#107195)
vstinner
- [Python-checkins] [3.12] gh-98608: Move PyInterpreterConfig to pylifecycle.h (GH-107191) (#107198)
vstinner
- [Python-checkins] [3.12] gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (GH-107193) (#107199)
vstinner
- [Python-checkins] gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212)
vstinner
- [Python-checkins] gh-107211: No longer export internal functions (1) (#107213)
vstinner
- [Python-checkins] gh-107211: No longer export internal functions (2) (#107214)
vstinner
- [Python-checkins] gh-107211: No longer export internal functions (3) (#107215)
vstinner
- [Python-checkins] gh-107211: No longer export internal functions (4) (#107217)
vstinner
- [Python-checkins] gh-107211: No longer export internal variables (#107218)
vstinner
- [Python-checkins] gh-105059: Use GCC/clang extension for PyObject union (#107232)
vstinner
- [Python-checkins] [3.12] gh-105059: Use GCC/clang extension for PyObject union (GH-107232) (#107236)
vstinner
- [Python-checkins] gh-107237: Fix test_udp_reconnection() of test_logging (#107238)
vstinner
- [Python-checkins] gh-106869: Use new PyMemberDef constant names (#106871)
vstinner
- [Python-checkins] [3.12] gh-107237: Fix test_udp_reconnection() of test_logging (GH-107238) (#107242)
vstinner
- [Python-checkins] gh-105059: Fix MSCV compiler warning on PyObject union (#107239)
vstinner
- [Python-checkins] [3.11] gh-107237: Fix test_udp_reconnection() of test_logging (#107238) (#107245)
vstinner
- [Python-checkins] [3.12] gh-105059: Fix MSCV compiler warning on PyObject union (GH-107239) (#107248)
vstinner
- [Python-checkins] Remove unused internal _PyImport_GetModuleId() function (#107235)
vstinner
- [Python-checkins] gh-107249: Implement Py_UNUSED() for MSVC (#107250)
vstinner
- [Python-checkins] gh-106948: Update documentation nitpick_ignore for c:identifer domain (#107295)
vstinner
- [Python-checkins] [3.12] gh-106948: Update documentation nitpick_ignore for c:identifer domain (GH-107295) (#107297)
vstinner
- [Python-checkins] [3.11] gh-106948: Update documentation nitpick_ignore for c:identifer domain (#107295) (#107299)
vstinner
- [Python-checkins] gh-107298: Fix doc references to undocumented modules (#107300)
vstinner
- [Python-checkins] gh-107298: Fix Sphinx warnings in the C API doc (#107302)
vstinner
- [Python-checkins] gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
vstinner
- [Python-checkins] gh-107196: Remove _PyArg_VaParseTupleAndKeywordsFast() function (#107197)
vstinner
- [Python-checkins] gh-105268: _PyGC_FINALIZED() removal is already documented in 3.12 (#107350)
vstinner
- [Python-checkins] gh-102542 Remove unused bytes object and bytes slicing (#106433)
warsaw
- [Python-checkins] gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649)
zooba
- [Python-checkins] [3.11] gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649) (GH-106761)
zware
Last message date:
Mon Jul 31 19:25:21 EDT 2023
Archived on: Mon Jul 31 19:25:22 EDT 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).