Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.20
/
Doc
tag
7b9915bbaca0b9882754b2b9edf99f7260f14add
tagger
Łukasz Langa <lukasz@langa.pl>
Fri Sep 06 19:09:30 2024
object
8c3f7946ec848ec16cf28418c0f984ecaa029541
Python 3.9.20
ee953f2
[3.9] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123769)
by Petr Viktorin
· 12 months ago
f7be505
[3.9] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122610)
by Łukasz Langa
· 12 months ago
9e9c71d
[3.9] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122120)
by Łukasz Langa
· 1 year, 1 month ago
5130731
[3.9] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118741)
by Steve Dower
· 1 year, 3 months ago
22adf29
[3.9] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-113179) (GH-113186) (GH-118177) (GH-118472)
by Petr Viktorin
· 1 year, 3 months ago
22ae3834
[3.9] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996) (GH-118005)
by Miss Islington (bot)
· 1 year, 3 months ago
2007624
[3.9] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) (GH-116272)
by Sebastian Pipping
· 1 year, 5 months ago
0397866
[3.9] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115400) (GH-115763)
by Miss Islington (bot)
· 1 year, 6 months ago
3fcea41
[3.9] gh-115349: Pin theme to fix code snippets (GH-115351)
by Hugo van Kemenade
· 1 year, 6 months ago
2613df8
[3.9] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-114022) (GH-114039)
by Adam Turner
· 1 year, 7 months ago
f86e20e
[3.9] Fix documentation build by pinning Alabaster version to 0.7.13 (#113815)
by Maciej Olko
· 1 year, 7 months ago
42deeab
[3.9] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#108274)
by Petr Viktorin
· 2 years ago
ce93371
[3.9] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs gh-105269 (GH-105468) (#105477)
by Miss Islington (bot)
· 2 years, 1 month ago
e1c396d
[3.9] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105221)
by Miss Islington (bot)
· 2 years, 2 months ago
89507d5
[3.9] gh-68966: fix versionchanged in docs (GH-105298)
by Ned Deily
· 2 years, 3 months ago
d7f8a5f
[3.9] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH-102508) (GH-104575) (GH-104592) (#104593)
by Miss Islington (bot)
· 2 years, 3 months ago
98016f7
[3.9] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (#104382)
by Petr Viktorin
· 2 years, 3 months ago
cb0b009
[3.9] gh-102627: Replace address pointing toward malicious web page (GH-102630) (GH-102666)
by Miss Islington (bot)
· 2 years, 5 months ago
04cc427
[3.9] gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286) (#101709)
by Miss Islington (bot)
· 2 years, 6 months ago
c33aaa9
gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
by Miss Islington (bot)
· 2 years, 7 months ago
cf71e19
[3.9] Correct CVE-2020-10735 documentation (GH-100306). (#100697)
by Gregory P. Smith
· 2 years, 7 months ago
08210c6
[3.9] Update copyright years to 2023. (gh-100851)
by Benjamin Peterson
· 2 years, 7 months ago
e8f61ed
Clarify that every thread has its own default context in contextvars (GH-99246)
by Miss Islington (bot)
· 2 years, 8 months ago
3b81c13
[3.9] gh-100001: Omit control characters in http.server stderr logs. (GH-100002) (#100032)
by Miss Islington (bot)
· 2 years, 9 months ago
c59a16e
[3.9] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (#98190)
by Miss Islington (bot)
· 2 years, 10 months ago
1db2d95
[3.9] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) (#98054)
by Miss Islington (bot)
· 2 years, 11 months ago
4118813
[3.9] gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874) (#96877)
by Victor Stinner
· 2 years, 11 months ago
94dbdbb
[3.9] gh-87597: Document TimeoutExpired.stdout & .stderr types (GH-97685) (GH-97688)
by Miss Islington (bot)
· 2 years, 11 months ago
71eddde
[3.9] gh-96845: Fix docs around importlib.abc.Traversable (GH-97515) (GH-97761)
by Jason R. Coombs
· 2 years, 11 months ago
cec1e9d
[3.9] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96502)
by Gregory P. Smith
· 3 years ago
d348afa
[3.9] gh-91423: Remove bugs.python.org from bugs.rst (GH-91425) (GH-95614)
by Shantanu
· 3 years ago
7b87765
[3.9] gh-90359: Update documentation to follow PEP 495. (gh-94800). (gh-94835)
by Dong-hee Na
· 3 years, 1 month ago
224cd0c
gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-94416) (GH-94494)
by Miss Islington (bot)
· 3 years, 2 months ago
e8f2fe3
gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93546)
by Miss Islington (bot)
· 3 years, 2 months ago
a43f4e7
bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92976)
by Miss Islington (bot)
· 3 years, 3 months ago
9f7cdb2
bpo-45393: help() on operator precedence has misleading entries (GH-31246) (GH-92967)
by Miss Islington (bot)
· 3 years, 3 months ago
3bc3c89
gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>=3 (GH-92502) (GH-92964)
by Miss Islington (bot)
· 3 years, 3 months ago
4d05114
gh-80143: Add clarification for escape characters (GH-92292) (GH-92630)
by Miss Islington (bot)
· 3 years, 3 months ago
c4fc53f
gh-87670: Add web.archive redirects from effbot (GH-92816)
by Miss Islington (bot)
· 3 years, 3 months ago
1aafad1
gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
by Miss Islington (bot)
· 3 years, 3 months ago
f253cf4
Document Py_ssize_t. (GH-92512)
by Miss Islington (bot)
· 3 years, 3 months ago
256c6d0
Fix typo in argparse docs. (GH-92691) (#92731)
by thueringa
· 3 years, 3 months ago
f6bd1bd
[3.9] gh-92436: __future__ docs: add note on expectations for "from __future__ import annotations" (GH-92568). (#92726)
by Jelle Zijlstra
· 3 years, 3 months ago
3f2113d
[3.9] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631) (GH-92661)
by Miss Islington (bot)
· 3 years, 3 months ago
7534c50
[3.9] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529) (GH-92610)
by Miss Islington (bot)
· 3 years, 3 months ago
b7a8786
bpo-13553: Document tkinter.Tk args (GH-4786)
by Miss Islington (bot)
· 3 years, 3 months ago
249be82
Doc: Update py2app link. (GH-91585)
by Miss Islington (bot)
· 3 years, 3 months ago
ad82e12
gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python versions (GH-92419)
by Miss Islington (bot)
· 3 years, 3 months ago
03aa752
bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)
by Miss Islington (bot)
· 3 years, 3 months ago
bf5fc2a
pdb docs: workaround for double semicolon in strings (GH-17011)
by Miss Islington (bot)
· 3 years, 3 months ago
0dd32b5
gh-77521: Add link to builtin module names in modules tutorial (GH-92438)
by Miss Islington (bot)
· 3 years, 3 months ago
580163d
gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (GH-92425)
by Miss Islington (bot)
· 3 years, 3 months ago
baed0c3
[3.9] gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH-92422) (GH-92466)
by Miss Islington (bot)
· 3 years, 3 months ago
7fd4e65
[3.9] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92471)
by Miss Islington (bot)
· 3 years, 3 months ago
bab6954
[3.9] gh-77630: Change Charset to charset (GH-92439) (GH-92477)
by Miss Islington (bot)
· 3 years, 3 months ago
0cd0d6b
[3.9] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423) (GH-92474)
by Miss Islington (bot)
· 3 years, 3 months ago
731e844
gh-92417: `typing` docs: `from __future__ import annotations` can be used in all supported Python versions (GH-92418)
by Miss Islington (bot)
· 3 years, 3 months ago
4802344
[3.9] gh-92448: Update the documentation builder to render the GitHub issue. (GH-92449). (GH-92458)
by Dong-hee Na
· 3 years, 3 months ago
4a2337f
gh-92368: Fix missing possessive apostrophe (GH-92397)
by Miss Islington (bot)
· 3 years, 3 months ago
326f6ed
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92329)
by Miss Islington (bot)
· 3 years, 3 months ago
60407e8
Document the lifetime of `PyUnicode_AsUTF8String` (GH-92325)
by Miss Islington (bot)
· 3 years, 3 months ago
d82a769
gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (GH-92224)
by Miss Islington (bot)
· 3 years, 4 months ago
187cb95
[3.9] Improve the typing docs (GH-92264) (#92271)
by Jelle Zijlstra
· 3 years, 4 months ago
696d868
gh-87304: Improve comments in language reference for imports (GH-92164)
by Miss Islington (bot)
· 3 years, 4 months ago
92d2615
[3.9] bpo-46586: Fix more erroneous doc links to builtins (GH-31429) (#92199)
by Jelle Zijlstra
· 3 years, 4 months ago
3fe4e46
bpo-6686: Replace String with Bytes in xml.sax.handler documentation (GH-30612)
by Miss Islington (bot)
· 3 years, 4 months ago
e48da72
[3.9] Remove effbot urls (GH-26308). (#92162)
by Thaddeus1499
· 3 years, 4 months ago
d113674
gh-91783: Document security considerations for shutil.unpack_archive (GH-91844)
by Miss Islington (bot)
· 3 years, 4 months ago
9b7cdfd
gh-88546: glob.glob docs: Make new paragraph for emphasis and reordered sentence (GH-91614)
by Miss Islington (bot)
· 3 years, 4 months ago
0c011cc
asyncio.subprocess: Fix a typo in doc (GH-92030)
by Miss Islington (bot)
· 3 years, 4 months ago
090a0f6
Fix typo in Programming FAQ (GH-92083)
by Miss Islington (bot)
· 3 years, 4 months ago
5a0f3ae
gh-85133: os docs: Add that getenv uses os.environ (GH-91874)
by Miss Islington (bot)
· 3 years, 4 months ago
cafcb2c
gh-84714: Add behavior if dst file exists (GH-91867)
by Miss Islington (bot)
· 3 years, 4 months ago
28cd98f
[3.9] gh-81488: Add recursive wording for issubclass docs (GH-92087) (#92131)
by slateny
· 3 years, 4 months ago
d05ee91
gh-85679: Recommend `encoding="utf-8"` in tutorial (GH-91778)
by Miss Islington (bot)
· 3 years, 4 months ago
fcbff77
typing docs: Add example for async functions (GH-20386)
by Miss Islington (bot)
· 3 years, 4 months ago
cef3a99
gh-91611: Use example.com for documentation, not mydomain.com (GH-91613)
by Miss Islington (bot)
· 3 years, 4 months ago
2e84e97
gh-87801: Add run() to subprocess.CalledProcessError description (GH-91628)
by Miss Islington (bot)
· 3 years, 4 months ago
2830543
gh-87192: Update wording for fcntl 'Changed in' (GH-91658)
by Miss Islington (bot)
· 3 years, 4 months ago
2c859e3
gh-85864: io docs: Add missing position-only parameters (GH-91950)
by Miss Islington (bot)
· 3 years, 4 months ago
869a894
sorting howto: Add clarification on < using __lt__ (GH-92010)
by Miss Islington (bot)
· 3 years, 4 months ago
0e16105
Add note that headers added via urllib.request.add_header are added to redirected requests (GH-30708) (#92005)
by Miss Islington (bot)
· 3 years, 4 months ago
35a4eb2
gh-84459: Make wording more specific for Path.replace (GH-91853)
by Miss Islington (bot)
· 3 years, 4 months ago
24ce123
gh-68966: Document mailcap deprecation in Python 3.11 (GH-91971)
by Miss Islington (bot)
· 3 years, 4 months ago
38be31e
[3.9] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91935)
by Ezio Melotti
· 3 years, 4 months ago
7f897b9
[3.9] Update Sphinx bpo role to use redirect URI. (#91891)
by Ezio Melotti
· 3 years, 4 months ago
e4f5bff
[3.9] gh-85864: Mark positional-only args in io docs (GH-91683). (#91848)
by Jelle Zijlstra
· 3 years, 4 months ago
42a158b
gh-91547: Remove "Undocumented modules" page (GH-91682)
by Miss Islington (bot)
· 3 years, 4 months ago
342b4b0
bpo-23747: Enhance platform doc, document default behavior (GH-31462)
by Miss Islington (bot)
· 3 years, 4 months ago
33c6feb
bpo-30718: Add information about text buffering (GH-32351)
by Miss Islington (bot)
· 3 years, 4 months ago
6fd77aa
Add link to sys.path in os lib (GH-91679)
by Miss Islington (bot)
· 3 years, 4 months ago
3fa9191
Fix awkward sentence in signal docs (GH-91508)
by Miss Islington (bot)
· 3 years, 4 months ago
312e16f
[3.9] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) (#91664)
by Oleg Iarygin
· 3 years, 4 months ago
1c27a1a
Doc: Fix link formatting typo (GH-91659)
by Miss Islington (bot)
· 3 years, 4 months ago
636832f
Remove duplicate explanation (GH-91534)
by Miss Islington (bot)
· 3 years, 4 months ago
3537d89
gh-89885: Improve import example in language reference (GH-91523) (#91649)
by Miss Islington (bot)
· 3 years, 4 months ago
c6c9823
gh-91541: Fix error in example in modules tutorial (GH-91634)
by Miss Islington (bot)
· 3 years, 4 months ago
833ff16
gh-90923: Improve sqlite3.Connection.execute* docs (GH-91643)
by Miss Islington (bot)
· 3 years, 4 months ago
514162b
gh-82849: revise intro to os.path.rst (GH-32232)
by Miss Islington (bot)
· 3 years, 4 months ago
e0fc81c
Add link to documentation translation list (GH-91560) (#91588)
by Miss Islington (bot)
· 3 years, 4 months ago
Next »