Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.16
tag
4f5c5473ea5f98777c8082b18a2ad279fbb2b939
tagger
Łukasz Langa <lukasz@langa.pl>
Tue Dec 06 18:00:10 2022
object
595f9ccb0c059f2fb5bf13643bfc0cdd5b55a422
Python 3.9.16
595f9cc
Python 3.9.16
by Łukasz Langa
· 2 years, 9 months ago
v3.9.16
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
7b98207
[3.9] gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373) (GH-99493)
by Steve Dower
· 2 years, 9 months ago
c09dba5
[3.9] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) (#99230)
by Miss Islington (bot)
· 2 years, 9 months ago
b43496c
[3.9] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-98501) (#98504)
by Miss Islington (bot)
· 2 years, 10 months ago
857efee
[3.9] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (#98526)
by Miss Islington (bot)
· 2 years, 10 months ago
71a075a
[3.9] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) (#98786)
by Miss Islington (bot)
· 2 years, 10 months ago
157a8b8
[3.9] gh-96710: Make the test timing more lenient for the int/str DoS regression test. (GH-96717) (#98196)
by Miss Islington (bot)
· 2 years, 10 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
bd4e532
Post 3.9.15
by Łukasz Langa
· 2 years, 10 months ago
7e28154
Python 3.9.15
by Łukasz Langa
· 2 years, 10 months ago
v3.9.15
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
da1fe38
[3.9] gh-94208: Add even more TLS version/protocol checks for FreeBSD (#98037)
by Łukasz Langa
· 2 years, 11 months ago
77796d0
[3.9] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944) (#97968)
by Miss Islington (bot)
· 2 years, 11 months ago
358b7a4
[3.9] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97574)
by Miss Islington (bot)
· 2 years, 11 months ago
938223e
[3.9] gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96657)
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
9b409e4
[3.9] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (gh-97012)
by Miss Islington (bot)
· 2 years, 11 months ago
f65f3a9d
[3.9] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97627)
by Miss Islington (bot)
· 2 years, 11 months ago
d6ef680
[3.9] gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613) (GH-97632)
by Miss Islington (bot)
· 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
ac3d79c
gh-97032: Set tkinter path for macOS CI (GH-97525)
by Dong-hee Na
· 2 years, 11 months ago
8388626
Post 3.9.14
by Łukasz Langa
· 3 years ago
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
Next »