Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.13
tag
4ab1dd0d884c9e4bcd4a9fa30f5bf37cf6ad6c61
tagger
Łukasz Langa <lukasz@langa.pl>
Wed Mar 16 12:29:53 2022
object
ea673213dd30afd8cacb53927e7d86f6125e86c8
Python 3.8.13
ea67321
Python 3.8.13, take two
by Łukasz Langa
· 3 years, 5 months ago
v3.8.13
4d8e08b
bpo-31327: Update time documentation to reflect possible errors (GH-31460) (GH-31827)
by Miss Islington (bot)
· 3 years, 5 months ago
2b97cfd
bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) (GH-31924)
by Miss Islington (bot)
· 3 years, 5 months ago
e5f711f
Post 3.8.13
by Łukasz Langa
· 3 years, 5 months ago
f1c3816
Python 3.8.13
by Łukasz Langa
· 3 years, 5 months ago
e8b72fc
[3.8] bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1.1n. (GH-31912)
by Ned Deily
· 3 years, 5 months ago
7a315d8
bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31851)
by Ned Deily
· 3 years, 5 months ago
dea270a
bpo-45405: Prevent internal configure error when running configure with recent versions of clang. (GH-28845) (GH-31889)
by Ned Deily
· 3 years, 5 months ago
ccbc31e
bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31419)
by Miss Islington (bot)
· 3 years, 5 months ago
28ad79e
Update copyright year to 2022. (GH-30335) (GH-31478)
by Miss Islington (bot)
· 3 years, 5 months ago
6649519
bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31732) (GH-31734)
by Steve Dower
· 3 years, 5 months ago
cff1b78
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31729)
by Steve Dower
· 3 years, 5 months ago
c3ec5bc
bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) (GH-31740)
by Miss Islington (bot)
· 3 years, 5 months ago
1c9701a
bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31572)
by Miss Islington (bot)
· 3 years, 6 months ago
eb6c840
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) (GH-31520)
by Miss Islington (bot)
· 3 years, 6 months ago
438f8cd
Don't test with OpenSSL 3.0 on 3.8
by Łukasz Langa
· 3 years, 6 months ago
899eb41
Force use of `windows-2019` on GHA to continue using the v140 platform toolkit
by Łukasz Langa
· 3 years, 6 months ago
fdfd7a9
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)
by Sebastian Pipping
· 3 years, 6 months ago
c60414d
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31297)
by Dong-hee Na
· 3 years, 6 months ago
4c48cac
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30344)
by Miss Islington (bot)
· 3 years, 6 months ago
b1bc04d
bpo-44949: Fix test_readline auto history tests (GH-27813) (GH-31118)
by Miss Islington (bot)
· 3 years, 6 months ago
8a84aef
[3.8] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata 4.10.1) (GH-30803). (#30829)
by Jason R. Coombs
· 3 years, 6 months ago
f87e616
bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161) (GH-31173)
by Miss Islington (bot)
· 3 years, 6 months ago
7c5b01b
bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH-29691) (GH-29710)
by Miss Islington (bot)
· 3 years, 8 months ago
c37a0d9
bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29537)
by Miss Islington (bot)
· 3 years, 9 months ago
10b0c67
bpo-44828: Avoid leaving a zombie Save panel (GH-29372)
by Ned Deily
· 3 years, 10 months ago
76658e5
bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29287)
by Miss Islington (bot)
· 3 years, 10 months ago
f19c1a1
bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276) (GH-29279)
by Miss Islington (bot)
· 3 years, 10 months ago
f240714
[3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29241) (GH-29245)
by Ned Deily
· 3 years, 10 months ago
2ce3816
bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29093)
by Miss Islington (bot)
· 3 years, 10 months ago
67e10be
bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623) (GH-28978)
by Miss Islington (bot)
· 3 years, 10 months ago
7f70ba3
bpo-45310: Fix parrallel shared memory tests (GH-28661) (GH-28979)
by Victor Stinner
· 3 years, 10 months ago
1d8cb01
bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28984)
by Miss Islington (bot)
· 3 years, 10 months ago
90004fc
[3.8] bpo-44394: Ensure libexpat is linked against libm (GH-28617) (GH-28620)
by Miss Islington (bot)
· 3 years, 11 months ago
456d6d9
bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when building (GH-28393) (GH-28622)
by Miss Islington (bot)
· 3 years, 11 months ago
8344fef
[docs] Update documentation for `multiprocessing.get_start_method` (GH-18170) (GH-28535)
by Miss Islington (bot)
· 3 years, 11 months ago
5a42a49
bpo-45104: Clarify when __init__ is called (GH-28210) (GH-28213)
by Miss Islington (bot)
· 4 years ago
8c3a10e
bpo-45022: Pin current libffi build to fixed version in preparation for upcoming update (GH-27982) (GH-28001)
by Steve Dower
· 4 years ago
9d318ad
Post 3.8.12
by Łukasz Langa
· 4 years ago
07119dd
Python 3.8.12
by Łukasz Langa
· 4 years ago
v3.8.12
8371290
[3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28063)
by Christian Heimes
· 4 years ago
1f89e51
bpo-45007: Update macOS installer builds to use OpenSSL 1.1.1l (GH-28051) (GH-28059)
by Miss Islington (bot)
· 4 years ago
7234e67
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) (GH-28054)
by Miss Islington (bot)
· 4 years ago
803c607
[3.8] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28041)
by Łukasz Langa
· 4 years ago
b93aea4
[3.8] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28036)
by Miss Islington (bot)
· 4 years ago
c9c2a0b
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28033)
by Miss Islington (bot)
· 4 years ago
193443b
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) (GH-28026)
by Miss Islington (bot)
· 4 years ago
44dd2ec
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-27999)
by Miss Islington (bot)
· 4 years ago
9c74678
bpo-44997: macOS does not support loadable SQLite extensions (GH-27979) (GH-27996)
by Miss Islington (bot)
· 4 years ago
81148c6
bpo-45001: Make email date parsing more robust against malformed input (GH-27946) (GH-27974)
by Miss Islington (bot)
· 4 years ago
6ebfe8d
[3.8] bpo-36384: [doc] Correct typos in CVE-2021-29921 fix description (GH-27825)
by Łukasz Langa
· 4 years ago
03dd89d
[3.8] bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) (GH-27801)
by achraf-mer
· 4 years ago
d7f5796
bpo-33930: Fix typo in the test name. (GH-27735)
by Miss Islington (bot)
· 4 years ago
09d814b
[3.8] bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27721)
by Łukasz Langa
· 4 years ago
7f88aea
bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638) (GH-27713)
by Miss Islington (bot)
· 4 years ago
b019ffe
bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27692)
by Irit Katriel
· 4 years ago
0a42309
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) (GH-27652)
by Miss Islington (bot)
· 4 years ago
af441df
Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27414)
by Miss Islington (bot)
· 4 years, 1 month ago
54d3871
bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (#27276)
by Miss Islington (bot)
· 4 years, 1 month ago
0389426
bpo-44022: Improve the regression test. (GH-26503) (#26506)
by Miss Islington (bot)
· 4 years, 1 month ago
ae5dcf5
Post 3.8.11
by Łukasz Langa
· 4 years, 2 months ago
c3ffbbd
Python 3.8.11
by Łukasz Langa
· 4 years, 2 months ago
v3.8.11
634da2d
[3.8] bpo-43882 - Mention urllib.parse changes in Whats new section. (#26277)
by Senthil Kumaran
· 4 years, 2 months ago
71ba16b
bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893) (GH-26895)
by Miss Islington (bot)
· 4 years, 2 months ago
af5fb67
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542) (GH-26670)
by Miss Islington (bot)
· 4 years, 2 months ago
4844abd
[3.8] bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path object (GH-25964). (GH-26056)
by Łukasz Langa
· 4 years, 3 months ago
378211f
bpo-44070: No longer eagerly makes import filenames absolute, except for extension modules (GH-26025) (#26028)
by Steve Dower
· 4 years, 3 months ago
8a12f46
bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) (#25957)
by Miss Islington (bot)
· 4 years, 3 months ago
f396864
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) (#25933)
by Miss Islington (bot)
· 4 years, 3 months ago
515a7bc
[3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (#25726)
by Miss Islington (bot)
· 4 years, 3 months ago
44f6b9a
Post 3.8.10
by Łukasz Langa
· 4 years, 4 months ago
705c615
Merge tag 'v3.8.10' into 3.8
by Łukasz Langa
· 4 years, 4 months ago
8ab272f
bpo-42800: Add audit events for f_code and tb_frame (GH-24182)
by Miss Islington (bot)
· 4 years, 4 months ago
3d8993a
Python 3.8.10
by Łukasz Langa
· 4 years, 4 months ago
v3.8.10
10665ac
bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (GH-25818)
by Erlend Egeberg Aasland
· 4 years, 4 months ago
db3ce79
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721) (#25811)
by Miss Islington (bot)
· 4 years, 4 months ago
78e5588
bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25810)
by Ned Deily
· 4 years, 4 months ago
b29d0a5
[3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)
by Ned Deily
· 4 years, 4 months ago
d8ec61f
Fix broken name in build.yml (GH-25759) (GH-25797)
by Miss Islington (bot)
· 4 years, 4 months ago
ce081fb
Fix exceptions mentioned in os.setxattr() docs (GH-25742) (GH-25795)
by Miss Islington (bot)
· 4 years, 4 months ago
3519ac4
Fixing doc for callback for lambda (GH-25779) (GH-25789)
by Miss Islington (bot)
· 4 years, 4 months ago
6034c4a
[3.8] bpo-43993: Update vendored pip to 21.1.1 (GH-25761). (GH-25783)
by Stéphane Bidoul
· 4 years, 4 months ago
606bb1c
bpo-43971: Add spaces around annotated arg default '=' (GH-25702)
by Miss Islington (bot)
· 4 years, 4 months ago
e377ecf
bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)
by Miss Islington (bot)
· 4 years, 4 months ago
ea6ec96
[3.8] bpo-42589: Change URL for 'from' link when used in a raised exc… (GH-25755)
by sblondon
· 4 years, 4 months ago
e010031
[doc] Be more clear on super() regarding multiple base classes methods (GH-21789) (GH-25707)
by Miss Islington (bot)
· 4 years, 4 months ago
cc1dcb6
[doc] Do some polishing in IDEs section (GH-22070) (GH-25704)
by Miss Islington (bot)
· 4 years, 4 months ago
b52cc7c
bpo-43960: test_pdb resets breakpoints to make tests deterministic (GH-25691) (GH-25692)
by Miss Islington (bot)
· 4 years, 4 months ago
ff7266e
bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25690)
by Miss Islington (bot)
· 4 years, 4 months ago
77db337
bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) (GH-25686)
by Victor Stinner
· 4 years, 4 months ago
7f7cfc4
[3.8] bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)
by Erlend Egeberg Aasland
· 4 years, 4 months ago
e013d8d
bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640)
by Miss Islington (bot)
· 4 years, 4 months ago
1d7a537
[doc] Remove duplicated operator.itemgetter example (GH-24178) (#25647)
by Miss Islington (bot)
· 4 years, 4 months ago
a808aab
Use the zero argument form of super() in examples for Python3 docs. (GH-22314) (GH-25639)
by Miss Islington (bot)
· 4 years, 4 months ago
10ad7eb
[3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757) (#25536)
by Pete Wicken
· 4 years, 4 months ago
196b8f3
Fix thread locks in zlib module may go wrong in rare case (#22132)
by Ma Lin
· 4 years, 4 months ago
b570fea
bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346) (#25367)
by Miss Islington (bot)
· 4 years, 4 months ago
2760a67
bpo-17305: Link to the third-party idna package. (GH-25208) (#25211)
by Miss Islington (bot)
· 4 years, 4 months ago
727bed6
[3.8] bpo-34463: Make python tracebacks identical to C tracebacks for (#23899)
by Irit Katriel
· 4 years, 4 months ago
e1203e8
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24212)
by Miss Islington (bot)
· 4 years, 4 months ago
Next »