-
-
Notifications
You must be signed in to change notification settings - Fork 33k
gh-138556 Fixed the links in documentation #138587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…-message.rst (pythonGH-136323) (python#136390) Co-authored-by: Weilin Du <[email protected]>
…honGH-136133) (python#136330) pythongh-136032: Fix `argparse.BooleanOptionalAction` doc (pythonGH-136133) (cherry picked from commit 1953713) Co-authored-by: W. H. Wang <[email protected]>
…ythonGH-136402) (python#136404) Co-authored-by: Weilin Du <[email protected]>
… tags for HTML builds (pythonGH-136187) (python#136383) Co-authored-by: Maciej Olko <[email protected]> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
…_zoneinfo_property.py` (pythonGH-136384) (python#136408) pythongh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_property.py` (pythonGH-136384) (cherry picked from commit db699db) Co-authored-by: sobolevn <[email protected]>
…s.rst` (pythonGH-136309) (python#136415) Co-authored-by: Yuki Kobayashi <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
…ddressing log injection. (pythonGH-136446) (pythonGH-136450) Co-authored-by: Vinay Sajip <[email protected]> Co-authored-by: Stan Ulbrych <[email protected]>
…H-136284) (python#136451) pythongh-53243: Document `codecs.readbuffer_encode()` (pythonGH-136284) Closes pythonGH-53243 (cherry picked from commit f1dcf3c) Co-authored-by: Stan Ulbrych <[email protected]>
…nGH-136164) (python#136453) pythongh-136162: Document `encodings` package functions (pythonGH-136164) Closes pythonGH-136162. (cherry picked from commit ffd7f2f) Co-authored-by: Stan Ulbrych <[email protected]>
…ython#136456) Remove docs of functions not yet implemented in 3.13
…able in asyncio REPL (pythonGH-136448) (python#136457) pythongh-136447: Use `self.loop` instead of global `loop` variable in asyncio REPL (pythonGH-136448) (cherry picked from commit 77fa7a4) Co-authored-by: Justin Su <[email protected]>
…GH-136464) (python#136466) Co-authored-by: Geoffrey Thomas <[email protected]>
…ythonGH-136270) (pythonGH-136468) pythongh-131825: Fix `sqlite3` timezone-naive adapter recipe (pythonGH-136270) (cherry picked from commit 6a6cd3c) Co-authored-by: NekrodNIK <[email protected]>
…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 <[email protected]>
… glossary (pythonGH-136486) (cherry picked from commit 92f392a) Co-authored-by: Zachary Ware <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Éric <[email protected]>
… 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 <[email protected]>
…ization levels (pythonGH-136474) (python#136502) (cherry picked from commit c176543)
…ypes (pythonGH-136210) (pythonGH-136503) (cherry picked from commit 85bc89f) Co-authored-by: Petr Viktorin <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
…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 <[email protected]>
…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 <[email protected]>
…rst` (pythonGH-136475) (python#136533) Co-authored-by: Weilin Du <[email protected]>
…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 <[email protected]>
…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 <[email protected]> Co-authored-by: Semyon Moroz <[email protected]> Co-authored-by: Bénédikt Tran <[email protected]>
…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 <[email protected]>
…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 <[email protected]> Co-authored-by: Bénédikt Tran <[email protected]>
… ...)` when `ind.__index__` has side-effects (pythonGH-132379) (python#136582) (cherry picked from commit 5e1e21d) Co-authored-by: Bast <[email protected]>
…onGH-136559) (pythonGH-136590) (cherry picked from commit be2c3d2) Co-authored-by: Serhiy Storchaka <[email protected]>
…st (pythonGH-136562) (pythonGH-136598) (cherry picked from commit 47b01da) Co-authored-by: Weilin Du <[email protected]>
…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 <[email protected]>
You need to open against the 3.13 branch, not main. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have fixed documentation for 3.13.7 for gc module links outdated page from devguide