summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-3188...Miss Islington (bot)2022-06-223-0/+128
* gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (G...Miss Islington (bot)2022-06-223-2/+61
* gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93547)Miss Islington (bot)2022-06-061-0/+2
* bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) (GH-92954)Victor Stinner2022-06-062-6/+11
* [3.8] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-930...Łukasz Langa2022-05-245-4/+66
* [3.8] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (#9...Erlend Egeberg Aasland2022-05-163-14/+77
* bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...Miss Islington (bot)2022-05-163-2/+3
* [3.8] gh-92448: Update the documentation builder to render the GitHub… (GH-...Dong-hee Na2022-05-125-8/+9
* [3.8] Update Sphinx bpo role to use redirect URI. (#91892)Ezio Melotti2022-05-100-0/+0
* Add redirects to Misc/NEWS bpo links (GH-91454) (#91895)Miss Islington (bot)2022-05-101-1/+2
* [3.8] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91936)Ezio Melotti2022-05-102-1/+26
* 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