Messages by Date
-
2025/10/07
[Python-checkins] [3.14] Always use the latest dev container image in `devcontainer.json` (GH-138003)
brettcannon
-
2025/10/07
[Python-checkins] [3.14] gh-136520: Clarify docs for _pack_ & _align_ (GH-137036) (#137381)
vstinner
-
2025/10/07
[Python-checkins] [3.14] gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300) (#137305)
vstinner
-
2025/10/07
[Python-checkins] [3.14] gh-138489: Add missing `build-details.json` step for building wasm (GH-139302) (GH-139557)
encukou
-
2025/10/07
[Python-checkins] [3.14] gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962) (#139045)
AA-Turner
-
2025/10/07
[Python-checkins] [3.13] gh-139646: fix typo in `pickletools` error message (GH-139647) (GH-139650)
encukou
-
2025/10/07
[Python-checkins] [3.14] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318) (#139347)
AA-Turner
-
2025/10/07
[Python-checkins] [3.14] gh-137390: Add missing line continuation character in configure.ac (GH-137391) (#137394)
AA-Turner
-
2025/10/07
[Python-checkins] [3.14] gh-135629: rewrite language reference section on except* to improve clarity (GH-136150) (#139059)
AA-Turner
-
2025/10/07
[Python-checkins] [3.14] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285) (GH-138742)
encukou
-
2025/10/07
[Python-checkins] [3.14] gh-137376: Add note on top-level `global` declarations (GH-137707) (GH-138023)
encukou
-
2025/10/07
[Python-checkins] [3.14] gh-136823: Update documentation on excluded headers in Python.h (GH-136824) (#137437)
kumaraditya303
-
2025/10/07
[Python-checkins] [3.14] gh-136516: Mention installation artifacts as de-facto resources (GH-136419) (#137038)
kumaraditya303
-
2025/10/07
[Python-checkins] [3.14] gh-136278: Document codecs.escape_encode() and codecs.escape_decode() (GH-136314) (#137149)
vstinner
-
2025/10/07
[Python-checkins] [3.14] gh-139208: Fix regrtest --fast-ci --verbose (GH-139240) (#139260)
vstinner
-
2025/10/07
[Python-checkins] [3.14] gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying OS thread exits (gh-137315) (gh-138916)
colesbury
-
2025/10/07
[Python-checkins] [3.14] gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164) (GH-139168)
ZeroIntensity
-
2025/10/07
[Python-checkins] gh-139516: Fix lambda colon start format spec in f-string in tokenizer (#139657)
pablogsal
-
2025/10/07
[Python-checkins] [3.9] gh-138998: Upgrade vendored expat to 2.7.2 (GH-138999) (GH-139055)
ambv
-
2025/10/07
[Python-checkins] [3.12] gh-139436: Remove link to the PDF downloads (GH-139142) (GH-139428)
ambv
-
2025/10/06
[Python-checkins] gh-139573: Update macOS installer to use OpenSSL 3.0.18 (#139575)
ned-deily
-
2025/10/06
[Python-checkins] [3.12] gh-138998: Upgrade vendored expat to 2.7.2 (GH-138999) (#139026)
Yhg1s
-
2025/10/05
[Python-checkins] [3.14] gh-139573: Update OpenSSL in CI (GH-139577) (#139583)
hugovk
-
2025/10/05
[Python-checkins] gh-127330: Comment correction in _ssl.c (#139603)
AA-Turner
-
2025/10/05
[Python-checkins] [3.13] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) (#139593)
picnixz
-
2025/10/04
[Python-checkins] gh-138558: Improve description of ``Interpolation.expression`` (#139187)
AA-Turner
-
2025/10/04
[Python-checkins] gh-138044: Remove deprecated parameter alias for `importlib.resources.files` (#138059)
FFY00
-
2025/10/04
[Python-checkins] gh-132042: Remove resolve_slotdups() to speedup class creation (#132156)
vstinner
-
2025/10/04
[Python-checkins] gh-138489: Add missing `build-details.json` step for building wasm (#139302)
FFY00
-
2025/10/03
[Python-checkins] [3.14] gh-105987: unskip `test_issue105987` from `test_asyncio.test_eager_task_factory` (GH-139538) (#139539)
hugovk
-
2025/10/03
[Python-checkins] [3.14] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117) (#139118)
hugovk
-
2025/10/03
[Python-checkins] gh-137638: Use macos-15-intel in GitHub Actions (#139154)
hugovk
-
2025/10/03
[Python-checkins] gh-139525: Don't specialize functions which have a modified vectorcall (#139524)
DinoV
-
2025/10/03
[Python-checkins] `Python/codecs.c`: Remove unused forward declaration (#139511)
malemburg
-
2025/10/03
[Python-checkins] gh-105987: unskip `test_issue105987` from `test_asyncio.test_eager_task_factory` (#139538)
kumaraditya303
-
2025/10/02
[Python-checkins] [3.13] gh-139495: Fix `hashlib.file_digest()` versionchanged description of `BlockingIOError` (GH-139496) (#139528)
gpshead
-
2025/10/02
[Python-checkins] gh-139322: Remove redundant `test_os.Win32ErrorTests` (#139477)
vstinner
-
2025/10/02
[Python-checkins] [3.14] gh-139495: Fix `hashlib.file_digest()` versionchanged description of `BlockingIOError` (GH-139496) (#139522)
hugovk
-
2025/10/02
[Python-checkins] gh-139322: Reenable test_os.test_getlogin() (#139498)
vstinner
-
2025/10/02
[Python-checkins] gh-139495: Fix `hashlib.file_digest()` versionchanged description of `BlockingIOError` (GH-139496)
gpshead
-
2025/10/02
[Python-checkins] gh-139322: Create test_os package (#139453)
vstinner
-
2025/10/02
[Python-checkins] gh-55258: Reenable support test_get_original_stdout() (#139499)
vstinner
-
2025/10/02
[Python-checkins] gh-139504: Catch BrokenPipeError in ssl test_client_sigalgs_mismatch() (#139505)
vstinner
-
2025/10/02
[Python-checkins] Remove @tiran from CODEOWNERS (#139513)
vstinner
-
2025/10/02
[Python-checkins] gh-135944: Add a "Runtime Components" Section to the Execution Model Docs (gh-135945)
ericsnowcurrently
-
2025/10/02
[Python-checkins] [3.14] gh-139487: add missing imports for standalone doctest `Enum` examples (GH-139488) (#139493)
hugovk
-
2025/10/02
[Python-checkins] gh-77476: Remove urllib HTTP test (#139502)
vstinner
-
2025/10/02
[Python-checkins] [3.13] gh-135329: Use longer timeout in pyrepl test_repl_eio() (#139503) (#139507)
vstinner
-
2025/10/02
[Python-checkins] gh-89745: Remove test_embed.test_init_read_set() (#139500)
vstinner
-
2025/10/02
[Python-checkins] GH-123299: Copyedit 3.14 What's New: Other Language Changes (#139425)
AA-Turner
-
2025/10/02
[Python-checkins] gh-135329: Use longer timeout in pyrepl test_repl_eio() (#139503)
vstinner
-
2025/10/02
[Python-checkins] [3.13] gh-139487: add missing imports for standalone doctest `Enum` examples (GH-139488) (#139494)
picnixz
-
2025/10/02
[Python-checkins] gh-139487: add missing imports for standalone doctest `Enum` examples (#139488)
picnixz
-
2025/10/01
[Python-checkins] gh-116946: partial revert gh-139073 for thread handle type (#139474)
kumaraditya303
-
2025/10/01
[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: Deprecated (GH-139433) (#139457)
hugovk
-
2025/10/01
[Python-checkins] [3.14] gh-132006: Add support for handling XCPrivacy manifests (GH-139163) (#139410)
hugovk
-
2025/10/01
[Python-checkins] gh-139327: fix some reference leaks in `sqlite3` error branches (#139328)
picnixz
-
2025/10/01
[Python-checkins] gh-139210: Move gh-139210 patch NEWS file to correct section (#139469)
Fidget-Spinner
-
2025/10/01
[Python-checkins] gh-116946: remove unnecessary gc from immutable types (#139073)
kumaraditya303
-
2025/09/30
[Python-checkins] gh-138899: fix `sys.ps1` in asyncio repl (#138900)
kumaraditya303
-
2025/09/30
[Python-checkins] [3.14] Document that `PyInterpreterState_GetDict` returns a borrowed reference (GH-139451) (#139463)
hugovk
-
2025/09/30
[Python-checkins] gh-63161: Add more tests for source encoding (#139440)
serhiy-storchaka
-
2025/09/29
[Python-checkins] [3.10] Remove link to the PDF downloads (GH-139142) (#139431)
pablogsal
-
2025/09/29
[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: CPython bytecode changes (GH-139402) (#139420)
hugovk
-
2025/09/29
[Python-checkins] [3.10] gh-135374: Adjust test for setuptools' replacement of distutils (GH-138796) (GH-139303)
ambv
-
2025/09/29
[Python-checkins] [3.14] gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initialization_sys_options` (GH-139147) (#139413)
hugovk
-
2025/09/29
[Python-checkins] [3.14] Make Android streams respect the unbuffered (`-u`) option (GH-138806) (#139108)
hugovk
-
2025/09/28
[Python-checkins] Edit outdated comment (#121152)
hauntsaninja
-
2025/09/28
[Python-checkins] gh-132006: Add support for handling XCPrivacy manifests (#139163)
freakboy3742
-
2025/09/28
[Python-checkins] gh-139393: fix `_CALL_LEN` JIT tests for tuples (#139394)
picnixz
-
2025/09/28
[Python-checkins] gh-135447: Document the ``NOT_TAKEN`` & ``POP_ITER`` bytecode instructions (#135803)
AA-Turner
-
2025/09/28
[Python-checkins] [3.11] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139378)
pablogsal
-
2025/09/28
[Python-checkins] gh-139374: colorize traceback when using `timeit` command-line interface (#139375)
picnixz
-
2025/09/28
[Python-checkins] gh-90949: expose Expat API to tune exponential expansion protections (#139368)
picnixz
-
2025/09/27
[Python-checkins] gh-83336: Add alias for consistency to `utf-8-sig` (#136530)
malemburg
-
2025/09/27
[Python-checkins] [3.13] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139377)
gpshead
-
2025/09/27
[Python-checkins] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319)
gpshead
-
2025/09/26
[Python-checkins] [3.14] gh-138633: synchronize documented signatures of SSL objects with runtime ones (GH-138639, GH-138648) (#138646)
hugovk
-
2025/09/26
[Python-checkins] [3.14] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139376)
hugovk
-
2025/09/26
[Python-checkins] [3.12] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (#138754)
Yhg1s
-
2025/09/26
[Python-checkins] [3.10] gh-138998: Upgrade vendored expat to 2.7.2 (#138999) (#139053)
pablogsal
-
2025/09/26
[Python-checkins] [3.11] gh-138998: Upgrade vendored expat to 2.7.2 (#138999) (#139056)
pablogsal
-
2025/09/26
[Python-checkins] gh-90949: amend GH-139234 in prevision of future mitigation API (#139366)
picnixz
-
2025/09/26
[Python-checkins] [3.12] gh-139330: Check expat version/checksum in SBOM with refresh.sh
sethmlarson
-
2025/09/26
[Python-checkins] gh-139289: Lazy import rlcompleter to fix the refleak (#139305)
gaogaotiantian
-
2025/09/26
[Python-checkins] [3.13] gh-139289: Lazy import rlcompleter to fix the refleak (GH-139305) (#139357)
gaogaotiantian
-
2025/09/26
[Python-checkins] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (#139234)
picnixz
-
2025/09/26
[Python-checkins] [3.14] gh-127502: Fix typo in XML security notes (GH-139335) (#139346)
hugovk
-
2025/09/26
[Python-checkins] [3.13] Remove erroneous text from What’s New (#139343)
AA-Turner
-
2025/09/26
[Python-checkins] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (#139318)
sobolevn
-
2025/09/26
[Python-checkins] [3.13] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318) (#139348)
sobolevn
-
2025/09/26
[Python-checkins] [3.13] gh-127502: Fix typo in XML security notes (GH-139335) (#139345)
picnixz
-
2025/09/26
[Python-checkins] gh-127502: Fix typo in XML security notes (#139335)
picnixz
-
2025/09/25
[Python-checkins] gh-138682: Add symmetric difference to Counter (gh-138766)
rhettinger
-
2025/09/25
[Python-checkins] [3.14] gh-139330: Check expat version/checksum in SBOM with refresh.sh
sethmlarson
-
2025/09/25
[Python-checkins] gh-138122: Allow to filter by thread in tachyon's flamegraph (#139216)
pablogsal
-
2025/09/25
[Python-checkins] [3.13] gh-139330: Check expat version/checksum in SBOM with refresh.sh
sethmlarson
-
2025/09/25
[Python-checkins] gh-139330: Check expat version/checksum in SBOM with refresh.sh
sethmlarson
-
2025/09/25
[Python-checkins] gh-139156: Optimize _PyUnicode_EncodeCharmap() (#139306)
vstinner
-
2025/09/24
[Python-checkins] gh-139275: Fix compilation of Modules/_remote_debugging_module.c when the system doesn't have process_vm_readv (#139307)
pablogsal
-
2025/09/24
[Python-checkins] [3.14] Fix the reference to unicode specification (#139138) (#139286)
hugovk
-
2025/09/24
[Python-checkins] gh-139231: Fix estimation of available stack size for recursion limit on macOS (GH-139232)
markshannon
-
2025/09/24
[Python-checkins] gh-139156: Use PyBytesWriter in _PyUnicode_EncodeCharmap() (#139251)
vstinner
-
2025/09/24
[Python-checkins] [3.11] gh-135374: Adjust test for setuptools' replacement of distutils (GH-138796)
ambv
-
2025/09/24
[Python-checkins] [3.13] gh-130567: Fix possible crash in locale.strxfrm() (GH-138940) (GH-139266)
encukou
-
2025/09/24
[Python-checkins] [3.12] GH-136155: Use ``sphinxext-opengraph`` v0.12.0 (GH-137393) (#138741)
hugovk
-
2025/09/24
[Python-checkins] gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)
encukou
-
2025/09/24
[Python-checkins] [3.13] Fix the reference to unicode specification (#139138) (#139285)
malemburg
-
2025/09/23
[Python-checkins] [3.13] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in… (#139281)
gaogaotiantian
-
2025/09/23
[Python-checkins] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in subprocess (#139185)
gaogaotiantian
-
2025/09/23
[Python-checkins] GH-139174: Prepare `pathlib.Path.info` for new methods (#139175)
barneygale
-
2025/09/23
[Python-checkins] gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
serhiy-storchaka
-
2025/09/23
[Python-checkins] gh-138558: Improve handling of Template annotations in annotationlib (#139072)
JelleZijlstra
-
2025/09/23
[Python-checkins] gh-136744: Remove a redundant test skip (#139267)
freakboy3742
-
2025/09/23
[Python-checkins] gh-129813, PEP 782: Remove the private _PyBytesWriter API (#139264)
vstinner
-
2025/09/23
[Python-checkins] [3.13] gh-139208: Fix regrtest --fast-ci --verbose (GH-139240) (#139261)
vstinner
-
2025/09/23
[Python-checkins] gh-126016: Fix flaky test by allowing the SIGINT return code (GH-139219)
encukou
-
2025/09/23
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in utf8_encoder() (#138874)
vstinner
-
2025/09/22
[Python-checkins] gh-139156: Use PyBytesWriter in PyUnicode_AsUnicodeEscapeString() (#139249)
vstinner
-
2025/09/22
[Python-checkins] gh-139156: Use PyBytesWriter in PyUnicode_AsRawUnicodeEscapeString() (#139250)
vstinner
-
2025/09/22
[Python-checkins] gh-136744: Remove unnecessary chmod from pydoc.apropos() test. (GH-136746)
ambv
-
2025/09/22
[Python-checkins] gh-139156: Use PyBytesWriter in UTF-32 encoder (#139157)
vstinner
-
2025/09/22
[Python-checkins] gh-136003: Close file descriptors in test (GH-139225)
encukou
-
2025/09/22
[Python-checkins] [3.13] Revert "gh-136006: fix `Py_NAN` expansion on Solaris systems (GH-136575) (#138734)" (#139239)
hugovk
-
2025/09/22
[Python-checkins] GH-137218: Fix Makefile to handle FreeBSD (fix for JIT stencil changes) (GH-139170)
encukou
-
2025/09/21
[Python-checkins] [3.14] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139200)
hugovk
-
2025/09/21
[Python-checkins] [3.14] gh-138092: Correct the documented signature of ``mmap.flush`` (GH-138671) (#139202)
hugovk
-
2025/09/21
[Python-checkins] [3.14] `Doc/library/os.rst`: Remove spurious parenthesis (GH-139205) (#139217)
hugovk
-
2025/09/21
[Python-checkins] [3.13] `Doc/library/os.rst`: Remove spurious parenthesis (GH-139205) (GH-139218)
ZeroIntensity
-
2025/09/21
[Python-checkins] `Doc/library/os.rst`: Remove spurious parenthesis (GH-139205)
ZeroIntensity
-
2025/09/21
[Python-checkins] gh-138709: Supress stdout/stderr during test_sampling_profiler tests (#139212)
pablogsal
-
2025/09/21
[Python-checkins] gh-138709: Fix race condition in test_external_inspection (#139209)
pablogsal
-
2025/09/21
[Python-checkins] [3.13] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139201)
AA-Turner
-
2025/09/21
[Python-checkins] Link to Discourse in ``.github/CONTRIBUTING.rst`` (#138996)
AA-Turner
-
2025/09/21
[Python-checkins] [3.13] gh-138092: Correct the documented signature of ``mmap.flush`` (GH-138671) (#139203)
AA-Turner
-
2025/09/21
[Python-checkins] Docs: add missing tools to `Tools/README` (#139150)
sobolevn
-
2025/09/21
[Python-checkins] gh-138092: Correct the documented signature of ``mmap.flush`` (#138671)
AA-Turner
-
2025/09/21
[Python-checkins] Make sure the ``:keyword:`` role works for ``case`` (#138878)
AA-Turner
-
2025/09/20
[Python-checkins] gh-64490: Argument Clinic: Add support for ``**kwds`` (#138344)
AA-Turner
-
2025/09/20
[Python-checkins] [3.13] gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (GH-138651) (#138658)
sobolevn
-
2025/09/20
[Python-checkins] [3.14] gh-138318, PyREPL: builtins should not be highlighted when used as attribute names (GH-138319) (#138654)
pablogsal
-
2025/09/20
[Python-checkins] [3.14] gh-138005: Document that CSV `skipinitialspace=True` and `delimiter=' '` require quotation for empty fields (GH-138006) (#138798)
hugovk
-
2025/09/20
[Python-checkins] gh-134531: use `EVP_MAC` API for `_hashlib.HMAC` when possible (#135235)
picnixz
-
2025/09/20
[Python-checkins] gh-71810: Fix corner case (length==0) for int.to_bytes() (#138739)
vstinner
-
2025/09/20
[Python-checkins] [3.14] gh-138665: Move `platform.invalidate_caches` docs (GH-138667) (#138668)
hugovk
-
2025/09/20
[Python-checkins] [3.13] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117) (GH-139119)
ZeroIntensity
-
2025/09/20
[Python-checkins] gh-138318, PyREPL: builtins should not be highlighted when used as attribute names (#138319)
pablogsal
-
2025/09/20
[Python-checkins] [3.14] Fix typo in Doc/extending/extending.rst (GH-136890) (#137355)
hugovk
-
2025/09/20
[Python-checkins] [3.13] gh-138998: Upgrade vendored expat to 2.7.2 (GH-138999) (#139025)
Yhg1s
-
2025/09/20
[Python-checkins] [3.14] Improve permission error messages in pdb and asyncio.tools (GH-134290) (#138826)
pablogsal
-
2025/09/20
[Python-checkins] gh-107862: Add property-based round-trip tests for base64 (#119406)
pganssle
-
2025/09/20
[Python-checkins] Adds support for building with VisualStudioVersion = 18.0 (GH-138980)
zooba
-
2025/09/20
[Python-checkins] gh-138704: Add PermissionError messages to profiling.sampling (#138705)
pablogsal
-
2025/09/20
[Python-checkins] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482)
ZeroIntensity
-
2025/09/20
[Python-checkins] gh-137371: refactor and fortify `test.support.hashlib_helper` (#137375)
picnixz
-
2025/09/20
[Python-checkins] [3.13] gh-107194: Improved language of list.index in tutorial (gh-138518) (#138528)
hugovk
-
2025/09/20
[Python-checkins] Revert "gh-66234: Add flag to disable the use of mmap in dbm.gnu (GH-135005)" (GH-136989)
serhiy-storchaka
-
2025/09/19
[Python-checkins] [3.14] gh-138081: fix some dead links in InternalDocs (GH-138082) (#138781)
hugovk
-
2025/09/19
[Python-checkins] gh-138709: Implement CPU time profiling in profiling.sample (#138710)
pablogsal
-
2025/09/19
[Python-checkins] gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164)
ZeroIntensity
-
2025/09/19
[Python-checkins] gh-138013: Split SignalsTest from test_io.test_general (#139079)
vstinner
-
2025/09/19
[Python-checkins] [3.13] gh-118803: Fixup a few references in the 3.13 branch to the intended removal date for `ByteString` (#139171)
AlexWaygood
-
2025/09/19
[Python-checkins] [3.13] gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164) (GH-139169)
ZeroIntensity
-
2025/09/19
[Python-checkins] [3.13] gh-139076: Fix regression in pydoc not showing extension functions (GH-139077) (GH-139161)
serhiy-storchaka
-
2025/09/19
[Python-checkins] gh-138310: Adds sys.audit event for import_module (#138311)
lisroach
-
2025/09/19
[Python-checkins] Fix the reference to unicode specification (#139138)
malemburg
-
2025/09/19
[Python-checkins] gh-139076: Fix regression in pydoc not showing extension functions (GH-139077)
serhiy-storchaka
-
2025/09/19
[Python-checkins] gh-126016: Remove bad assertion in `PyThreadState_Clear` (GH-139158)
ZeroIntensity
-
2025/09/19
[Python-checkins] gh-138171: Migrate iOS testbed location and add Apple build script (#138176)
freakboy3742
-
2025/09/19
[Python-checkins] [3.14] Replace "ordered arguments" with "positional arguments" in `unittest.mock` documentation (GH-137552) (#137553)
hugovk
-
2025/09/19
[Python-checkins] gh-138005: Document that CSV `skipinitialspace=True` and `delimiter=' '` require quotation for empty fields (#138006)
hugovk
-
2025/09/19
[Python-checkins] gh-81148: Eliminate unnecessary check in _strptime when determining AM/PM (#13428)
pganssle
-
2025/09/19
[Python-checkins] gh-135729: Store reference to globals in `Interpreter._decref` (GH-139104)
ZeroIntensity
-
2025/09/19
[Python-checkins] GH-137218: Update `make` for JIT stencils (#137265)
savannahostrowski
-
2025/09/19
[Python-checkins] gh-121237: Add `%:z` directive to datetime.strptime (#136961)
pganssle
-
2025/09/19
[Python-checkins] gh-129813, PEP 782: Fix refleak in sock_recvfrom() (GH-139151)
encukou
-
2025/09/18
[Python-checkins] [3.14] gh-138297 Point link in docs for `finally` to try/else, instead of if/else (GH-138298) (#138381)
hugovk
-
2025/09/18
[Python-checkins] gh-138998: `expat/refresh.sh`: Fail if Step 3 is not completed (GH-139049)
encukou
-
2025/09/18
[Python-checkins] gh-116946: add `Py_TPFLAGS_IMMUTABLETYPE` to several internal types (#138582)
picnixz
-
2025/09/18
[Python-checkins] gh-139098: Use multiphase initialization in `_testcapi` (GH-139102)
ZeroIntensity
-
2025/09/18
[Python-checkins] [3.14] gh-136599: Add tests for long_hash (GH-138335) (#138390)
hugovk
-
2025/09/18
[Python-checkins] [3.14] gh-138307: Update the Ellipsis documentation (GH-138306) (#138440)
hugovk
-
2025/09/18
[Python-checkins] [3.14] gh-138577: Mention Unix-specific limitations of `getpass.getpass(echo_char=...)` (GH-138677) (#138696)
hugovk
-
2025/09/18
[Python-checkins] gh-136003: Skip non-daemon threads when exceptions occur during finalization (GH-139129)
ZeroIntensity
-
2025/09/18
[Python-checkins] gh-119494: Fix error messages for deleting/setting type attributes (#119495)
iritkatriel
-
2025/09/18
[Python-checkins] gh-138385: Sample all interpreters in the tachyon profiler (#138398)
pablogsal
-
2025/09/18
[Python-checkins] gh-118803: Make `ByteString` deprecations louder; remove `ByteString` from `typing.__all__` and `collections.abc.__all__` (#139127)
AlexWaygood
-
2025/09/18
[Python-checkins] gh-138970: Adjust tests for pegen rule flags (#139107)
pablogsal
-
2025/09/18
[Python-checkins] gh-138720: Make Buffered closed check match flush (GH-138724)
encukou
-
2025/09/18
[Python-checkins] [3.13] gh-118803: Improve documentation around `ByteString` deprecation (#139115) (#139137)
AlexWaygood
-
2025/09/18
[Python-checkins] [3.14] gh-137242: Mention Android binary releases in documentation (GH-138305) (#139124)
hugovk
-
2025/09/18
[Python-checkins] gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)
vstinner
-
2025/09/18
[Python-checkins] [3.14] gh-118803: Improve documentation around `ByteString` deprecation (GH-139115) (#139136)
hugovk
-
2025/09/18
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in bufferedio.c (#139121)
vstinner
-
2025/09/18
[Python-checkins] gh-135629: rewrite language reference section on except* to improve clarity (#136150)
iritkatriel
-
2025/09/18
[Python-checkins] gh-118803: Improve documentation around `ByteString` deprecation (#139115)
AlexWaygood
-
2025/09/18
[Python-checkins] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117)
ZeroIntensity
-
2025/09/18
[Python-checkins] gh-137976: Explicitly exclude `localtime` from `available_timezones` (#138012)
pganssle
-
2025/09/18
[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in socket recvmsg() (#139131)
vstinner
-
2025/09/18
[Python-checkins] gh-129813, PEP 782: Optimize byteswriter_resize() (#139101)
vstinner