summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-082-0/+3
* Post 3.8.13, take twoŁukasz Langa2022-03-161-1/+1
* Python 3.8.13, take twov3.8.13Łukasz Langa2022-03-161-1/+1
* bpo-31327: Update time documentation to reflect possible errors (GH-31460) (G...Miss Islington (bot)2022-03-161-0/+6
* bpo-46948: Fix launcher installer build failure due to first part of fix (GH-...Miss Islington (bot)2022-03-161-0/+2
* Post 3.8.13Łukasz Langa2022-03-151-1/+1
* Python 3.8.13Łukasz Langa2022-03-1522-61/+204
* [3.8] bpo-47024: Update Windows builds and macOS installer build to use OpenS...Ned Deily2022-03-1510-75/+16
* bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31851)Ned Deily2022-03-154-4/+3
* bpo-45405: Prevent internal configure error when running configure with recen...Ned Deily2022-03-153-6/+12
* bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-...Miss Islington (bot)2022-03-082-0/+6
* Update copyright year to 2022. (GH-30335) (GH-31478)Miss Islington (bot)2022-03-089-10/+10
* bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ...Steve Dower2022-03-084-3/+5
* bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...Steve Dower2022-03-0811-4/+26
* bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) (GH-31740)Miss Islington (bot)2022-03-083-14/+156
* bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31572)Miss Islington (bot)2022-03-023-8/+30
* bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) (GH-31520)Miss Islington (bot)2022-03-026-62/+133
* Don't test with OpenSSL 3.0 on 3.8Łukasz Langa2022-02-221-1/+1
* Force use of `windows-2019` on GHA to continue using the v140 platform toolkitŁukasz Langa2022-02-221-2/+2
* bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)Sebastian Pipping2022-02-223-8/+16
* bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31297)Dong-hee Na2022-02-216-29/+236
* bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30344)Miss Islington (bot)2022-02-176-173/+16
* bpo-44949: Fix test_readline auto history tests (GH-27813) (GH-31118)Miss Islington (bot)2022-02-172-2/+8
* [3.8] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metad...Jason R. Coombs2022-02-142-2/+4
* bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161) (GH-31173)Miss Islington (bot)2022-02-081-0/+2
* bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH...Miss Islington (bot)2021-12-111-0/+1
* bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29537)Miss Islington (bot)2021-11-161-1/+1
* bpo-44828: Avoid leaving a zombie Save panel (GH-29372)Ned Deily2021-11-041-1/+2
* bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29287)Miss Islington (bot)2021-10-281-2/+2
* bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276) ...Miss Islington (bot)2021-10-283-1/+206
* [3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17....Ned Deily2021-10-282-3/+8
* bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29093)Miss Islington (bot)2021-10-202-5/+11
* bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623) (GH-...Miss Islington (bot)2021-10-192-3/+8
* bpo-45310: Fix parrallel shared memory tests (GH-28661) (GH-28979)Victor Stinner2021-10-191-15/+23
* bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28984)Miss Islington (bot)2021-10-192-1/+6
* [3.8] bpo-44394: Ensure libexpat is linked against libm (GH-28617) (GH-28620)Miss Islington (bot)2021-09-291-1/+3
* bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when buil...Miss Islington (bot)2021-09-292-0/+6
* [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-45022: Pin current libffi build to fixed version in preparation for upcom...Steve Dower2021-09-033-9/+17
* Post 3.8.12Łukasz Langa2021-08-301-1/+1
* Python 3.8.12v3.8.12Łukasz Langa2021-08-3016-38/+135
* [3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28063)Christian Heimes2021-08-301-2/+2
* bpo-45007: Update macOS installer builds to use OpenSSL 1.1.1l (GH-28051) (GH...Miss Islington (bot)2021-08-303-3/+64
* bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries wh...Miss Islington (bot)2021-08-302-3/+31
* [3.8] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) ...Łukasz Langa2021-08-296-22/+23
* [3.8] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28036)Miss Islington (bot)2021-08-293-3/+65
* bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28033)Miss Islington (bot)2021-08-2922-190/+1388
* bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...Miss Islington (bot)2021-08-292-6/+9