March 2022 Archives by subject
Starting: Tue Mar 1 08:53:22 EST 2022
Ending: Thu Mar 31 21:25:32 EDT 2022
Messages: 507
- [Python-checkins] 3.7.13
ned-deily
- [Python-checkins] [3.10] bpo-28516: document contextlib.ExitStack.__enter__ behavior (GH-31636) (GH-32171)
JelleZijlstra
- [Python-checkins] [3.10] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548) (GH-31877)
miss-islington
- [Python-checkins] [3.10] bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013)
gpshead
- [Python-checkins] [3.10] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253). (GH-31976)
serhiy-storchaka
- [Python-checkins] [3.10] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525) (GH-31869)
asvetlov
- [Python-checkins] [3.10] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866) (GH-32140)
miss-islington
- [Python-checkins] [3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891) (GH-30894)
ambv
- [Python-checkins] [3.10] bpo-45492: Corrected documentation for co_names in inspect library doc (GH-31456). (GH-31645)
iritkatriel
- [Python-checkins] [3.10] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (#32047)
asvetlov
- [Python-checkins] [3.10] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH-31796)
JelleZijlstra
- [Python-checkins] [3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061) (GH-31821)
serhiy-storchaka
- [Python-checkins] [3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634)
vstinner
- [Python-checkins] [3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634) (GH-31644)
vstinner
- [Python-checkins] [3.10] bpo-46677: Add examples of inheritance and attributes to `TypedDict` docs (GH-31349) (GH-31815)
JelleZijlstra
- [Python-checkins] [3.10] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-31941)
JelleZijlstra
- [Python-checkins] [3.10] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31753)
miss-islington
- [Python-checkins] [3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675)
vstinner
- [Python-checkins] [3.10] bpo-46940: Don't override existing AttributeError suggestion information (GH-31710) (GH-31724)
pablogsal
- [Python-checkins] [3.10] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). (GH-31974)
pablogsal
- [Python-checkins] [3.10] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31849)
miss-islington
- [Python-checkins] [3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)
jaraco
- [Python-checkins] [3.10] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891) (#31997)
asvetlov
- [Python-checkins] [3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916)
tiran
- [Python-checkins] [3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921) (GH-31926)
miss-islington
- [Python-checkins] [3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002)
gpshead
- [Python-checkins] [3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002)
miss-islington
- [Python-checkins] [3.10] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-32039)
miss-islington
- [Python-checkins] [3.10] bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076) (GH-32085)
tiran
- [Python-checkins] [3.10] bpo-47117: Don't crash if we fail to decode characters when the tokenizer buffers are uninitialized (GH-32129) (GH-32130)
pablogsal
- [Python-checkins] [3.10] docs: Don't use code formatting for emphasis (GH-30519) (GH-31764)
JelleZijlstra
- [Python-checkins] [3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777)
JelleZijlstra
- [Python-checkins] [3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806)
JelleZijlstra
- [Python-checkins] [3.10] Update grammar_grapher with the new forced (&&) directive (GH-31704) (GH-31719)
pablogsal
- [Python-checkins] [3.8] bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1.1n. (GH-31912)
ambv
- [Python-checkins] [3.9] bpo-14156: Make argparse.FileType work correctly for binary file modes when argument is '-' (GH-13165) (GH-31979)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548) (GH-31878)
miss-islington
- [Python-checkins] [3.9] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253). (GH-31976) (GH-31981)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-42782: fix broken shutil test (GH-31971)
orsenthil
- [Python-checkins] [3.9] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525) (GH-31868)
asvetlov
- [Python-checkins] [3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696) (GH-31720)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) (GH-31586)
miss-islington
- [Python-checkins] [3.9] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866) (GH-32140) (GH-32156)
gpshead
- [Python-checkins] [3.9] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (GH-32049)
asvetlov
- [Python-checkins] [3.9] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH-31797)
JelleZijlstra
- [Python-checkins] [3.9] bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654) (GH-31970)
JelleZijlstra
- [Python-checkins] [3.9] bpo-46677: Add examples of inheritance and attributes to `TypedDict` docs. (GH-31349) (GH-31808)
JelleZijlstra
- [Python-checkins] [3.9] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-31941) (GH-32067)
ambv
- [Python-checkins] [3.9] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31754)
miss-islington
- [Python-checkins] [3.9] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). (GH-31975)
pablogsal
- [Python-checkins] [3.9] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31850)
miss-islington
- [Python-checkins] [3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859)
jaraco
- [Python-checkins] [3.9] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891) (#31998)
brettcannon
- [Python-checkins] [3.9] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (#31917)
tiran
- [Python-checkins] [3.9] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921) (GH-31927)
miss-islington
- [Python-checkins] [3.9] bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942). (GH-31944)
asvetlov
- [Python-checkins] [3.9] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-32082)
miss-islington
- [Python-checkins] [3.9] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31778)
JelleZijlstra
- [Python-checkins] [3.9] Minor fixes to C API docs (GH-31501) (GH-31526)
JelleZijlstra
- [Python-checkins] [3.9] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31807)
JelleZijlstra
- [Python-checkins] [doc] configparser: avoid inline comments. (GH-31247)
JulienPalard
- [Python-checkins] [doc] configparser: avoid inline comments. (GH-31247)
miss-islington
- [Python-checkins] [doc] configparser: avoid inline comments. (GH-31247)
miss-islington
- [Python-checkins] [doc] Some more make suspicious false positives. (GH-31977)
JulienPalard
- [Python-checkins] Add an issue template config for the migration (GH-32101)
ezio-melotti
- [Python-checkins] Add CODEOWNERS entry for pathlib (GH-32202)
brettcannon
- [Python-checkins] asyncio.Task: rename internal nested variable to don't hide another declaration from outer scope (GH-32181)
asvetlov
- [Python-checkins] bpo-12029: [doc] clarify that except does not match virtual subclasses of the specified exception type (GH-32027)
iritkatriel
- [Python-checkins] bpo-12029: [doc] clarify that except does not match virtual subclasses of the specified exception type (GH-32027) (GH-32034)
iritkatriel
- [Python-checkins] bpo-12029: [doc] clarify that except does not match virtual subclasses of the specified exception type (GH-32027) (GH-32035)
iritkatriel
- [Python-checkins] bpo-14156: Make argparse.FileType work correctly for binary file modes when argument is '-' (GH-13165)
serhiy-storchaka
- [Python-checkins] bpo-14156: Make argparse.FileType work correctly for binary file modes when argument is '-' (GH-13165)
miss-islington
- [Python-checkins] bpo-14265: Adds fully qualified test name to unittest output (GH-32138)
asvetlov
- [Python-checkins] bpo-14911: Corrected generator.throw() documentation (GH-32207)
asvetlov
- [Python-checkins] bpo-14911: Corrected generator.throw() documentation (GH-32207)
miss-islington
- [Python-checkins] bpo-14911: Corrected generator.throw() documentation (GH-32207)
miss-islington
- [Python-checkins] bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229)
asvetlov
- [Python-checkins] bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229)
miss-islington
- [Python-checkins] bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229)
miss-islington
- [Python-checkins] bpo-21910: Clarify docs for codecs writelines method (GH-31245)
JelleZijlstra
- [Python-checkins] bpo-21910: Clarify docs for codecs writelines method (GH-31245)
miss-islington
- [Python-checkins] bpo-21910: Clarify docs for codecs writelines method (GH-31245)
miss-islington
- [Python-checkins] bpo-22859: deprecate unittest.main.TestProgram.usageExit (GH-30293)
JelleZijlstra
- [Python-checkins] bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)
miss-islington
- [Python-checkins] bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)
miss-islington
- [Python-checkins] bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)
serhiy-storchaka
- [Python-checkins] bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)
miss-islington
- [Python-checkins] bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)
miss-islington
- [Python-checkins] bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688)
iritkatriel
- [Python-checkins] bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688)
miss-islington
- [Python-checkins] bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688) (GH-31776)
iritkatriel
- [Python-checkins] bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
terryjreedy
- [Python-checkins] bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
miss-islington
- [Python-checkins] bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
miss-islington
- [Python-checkins] bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
JelleZijlstra
- [Python-checkins] bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
miss-islington
- [Python-checkins] bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
miss-islington
- [Python-checkins] bpo-26120: do not exclude __future__ import in pydoc of the __future__ module itself (GH-32180)
iritkatriel
- [Python-checkins] bpo-26120: make pydoc exclude __future__ imports from the data block of the module (GH-30888)
iritkatriel
- [Python-checkins] bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)
asvetlov
- [Python-checkins] bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)
miss-islington
- [Python-checkins] bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)
miss-islington
- [Python-checkins] bpo-28080: Add support for the fallback encoding in ZIP files (GH-32007)
serhiy-storchaka
- [Python-checkins] bpo-28516: document contextlib.ExitStack.__enter__ behavior (GH-31636)
JelleZijlstra
- [Python-checkins] bpo-28516: document contextlib.ExitStack.__enter__ behavior (GH-31636) (GH-32145)
JelleZijlstra
- [Python-checkins] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548)
iritkatriel
- [Python-checkins] bpo-31327: Update time documentation to reflect possible errors (GH-31460)
miss-islington
- [Python-checkins] bpo-31327: Update time documentation to reflect possible errors (GH-31460)
miss-islington
- [Python-checkins] bpo-31327: Update time documentation to reflect possible errors (GH-31460)
miss-islington
- [Python-checkins] bpo-31327: Update time documentation to reflect possible errors (GH-31460) (GH-31827)
ambv
- [Python-checkins] bpo-31415: importtime was made by Inada Naoki (GH-31875)
gvanrossum
- [Python-checkins] bpo-31415: importtime was made by Inada Naoki (GH-31875)
miss-islington
- [Python-checkins] bpo-31415: importtime was made by Inada Naoki (GH-31875)
miss-islington
- [Python-checkins] bpo-31582: Created a new documentation section describing sys.path initialization (GH-31082)
zooba
- [Python-checkins] bpo-32033: Finalize WASI configure options (GH-32053)
tiran
- [Python-checkins] bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes (GH-25480)
gpshead
- [Python-checkins] bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)
asvetlov
- [Python-checkins] bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929)
pablogsal
- [Python-checkins] bpo-35859: Fix a few long-standing bugs in re engine (GH-12427)
serhiy-storchaka
- [Python-checkins] bpo-37529: Add test for guessing extensions (GH-28243)
asvetlov
- [Python-checkins] bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000)
gpshead
- [Python-checkins] bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013) (GH-32015)
gpshead
- [Python-checkins] bpo-38738: Fix formatting of True and False in the threading documentation (GH-31678)
gpshead
- [Python-checkins] bpo-38738: Fix formatting of True and False in the threading documentation (GH-31678)
miss-islington
- [Python-checkins] bpo-39394: Improve warning message in the re module (GH-31988)
serhiy-storchaka
- [Python-checkins] bpo-39394: Improve warning message in the re module (GH-31988)
miss-islington
- [Python-checkins] bpo-39394: Improve warning message in the re module (GH-31988)
miss-islington
- [Python-checkins] bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105)
asvetlov
- [Python-checkins] bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)
methane
- [Python-checkins] bpo-40059: Add tomllib (PEP-680) (GH-31498)
encukou
- [Python-checkins] bpo-40059: Fix installation of tomllib (GH-31784)
miss-islington
- [Python-checkins] bpo-40116: dict: Add regression test for iteration order. (GH-31550)
methane
- [Python-checkins] bpo-40280: Add wasm32-emscripten and wasm32-wasi SOABI (GH-32095)
miss-islington
- [Python-checkins] bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)
tiran
- [Python-checkins] bpo-40280: Detect presence of time.tzset and thread_time clock (GH-31898)
tiran
- [Python-checkins] bpo-40280: Disable AF_UNIX, AF_PACKET, SO_REUSE* on Emscripten (#31829)
tiran
- [Python-checkins] bpo-40280: select: Use NULL for empty fdset (GH-31865)
tiran
- [Python-checkins] bpo-40280: Skip dysfunctional pipe tests on Emscripten (GH-31770)
tiran
- [Python-checkins] bpo-40280: Skip more tests/features that don't apply to Emscripten (GH-31791)
tiran
- [Python-checkins] bpo-40280: Skip more tests on Emscripten (GH-31947)
tiran
- [Python-checkins] bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
miss-islington
- [Python-checkins] bpo-40280: Skip wakeup_fd pipe tests on Emscripten (GH-31909)
tiran
- [Python-checkins] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253)
serhiy-storchaka
- [Python-checkins] bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
markshannon
- [Python-checkins] bpo-40465: Document random module changes in 3.11 What's new (#31818)
serhiy-storchaka
- [Python-checkins] bpo-41370: Evaluate strings as forward refs in PEP 585 generics (GH-30900)
gvanrossum
- [Python-checkins] bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH-32055)
markshannon
- [Python-checkins] bpo-42238: [doc] Some lines moved in rst, but had hardcoded lineno in susp-ignored.csv. (GH-32070)
JulienPalard
- [Python-checkins] bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
JelleZijlstra
- [Python-checkins] bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
miss-islington
- [Python-checkins] bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
miss-islington
- [Python-checkins] bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974)
serhiy-storchaka
- [Python-checkins] bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974)
miss-islington
- [Python-checkins] bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974)
miss-islington
- [Python-checkins] bpo-42885: Optimize search for regular expressions starting with "\A" or "^" (GH-32021)
serhiy-storchaka
- [Python-checkins] bpo-42982: update pbkdf2 example & add another link (GH-30966) (#30968)
ned-deily
- [Python-checkins] bpo-43166: Disable ceval.c optimizations for Windows debug builds (GH-32023)
zooba
- [Python-checkins] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525)
asvetlov
- [Python-checkins] bpo-43224: Add TypeVarTuple.__name__ (GH-31954)
JelleZijlstra
- [Python-checkins] bpo-43224: Implement PEP 646 changes to genericaliasobject.c (GH-31019)
Fidget-Spinner
- [Python-checkins] bpo-43224: Implement PEP 646 changes to typing.py (GH-31021)
JelleZijlstra
- [Python-checkins] bpo-43224: Implement PEP 646 grammar changes (GH-31018)
JelleZijlstra
- [Python-checkins] bpo-43224: Implement substitution of unpacked TypeVarTuple (GH-31800)
serhiy-storchaka
- [Python-checkins] bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
asvetlov
- [Python-checkins] bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
miss-islington
- [Python-checkins] bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
miss-islington
- [Python-checkins] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
serhiy-storchaka
- [Python-checkins] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
miss-islington
- [Python-checkins] bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)
serhiy-storchaka
- [Python-checkins] bpo-43352: Add a Barrier object in asyncio lib (GH-24903)
asvetlov
- [Python-checkins] bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)
iritkatriel
- [Python-checkins] bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)
miss-islington
- [Python-checkins] bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)
miss-islington
- [Python-checkins] bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)
zooba
- [Python-checkins] bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)
zooba
- [Python-checkins] bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)
zooba
- [Python-checkins] bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
serhiy-storchaka
- [Python-checkins] bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
miss-islington
- [Python-checkins] bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
miss-islington
- [Python-checkins] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866)
gpshead
- [Python-checkins] bpo-44544: add textwrap placeholder arg (GH-27671)
asvetlov
- [Python-checkins] bpo-44544: add textwrap placeholder arg (GH-27671)
miss-islington
- [Python-checkins] bpo-44544: add textwrap placeholder arg (GH-27671)
miss-islington
- [Python-checkins] bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31731)
zooba
- [Python-checkins] bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31732)
zooba
- [Python-checkins] bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31732)
zooba
- [Python-checkins] bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31732) (GH-31734)
ambv
- [Python-checkins] bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31732) (GH-31735)
ned-deily
- [Python-checkins] bpo-44796: Unify TypeVar and ParamSpec substitution (GH-31143)
serhiy-storchaka
- [Python-checkins] bpo-44859: Raise more accurate exceptions in `sqlite3` (GH-27695)
JelleZijlstra
- [Python-checkins] bpo-45099: Document asyncio internal API (GH-32166)
asvetlov
- [Python-checkins] bpo-45138: Expand traced SQL statements in `sqlite3` trace callback (GH-28240)
JelleZijlstra
- [Python-checkins] bpo-45138: Revert GH-28240: Expand traced SQL statements (GH-31788)
miss-islington
- [Python-checkins] bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930)
miss-islington
- [Python-checkins] bpo-45150: Fix testing under FIPS mode (GH-32046)
tiran
- [Python-checkins] bpo-45171: Fix stacklevel handling in logging. (GH-28287)
vsajip
- [Python-checkins] bpo-45171: Remove tests of deprecated logger.warn(). (GH-32139)
vsajip
- [Python-checkins] bpo-45405: Prevent internal configure error when running configure with recent versions of clang. (GH-28845) (GH-31889)
ambv
- [Python-checkins] bpo-45405: Prevent internal configure error when running configure with recent versions of clang. (GH-28845) (GH-31890)
ned-deily
- [Python-checkins] bpo-45413: Define "posix_venv", "nt_venv" and "venv" sysconfig installation schemes (GH-31034)
encukou
- [Python-checkins] bpo-45459: Fix PyModuleDef_Slot type in the limited C API (GH-31668)
vstinner
- [Python-checkins] bpo-45459: Use type names in the internal C API (GH-31669)
vstinner
- [Python-checkins] bpo-45492: Corrected documentation for co_names in inspect library doc (GH-31456)
iritkatriel
- [Python-checkins] bpo-45582: Don't fail if ENV_PATH is None in getpath.py (GH-31699)
tiran
- [Python-checkins] bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29479)
JelleZijlstra
- [Python-checkins] bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29479)
miss-islington
- [Python-checkins] bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29479)
miss-islington
- [Python-checkins] bpo-45786: Remove _PyFrame_Fini() and _PyFrame_DebugMallocStats() (GH-31874)
vstinner
- [Python-checkins] bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
miss-islington
- [Python-checkins] bpo-45923: Decouple suspension of tracing from tracing flag. (GH-31908)
markshannon
- [Python-checkins] bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938)
serhiy-storchaka
- [Python-checkins] bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938)
miss-islington
- [Python-checkins] bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938)
miss-islington
- [Python-checkins] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910)
asvetlov
- [Python-checkins] bpo-46013: Fix confusing kerning on period in docs (GH-29989)
iritkatriel
- [Python-checkins] bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32005)
iritkatriel
- [Python-checkins] bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32006)
iritkatriel
- [Python-checkins] bpo-46030: socket module add couple of FreeBSD constants. (GH-30018)
asvetlov
- [Python-checkins] bpo-46170: Improve the error message when subclassing NewType (GH-30268)
JelleZijlstra
- [Python-checkins] bpo-46195: Do not add `Optional` in `get_type_hints` (GH-30304)
JelleZijlstra
- [Python-checkins] bpo-46198: Fix `test_asyncio.test_sslproto` (GH-31801)
JelleZijlstra
- [Python-checkins] bpo-46198: rename duplicate tests and remove unused code (GH-30297)
JelleZijlstra
- [Python-checkins] bpo-46245: Add optional parameter dir_fd in shutil.rmtree() (GH-30365)
serhiy-storchaka
- [Python-checkins] bpo-46311: Clean up PyLong_FromLong and PyLong_FromLongLong (GH-30496)
markshannon
- [Python-checkins] bpo-46355: Update pythoncapi_compat project URL (GH-31670)
vstinner
- [Python-checkins] bpo-46382 dataclass(slots=True) now takes inherited slots into account (GH-31980)
ericvsmith
- [Python-checkins] bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
JelleZijlstra
- [Python-checkins] bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
miss-islington
- [Python-checkins] bpo-46429: tweak deepfreeze output (#32107)
gvanrossum
- [Python-checkins] bpo-46480: add typing.assert_type (GH-30843)
JelleZijlstra
- [Python-checkins] bpo-46480: rephrase typing.assert_type docs (GH-32069)
JelleZijlstra
- [Python-checkins] bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)
JelleZijlstra
- [Python-checkins] bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)
miss-islington
- [Python-checkins] bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)
miss-islington
- [Python-checkins] bpo-46541: Add a Comment About When to Use _Py_DECLARE_STR(). (gh-32063)
ericsnowcurrently
- [Python-checkins] bpo-46541: remove usage of _Py_IDENTIFIER from _ssl module (GH-31599)
corona10
- [Python-checkins] bpo-46541: Remove usage of _Py_IDENTIFIER from lzma module (GH-31683)
corona10
- [Python-checkins] bpo-46541: Remove usage of _Py_IDENTIFIER from multibytecodec (GH-31475)
corona10
- [Python-checkins] bpo-46557: Log captured warnings without format string (GH-30975)
vsajip
- [Python-checkins] bpo-46566: Add new py.exe launcher implementation (GH-32062)
zooba
- [Python-checkins] bpo-46566: Make test_launcher more robust to a variety of installs (GH-32204)
zooba
- [Python-checkins] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061)
serhiy-storchaka
- [Python-checkins] bpo-46587: Skip tests if strftime does not support glibc extension (GH-31873)
tiran
- [Python-checkins] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)
vstinner
- [Python-checkins] bpo-46643: fix NEWS entry (GH-31651)
JelleZijlstra
- [Python-checkins] bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)
JelleZijlstra
- [Python-checkins] bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)
miss-islington
- [Python-checkins] bpo-46644: Fix test_typing test broken by GH-31151 due to a merge race (GH-31833)
JelleZijlstra
- [Python-checkins] bpo-46644: Remove callable() requirement from typing._type_check (GH-31151)
JelleZijlstra
- [Python-checkins] bpo-46677: Add examples of inheritance and attributes to `TypedDict` docs (GH-31349)
JelleZijlstra
- [Python-checkins] bpo-46712: Do not Regen Deep-Frozen Modules before Generating Global Objects (gh-32061)
ericsnowcurrently
- [Python-checkins] bpo-46712: Let generate_global_objects.py Run on Earlier Python Versions (gh-31637)
ericsnowcurrently
- [Python-checkins] bpo-46744: Move Windows ARM64 installation directory to correct ProgramFiles (GH-31677)
zooba
- [Python-checkins] bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31572)
pablogsal
- [Python-checkins] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712)
JelleZijlstra
- [Python-checkins] bpo-46771: Implement asyncio context managers for handling timeouts (GH-31394)
gvanrossum
- [Python-checkins] bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (GH-32179)
zooba
- [Python-checkins] bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (GH-32179)
miss-islington
- [Python-checkins] bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (GH-32179)
miss-islington
- [Python-checkins] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31419)
ambv
- [Python-checkins] bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) (GH-31520)
ambv
- [Python-checkins] bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
asvetlov
- [Python-checkins] bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel() (GH-31840)
gvanrossum
- [Python-checkins] bpo-46831: Update __build_class__ comment (#31522)
JelleZijlstra
- [Python-checkins] bpo-46831: Update __build_class__ comment (GH-31522)
miss-islington
- [Python-checkins] bpo-46831: Update __build_class__ comment (GH-31522)
miss-islington
- [Python-checkins] bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
vstinner
- [Python-checkins] bpo-46838: Syntax error improvements for function definitions (GH-31590)
pablogsal
- [Python-checkins] bpo-46841: Add a _Py_SET_OPCODE macro (GH-31780)
brandtbucher
- [Python-checkins] bpo-46841: Don't scan backwards in bytecode (GH-31901)
brandtbucher
- [Python-checkins] bpo-46841: Don't use an oparg counter for `STORE_SUBSCR` (GH-31742)
markshannon
- [Python-checkins] bpo-46841: Fix BINARY_OP's handling of inline caches (GH-31671)
brandtbucher
- [Python-checkins] bpo-46841: Fix error message hacks in `GET_AWAITABLE` (GH-31664)
markshannon
- [Python-checkins] bpo-46841: Improve the failure stats for COMPARE_OP (GH-31663)
brandtbucher
- [Python-checkins] bpo-46841: Quicken code in-place (GH-31888)
markshannon
- [Python-checkins] bpo-46841: remove no-longer-used macro UPDATE_PREV_INSTR_OPARG (GH-32100)
iritkatriel
- [Python-checkins] bpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH-31618)
markshannon
- [Python-checkins] bpo-46841: Use inline caching for `COMPARE_OP` (GH-31622)
markshannon
- [Python-checkins] bpo-46841: Use inline caching for attribute accesses (GH-31640)
brandtbucher
- [Python-checkins] bpo-46841: Use inline caching for calls (GH-31709)
brandtbucher
- [Python-checkins] bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
methane
- [Python-checkins] bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
vstinner
- [Python-checkins] bpo-46848: Use stringlib/fastsearch in mmap (GH-31625)
sweeneyde
- [Python-checkins] bpo-46850: Remove _PyEval_CallTracing() function (GH-32019)
vstinner
- [Python-checkins] bpo-46850: Remove _PyEval_GetCoroutineOriginTrackingDepth() (GH-32018)
vstinner
- [Python-checkins] bpo-46850: Remove _PyEval_SetAsyncGenFinalizer() (GH-32017)
vstinner
- [Python-checkins] bpo-46860: Respect `--with-suffix` on case-insensitive file systems (GH-31593)
brettcannon
- [Python-checkins] bpo-46864: Deprecate PyBytesObject.ob_shash. (GH-31598)
methane
- [Python-checkins] bpo-46864: Suppress deprecation warnings for ob_shash. (GH-32042)
methane
- [Python-checkins] bpo-46864: Suppress even more ob_shash deprecation warnings (GH-32176)
tiran
- [Python-checkins] bpo-46874: Speed up sqlite3 user-defined aggregate 'step' method (GH-31604)
corona10
- [Python-checkins] bpo-46877: export unittest.doModuleCleanups in unittest package (#31613)
gvanrossum
- [Python-checkins] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612)
JelleZijlstra
- [Python-checkins] bpo-46881: Fix refleak from GH-31616 (GH-31805)
Fidget-Spinner
- [Python-checkins] bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
miss-islington
- [Python-checkins] bpo-46891: Fix creating a new instance of a module subclass with slots (GH-31643)
markshannon
- [Python-checkins] bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
markshannon
- [Python-checkins] bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
vstinner
- [Python-checkins] bpo-46906: Mention native endian in PyFloat_Pack8() doc (GH-31866)
vstinner
- [Python-checkins] bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656)
ned-deily
- [Python-checkins] bpo-46907: Update Windows installer to SQLite 3.38.1. (GH-31655)
zooba
- [Python-checkins] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675) (GH-31676)
vstinner
- [Python-checkins] bpo-46913: Fix test_faulthandler.test_read_null() on UBSan (GH31672)
vstinner
- [Python-checkins] bpo-46913: Fix test_faulthandler.test_sigfpe() on UBSAN (GH-31662)
vstinner
- [Python-checkins] bpo-46913: Skip test_ctypes.test_shorts() on UBSan (GH-31674)
vstinner
- [Python-checkins] bpo-46913: test_hashlib skips _sha3 tests on UBSan (GH-31673)
vstinner
- [Python-checkins] bpo-46917: math.nan is now always available (GH-31793)
vstinner
- [Python-checkins] bpo-46917: Require IEEE 754 to build Python (GH-31790)
vstinner
- [Python-checkins] bpo-46920: Remove code that has explainers why it was disabled (GH-31813)
vstinner
- [Python-checkins] bpo-46920: Remove code that has no explainer why it was disabled (GH-31814)
vstinner
- [Python-checkins] bpo-46920: Remove disabled debug code added decades ago and likely unnecessary (GH-31812)
vstinner
- [Python-checkins] bpo-46921: Vectorcall support for `super()` (GH-31687)
Fidget-Spinner
- [Python-checkins] bpo-46927: Include the type's name in the error message for subscripting non-generic types (GH-31694)
serhiy-storchaka
- [Python-checkins] bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)
zooba
- [Python-checkins] bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)
miss-islington
- [Python-checkins] bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)
miss-islington
- [Python-checkins] bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) (GH-31740)
ambv
- [Python-checkins] bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) (GH-31741)
ned-deily
- [Python-checkins] bpo-46933: Fix make distclean regression (GH-31737)
tiran
- [Python-checkins] bpo-46933: Make pwd module optional (GH-31700)
tiran
- [Python-checkins] bpo-46937: convert remaining functions to AC in _weakref (GH-31705)
corona10
- [Python-checkins] bpo-46940: Don't override existing AttributeError suggestion information (GH-31710)
pablogsal
- [Python-checkins] bpo-46944: use FASTCALL calling convention in generator.throw (GH-31723)
markshannon
- [Python-checkins] bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31726)
zooba
- [Python-checkins] bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31727)
zooba
- [Python-checkins] bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31728)
zooba
- [Python-checkins] bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31729)
ambv
- [Python-checkins] bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31730)
ned-deily
- [Python-checkins] bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920)
zooba
- [Python-checkins] bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920)
miss-islington
- [Python-checkins] bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920)
miss-islington
- [Python-checkins] bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) (GH-31924)
ambv
- [Python-checkins] bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) (GH-31925)
ned-deily
- [Python-checkins] bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
asvetlov
- [Python-checkins] bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
miss-islington
- [Python-checkins] bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
miss-islington
- [Python-checkins] bpo-46968: Add os.sysconf_names['SC_MINSIGSTKSZ'] (GH-31824)
vstinner
- [Python-checkins] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961)
miss-islington
- [Python-checkins] bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789)
vstinner
- [Python-checkins] bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830)
vstinner
- [Python-checkins] bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31831)
vstinner
- [Python-checkins] bpo-46973: Add regen-configure make target (GH-31792)
tiran
- [Python-checkins] bpo-46981: Remove typing._TypingEmpty (GH-31836)
serhiy-storchaka
- [Python-checkins] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819)
ned-deily
- [Python-checkins] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31851)
ambv
- [Python-checkins] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31852)
ned-deily
- [Python-checkins] bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)
ned-deily
- [Python-checkins] bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)
miss-islington
- [Python-checkins] bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855)
ned-deily
- [Python-checkins] bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31861)
ned-deily
- [Python-checkins] bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835)
corona10
- [Python-checkins] bpo-46993: Speed up bytearray creation from list and tuple (GH-31834)
asvetlov
- [Python-checkins] bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (GH-31837)
asvetlov
- [Python-checkins] bpo-46995: Deprecate missing asyncio.Task.set_name() for third-party task implementations (GH-31838)
asvetlov
- [Python-checkins] bpo-46996: IDLE: Drop workarounds for old Tk versions (GH-31962)
serhiy-storchaka
- [Python-checkins] bpo-46996: Remove support of Tcl/Tk < 8.5.12 (GH-31839)
serhiy-storchaka
- [Python-checkins] bpo-47003: Cleanup _overlapped module (GH-31848)
asvetlov
- [Python-checkins] bpo-47004: Sync with importlib_metadata 4.11.3. (#31854)
jaraco
- [Python-checkins] bpo-47005: Improve performance of bytearray_repeat and bytearray_irepeat (GH-31856)
sweeneyde
- [Python-checkins] bpo-47012: speed up iteration of bytes and bytearray (GH-31867)
sweeneyde
- [Python-checkins] bpo-47015: Update test_os from asyncore to asyncio (GH-31876)
asvetlov
- [Python-checkins] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891)
miss-islington
- [Python-checkins] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)
tiran
- [Python-checkins] bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1.1n. (GH-31911)
ned-deily
- [Python-checkins] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921)
zooba
- [Python-checkins] bpo-47037: Don't test for strftime('%4Y') on Windows (GH-31945)
zooba
- [Python-checkins] bpo-47037: Test debug builds on Windows in CI so that native assertions are noticed sooner (GH-31965)
zooba
- [Python-checkins] bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
asvetlov
- [Python-checkins] bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
miss-islington
- [Python-checkins] bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
miss-islington
- [Python-checkins] bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942)
asvetlov
- [Python-checkins] bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942) (GH-31943)
asvetlov
- [Python-checkins] bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946)
asvetlov
- [Python-checkins] bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946)
miss-islington
- [Python-checkins] bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946) (#31948)
asvetlov
- [Python-checkins] bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950)
asvetlov
- [Python-checkins] bpo-47040: improve document of checksum functions (gh-31955)
gpshead
- [Python-checkins] bpo-47042: Fix testing the HTML output in test_pydoc (GH-31959)
serhiy-storchaka
- [Python-checkins] bpo-47045: Remove `f_state` field (GH-31963)
markshannon
- [Python-checkins] bpo-47053: Reduce deoptimization in BINARY_OP_INPLACE_ADD_UNICODE (GH-31318)
markshannon
- [Python-checkins] bpo-47053: Refactor BINARY_OP_INPLACE_ADD_UNICODE (GH-32122)
sweeneyde
- [Python-checkins] bpo-47057: Use FASTCALL convention for FutureIter.throw() (GH-31973)
asvetlov
- [Python-checkins] bpo-47061: document module deprecations due to PEP 594 (GH-31984)
miss-islington
- [Python-checkins] bpo-47062: Implement asyncio.Runner context manager (GH-31799)
asvetlov
- [Python-checkins] bpo-47062: Rename factory argument to loop_factory (GH-32113)
asvetlov
- [Python-checkins] bpo-47066: Convert a warning about flags not at the start of the regular expression into error (GH-31994)
serhiy-storchaka
- [Python-checkins] bpo-47067: Optimize calling GenericAlias objects (GH-31996)
sweeneyde
- [Python-checkins] bpo-47070: Add _PyBytes_Repeat() (GH-31999)
sweeneyde
- [Python-checkins] bpo-47076: Make asyncio.Queue stable on slow test boxes (GH-32040)
asvetlov
- [Python-checkins] bpo-47080: Use atomic groups to simplify fnmatch (GH-32029)
tim-one
- [Python-checkins] bpo-47081: Replace "qualifiers" with "quantifiers" in the re module documentation (GH-32028)
serhiy-storchaka
- [Python-checkins] bpo-47084: Clear Unicode cached representations on finalization (GH-32032)
vstinner
- [Python-checkins] bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)
zooba
- [Python-checkins] bpo-47086: Remove dead link to old CHM documentation (GH-32075)
zooba
- [Python-checkins] bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)
tiran
- [Python-checkins] bpo-47098: Replace Keccak Code Package with tiny_sha3 (GH-32060)
tiran
- [Python-checkins] bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076)
miss-islington
- [Python-checkins] bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076)
miss-islington
- [Python-checkins] bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH-32086)
asvetlov
- [Python-checkins] bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH-32086)
miss-islington
- [Python-checkins] bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091)
ned-deily
- [Python-checkins] bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32120)
ned-deily
- [Python-checkins] bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32121)
ned-deily
- [Python-checkins] bpo-47116: use _PyLong_FromUnsignedChar instead of PyLong_FromLong (GH-32110)
sweeneyde
- [Python-checkins] bpo-47117: Don't crash if we fail to decode characters when the tokenizer buffers are uninitialized (GH-32129)
miss-islington
- [Python-checkins] bpo-47118: Fix asyncio.Runner tests error (32117)
asvetlov
- [Python-checkins] bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH-32115)
markshannon
- [Python-checkins] bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
pablogsal
- [Python-checkins] bpo-47127: Specialize calls for fastcall c methods with keywords (GH-32125)
Fidget-Spinner
- [Python-checkins] bpo-47129: Add more informative messages to f-string syntax errors (32127)
ericvsmith
- [Python-checkins] bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32161)
zooba
- [Python-checkins] bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32161)
zooba
- [Python-checkins] bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32161)
miss-islington
- [Python-checkins] bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32182)
ned-deily
- [Python-checkins] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32111)
ned-deily
- [Python-checkins] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32153)
ned-deily
- [Python-checkins] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32154)
ned-deily
- [Python-checkins] bpo-47146: Avoid Using make Recursively (gh-32206)
ericsnowcurrently
- [Python-checkins] bpo-47146: Eliminate a race between make regen-deepfreeze and make regen-global-objects. (gh-32162)
ericsnowcurrently
- [Python-checkins] bpo-47146: Stop Depending On regen-deepfreeze For regen-global-objects (gh-32218)
ericsnowcurrently
- [Python-checkins] bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186)
gpshead
- [Python-checkins] bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186)
miss-islington
- [Python-checkins] bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189)
miss-islington
- [Python-checkins] bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191)
vstinner
- [Python-checkins] bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
vstinner
- [Python-checkins] bpo-47164: Add _PyCFunctionObject_CAST() macr (GH-32190)
vstinner
- [Python-checkins] bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197)
asvetlov
- [Python-checkins] bpo-47171: Enable installing the py.exe launcher on Windows ARM64 (GH-32203)
zooba
- [Python-checkins] bpo-47182: Fix crash by named unicode characters after interpreter reinitialization (GH-32212)
miss-islington
- [Python-checkins] bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter (GH-31639)
iritkatriel
- [Python-checkins] bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter (GH-31639)
miss-islington
- [Python-checkins] bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter (GH-31639) (GH-31661)
iritkatriel
- [Python-checkins] But Add missing newline to NEWS entry (GH-31893)
iritkatriel
- [Python-checkins] But Add missing newline to NEWS entry (GH-31893)
miss-islington
- [Python-checkins] But Add missing newline to NEWS entry (GH-31893)
miss-islington
- [Python-checkins] CI: Fix patchcheck (GH-31708)
asvetlov
- [Python-checkins] Clean up CODEOWNERS (#31715)
orsenthil
- [Python-checkins] Correctly document class instead of function (GH-32016)
iritkatriel
- [Python-checkins] Correctly document class instead of function (GH-32016)
miss-islington
- [Python-checkins] ctypes docs: Fix array-length reference to "non-negative" from "positive" (GH-32097)
JelleZijlstra
- [Python-checkins] ctypes docs: Fix array-length reference to "non-negative" from "positive" (GH-32097) (GH-32142)
JelleZijlstra
- [Python-checkins] ctypes docs: Fix array-length reference to "non-negative" from "positive" (GH-32097) (GH-32143)
JelleZijlstra
- [Python-checkins] dict: Fix refleak (GH-31650)
methane
- [Python-checkins] dict: Internal cleanup (GH-31641)
methane
- [Python-checkins] docs: Don't use code formatting for emphasis (GH-30519)
JelleZijlstra
- [Python-checkins] docs: Don't use code formatting for emphasis (GH-30519)
miss-islington
- [Python-checkins] Docstring: replace pysqlite with sqlite3 (GH-31758)
JelleZijlstra
- [Python-checkins] Do not run test_gdb when gdb embeds Python 2. (GH-31956)
methane
- [Python-checkins] Drop accidentally added whitespaces in asyncio internals (GH-31900)
asvetlov
- [Python-checkins] Fix 3.11 what's new formatting (GH-31763)
Fidget-Spinner
- [Python-checkins] Fix EncodingWarning in libregrtest (GH-31654)
methane
- [Python-checkins] Fix GPG signing in Windows release build (GH-32089)
zooba
- [Python-checkins] Fix some typos in whatsnew (GH-32098)
Mariatta
- [Python-checkins] Fix some Windows release build script issues (GH-31931)
zooba
- [Python-checkins] Fix typo in Path.iterdir docs (GH-31822)
JelleZijlstra
- [Python-checkins] Fix typo in Path.iterdir docs (GH-31822)
miss-islington
- [Python-checkins] Fix typo in Path.iterdir docs (GH-31822)
miss-islington
- [Python-checkins] Fix typo in pycore_bytesobject.h (GH-31914)
sweeneyde
- [Python-checkins] Fix typo in the sqlite3 docs (GH-31915)
JelleZijlstra
- [Python-checkins] Fix typo in the sqlite3 docs (GH-31915) (GH-32157)
JelleZijlstra
- [Python-checkins] Fix typo in the sqlite3 docs (GH-31915) (GH-32158)
JelleZijlstra
- [Python-checkins] Fix whitespace error in setup.py (GH-31960)
JelleZijlstra
- [Python-checkins] git ignore Lib/site-packages (GH-31862)
gvanrossum
- [Python-checkins] importlib.metadata: Remove empty footnote section (GH-30451)
JelleZijlstra
- [Python-checkins] importlib.metadata: Remove empty footnote section (GH-30451)
miss-islington
- [Python-checkins] In Windows release builds, do not attempt to copy Tcl/Tk for ARM64 when it is not being published (GH-31918)
zooba
- [Python-checkins] Lib/typing.py copy edits originating from GH-31061 (#31684)
Fidget-Spinner
- [Python-checkins] Lib/typing.py copy edits originating from GH-31061 (GH-31684)
miss-islington
- [Python-checkins] Lib/typing.py copy edits originating from GH-31061 (GH-31684)
miss-islington
- [Python-checkins] Merge deoptimization blocks in interpreter (GH-32155)
markshannon
- [Python-checkins] Move check for str-only keys in LOAD_GLOBAL specializations to specialization time. (GH-31659)
markshannon
- [Python-checkins] Python 3.10.3
pablogsal
- [Python-checkins] Python 3.10.4
pablogsal
- [Python-checkins] Python 3.11.0a6
pablogsal
- [Python-checkins] Python 3.8.13
ambv
- [Python-checkins] Python 3.8.13, take two
ambv
- [Python-checkins] Python 3.9.11
ambv
- [Python-checkins] Python 3.9.11, take two
ambv
- [Python-checkins] Python 3.9.12
ambv
- [Python-checkins] Remove an old, elementtree-specific leak detector (GH-31811)
ericvsmith
- [Python-checkins] Removed ambiguity in __init_subclass__ docs (GH-31540)
JelleZijlstra
- [Python-checkins] Removed ambiguity in __init_subclass__ docs (GH-31540)
miss-islington
- [Python-checkins] Removed ambiguity in __init_subclass__ docs (GH-31540)
miss-islington
- [Python-checkins] Removed confusing reference to sys (GH-31638)
JelleZijlstra
- [Python-checkins] Removed confusing reference to sys (GH-31638)
miss-islington
- [Python-checkins] Removed confusing reference to sys (GH-31638)
miss-islington
- [Python-checkins] Remove print race from task_done example. (GH-31795)
rhettinger
- [Python-checkins] Remove print race from task_done example. (GH-31795)
miss-islington
- [Python-checkins] Remove trailing spaces (GH-31695)
serhiy-storchaka
- [Python-checkins] Remove unnecessary registration of weakref.WeakSet to _collections_abc.Set (GH-32211)
rhettinger
- [Python-checkins] Replace with_traceback() with exception chaining and reraising (GH-32074)
asvetlov
- [Python-checkins] Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31879)
ned-deily
- [Python-checkins] Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880)
ned-deily
- [Python-checkins] Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881)
ned-deily
- [Python-checkins] Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31882)
ned-deily
- [Python-checkins] Rewrite asyncio.Queue tests with IsolatedAsyncioTestCace (#31935)
asvetlov
- [Python-checkins] sqlite3: normalise pre-acronym determiners (GH-31772)
JelleZijlstra
- [Python-checkins] summarize_stats.py: add pairs by opcode (GH-31957)
markshannon
- [Python-checkins] Tidy changelog by removing redundant intermediate expat update items. (GH-31907)
ned-deily
- [Python-checkins] Tools/gdb: Drop code to support Python 2. (GH-31717)
methane
- [Python-checkins] Update adaptive.md for inline caching (GH-31817)
markshannon
- [Python-checkins] Update copyright year to 2022. (GH-30335) (GH-31478)
ambv
- [Python-checkins] Update glossary.rst (GH-32093)
asvetlov
- [Python-checkins] Update grammar_grapher with the new forced (&&) directive (#31704)
pablogsal
- [Python-checkins] Use assertEqual, not assertEquals, in test_unicode (GH-31718)
sweeneyde
- [Python-checkins] Use FASTCALL for __import__ (GH-31752)
asvetlov
- [Python-checkins] Use low bit of LOAD_GLOBAL's oparg to indicate whether it should push an additional NULL. (GH-31933)
markshannon
Last message date:
Thu Mar 31 21:25:32 EDT 2022
Archived on: Thu Mar 31 21:25:34 EDT 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).