summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.8] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsead...Petr Viktorin2024-09-062-4/+25
* [3.8] gh-121650: Encode newlines in headers, and verify headers are sound (GH...Łukasz Langa2024-09-043-0/+36
* [3.8] gh-121957: Emit audit events for python -i and python -m asyncio (GH-12...Łukasz Langa2024-07-222-0/+25
* [3.8] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118742)Steve Dower2024-05-242-0/+23
* [3.8] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-1...Petr Viktorin2024-05-073-4/+56
* [3.8] gh-114539: Clarify implicit launching of shells by subprocess (GH-11799...Miss Islington (bot)2024-05-071-2/+10
* [3.8] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (...Sebastian Pipping2024-03-062-0/+75
* [3.8] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-1154...Miss Islington (bot)2024-02-211-0/+13
* [3.8] gh-115349: Pin theme to fix code snippets (GH-115351) (#115404)Łukasz Langa2024-02-131-1/+1
* [3.8] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-1...Adam Turner2024-01-172-0/+26
* [3.8] Fix documentation build by pinning Alabaster version to 0.7.13 (GH-1138...Miss Islington (bot)2024-01-101-0/+2
* [3.8] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#1...Petr Viktorin2023-08-221-0/+5
* [3.8] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs...Miss Islington (bot)2023-07-051-1/+2
* [3.8] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH...stratakis2023-06-051-2/+36
* [3.8] gh-105184: document that marshal functions can fail and need to be chec...Miss Islington (bot)2023-06-051-0/+4
* [3.8] gh-68966: fix versionchanged in docs (GH-105299)Ned Deily2023-06-051-1/+1
* [3.8] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-1029...Petr Viktorin2023-05-173-19/+488
* [3.8] gh-102627: Replace address pointing toward malicious web page (GH-10263...Miss Islington (bot)2023-03-131-1/+1
* [3.8] gh-101283: Improved fallback logic for subprocess with shell=True on Wi...Miss Islington (bot)2023-02-091-0/+40
* gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)Miss Islington (bot)2023-01-301-1/+1
* [3.8] Correct CVE-2020-10735 documentation (GH-100306) (#100698)Gregory P. Smith2023-01-201-3/+3
* [3.8] Update copyright years to 2023. (gh-100852)Benjamin Peterson2023-01-082-2/+2
* [3.8] gh-100001: Omit control characters in http.server stderr logs. (GH-1000...Miss Islington (bot)2022-12-061-0/+9
* [3.8] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (G...Miss Islington (bot)2022-10-111-0/+12
* [3.8] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-968...Miss Islington (bot)2022-10-041-2/+2
* [3.8] Update bugs URL references in README and Docs/bugs.rst from bpo to gh i...Ned Deily2022-09-111-19/+20
* [3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96503)Gregory P. Smith2022-09-058-14/+265
* [3.8] gh-90359: Update documentation to follow PEP 495. (gh-94800). (GH-94834)Dong-hee Na2022-07-281-0/+14
* [3.8] gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links...Łukasz Langa2022-07-011-1/+12
* gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93547)Miss Islington (bot)2022-06-061-0/+2
* [3.8] gh-92448: Update the documentation builder to render the GitHub… (GH-...Dong-hee Na2022-05-121-4/+5
* Add redirects to Misc/NEWS bpo links (GH-91454) (#91895)Miss Islington (bot)2022-05-101-1/+2
* [3.8] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91936)Ezio Melotti2022-05-101-1/+25
* bpo-47138: Ensure Windows docs build uses the same pinned version as other pl...Steve Dower2022-05-091-1/+2
* [3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (G...m-aciek2022-04-081-0/+2
* bpo-31327: Update time documentation to reflect possible errors (GH-31460) (G...Miss Islington (bot)2022-03-161-0/+6
* Update copyright year to 2022. (GH-30335) (GH-31478)Miss Islington (bot)2022-03-082-2/+2
* bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30344)Miss Islington (bot)2022-02-175-173/+14
* bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29537)Miss Islington (bot)2021-11-161-1/+1
* bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29287)Miss Islington (bot)2021-10-281-2/+2
* [3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17....Ned Deily2021-10-281-0/+4
* [docs] Update documentation for `multiprocessing.get_start_method` (GH-18170)...Miss Islington (bot)2021-09-231-1/+7
* bpo-45104: Clarify when __init__ is called (GH-28210) (GH-28213)Miss Islington (bot)2021-09-071-1/+1
* bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28033)Miss Islington (bot)2021-08-291-14/+18
* [3.8] bpo-36384: [doc] Correct typos in CVE-2021-29921 fix description (GH-27...Łukasz Langa2021-08-191-1/+1
* [3.8] bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-...achraf-mer2021-08-172-2/+29
* Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27414)Miss Islington (bot)2021-07-281-1/+1
* bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (#27...Miss Islington (bot)2021-07-211-0/+4
* [3.8] bpo-43882 - Mention urllib.parse changes in Whats new section. (#26277)Senthil Kumaran2021-06-281-0/+12
* [3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...Miss Islington (bot)2021-05-051-0/+13