Skip to content

Conversation

encukou
Copy link
Member

@encukou encukou commented Sep 10, 2025

(cherry picked from commit 1ce0553)

Co-authored-by: Dung Nguyen dung@ekluster.com
Co-authored-by: Yongzi Li 204532581+Yzi-Li@users.noreply.github.com


📚 Documentation preview 📚: https://cpython-previews--138745.org.readthedocs.build/

miss-islington and others added 30 commits July 9, 2025 14:13
…ythonGH-136270) (pythonGH-136468)

pythongh-131825: Fix `sqlite3` timezone-naive adapter recipe (pythonGH-136270)
(cherry picked from commit 6a6cd3c)

Co-authored-by: NekrodNIK <60639354+NekrodNIK@users.noreply.github.com>
…r with btrfs subvolumes (pythonGH-136058) (pythonGH-136473)

pythongh-81520: Document unexpected `os.path.ismount` behaviour with btrfs subvolumes (pythonGH-136058)
(cherry picked from commit 591abcc)

Co-authored-by: Oskar Roesler <o.roesler@oscloud.info>
… glossary (pythonGH-136486)

(cherry picked from commit 92f392a)

Co-authored-by: Zachary Ware <zach@python.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Éric <merwok@netwok.org>
… doc (pythonGH-136431) (python#136489)

pythongh-102740: Clarify time.monotonic() "system-wide" in the doc (pythonGH-136431)
(cherry picked from commit 9c4d287)

Co-authored-by: Victor Stinner <vstinner@python.org>
…ypes (pythonGH-136210) (pythonGH-136503)

(cherry picked from commit 85bc89f)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
…nGH-136497) (python#136512)

pythongh-82663: Clarify `codecs.iterdecode/encode` docs (pythonGH-136497)

Closes pythonGH-82663
(cherry picked from commit 4b41b20)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
…eaderWriter` functions (pythonGH-136498) (python#136515)

pythongh-52876: Implement missing parameter in `codecs.StreamReaderWriter` functions (pythonGH-136498)

Closes pythonGH-52876
(cherry picked from commit 35e2c35)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
…rst` (pythonGH-136475) (python#136533)

Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
…thonGH-136531) (python#136537)

pythongh-76637: Note that `undefined` Codec is for testing (pythonGH-136531)

Closes pythonGH-76637
(cherry picked from commit 975b57d)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
…86_64 and aarch64 (pythonGH-136500) (python#136545)

This commit fixes the following problems:

* The x86_64 trampolines are not preserving frame pointers
* The hardcoded offsets to the code segment from the FDE only worked properly for x64_64
* The CIE data was not following conventions of aarch64
* The eh_frame for aarch64 was not fully correct
(cherry picked from commit 236f733)
…`venv` CLI (pythonGH-130699) (python#136551)

pythongh-130160: use `.. program::` directive for documenting `venv` CLI (pythonGH-130699)
(cherry picked from commit fb9f933)

Co-authored-by: Kanishk Pachauri <itskanishkp.py@gmail.com>
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
…rst (pythonGH-136424) (pythonGH-136554)

Add index entries and anchors for cache_info, cache_clear and register.
(cherry picked from commit 252e2f7)

Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
…sage.get_payload` (pythonGH-136071) (python#136580)

pythongh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (pythonGH-136071)
(cherry picked from commit 25335d2)

Co-authored-by: Kliment Lamonov <klimentlamonov@yandex.ru>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
… ...)` when `ind.__index__` has side-effects (pythonGH-132379) (python#136582)

(cherry picked from commit 5e1e21d)

Co-authored-by: Bast <52266665+bast0006@users.noreply.github.com>
…onGH-136559) (pythonGH-136590)

(cherry picked from commit be2c3d2)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…st (pythonGH-136562) (pythonGH-136598)

(cherry picked from commit 47b01da)

Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
…uence Types` (pythonGH-134834) (python#136609)

pythongh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (pythonGH-134834)
(cherry picked from commit 609d5ad)

Co-authored-by: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com>
…en open raises (pythonGH-136529) (pythonGH-136607)

(cherry picked from commit 171de05)

Co-authored-by: Sachin Shah <39803835+inventshah@users.noreply.github.com>
…able between versions (pythonGH-132352) (pythonGH-136614)

pythongh-132346: Docs: Clarify that reference counts aren't stable between versions (pythonGH-132352)
(cherry picked from commit 3dbe02c)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
…GH-136625) (python#136627)

pythongh-42237: Link to complete list of codec aliases (pythonGH-136625)

Closes pythonGH-42237
(cherry picked from commit a93d9aa)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
…lt` (python#136338) (python#136642)

pythongh-109700: fix memory error handling in `PyDict_SetDefault` (python#136338)

(cherry picked from commit d22e073)
…rary/email.parser.rst` (pythonGH-136475)" (pythonGH-136629) (python#136647)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…ting (pythonGH-132155) (python#136649)

pythongh-130664: support '_' (just as ',') in Decimal's formatting (pythonGH-132155)
(cherry picked from commit e10fe81)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
…pythonGH-136664) (python#136667)

pythongh-136663: fix signatures of PyFloat_Pack/Unpack in docs (pythonGH-136664)
(cherry picked from commit e4654e0)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
…ythonGH-136676) (python#136679)

pythongh-72570: mention the incompatibility of XOFs with HMAC (pythonGH-136676)
(cherry picked from commit a02cf19)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
…stat` accepts file-like objects (pythonGH-136683) (python#136685)

pythongh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objects (pythonGH-136683)
(cherry picked from commit 7e10a10)

Co-authored-by: Ran Benita <ran@unusedvar.com>
… (pythonGH-136689)

It was "doctest.module attribute". Now it is "module attribute".
(cherry picked from commit 7689407)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…H-136691)

__test__ = None is not supported since Python 2.4.
(cherry picked from commit cb59eae)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@encukou
Copy link
Member Author

encukou commented Sep 10, 2025

Sorry for the noise everyone :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.