May 2022 Archives by subject
Starting: Sun May 1 00:02:56 EDT 2022
Ending: Tue May 31 22:13:34 EDT 2022
Messages: 803
- [Python-checkins] [3.10] bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498) (#92981)
ambv
- [Python-checkins] [3.10] bpo-43504: Remove effbot urls (GH-26308) (#92161)
JelleZijlstra
- [Python-checkins] [3.10] build(deps): bump actions/cache from 3.0.1 to 3.0.2 (GH-92111) (#92124)
JelleZijlstra
- [Python-checkins] [3.10] build(deps): bump actions/stale from 4 to 5 (GH-92108) (#92127)
JelleZijlstra
- [Python-checkins] [3.10] Fix typo in Programming FAQ (GH-92083) (GH-92148)
miss-islington
- [Python-checkins] [3.10] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631) (GH-92660)
miss-islington
- [Python-checkins] [3.10] gh-72073: Add Windows case in pathlib.rename (GH-93002) (GH-93029)
miss-islington
- [Python-checkins] [3.10] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529) (GH-92609)
miss-islington
- [Python-checkins] [3.10] gh-77630: Change Charset to charset (GH-92439) (GH-92476)
miss-islington
- [Python-checkins] [3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#92274)
JelleZijlstra
- [Python-checkins] [3.10] gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP file (GH-32291) (GH-93140)
miss-islington
- [Python-checkins] [3.10] gh-89301: Fix regression with bound values in traced SQLite statements (#92147)
JelleZijlstra
- [Python-checkins] [3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (#92497)
gpshead
- [Python-checkins] [3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (GH-92497) (#92499)
gpshead
- [Python-checkins] [3.10] gh-91401: Conservative backport of `subprocess._USE_VFORK` (#91932)
gpshead
- [Python-checkins] [3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
serhiy-storchaka
- [Python-checkins] [3.10] gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903) (GH-92664)
miss-islington
- [Python-checkins] [3.10] gh-91924: Fix __ltrace__ for non-UTF-8 stdout encoding (#93214)
vstinner
- [Python-checkins] [3.10] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (#92370)
JelleZijlstra
- [Python-checkins] [3.10] gh-92118: Add test for traceback when exception is modified by (Async)ExitStack.__exit__ (GH-92339) (GH-92343)
iritkatriel
- [Python-checkins] [3.10] gh-92311: Let frame_setlineno jump over listcomps (GH-92717)
markshannon
- [Python-checkins] [3.10] gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python versions (GH-92419) (GH-92463)
miss-islington
- [Python-checkins] [3.10] gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420) (GH-92468)
miss-islington
- [Python-checkins] [3.10] gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH-92422) (GH-92465)
miss-islington
- [Python-checkins] [3.10] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423) (GH-92473)
miss-islington
- [Python-checkins] [3.10] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92470)
miss-islington
- [Python-checkins] [3.10] gh-92448: Update the documentation builder to render the GitHub issue (GH-92449). (GH-92457)
corona10
- [Python-checkins] [3.10] gh-92859: Doc: add info about logging.debug() calling basicConfig() (GH-93063) (GH-93150)
vsajip
- [Python-checkins] [3.10] gh-93217: fix some issues in man page and --help (GH-93219) (#93261)
merwok
- [Python-checkins] [3.10] Improve the typing docs (GH-92264) (#92270)
JelleZijlstra
- [Python-checkins] [3.11] Add CI step to check changes in the exported ABI (#92442)
pablogsal
- [Python-checkins] [3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-93306)
miss-islington
- [Python-checkins] [3.11] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631) (GH-92659)
miss-islington
- [Python-checkins] [3.11] gh-72073: Add Windows case in pathlib.rename (GH-93002) (GH-93028)
miss-islington
- [Python-checkins] [3.11] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529) (GH-92608)
miss-islington
- [Python-checkins] [3.11] gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP file (GH-32291) (GH-93141)
miss-islington
- [Python-checkins] [3.11] gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636) (GH-92662)
miss-islington
- [Python-checkins] [3.11] gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846) (GH-92851)
tiran
- [Python-checkins] [3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335) (#92484)
pablogsal
- [Python-checkins] [3.11] gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903) (GH-92663)
miss-islington
- [Python-checkins] [3.11] gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python versions (GH-92419) (GH-92462)
miss-islington
- [Python-checkins] [3.11] gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420) (GH-92467)
miss-islington
- [Python-checkins] [3.11] gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH-92422) (GH-92464)
miss-islington
- [Python-checkins] [3.11] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423) (GH-92472)
miss-islington
- [Python-checkins] [3.11] gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539) (GH-92606)
miss-islington
- [Python-checkins] [3.11] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92469)
miss-islington
- [Python-checkins] [3.11] gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534) (GH-92829)
miss-islington
- [Python-checkins] [3.11] GH-92898: Make _Py_Cast C++ version compatible with cast operator (gh-92951) (gh-93049)
corona10
- [Python-checkins] [3.11] gh-93035: [Enum] Fix IntFlag crash when no single-bit members (GH-93076) (GH-93197)
ethanfurman
- [Python-checkins] [3.11] gh-93044: No longer convert the database argument of sqlite3.connect() to bytes (GH-93046) (GH-93048)
serhiy-storchaka
- [Python-checkins] [3.11] gh-93100: [Enum] fix missing variable in global_str (GH-93107) (GH-93134)
ethanfurman
- [Python-checkins] [3.11] Restore default role check in `make check`. (GH-92290) (#92821)
ezio-melotti
- [Python-checkins] [3.7] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (GH-92334)
ned-deily
- [Python-checkins] [3.7] gh-91888: add a `:gh:` role to the documentation (GH-91889) (GH-91937)
ned-deily
- [Python-checkins] [3.7] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93149)
ned-deily
- [Python-checkins] [3.7] Update Sphinx bpo role to use redirect URI. (GH-91893)
ned-deily
- [Python-checkins] [3.8] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (#92333)
ambv
- [Python-checkins] [3.8] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91936)
ezio-melotti
- [Python-checkins] [3.8] gh-92448: Update the documentation builder to render the GitHub… (GH-92605)
ambv
- [Python-checkins] [3.8] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (#93148)
ambv
- [Python-checkins] [3.8] Update Sphinx bpo role to use redirect URI. (#91892)
ezio-melotti
- [Python-checkins] [3.9] bpo-34480: fix bug where match variable is used prior to being defined (GH-17643) (GH-32256)
ambv
- [Python-checkins] [3.9] bpo-46586: Fix more erroneous doc links to builtins (GH-31429) (#92199)
JelleZijlstra
- [Python-checkins] [3.9] build(deps): bump actions/cache from 3.0.1 to 3.0.2 (GH-92111) (#92125)
JelleZijlstra
- [Python-checkins] [3.9] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631) (GH-92661)
miss-islington
- [Python-checkins] [3.9] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529) (GH-92610)
miss-islington
- [Python-checkins] [3.9] gh-77630: Change Charset to charset (GH-92439) (GH-92477)
miss-islington
- [Python-checkins] [3.9] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#92278)
JelleZijlstra
- [Python-checkins] [3.9] gh-81488: Add recursive wording for issubclass docs (GH-92087) (#92131)
JelleZijlstra
- [Python-checkins] [3.9] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92080)
serhiy-storchaka
- [Python-checkins] [3.9] gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903) (GH-92665)
miss-islington
- [Python-checkins] [3.9] gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070) (GH-92073) (GH-92102)
serhiy-storchaka
- [Python-checkins] [3.9] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (GH-92372)
ambv
- [Python-checkins] [3.9] gh-92311: Let frame_setlineno jump over listcomps (#92740)
sweeneyde
- [Python-checkins] [3.9] gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH-92422) (GH-92466)
miss-islington
- [Python-checkins] [3.9] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423) (GH-92474)
miss-islington
- [Python-checkins] [3.9] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92471)
miss-islington
- [Python-checkins] [3.9] gh-92436: __future__ docs: add note on expectations for "from __future__ import annotations" (GH-92568). (#92726)
JelleZijlstra
- [Python-checkins] [3.9] gh-92448: Update the documentation builder to render the GitHub issue. (GH-92449). (GH-92458)
corona10
- [Python-checkins] [3.9] Improve the typing docs (GH-92264) (#92271)
JelleZijlstra
- [Python-checkins] [3.9] Remove effbot urls (GH-26308). (#92162)
JelleZijlstra
- [Python-checkins] [doc] logging.rst - Change link to point directly to the Google Group. (GH-93390)
vsajip
- [Python-checkins] [Enum] Remove redundant check for existing members. (GH-92590)
ethanfurman
- [Python-checkins] `typing.Text`: tweak deprecation notice (#92405)
JelleZijlstra
- [Python-checkins] `typing.Text`: tweak deprecation notice (GH-92405)
miss-islington
- [Python-checkins] Add __class_getitem__ to csv.DictReader and csv.DictWriter (#92393)
JelleZijlstra
- [Python-checkins] Add `__slots__` to `typing._NotIterable` (GH-92570)
serhiy-storchaka
- [Python-checkins] Add `__slots__` to `typing._NotIterable` (GH-92570)
miss-islington
- [Python-checkins] Add more stats for freelist use and allocations. (GH-92211)
markshannon
- [Python-checkins] Add notes for maintaining ABCs (#92736)
rhettinger
- [Python-checkins] Add redirects to Misc/NEWS bpo links (GH-91454) (#91895)
ezio-melotti
- [Python-checkins] Add redirects to Misc/NEWS bpo links (GH-91454) (GH-91894)
ned-deily
- [Python-checkins] Add source for character mappings (#92014)
ezio-melotti
- [Python-checkins] Add source for character mappings (GH-92014) (#92388)
ezio-melotti
- [Python-checkins] Add source for character mappings (GH-92014) (#92389)
ezio-melotti
- [Python-checkins] Add the 3.11 branch to the CI files
pablogsal
- [Python-checkins] Add the 3.11 branch to the CI files
pablogsal
- [Python-checkins] Add weakref_slot to dataclass decorator, to allow instances with slots to be weakref-able. (#92160)
ericvsmith
- [Python-checkins] Allow translating argument error messages (#17169)
rhettinger
- [Python-checkins] asyncio.subprocess: Fix a typo in doc (#92030)
JelleZijlstra
- [Python-checkins] asyncio.subprocess: Fix a typo in doc (GH-92030)
miss-islington
- [Python-checkins] asyncio.subprocess: Fix a typo in doc (GH-92030)
miss-islington
- [Python-checkins] binascii docs: strict_mode parameter is keyword-only (#93055)
JelleZijlstra
- [Python-checkins] binascii docs: strict_mode parameter is keyword-only (GH-93055)
miss-islington
- [Python-checkins] bpo-13553: Document tkinter.Tk args (#4786)
JelleZijlstra
- [Python-checkins] bpo-13553: Document tkinter.Tk args (GH-4786)
miss-islington
- [Python-checkins] bpo-13553: Document tkinter.Tk args (GH-4786)
miss-islington
- [Python-checkins] bpo-13553: Document tkinter.Tk args (GH-4786)
miss-islington
- [Python-checkins] bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498)
ambv
- [Python-checkins] bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498) (GH-92978)
ambv
- [Python-checkins] bpo-29890: Test IPv*Interface construction with tuple argument (#30862)
JelleZijlstra
- [Python-checkins] bpo-29890: Test IPv*Interface construction with tuple argument (GH-30862)
miss-islington
- [Python-checkins] bpo-29890: Test IPv*Interface construction with tuple argument (GH-30862)
miss-islington
- [Python-checkins] bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
serhiy-storchaka
- [Python-checkins] bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
miss-islington
- [Python-checkins] bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
miss-islington
- [Python-checkins] bpo-38056: overhaul Error Handlers section in codecs documentation (#15732)
JelleZijlstra
- [Python-checkins] bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)
miss-islington
- [Python-checkins] bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)
miss-islington
- [Python-checkins] bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)
miss-islington
- [Python-checkins] bpo-38704: Prevent installation on unsupported Windows versions (GH-17950)
zooba
- [Python-checkins] bpo-39229: fix formatting in library/functions.rst (#17857)
JelleZijlstra
- [Python-checkins] bpo-39229: fix formatting in library/functions.rst (GH-17857)
miss-islington
- [Python-checkins] bpo-39264: Fix UserDict.get() to account for __missing__() (GH-17910)
miss-islington
- [Python-checkins] bpo-39278: add docstrings to functions in pdb module (#17924)
rhettinger
- [Python-checkins] bpo-39716: Raise on conflicting subparser names. (GH-18605)
miss-islington
- [Python-checkins] bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)
methane
- [Python-checkins] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
ericsnowcurrently
- [Python-checkins] bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` returns `None` (#30575)
JelleZijlstra
- [Python-checkins] bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` returns `None` (GH-30575)
miss-islington
- [Python-checkins] bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` returns `None` (GH-30575)
miss-islington
- [Python-checkins] bpo-41287: Handle `doc` argument of `property.__init__` in subclasses (#23205)
JelleZijlstra
- [Python-checkins] bpo-41818: Add os.login_tty() for *nix. (#29658)
gpshead
- [Python-checkins] bpo-42047: Add native thread ID for DragonFlyBSD (#22714)
erlend-aasland
- [Python-checkins] bpo-42259: clarify pprint saferepr docs (#30256)
rhettinger
- [Python-checkins] bpo-42272: fix misleading warning filter message/module docs (#23172)
ezio-melotti
- [Python-checkins] bpo-42272: fix misleading warning filter message/module docs (GH-23172)
miss-islington
- [Python-checkins] bpo-42272: fix misleading warning filter message/module docs (GH-23172)
miss-islington
- [Python-checkins] bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
zooba
- [Python-checkins] bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
miss-islington
- [Python-checkins] bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
miss-islington
- [Python-checkins] bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
zooba
- [Python-checkins] bpo-42773: fix tests not being run on pushes (GH-24004) (GH-92341)
ned-deily
- [Python-checkins] bpo-43689: improve documentation for Differ (GH-25132)
miss-islington
- [Python-checkins] bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385)
JelleZijlstra
- [Python-checkins] bpo-43857: Improve the AttributeError message when deleting a missing attribute (#25424)
JelleZijlstra
- [Python-checkins] bpo-43923: Add support for generic typing.NamedTuple (#92027)
JelleZijlstra
- [Python-checkins] bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)
serhiy-storchaka
- [Python-checkins] bpo-44863: Allow generic typing.TypedDict (#27663)
JelleZijlstra
- [Python-checkins] bpo-45046: Support context managers in unittest (GH-28045)
serhiy-storchaka
- [Python-checkins] bpo-45046: Support context managers in unittest (GH-28045)
miss-islington
- [Python-checkins] bpo-45393: help() on operator precedence has misleading entries (GH-31246)
ambv
- [Python-checkins] bpo-45393: help() on operator precedence has misleading entries (GH-31246) (GH-92965)
ambv
- [Python-checkins] bpo-45393: help() on operator precedence has misleading entries (GH-31246) (GH-92966)
ambv
- [Python-checkins] bpo-45393: help() on operator precedence has misleading entries (GH-31246) (GH-92967)
ambv
- [Python-checkins] bpo-45639: Add webp and avif image formats to mimetypes (#29259)
JelleZijlstra
- [Python-checkins] bpo-46267: Test compresslevel in gzip.compress (#30416)
JelleZijlstra
- [Python-checkins] bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)
JelleZijlstra
- [Python-checkins] bpo-46415: Use f-string for ValueError in ipaddress.ip_{address, network, interface} helper functions (#30642)
JelleZijlstra
- [Python-checkins] bpo-46415: Use f-string for ValueError in ipaddress.ip_{address, network, interface} helper functions (GH-30642)
miss-islington
- [Python-checkins] bpo-46415: Use f-string for ValueError in ipaddress.ip_{address, network, interface} helper functions (GH-30642)
miss-islington
- [Python-checkins] bpo-46547: remove leaking vars into `pydoc.Helper` namespace (#30957)
JelleZijlstra
- [Python-checkins] bpo-46586: Fix more erroneous doc links to builtins (#31429)
JelleZijlstra
- [Python-checkins] bpo-46586: Fix more erroneous doc links to builtins (GH-31429)
miss-islington
- [Python-checkins] bpo-46604: fix function name in ssl module docstring (#31064)
JelleZijlstra
- [Python-checkins] bpo-46604: fix function name in ssl module docstring (GH-31064)
miss-islington
- [Python-checkins] bpo-46604: fix function name in ssl module docstring (GH-31064)
miss-islington
- [Python-checkins] bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)
JelleZijlstra
- [Python-checkins] bpo-46764: Fix wrapping bound method with @classmethod (#31367)
rhettinger
- [Python-checkins] bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
zooba
- [Python-checkins] bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
zooba
- [Python-checkins] bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
zooba
- [Python-checkins] bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (#31408)
JelleZijlstra
- [Python-checkins] bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (GH-31408)
miss-islington
- [Python-checkins] bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (GH-31408)
miss-islington
- [Python-checkins] bpo-46879: Fix incorrect sphinx object names in doc (GH-31615)
ambv
- [Python-checkins] bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92974)
ambv
- [Python-checkins] bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92975)
ambv
- [Python-checkins] bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92976)
ambv
- [Python-checkins] bpo-46907: Update macOS installer to SQLite 3.38.4. (GH-32148)
ned-deily
- [Python-checkins] bpo-46907: Update Windows installer to SQLite 3.38.3. (GH-91995)
zooba
- [Python-checkins] bpo-46907: Update Windows installer to SQLite 3.38.4. (#92322)
erlend-aasland
- [Python-checkins] bpo-46907: Update Windows installer to SQLite 3.38.4. (GH-92322)
miss-islington
- [Python-checkins] bpo-46951: Order contents of zipapps (GH-31713)
serhiy-storchaka
- [Python-checkins] bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (#31913)
JelleZijlstra
- [Python-checkins] bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (GH-31913)
miss-islington
- [Python-checkins] bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (GH-31913)
miss-islington
- [Python-checkins] bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32161) (#32183)
ambv
- [Python-checkins] bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241) (GH-32250)
ambv
- [Python-checkins] bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612)
JelleZijlstra
- [Python-checkins] bpo-6686: Replace String with Bytes in xml.sax.handler documentation (GH-30612)
miss-islington
- [Python-checkins] bpo-6686: Replace String with Bytes in xml.sax.handler documentation (GH-30612)
miss-islington
- [Python-checkins] bpo-9182: Add a section on specifying positional arguments (#31810)
rhettinger
- [Python-checkins] build(deps): bump actions/cache from 3.0.1 to 3.0.2 (#92111)
JelleZijlstra
- [Python-checkins] build(deps): bump actions/github-script from 5 to 6 (#92109)
JelleZijlstra
- [Python-checkins] build(deps): bump actions/setup-node from 2 to 3 (#92110)
JelleZijlstra
- [Python-checkins] build(deps): bump actions/stale from 4 to 5 (#92108)
JelleZijlstra
- [Python-checkins] Check result of utc_to_seconds and skip fold probe in pure Python (#91582)
pganssle
- [Python-checkins] Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582)
miss-islington
- [Python-checkins] Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582)
miss-islington
- [Python-checkins] Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582) (GH-92748)
ambv
- [Python-checkins] ci: add GitHub token permissions (#92999)
ewdurbin
- [Python-checkins] Clean-up and simplify median_grouped(). Vastly improve its docstring. (#92324)
rhettinger
- [Python-checkins] Clean up the sqlite3 tests (GH-93056)
serhiy-storchaka
- [Python-checkins] Clean up the sqlite3 tests (GH-93056)
miss-islington
- [Python-checkins] CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (#92535)
erlend-aasland
- [Python-checkins] CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)
miss-islington
- [Python-checkins] CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)
miss-islington
- [Python-checkins] CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)
miss-islington
- [Python-checkins] Compute from_sample() in a single pass over the data (#92284)
rhettinger
- [Python-checkins] concurrent.futures: Fix typo in docstring (#92121)
JelleZijlstra
- [Python-checkins] concurrent.futures: Fix typo in docstring (GH-92121)
miss-islington
- [Python-checkins] concurrent.futures: Fix typo in docstring (GH-92121)
miss-islington
- [Python-checkins] Delete outdated comment in logging module (#31117)
JelleZijlstra
- [Python-checkins] Dependabot: only bump actions for major versions (#92186)
JelleZijlstra
- [Python-checkins] Doc: add missing manpage and title references in tkinter docs (#29008)
erlend-aasland
- [Python-checkins] Doc: add missing manpage and title references in tkinter docs (GH-29008)
miss-islington
- [Python-checkins] Doc: add missing manpage and title references in tkinter docs (GH-29008)
miss-islington
- [Python-checkins] Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (#92634)
erlend-aasland
- [Python-checkins] Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (GH-92634)
miss-islington
- [Python-checkins] Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (GH-92634)
miss-islington
- [Python-checkins] Doc: Minor adjustment of `socket.create_server` docs (#26938)
erlend-aasland
- [Python-checkins] Doc: No need to use rst syntax in code comments. (GH-93102)
JulienPalard
- [Python-checkins] Doc: No need to use rst syntax in code comments. (GH-93102)
miss-islington
- [Python-checkins] Doc: Update py2app link. (#91585)
JulienPalard
- [Python-checkins] Doc: Update py2app link. (GH-91585)
miss-islington
- [Python-checkins] Doc: Update py2app link. (GH-91585)
miss-islington
- [Python-checkins] Doc: Update py2app link. (GH-91585)
miss-islington
- [Python-checkins] Document Py_ssize_t. (GH-92512)
JulienPalard
- [Python-checkins] Document Py_ssize_t. (GH-92512)
miss-islington
- [Python-checkins] Document Py_ssize_t. (GH-92512)
miss-islington
- [Python-checkins] Document Py_ssize_t. (GH-92512)
miss-islington
- [Python-checkins] Document the lifetime of `PyUnicode_AsUTF8String` (#92325)
pablogsal
- [Python-checkins] Document the lifetime of `PyUnicode_AsUTF8String` (GH-92325)
miss-islington
- [Python-checkins] Document the lifetime of `PyUnicode_AsUTF8String` (GH-92325)
miss-islington
- [Python-checkins] Don't apply 'stale' label to issues (#91501)
ezio-melotti
- [Python-checkins] Enhance PyConfig documentation (#92394)
vstinner
- [Python-checkins] Enhance PyConfig documentation (GH-92394)
miss-islington
- [Python-checkins] Enum docs: Remove unnecessary apostrophes (#92382)
ezio-melotti
- [Python-checkins] Fix a directive in the `pathlib` docs (GH-93030)
brettcannon
- [Python-checkins] Fix doc warnings in What's New in 3.11 (GH-92215)
Fidget-Spinner
- [Python-checkins] Fix duplicate word. (GH-92182)
benjaminp
- [Python-checkins] Fix inconsistent return type for statistics median_grouped() gh-92531 (#92533)
rhettinger
- [Python-checkins] Fix inconsistent return type for statistics median_grouped() gh-92531 (GH-92533) (#92656)
rhettinger
- [Python-checkins] Fix minor documentation error in bisect docs (GH-92697)
zooba
- [Python-checkins] Fix minor documentation error in bisect docs (GH-92697)
miss-islington
- [Python-checkins] Fix minor documentation error in bisect docs (GH-92697)
miss-islington
- [Python-checkins] Fix NULL check in test_type_from_ephemeral_spec in_testcapimodule.c (GH-92863)
serhiy-storchaka
- [Python-checkins] Fix NULL check in test_type_from_ephemeral_spec in_testcapimodule.c (GH-92863)
miss-islington
- [Python-checkins] Fix NULL test in _testinternalcapi (GH-92861)
sweeneyde
- [Python-checkins] Fix NULL test in _testinternalcapi (GH-92861)
miss-islington
- [Python-checkins] Fix NULL test in _testinternalcapi (GH-92861)
miss-islington
- [Python-checkins] Fix numbers.Real.__rdivmod__ doc string (#31991)
rhettinger
- [Python-checkins] Fix renamed "total" variable (#92287)
rhettinger
- [Python-checkins] Fix small typo (#92721)
rhettinger
- [Python-checkins] Fix the `versionadded` for asyncio.StreamWriter.start_tls() (#92378)
JelleZijlstra
- [Python-checkins] Fix the `versionadded` for asyncio.StreamWriter.start_tls() (GH-92378)
miss-islington
- [Python-checkins] Fix the closure argument to PyEval_EvalCodeEx. (GH-92175)
markshannon
- [Python-checkins] Fix typo in argparse docs. (GH-92691)
miss-islington
- [Python-checkins] Fix typo in argparse docs. (GH-92691) (#92709)
rhettinger
- [Python-checkins] Fix typo in argparse docs. (GH-92691) (#92729)
rhettinger
- [Python-checkins] Fix typo in argparse docs. (GH-92691) (#92731)
rhettinger
- [Python-checkins] Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332)
terryjreedy
- [Python-checkins] Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332) (#93339)
terryjreedy
- [Python-checkins] Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332) (#93340)
terryjreedy
- [Python-checkins] Fix typo in Programming FAQ (#92083)
JelleZijlstra
- [Python-checkins] Fix typo in Programming FAQ (GH-92083)
miss-islington
- [Python-checkins] Fix typo in Sorting howto (#92280)
JelleZijlstra
- [Python-checkins] Fix typo in turtle deprecation warning and use warnings._deprecated (#91862)
JelleZijlstra
- [Python-checkins] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631)
serhiy-storchaka
- [Python-checkins] Fix typo in whatsnew (GH-92488)
miss-islington
- [Python-checkins] Fix use of the default role in a news entry. (#92500)
ezio-melotti
- [Python-checkins] Fix use of the default role in a news entry. (GH-92500)
miss-islington
- [Python-checkins] Fix What's New: use :gh: instead of :issue: (#92395)
pablogsal
- [Python-checkins] Fix What's New for 3.12 (GH-92482)
serhiy-storchaka
- [Python-checkins] gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
vstinner
- [Python-checkins] gh-57684: Document safe path in What's New in Python 3.11 (#92362)
vstinner
- [Python-checkins] gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
vstinner
- [Python-checkins] gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
encukou
- [Python-checkins] gh-64783: Don't check value of SIG_DFL and SIG_IGN (#92350)
tiran
- [Python-checkins] gh-67248: cmd: Sort miscellaneous help topics (#92254)
JelleZijlstra
- [Python-checkins] gh-69093: Fix Setup.local.in rule for _sqlite3 (GH-93380)
tiran
- [Python-checkins] gh-69093: Fix Setup.local.in rule for _sqlite3 (GH-93380)
miss-islington
- [Python-checkins] gh-69443: Add test.support.Py_DEBUG constant (#93226)
vstinner
- [Python-checkins] gh-70363: Emscripten cannot fstat renamed spool file (GH-92354)
tiran
- [Python-checkins] gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)
methane
- [Python-checkins] gh-71223: Improve rendering of some references in the docs (GH-93041)
serhiy-storchaka
- [Python-checkins] gh-71223: Improve rendering of some references in the docs (GH-93041)
miss-islington
- [Python-checkins] gh-72073: Add Windows case in pathlib.rename (GH-93002)
miss-islington
- [Python-checkins] gh-73137: Added sub-subsection headers for flags in re (#93000)
JelleZijlstra
- [Python-checkins] gh-73137: Added sub-subsection headers for flags in re (GH-93000)
miss-islington
- [Python-checkins] gh-73137: Added sub-subsection headers for flags in re (GH-93000)
miss-islington
- [Python-checkins] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529)
serhiy-storchaka
- [Python-checkins] gh-77024: test.support: Improve documentation (#92513)
JelleZijlstra
- [Python-checkins] gh-77024: test.support: Improve documentation (GH-92513)
miss-islington
- [Python-checkins] gh-77024: test.support: Improve documentation (GH-92513)
miss-islington
- [Python-checkins] gh-77521: Add link to builtin module names in modules tutorial (#92438)
JelleZijlstra
- [Python-checkins] gh-77521: Add link to builtin module names in modules tutorial (GH-92438)
miss-islington
- [Python-checkins] gh-77521: Add link to builtin module names in modules tutorial (GH-92438)
miss-islington
- [Python-checkins] gh-77521: Add link to builtin module names in modules tutorial (GH-92438)
miss-islington
- [Python-checkins] gh-77630: Change Charset to charset (GH-92439)
serhiy-storchaka
- [Python-checkins] gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)
ethanfurman
- [Python-checkins] gh-78214: marshal: Stabilize FLAG_REF usage (GH-8226)
methane
- [Python-checkins] gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (#8847)
erlend-aasland
- [Python-checkins] gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (GH-8847)
miss-islington
- [Python-checkins] gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
pganssle
- [Python-checkins] gh-80143: Add clarification for escape characters (#92292)
rhettinger
- [Python-checkins] gh-80143: Add clarification for escape characters (GH-92292) (GH-92629)
ambv
- [Python-checkins] gh-80143: Add clarification for escape characters (GH-92292) (GH-92630)
ambv
- [Python-checkins] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)
JelleZijlstra
- [Python-checkins] gh-80856: doc: reveal doctest directives (#92318)
ezio-melotti
- [Python-checkins] gh-80856: doc: reveal doctest directives (GH-92318)
miss-islington
- [Python-checkins] gh-80856: doc: reveal doctest directives (GH-92318)
miss-islington
- [Python-checkins] gh-81057: Fix indent. (gh-92267)
ericsnowcurrently
- [Python-checkins] gh-81057: Get the c-analyzer tool working again. (gh-92246)
ericsnowcurrently
- [Python-checkins] gh-81488: Add recursive wording for issubclass docs (#92087)
JelleZijlstra
- [Python-checkins] gh-81488: Add recursive wording for issubclass docs (GH-92087)
miss-islington
- [Python-checkins] gh-81548: Clarify the deprecation of octal sequences affect byte strings (GH-92643)
miss-islington
- [Python-checkins] gh-81548: Clarify the deprecation of octal sequences affect byte strings (GH-92643)
miss-islington
- [Python-checkins] gh-82616: Add process_group support to subprocess.Popen (#23930)
gpshead
- [Python-checkins] gh-82616: Add Py_IS_TYPE_SIGNED() macro (#93178)
vstinner
- [Python-checkins] gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP file (GH-32291)
serhiy-storchaka
- [Python-checkins] gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)
gpshead
- [Python-checkins] gh-84461: Add ability for multiprocessed libregrtest to use a different Python executable (GH-91930)
brettcannon
- [Python-checkins] gh-84461: Skip network require tests on Emscripten (GH-92383)
tiran
- [Python-checkins] gh-84508: Add mapping files for Korean and Japanese. (gh-93309)
corona10
- [Python-checkins] gh-84714: Add behavior if dst file exists (#91867)
JelleZijlstra
- [Python-checkins] gh-84714: Add behavior if dst file exists (GH-91867)
miss-islington
- [Python-checkins] gh-84714: Add behavior if dst file exists (GH-91867)
miss-islington
- [Python-checkins] gh-85133: os docs: Add that getenv uses os.environ (#91874)
JelleZijlstra
- [Python-checkins] gh-85133: os docs: Add that getenv uses os.environ (GH-91874)
miss-islington
- [Python-checkins] gh-85133: os docs: Add that getenv uses os.environ (GH-91874)
miss-islington
- [Python-checkins] gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)
methane
- [Python-checkins] gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)
miss-islington
- [Python-checkins] gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)
miss-islington
- [Python-checkins] gh-85858: Remove PyUnicode_InternImmortal() function (#92579)
vstinner
- [Python-checkins] gh-86019: Add table for Windows installer options (GH-91809)
zooba
- [Python-checkins] gh-86388 Remove deprecated behaviors in randrange() (#92677)
rhettinger
- [Python-checkins] gh-87304: Improve comments in language reference for imports (#92164)
JelleZijlstra
- [Python-checkins] gh-87304: Improve comments in language reference for imports (GH-92164)
miss-islington
- [Python-checkins] gh-87304: Improve comments in language reference for imports (GH-92164)
miss-islington
- [Python-checkins] gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)
JelleZijlstra
- [Python-checkins] gh-87390: Fix starred tuple equality and pickling (GH-92337)
serhiy-storchaka
- [Python-checkins] gh-87670: Add web.archive redirects from effbot (GH-92816)
JulienPalard
- [Python-checkins] gh-87670: Add web.archive redirects from effbot (GH-92816)
miss-islington
- [Python-checkins] gh-87670: Add web.archive redirects from effbot (GH-92816)
miss-islington
- [Python-checkins] gh-87670: Add web.archive redirects from effbot (GH-92816)
miss-islington
- [Python-checkins] gh-87901: Add encoding to os.popen (GH-92374)
methane
- [Python-checkins] gh-87901: Remove the encoding argument from os.popen (GH-92836)
methane
- [Python-checkins] gh-87901: Remove the encoding argument from os.popen (GH-92836)
miss-islington
- [Python-checkins] gh-88097: doc: fix link to Py_Version (#92141)
vstinner
- [Python-checkins] gh-88279: Deprecate PySys_SetArgvEx() (#92363)
vstinner
- [Python-checkins] gh-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (#92428)
pablogsal
- [Python-checkins] gh-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (GH-92428)
miss-islington
- [Python-checkins] gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sentence (#91614)
JelleZijlstra
- [Python-checkins] gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sentence (GH-91614)
miss-islington
- [Python-checkins] gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sentence (GH-91614)
miss-islington
- [Python-checkins] gh-88750: On Windows, PyThread_acquire_lock() no longer checks for NULL (#92586)
vstinner
- [Python-checkins] gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
gpshead
- [Python-checkins] gh-88753: Make BooleanOptionalAction's addition of default to help more similar to other actions (#27808)
ambv
- [Python-checkins] gh-89022: Improve sqlite3 exceptions related to binding params and API misuse (#91572)
JelleZijlstra
- [Python-checkins] gh-89158: Add some REPL secondary prompt markers (#93073)
terryjreedy
- [Python-checkins] gh-89158: Add some REPL secondary prompt markers (GH-93073)
miss-islington
- [Python-checkins] gh-89158: Add some REPL secondary prompt markers (GH-93073)
miss-islington
- [Python-checkins] gh-89289: Fix compiler warning in _sqlite/connection.c (#92258)
vstinner
- [Python-checkins] gh-89289: Harden sqlite3.Connection init (#92214)
JelleZijlstra
- [Python-checkins] gh-89301: Fix regression with bound values in traced SQLite statements (#92053)
JelleZijlstra
- [Python-checkins] gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636)
serhiy-storchaka
- [Python-checkins] GH-89369: test_contextlib_async finalizes event loop after each test (#93074)
vstinner
- [Python-checkins] GH-89369: test_contextlib_async finalizes event loop after each test (GH-93074)
miss-islington
- [Python-checkins] GH-89369: test_contextlib_async finalizes event loop after each test (GH-93074)
miss-islington
- [Python-checkins] gh-89452: Prefer gdbm-compat over ndbm (#92208)
ambv
- [Python-checkins] gh-89474: Improve Semaphore/BoundedSemaphore.release() for multiple thread waiting (GH-92447)
corona10
- [Python-checkins] GH-89519: Deprecate classmethod descriptor chaining (#92379)
rhettinger
- [Python-checkins] gh-89653: Add assertions on PyUnicode_READ() index (#92883)
vstinner
- [Python-checkins] gh-89653: Add assertions to unicodeobject.h functions (#92692)
vstinner
- [Python-checkins] gh-89653: PEP 670: Convert PyBytes macros to functions (#91990)
vstinner
- [Python-checkins] gh-89653: PEP 670: Convert PyCell macros to functions (#92653)
vstinner
- [Python-checkins] gh-89653: PEP 670: Convert PyCFunction macros to functions (#92302)
vstinner
- [Python-checkins] gh-89653: PEP 670: Convert pycore_gc.h macros to functions (#92649)
vstinner
- [Python-checkins] gh-89653: PEP 670: Convert PyDict_GET_SIZE() macro to function (#92695)
vstinner
- [Python-checkins] gh-89653: PEP 670: Convert PyUnicode_KIND() macro to function (#92705)
vstinner
- [Python-checkins] gh-89653: PEP 670: Convert unicodeobject.h macros to functions (#92648)
vstinner
- [Python-checkins] gh-89653: PEP 670: Fix PyUnicode_READ() cast (#92872)
vstinner
- [Python-checkins] gh-89653: PEP 670: Fix PyUnicode_READ() cast (GH-92872)
miss-islington
- [Python-checkins] gh-89653: PEP 670: Fix Sphinx syntax in Unicode doc (#92707)
vstinner
- [Python-checkins] gh-89653: PEP 670: Limited API doesn't cast arguments (#92654)
vstinner
- [Python-checkins] gh-89653: PEP 670: Limited API doesn't cast arguments (GH-92654)
miss-islington
- [Python-checkins] gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (#92696)
vstinner
- [Python-checkins] gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (GH-92696) (GH-92703)
vstinner
- [Python-checkins] gh-89653: PEP 670: Update C API unicode documentation (#92702)
vstinner
- [Python-checkins] gh-89653: PEP 670: Use PyObject* type for parameters (#92694)
vstinner
- [Python-checkins] gh-89653: PEP 670: Use PyObject* type for parameters (GH-92694)
miss-islington
- [Python-checkins] gh-89653: Use int type for Unicode kind (#92704)
vstinner
- [Python-checkins] gh-89668: Optimize ZipFile file header processing algorithm to avoid unneeded IO(gh-25966)
corona10
- [Python-checkins] gh-89898: Fix test_threading.test_args_argument() (#92885)
vstinner
- [Python-checkins] gh-89898: Fix test_threading.test_args_argument() (GH-92885)
miss-islington
- [Python-checkins] GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth. (GH-92960)
markshannon
- [Python-checkins] gh-90005: Cleanup after GH-31698 (#91642)
erlend-aasland
- [Python-checkins] gh-90005: Cleanup after GH-31698 (GH-91642)
miss-islington
- [Python-checkins] gh-90172: add test for functools.singledispatch on Union types with None type (#92174)
JelleZijlstra
- [Python-checkins] gh-90213: Speed up right shifts of negative integers (GH-30277)
markshannon
- [Python-checkins] GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (GH-93284)
markshannon
- [Python-checkins] gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
tiran
- [Python-checkins] gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
miss-islington
- [Python-checkins] gh-90473: Fail subprocess early on Emscripten/WASI (GH-92802)
tiran
- [Python-checkins] gh-90473: Fail subprocess early on Emscripten/WASI (GH-92802)
miss-islington
- [Python-checkins] gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
tiran
- [Python-checkins] gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
miss-islington
- [Python-checkins] gh-90473: Misc test fixes for WASI (GH-93218)
tiran
- [Python-checkins] gh-90473: Misc test fixes for WASI (GH-93218)
miss-islington
- [Python-checkins] gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
tiran
- [Python-checkins] gh-90473: WASI: Mark tests that require os.pipe() (GH-92837)
tiran
- [Python-checkins] gh-90473: WASI: Mark tests that require os.pipe() (GH-92837)
miss-islington
- [Python-checkins] gh-90473: WASI: skip gethostname tests (GH-93092)
tiran
- [Python-checkins] gh-90473: WASI: skip gethostname tests (GH-93092)
miss-islington
- [Python-checkins] gh-90622: Do not spawn ProcessPool workers on demand via fork method. (#91598)
gpshead
- [Python-checkins] gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (#92495)
gpshead
- [Python-checkins] gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)
gpshead
- [Python-checkins] GH-90690: Remove `PRECALL` instruction (GH-92925)
markshannon
- [Python-checkins] gh-90765: configparser test: Catch deprecation warning (#91480)
JelleZijlstra
- [Python-checkins] gh-90817: Deprecate explicitly locale.resetlocale() (#93196)
vstinner
- [Python-checkins] gh-90817: Deprecate explicitly locale.resetlocale() (GH-93196)
miss-islington
- [Python-checkins] gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-92071)
methane
- [Python-checkins] gh-90861: Memory optimization for set.issubset (gh-92799)
corona10
- [Python-checkins] gh-90887: posix module: Add more flags for fcopy_file (#31300)
JelleZijlstra
- [Python-checkins] gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (#92642)
vstinner
- [Python-checkins] gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (GH-92642)
miss-islington
- [Python-checkins] gh-90978: test_ssl of test_asyncio uses LONG_TIMEOUT (#92402)
pablogsal
- [Python-checkins] gh-90997: Move `CACHE` handling into `_unpack_opargs` (#92409)
pablogsal
- [Python-checkins] gh-90997: Show cached inline values in `dis` output (#92360)
pablogsal
- [Python-checkins] gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)
JelleZijlstra
- [Python-checkins] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335)
serhiy-storchaka
- [Python-checkins] GH-91173: disable frozen modules in debug builds (#92023)
gvanrossum
- [Python-checkins] gh-91243: Document Required and NotRequired (#93173)
JelleZijlstra
- [Python-checkins] gh-91243: Document Required and NotRequired (GH-93173)
miss-islington
- [Python-checkins] gh-91249: Remove .bat extension in documentation for when activating venv on Windows. (GH-92770)
vsajip
- [Python-checkins] gh-91276: revert the increase of dis output width (GH-92126)
iritkatriel
- [Python-checkins] gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
vstinner
- [Python-checkins] gh-91320: Fix more old-style cast warnings in C++ (#92247)
vstinner
- [Python-checkins] gh-91320: Use _PyCFunction_CAST() (#92251)
vstinner
- [Python-checkins] gh-91321: Add _Py_NULL macro (#92253)
vstinner
- [Python-checkins] gh-91321: Add _testcppext C++ extension (#32175)
vstinner
- [Python-checkins] gh-91321: Fix _PyObject_EXTRA_INIT for C++ (#92396)
pablogsal
- [Python-checkins] gh-91321: Fix PyModuleDef_HEAD_INIT on C++ (#92259)
vstinner
- [Python-checkins] gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew (GH-92552)
markshannon
- [Python-checkins] gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew (GH-92552)
miss-islington
- [Python-checkins] GH-91355: micro-optimize Connection.send_bytes() method (gh-32247)
corona10
- [Python-checkins] gh-91362: reword pickle docs to account for nested classes (#92429)
JelleZijlstra
- [Python-checkins] gh-91362: reword pickle docs to account for nested classes (GH-92429)
miss-islington
- [Python-checkins] gh-91362: reword pickle docs to account for nested classes (GH-92429)
miss-islington
- [Python-checkins] gh-91491: Complete Whats New in 3.11 for typing (#92708)
JelleZijlstra
- [Python-checkins] gh-91491: Complete Whats New in 3.11 for typing (GH-92708)
miss-islington
- [Python-checkins] gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)
vsajip
- [Python-checkins] gh-91513: Tidied up a test and did minor refactoring around test filename gener… (GH-93265)
vsajip
- [Python-checkins] gh-91578: improved error message when trying to instantiate an abstract class with missing methods (gh-47246)
ericvsmith
- [Python-checkins] gh-91611: Use example.com for documentation, not mydomain.com (GH-91613)
miss-islington
- [Python-checkins] gh-91611: Use example.com for documentation, not mydomain.com (GH-91613)
miss-islington
- [Python-checkins] gh-91621: Fix typing.get_type_hints for collections.abc.Callable (#91656)
JelleZijlstra
- [Python-checkins] gh-91731: Add macro compatibility for static_assert for old libcs (GH-92559)
pablogsal
- [Python-checkins] gh-91731: Add macro compatibility for static_assert for old libcs (GH-92559) (#92566)
pablogsal
- [Python-checkins] gh-91731: Fix typo in pymacro.h (#92618)
pablogsal
- [Python-checkins] gh-91731: Fix typo in pymacro.h (GH-92618)
miss-islington
- [Python-checkins] GH-91752: Skip test_freeze_simple_script when zlib is not available (#91758)
gvanrossum
- [Python-checkins] gh-91755: Document Py_IncRef and Py_DecRef as C functions (#91805)
erlend-aasland
- [Python-checkins] gh-91755: Document Py_IncRef and Py_DecRef as C functions (GH-91805)
miss-islington
- [Python-checkins] gh-91755: Document Py_IncRef and Py_DecRef as C functions (GH-91805)
miss-islington
- [Python-checkins] gh-91755: Remove doc of C API private refcount functions (#92918)
vstinner
- [Python-checkins] gh-91760: More strict rules for numerical group references and group names in RE (GH-91792)
serhiy-storchaka
- [Python-checkins] gh-91783: Document security considerations for shutil.unpack_archive (#91844)
JelleZijlstra
- [Python-checkins] gh-91783: Document security considerations for shutil.unpack_archive (GH-91844)
miss-islington
- [Python-checkins] gh-91783: Document security considerations for shutil.unpack_archive (GH-91844)
miss-islington
- [Python-checkins] gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903)
serhiy-storchaka
- [Python-checkins] gh-91827: Add method info_pathlevel() in tkinter (GH-91829)
serhiy-storchaka
- [Python-checkins] gh-91860: documentation for typing.dataclass_transform (#92768)
JelleZijlstra
- [Python-checkins] gh-91860: documentation for typing.dataclass_transform (GH-92768)
miss-islington
- [Python-checkins] gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)
serhiy-storchaka
- [Python-checkins] gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)
miss-islington
- [Python-checkins] gh-91924: Fix __lltrace__ for non-UTF-8 stdout encoding (#93199)
vstinner
- [Python-checkins] gh-91924: Fix __lltrace__ for non-UTF-8 stdout encoding (GH-93199)
miss-islington
- [Python-checkins] gh-91924: Optimize unicode_check_encoding_errors() (#93200)
vstinner
- [Python-checkins] gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
miss-islington
- [Python-checkins] gh-91928: Add what's new entry for datetime.UTC alias (GH-92567)
miss-islington
- [Python-checkins] gh-91928: Add what's new entry for datetime.UTC alias (GH-92567)
miss-islington
- [Python-checkins] gh-91966 Document where key functions are applied in the bisect module (#92602)
rhettinger
- [Python-checkins] gh-91966 Document where key functions are applied in the bisect module (GH-92602) (#92666)
rhettinger
- [Python-checkins] gh-91966 Document where key functions are applied in the bisect module (GH-92602) (#92667)
rhettinger
- [Python-checkins] gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967)
JelleZijlstra
- [Python-checkins] gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)
ethanfurman
- [Python-checkins] gh-91998: 'WebAssemby' to 'WebAssembly' (#92040)
rhettinger
- [Python-checkins] gh-92031, test_embed: Improve test for unquickening static code (#92440)
vstinner
- [Python-checkins] gh-92031, test_embed: Improve test for unquickening static code (GH-92440)
miss-islington
- [Python-checkins] gh-92031: Deoptimize Static Code at Finalization (GH-92039)
markshannon
- [Python-checkins] gh-92032: Add soft keywords to rlcompleter (#92029)
JelleZijlstra
- [Python-checkins] gh-92036: Fix gc_fini_untrack() (#92037)
vstinner
- [Python-checkins] gh-92036: Fix gc_fini_untrack() (GH-92037)
miss-islington
- [Python-checkins] gh-92036: Fix gc_fini_untrack() (GH-92037)
miss-islington
- [Python-checkins] gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048)
vstinner
- [Python-checkins] gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92329)
vstinner
- [Python-checkins] gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92330)
vstinner
- [Python-checkins] gh-92062: `inspect.Parameter` checks whether `name` is a keyword (GH-92065)
miss-islington
- [Python-checkins] gh-92082: contextlib docs: Change aclosing from a class to a function for consistency (#92155)
JelleZijlstra
- [Python-checkins] gh-92082: contextlib docs: Change aclosing from a class to a function for consistency (GH-92155)
miss-islington
- [Python-checkins] gh-92106: Add test that subscription works on arbitrary TypedDicts (#92176)
JelleZijlstra
- [Python-checkins] gh-92106: Add test that subscription works on arbitrary TypedDicts (GH-92176)
miss-islington
- [Python-checkins] gh-92106: Add test that subscription works on arbitrary TypedDicts (GH-92176)
miss-islington
- [Python-checkins] gh-92107: Add tests that subscription works on arbitrary named tuple types (GH-92304)
serhiy-storchaka
- [Python-checkins] gh-92112: Fix crash triggered by an evil custom `mro()` (#92113)
JelleZijlstra
- [Python-checkins] gh-92114: Improve error message for types with __class_getitem__ = None (GH-92115)
serhiy-storchaka
- [Python-checkins] gh-92118: Add test for traceback when exception is modified by (Async)ExitStack.__exit__ (GH-92339)
iritkatriel
- [Python-checkins] gh-92118: fix traceback of exceptions propagated from inside a contextlib.contextmanager (GH-92202)
iritkatriel
- [Python-checkins] gh-92128: Add `__class_getitem__` to `logging.LoggerAdapter` and `logging.StreamHandler` (#92129)
JelleZijlstra
- [Python-checkins] gh-92135: Fix _Py_reinterpret_cast() for const (#92138)
vstinner
- [Python-checkins] gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)
vstinner
- [Python-checkins] gh-92135: test_cppext requires subprocess (GH-92349)
tiran
- [Python-checkins] gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Fidget-Spinner
- [Python-checkins] gh-92169: Use warnings_helper.import_deprecated() to import deprecated modules uniformly in tests (GH-92170)
serhiy-storchaka
- [Python-checkins] gh-92171: Update Tcl/Tk download links in macOS installer script (GH-92179)
ned-deily
- [Python-checkins] gh-92203: Add closure support to exec(). (#92204)
larryhastings
- [Python-checkins] gh-92206: Improve scoping of sqlite3 bind param functions (#92250)
JelleZijlstra
- [Python-checkins] gh-92206: Improve scoping of sqlite3 register cursor helper (#92212)
JelleZijlstra
- [Python-checkins] gh-92206: Improve scoping of sqlite3 reset statement helper (#92241)
JelleZijlstra
- [Python-checkins] gh-92206: Improve scoping of sqlite3 statement helper (#92260)
JelleZijlstra
- [Python-checkins] gh-92206: Move pysqlite_step() to Modules/_sqlite/cursor.c (#92207)
JelleZijlstra
- [Python-checkins] gh-92210: Move socket.__init__ to argument clinic (#92237)
JelleZijlstra
- [Python-checkins] gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (#92224)
JelleZijlstra
- [Python-checkins] gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (GH-92224)
miss-islington
- [Python-checkins] gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (GH-92224)
miss-islington
- [Python-checkins] GH-92236: Remove spurious "line" event when starting coroutine or generator. (GH-92722)
markshannon
- [Python-checkins] GH-92236: Remove spurious "line" event when starting coroutine or generator. (GH-92722) (GH-92772)
markshannon
- [Python-checkins] GH-92239: Make sure that PEP 523 is supported, even when specializing first. (GH-92245)
markshannon
- [Python-checkins] gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)
JelleZijlstra
- [Python-checkins] gh-92240 : Include release dates for "What's New In Python 3.X" (GH-92937)
miss-islington
- [Python-checkins] gh-92240 : Include release dates for "What's New In Python 3.X" (GH-92937)
miss-islington
- [Python-checkins] gh-92256: Improve Argument Clinic parser error messages (#92268)
erlend-aasland
- [Python-checkins] gh-92256: Improve Argument Clinic parser error messages (GH-92268)
miss-islington
- [Python-checkins] gh-92256: Improve Argument Clinic parser error messages (GH-92268)
miss-islington
- [Python-checkins] gh-92256: Improve Argument Clinic parser error messages (GH-92268)
miss-islington
- [Python-checkins] gh-92261: Disallow iteration of Union (and other special forms) (GH-92262)
serhiy-storchaka
- [Python-checkins] gh-92261: Disallow iteration of Union (and other special forms) (GH-92262) (GH-92582)
serhiy-storchaka
- [Python-checkins] gh-92265: set meta_path and path_hooks correctly in test_reload_namespace_changed (GH-92275)
miss-islington
- [Python-checkins] gh-92301: subprocess: Prefer close_range() to procfs-based fd closing (#92303)
gpshead
- [Python-checkins] gh-92308: Add Pending Removal section to 3.11 What's New (#92309)
ezio-melotti
- [Python-checkins] gh-92308: Add Pending Removal section to 3.11 What's New (GH-92309)
miss-islington
- [Python-checkins] gh-92311: Add tests for frame_setlineno jumping over listcomps (#92741)
sweeneyde
- [Python-checkins] gh-92311: Add tests for frame_setlineno jumping over listcomps (GH-92741)
miss-islington
- [Python-checkins] gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)
Fidget-Spinner
- [Python-checkins] gh-92345: Import rlcompleter before sys.path is extended (#92346)
tiran
- [Python-checkins] gh-92356: Fix regression in ctypes function call overhead (#92357)
JelleZijlstra
- [Python-checkins] gh-92368: Fix missing possessive apostrophe (#92397)
ezio-melotti
- [Python-checkins] gh-92368: Fix missing possessive apostrophe (GH-92397)
miss-islington
- [Python-checkins] gh-92368: Fix missing possessive apostrophe (GH-92397)
miss-islington
- [Python-checkins] gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python versions (GH-92419)
serhiy-storchaka
- [Python-checkins] gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python versions (GH-92419)
miss-islington
- [Python-checkins] gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420)
serhiy-storchaka
- [Python-checkins] gh-92417: `fractions`, `decimal`: Improve docs for alternative constructor methods (GH-92421)
ambv
- [Python-checkins] gh-92417: `fractions`, `decimal`: Improve docs for alternative constructor methods (GH-92421) (GH-92970)
ambv
- [Python-checkins] gh-92417: `fractions`, `decimal`: Improve docs for alternative constructor methods (GH-92421) (GH-92971)
ambv
- [Python-checkins] gh-92417: `importlib` docs: remove references to unsupported Python versions (GH-92424)
ambv
- [Python-checkins] gh-92417: `importlib` docs: remove references to unsupported Python versions (GH-92424) (GH-92979)
ambv
- [Python-checkins] gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH-92422)
serhiy-storchaka
- [Python-checkins] gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (#92425)
JelleZijlstra
- [Python-checkins] gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (GH-92425)
miss-islington
- [Python-checkins] gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (GH-92425)
miss-islington
- [Python-checkins] gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (GH-92425)
miss-islington
- [Python-checkins] gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544)
ambv
- [Python-checkins] gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544) (GH-92968)
ambv
- [Python-checkins] gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544) (GH-92969)
ambv
- [Python-checkins] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423)
serhiy-storchaka
- [Python-checkins] gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (GH-92538)
ambv
- [Python-checkins] gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (GH-92538) (GH-92972)
ambv
- [Python-checkins] gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (GH-92538) (GH-92973)
ambv
- [Python-checkins] gh-92417: `typing` docs: `from __future__ import annotations` can be used in all supported Python versions (GH-92418)
serhiy-storchaka
- [Python-checkins] gh-92417: `typing` docs: `from __future__ import annotations` can be used in all supported Python versions (GH-92418)
miss-islington
- [Python-checkins] gh-92417: `typing` docs: `from __future__ import annotations` can be used in all supported Python versions (GH-92418)
miss-islington
- [Python-checkins] gh-92417: `typing` docs: `from __future__ import annotations` can be used in all supported Python versions (GH-92418)
miss-islington
- [Python-checkins] gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539)
serhiy-storchaka
- [Python-checkins] gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (GH-92543)
serhiy-storchaka
- [Python-checkins] gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (GH-92543) (GH-92607)
serhiy-storchaka
- [Python-checkins] gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>=3 (GH-92502)
ambv
- [Python-checkins] gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>=3 (GH-92502) (GH-92962)
ambv
- [Python-checkins] gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>=3 (GH-92502) (GH-92963)
ambv
- [Python-checkins] gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>=3 (GH-92502) (GH-92964)
ambv
- [Python-checkins] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432)
serhiy-storchaka
- [Python-checkins] gh-92434: Silence a compiler warning in _xxsubinterpretersmodule.c for 32bit version (gh-93091)
corona10
- [Python-checkins] gh-92436: __future__ docs: add note on expectations for "from __future__ import annotations" (#92568)
JelleZijlstra
- [Python-checkins] gh-92436: __future__ docs: add note on expectations for "from __future__ import annotations" (GH-92568)
miss-islington
- [Python-checkins] gh-92436: __future__ docs: add note on expectations for "from __future__ import annotations" (GH-92568)
miss-islington
- [Python-checkins] gh-92446: Argparse choices should be a sequence (#92450)
rhettinger
- [Python-checkins] gh-92448: Update the documentation builder to render the GitHub issue (GH-92600)
ned-deily
- [Python-checkins] gh-92448: Update the documentation builder to render the GitHub issue. (GH-92449)
corona10
- [Python-checkins] gh-92448: Update the documentation builder to render the GitHub issue. (GH-92449)
miss-islington
- [Python-checkins] gh-92514: Remove unused test.support.BasicTestRunner (#92515)
JelleZijlstra
- [Python-checkins] gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534)
serhiy-storchaka
- [Python-checkins] gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534) (GH-92830)
ambv
- [Python-checkins] gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534) (GH-92831)
ambv
- [Python-checkins] gh-92536: Doc update about Py_UNICODE removal (GH-92756)
methane
- [Python-checkins] gh-92536: Mark PyUnicode_READY() argument as unused (#93011)
vstinner
- [Python-checkins] gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
methane
- [Python-checkins] gh-92536: Update unicode struct size to ensure MemoryError is raised (GH-92867)
sweeneyde
- [Python-checkins] gh-92547: Remove deprecated sqlite3 features (#92548)
erlend-aasland
- [Python-checkins] gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
miss-islington
- [Python-checkins] gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
miss-islington
- [Python-checkins] gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)
serhiy-storchaka
- [Python-checkins] gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)
miss-islington
- [Python-checkins] gh-92584: test_cppext uses setuptools (#92639)
vstinner
- [Python-checkins] gh-92584: test_decimal uses shutil.which() (#92640)
vstinner
- [Python-checkins] gh-92597: Ensure that AST nodes without explicit end positions can be compiled (GH-93359)
pablogsal
- [Python-checkins] gh-92597: Ensure that AST nodes without explicit end positions can be compiled (GH-93359)
miss-islington
- [Python-checkins] gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793)
miss-islington
- [Python-checkins] gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026)
brettcannon
- [Python-checkins] gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
brettcannon
- [Python-checkins] gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
miss-islington
- [Python-checkins] gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
miss-islington
- [Python-checkins] gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
miss-islington
- [Python-checkins] gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH-92620)
markshannon
- [Python-checkins] gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH-92620) (GH-92621)
iritkatriel
- [Python-checkins] gh-92632: Make function starunpack_helper run faster when encounters starred argument. (GH-92655)
corona10
- [Python-checkins] gh-92651: Remove the Include/token.h header file (#92652)
vstinner
- [Python-checkins] gh-92658: Add Hyper-V socket support (GH-92755)
zooba
- [Python-checkins] gh-92658: AF_HYPERV is only supported on Windows (#93192)
vstinner
- [Python-checkins] gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (#92718)
erlend-aasland
- [Python-checkins] gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (GH-92718)
miss-islington
- [Python-checkins] gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (GH-92718)
miss-islington
- [Python-checkins] gh-92671: Don't omit parentheses when unparsing empty tuples (GH-92673)
pablogsal
- [Python-checkins] gh-92671: Don't omit parentheses when unparsing empty tuples (GH-92673)
miss-islington
- [Python-checkins] gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (#92676)
JelleZijlstra
- [Python-checkins] gh-92675: venv: Fix ensure_directories() to again accept a Path for env_dir (GH-92676)
miss-islington
- [Python-checkins] gh-92727: Add example of named group in doc for re.Match.__getitem__ (#92730)
rhettinger
- [Python-checkins] gh-92727: Add example of named group in doc for re.Match.__getitem__ (GH-92730)
miss-islington
- [Python-checkins] gh-92728: Restore re.template, but deprecate it (GH-93161)
serhiy-storchaka
- [Python-checkins] gh-92728: Restore re.template, but deprecate it (GH-93161)
miss-islington
- [Python-checkins] gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)
markshannon
- [Python-checkins] gh-92780: Improve sqlite3.Connection.create_collation docs (#92790)
erlend-aasland
- [Python-checkins] gh-92780: Improve sqlite3.Connection.create_collation docs (GH-92790)
miss-islington
- [Python-checkins] gh-92780: Improve sqlite3.Connection.create_collation docs (GH-92790)
miss-islington
- [Python-checkins] gh-92781: Avoid mixing declarations and code in C API (#92783)
vstinner
- [Python-checkins] gh-92781: Avoid mixing declarations and code in C API (#92783) (#92813)
vstinner
- [Python-checkins] gh-92782: unify the style of CFG traversal algorithms in the compiler (GH-92784)
iritkatriel
- [Python-checkins] GH-92804: Fix memory leak in memoryview iterator (gh-92805)
corona10
- [Python-checkins] GH-92804: Fix memory leak in memoryview iterator (gh-92805)
miss-islington
- [Python-checkins] gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (#92814)
erlend-aasland
- [Python-checkins] gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (GH-92814)
miss-islington
- [Python-checkins] gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (GH-92814)
miss-islington
- [Python-checkins] gh-92817: Fix precedence of options to py.exe launcher (GH-92988)
zooba
- [Python-checkins] gh-92817: Fix precedence of options to py.exe launcher (GH-92988)
miss-islington
- [Python-checkins] gh-92820: Skip test_cppext if _ctypes is missing (#92844)
vstinner
- [Python-checkins] gh-92839: fixed typo in _bisectmodule.c (line 131) (#92849)
rhettinger
- [Python-checkins] gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849)
miss-islington
- [Python-checkins] gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849) (#93321)
rhettinger
- [Python-checkins] gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)
zooba
- [Python-checkins] gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)
miss-islington
- [Python-checkins] gh-92859: Doc: add info about logging.debug() calling basicConfig() (GH-93063)
vsajip
- [Python-checkins] gh-92859: Doc: add info about logging.debug() calling basicConfig() (GH-93063) (GH-93151)
vsajip
- [Python-checkins] gh-92898: Enhance _testcppext test on cast to PyObject* (#93111)
vstinner
- [Python-checkins] gh-92898: Enhance _testcppext test on cast to PyObject* (GH-93111)
miss-islington
- [Python-checkins] GH-92898: Make _Py_Cast C++ version compatible with cast operator (gh-92951)
corona10
- [Python-checkins] gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (GH-92980)
zooba
- [Python-checkins] gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (GH-92980)
miss-islington
- [Python-checkins] gh-92913: Fix typos in documentation (GH-93129)
zooba
- [Python-checkins] gh-92913: Fix typos in documentation (GH-93129)
miss-islington
- [Python-checkins] gh-92914: Round the allocated size for lists up to the even number (GH-92915)
serhiy-storchaka
- [Python-checkins] GH-92955: fix memory leak in code object lines and positions iterators (gh-92956)
corona10
- [Python-checkins] gh-92984: Explicitly disable incremental linking for Windows Release and PGO builds (GH-92985)
zooba
- [Python-checkins] gh-92984: Explicitly disable incremental linking for Windows Release and PGO builds (GH-92985)
miss-islington
- [Python-checkins] gh-92984: Explicitly disable incremental linking for Windows Release and PGO builds (GH-92985)
miss-islington
- [Python-checkins] gh-92994: Clarify importlib "check" example (#92995)
JelleZijlstra
- [Python-checkins] gh-92994: Clarify importlib "check" example (GH-92995)
miss-islington
- [Python-checkins] gh-92994: Clarify importlib "check" example (GH-92995)
miss-islington
- [Python-checkins] gh-93005: Fixes launcher test when no Python install is available (GH-93007)
zooba
- [Python-checkins] gh-93005: Fixes launcher test when no Python install is available (GH-93007)
miss-islington
- [Python-checkins] gh-93005: Fix py.exe launcher test to search for intended tag (GH-93190)
zooba
- [Python-checkins] gh-93005: Fix py.exe launcher test to search for intended tag (GH-93190)
miss-islington
- [Python-checkins] gh-93008: refactor compiler functions that add instructions to take only a basicblock* (not the whole compiler) (GH-93009)
iritkatriel
- [Python-checkins] gh-93010: InvalidHeaderError used but nonexistent (#93015)
warsaw
- [Python-checkins] gh-93010: InvalidHeaderError used but nonexistent (GH-93015)
miss-islington
- [Python-checkins] gh-93010: InvalidHeaderError used but nonexistent (GH-93015)
miss-islington
- [Python-checkins] gh-93019: Fix markup in zipfile.rst (#93025)
JelleZijlstra
- [Python-checkins] gh-93019: Fix markup in zipfile.rst (GH-93025)
miss-islington
- [Python-checkins] gh-93033: Use wmemchr in stringlib (GH-93034)
methane
- [Python-checkins] gh-93035: [Enum] Fix IntFlag crash when no single-bit members (GH-93076)
ethanfurman
- [Python-checkins] gh-93040 Wrap unused parameters in Objects/obmalloc.c with Py_UNUSED (#93175)
vstinner
- [Python-checkins] gh-93044: No longer convert the database argument of sqlite3.connect() to bytes (GH-93046)
serhiy-storchaka
- [Python-checkins] gh-93061: Mark as artificial: backwards jump after async for (GH-93062)
markshannon
- [Python-checkins] gh-93061: Mark as artificial: backwards jump after async for (GH-93062) (GH-93110)
sweeneyde
- [Python-checkins] gh-93061: Mark as artificial: backwards jump after async for (GH-93120)
sweeneyde
- [Python-checkins] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)
ambv
- [Python-checkins] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (#93147)
ambv
- [Python-checkins] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93145)
ambv
- [Python-checkins] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93146)
ambv
- [Python-checkins] gh-93099: Fix _pyio to use locale module properly (gh-93136)
corona10
- [Python-checkins] gh-93099: Fix _pyio to use locale module properly (gh-93136)
miss-islington
- [Python-checkins] gh-93103: Deprecate global configuration variable (#93104)
vstinner
- [Python-checkins] gh-93103: Enhance PyConfig.parser_debug documentation (#93186)
vstinner
- [Python-checkins] gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106)
vstinner
- [Python-checkins] gh-93103: Py_DecodeLocale() uses _PyRuntime.preconfig (#93187)
vstinner
- [Python-checkins] gh-93103: Update PyUnicode_DecodeFSDefault() doc (#93105)
vstinner
- [Python-checkins] GH-93112: Fix missing ResourceDenied import in test_urllib2net (#93113)
vstinner
- [Python-checkins] GH-93112: Fix missing ResourceDenied import in test_urllib2net (GH-93113)
miss-islington
- [Python-checkins] GH-93112: Fix missing ResourceDenied import in test_urllib2net (GH-93113)
miss-islington
- [Python-checkins] GH-93115: Fix version check in sqlite3 module constants test (#93116)
erlend-aasland
- [Python-checkins] GH-93115: Fix version check in sqlite3 module constants test (GH-93116)
miss-islington
- [Python-checkins] gh-93117: Remove too large sqlite3 bigmemtest (#93154)
erlend-aasland
- [Python-checkins] gh-93118: [Enum] fix error message (GH-93138)
ethanfurman
- [Python-checkins] gh-93118: [Enum] fix error message (GH-93138) (GH-93142)
ethanfurman
- [Python-checkins] gh-93124: Fix typos in comments (GH-93125)
miss-islington
- [Python-checkins] gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH-93144)
sweeneyde
- [Python-checkins] gh-93172: Remove unnecessary "if"s in binascii_a2b_qp_impl() from Modules/binascii.c (GH-93181)
sweeneyde
- [Python-checkins] gh-93202: Always use %zd printf formatter (#93201)
vstinner
- [Python-checkins] GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
vstinner
- [Python-checkins] gh-93217: fix some issues in man page and --help (#93219)
merwok
- [Python-checkins] gh-93217: fix some issues in man page and --help (GH-93219)
miss-islington
- [Python-checkins] gh-93223: More aggressive Jump-To-Jump elimination (GH-93229)
markshannon
- [Python-checkins] gh-93244: Document Py_PRINT_RAW in PyObject_Print() comment (93245)
vstinner
- [Python-checkins] gh-93250: [Enum] Change IntEnum boundary to KEEP for backwards compatibility (GH-93302)
ethanfurman
- [Python-checkins] gh-93250: [Enum] Change IntEnum boundary to KEEP for backwards compatibility (GH-93302) (GH-93304)
ethanfurman
- [Python-checkins] gh-93283: Improve error message for f-string with invalid conversion character (GH-93349)
serhiy-storchaka
- [Python-checkins] gh-93297: Make asyncio task groups prevent child tasks from being GCed (#93299)
1st1
- [Python-checkins] gh-93297: Make asyncio task groups prevent child tasks from being GCed (GH-93299) (#93305)
1st1
- [Python-checkins] GH-93312: Add os.PIDFD_NONBLOCK flag (#93313)
vstinner
- [Python-checkins] gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (GH-93346)
serhiy-storchaka
- [Python-checkins] gh-93351: Ensure the position information in AST nodes created by the parser is always consistent (GH-93352)
pablogsal
- [Python-checkins] gh-93351: Ensure the position information in AST nodes created by the parser is always consistent (GH-93352)
miss-islington
- [Python-checkins] GH-93354: Use exponential backoff to avoid excessive specialization attempts. (GH-93355)
markshannon
- [Python-checkins] gh-93391: fix typo in `array` docs (GH-93392)
miss-islington
- [Python-checkins] gh93107: [Enum] fix missing variable in global_str (GH-93107)
ethanfurman
- [Python-checkins] importlib docs: Update importlib.abc hierarchy (#31113)
JelleZijlstra
- [Python-checkins] importlib docs: Update importlib.abc hierarchy (GH-31113)
miss-islington
- [Python-checkins] Improve object stats (#92845)
markshannon
- [Python-checkins] Improve tests for opening Sqlite by URI (GH-93047)
serhiy-storchaka
- [Python-checkins] Improve tests for opening Sqlite by URI (GH-93047)
miss-islington
- [Python-checkins] Improve the typing docs (#92264)
JelleZijlstra
- [Python-checkins] Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927)
Fidget-Spinner
- [Python-checkins] Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927)
miss-islington
- [Python-checkins] Issues/88027: A potential double free in list_sort_impl (#92367)
tim-one
- [Python-checkins] Issues/88027: A potential double free in list_sort_impl (GH-92367)
miss-islington
- [Python-checkins] Link to GitHub instead of BPO for CPython bug tracker (GH-92221)
Fidget-Spinner
- [Python-checkins] minor hashlib doc example cleanup. (#92340)
gpshead
- [Python-checkins] NEWS: Reorder items by section (GH-92373)
methane
- [Python-checkins] NEWS: Reorder items by section (GH-92373)
miss-islington
- [Python-checkins] NEWS: Reorder items by section (GH-92373)
miss-islington
- [Python-checkins] pdb docs: workaround for double semicolon in strings (#17011)
JelleZijlstra
- [Python-checkins] pdb docs: workaround for double semicolon in strings (GH-17011)
miss-islington
- [Python-checkins] pdb docs: workaround for double semicolon in strings (GH-17011)
miss-islington
- [Python-checkins] pdb docs: workaround for double semicolon in strings (GH-17011)
miss-islington
- [Python-checkins] Post 3.11.0b1
pablogsal
- [Python-checkins] Python 3.11.0b1
pablogsal
- [Python-checkins] Python 3.11.0b2
pablogsal
- [Python-checkins] Python 3.9.13
ambv
- [Python-checkins] re docs: fix source code link (#92819)
JelleZijlstra
- [Python-checkins] re docs: fix source code link (GH-92819)
miss-islington
- [Python-checkins] Remove unnecessary for loop initializer in long_lshift1() (GH-93071)
mdickinson
- [Python-checkins] Remove VOC reference (93333)
benjaminp
- [Python-checkins] Remove VOC reference (93333)
miss-islington
- [Python-checkins] Remove VOC reference (93333)
miss-islington
- [Python-checkins] Remove Windows release build script (GH-92908)
zooba
- [Python-checkins] Restore default role check in `make check`. (#92290)
ezio-melotti
- [Python-checkins] Revert "gh-84508: Add mapping files for Korean and Japanese. (gh-93309)" (#93320)
corona10
- [Python-checkins] Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-92598)
serhiy-storchaka
- [Python-checkins] Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-92599)
serhiy-storchaka
- [Python-checkins] shutil._copyfileobj_readinto: tiny speedup (#92377)
JelleZijlstra
- [Python-checkins] Speedup: build docs in parallel (GH-92733)
JulienPalard
- [Python-checkins] Speedup: build docs in parallel (GH-92733)
miss-islington
- [Python-checkins] Speedup: build docs in parallel (GH-92733) (GH-92850)
ambv
- [Python-checkins] Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
markshannon
- [Python-checkins] suggestions.c: Improve efficiency of levenshtein_distance method (#91835)
JelleZijlstra
- [Python-checkins] Summarize stats: Increase number of predecessor/successor pairs shown from 3 to 5. (GH-92853)
markshannon
- [Python-checkins] Take advantage of math.comb() in the nth_combination() recipe (#93027)
rhettinger
- [Python-checkins] Take advantage of math.comb() in the nth_combination() recipe (GH-93027) (#93032)
rhettinger
- [Python-checkins] termios docs: fix indentation (#93080)
JelleZijlstra
- [Python-checkins] termios docs: fix indentation (GH-93080)
miss-islington
- [Python-checkins] test.pythoninfo logs more build info (#93225)
vstinner
- [Python-checkins] test.pythoninfo logs more build info (GH-93225)
miss-islington
- [Python-checkins] test.pythoninfo logs more build info (GH-93225) (#93256)
vstinner
- [Python-checkins] test.pythoninfo no longer requires socket (#93191)
vstinner
- [Python-checkins] test.pythoninfo no longer requires socket (GH-93191)
miss-islington
- [Python-checkins] test.pythoninfo no longer requires socket (GH-93191)
miss-islington
- [Python-checkins] test_threaded_import: Fix unittest.main spelling (GH-93114)
serhiy-storchaka
- [Python-checkins] test_threaded_import: Fix unittest.main spelling (GH-93114)
miss-islington
- [Python-checkins] test_threaded_import: Fix unittest.main spelling (GH-93114)
miss-islington
- [Python-checkins] The stdev calculation is more accurate computing its own mean (#92220)
rhettinger
- [Python-checkins] typing docs: Add example for async functions (#20386)
JelleZijlstra
- [Python-checkins] typing docs: Add example for async functions (GH-20386)
miss-islington
- [Python-checkins] typing docs: Add example for async functions (GH-20386)
miss-islington
- [Python-checkins] update argparse's doc of append action. (#92344)
rhettinger
- [Python-checkins] Update CPyhton configuration for 3.12 (#92451)
pablogsal
- [Python-checkins] Update globals-to-fix.tsv to follow recent changes (gh-92959)
corona10
- [Python-checkins] Update macOS installer Welcome and ReadMe display wording to "beta". (GH-93344)
ned-deily
- [Python-checkins] Update numbers.rst (#31995)
rhettinger
- [Python-checkins] Update numbers.rst (GH-31995)
miss-islington
- [Python-checkins] Update outdated `LOAD_METHOD` comments in `Python/ceval.c` (GH-92641)
Fidget-Spinner
- [Python-checkins] Update outdated `LOAD_METHOD` comments in `Python/ceval.c` (GH-92641)
miss-islington
- [Python-checkins] Update the SOURCE_URI in pyspecific.py to point to the new branch
pablogsal
- [Python-checkins] Update What's New in 3.11 faster cpython figures and contributors (GH-92401)
Fidget-Spinner
- [Python-checkins] Update What's New in 3.11 faster cpython figures and contributors (GH-92401)
miss-islington
- [Python-checkins] Use percentage over factor for 3.11 whatsnew performance (GH-92496)
Fidget-Spinner
- [Python-checkins] Use percentage over factor for 3.11 whatsnew performance (GH-92496)
miss-islington
- [Python-checkins] Use static inline function Py_EnterRecursiveCall() (#91988)
vstinner
- [Python-checkins] What's New 3.12: PyFrame_BlockSetup() was removed in 3.11 (#92645)
vstinner
- [Python-checkins] What's New in Python 3.11: move C API changes (#92390)
vstinner
- [Python-checkins] What's New in Python 3.11: move C API changes (GH-92390)
miss-islington
- [Python-checkins] What's New in Python 3.12: move C API at the end (#92555)
vstinner
- [Python-checkins] 📝 Make sure the phrase "constant-time compare" actually appears in the docs (GH-93396)
miss-islington
Last message date:
Tue May 31 22:13:34 EDT 2022
Archived on: Tue May 31 22:13:35 EDT 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).