Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.14
tag
631c75f76ad71e48232dce75137e46db7b8970f0
tagger
Łukasz Langa <lukasz@langa.pl>
Tue Sep 06 17:26:37 2022
object
816066f497ab89abcdb3c4f2d34462c750d23713
Python 3.9.14
816066f
Python 3.9.14
by Łukasz Langa
· 3 years ago
v3.9.14
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
03dc951
gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282) (GH-95323)
by Miss Islington (bot)
· 3 years, 1 month 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
017080f
[3.9] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (GH-95312)
by Łukasz Langa
· 3 years, 1 month ago
cd0a59f
gh-94821: Fix autobind of empty unix domain address (GH-94826) (GH-94875)
by Miss Islington (bot)
· 3 years, 1 month ago
eff4aa5
[3.9] gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94570)
by Łukasz Langa
· 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
66f4593
gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885) (GH-94123)
by Miss Islington (bot)
· 3 years, 2 months ago
defaa2b
gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (GH-94093)
by Miss Islington (bot)
· 3 years, 2 months ago
893adbf
gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426) (GH-93791)
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
95c9c2b
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (#93147)
by Miss Islington (bot)
· 3 years, 3 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
ab003d0
Post 3.9.13
by Łukasz Langa
· 3 years, 3 months ago
6de2ca5
Python 3.9.13
by Łukasz Langa
· 3 years, 3 months ago
v3.9.13
f82b324
[3.9] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (GH-92372)
by Jelle Zijlstra
· 3 years, 3 months ago
518b238
[3.9] bpo-34480: fix bug where match variable is used prior to being defined (GH-17643) (GH-32256)
by Marek Suscak
· 3 years, 3 months ago
1699a5e
Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582) (GH-92748)
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
14d0594
gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534) (GH-92831)
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
801f771
[3.9] gh-92311: Let frame_setlineno jump over listcomps (#92740)
by Dennis Sweeney
· 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
65d2dfd
bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)
by Miss Islington (bot)
· 3 years, 3 months ago
bfc88d3
[3.9] gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903) (GH-92665)
by Miss Islington (bot)
· 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
35d589c
gh-92256: Improve Argument Clinic parser error messages (GH-92268)
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
1fb25a9
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
by Itai Steinherz
· 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
7ae6f1a
CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)
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
8e523c1
[3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (GH-92497) (#92499)
by Miss Islington (bot)
· 3 years, 3 months ago
08907ad
Fix use of the default role in a news entry. (GH-92500)
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
25352d7
Add source for character mappings (GH-92014) (#92388)
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
df48bd9
NEWS: Reorder items by section (GH-92373)
by Miss Islington (bot)
· 3 years, 4 months ago
7d17a7b
[3.9] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#92278)
by Erlend Egeberg Aasland
· 3 years, 4 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
f84c51e
gh-92036: Fix gc_fini_untrack() (GH-92037)
by Miss Islington (bot)
· 3 years, 4 months ago
524d275
bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (GH-31913)
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
4ede781
bpo-29890: Test IPv*Interface construction with tuple argument (GH-30862)
by Miss Islington (bot)
· 3 years, 4 months ago
a23e472
bpo-46604: fix function name in ssl module docstring (GH-31064)
by Miss Islington (bot)
· 3 years, 4 months ago
020f5c4
bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,interface} helper functions (GH-30642)
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
1b1c79c
[3.9] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92080)
by Serhiy Storchaka
· 3 years, 4 months ago
7e55730
gh-92106: Add test that subscription works on arbitrary TypedDicts (GH-92176)
by Miss Islington (bot)
· 3 years, 4 months ago
51b885a
bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (GH-31408)
by Miss Islington (bot)
· 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
1a7867f
concurrent.futures: Fix typo in docstring (GH-92121)
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
206f416
bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
by Miss Islington (bot)
· 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
07c1cfd
[3.9] build(deps): bump actions/cache from 3.0.1 to 3.0.2 (GH-92111) (#92125)
by Jelle Zijlstra
· 3 years, 4 months ago
54f06ae
[3.9] gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070) (GH-92073) (GH-92102)
by Serhiy Storchaka
· 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
3d0a5f7
bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)
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
36de20d
bpo-26792: Improve docstrings of runpy module run_functions (GH-30729)
by Miss Islington (bot)
· 3 years, 4 months ago
fa87c36
gh-91832: Add 'required' attr to argparse.Action repr (GH-91841)
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
993bb16
[3.9] gh-91810: Expand ElementTree.write() tests to use non-ASCII data (GH-91989). (GH-91994)
by Serhiy Storchaka
· 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
081e951
Fix missing `f` prefix on f-strings (GH-91910)
by Miss Islington (bot)
· 3 years, 4 months ago
f4252df
gh-91914: Fix test_curses on non-UTF-8 locale (GH-91919)
by Miss Islington (bot)
· 3 years, 4 months ago
653a666
gh-91916: Fix test_runpy on non-UTF-8 locale (GH-91920)
by Miss Islington (bot)
· 3 years, 4 months ago
Next »