summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.9] gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874...Victor Stinner2022-10-043-4/+7
* [3.9] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (gh-97012)Miss Islington (bot)2022-10-048-17/+28
* [3.9] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97627)Miss Islington (bot)2022-10-043-2/+24
* [3.9] gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613) (...Miss Islington (bot)2022-10-042-18/+10
* [3.9] gh-87597: Document TimeoutExpired.stdout & .stderr types (GH-97685) (GH...Miss Islington (bot)2022-10-041-2/+7
* [3.9] gh-96845: Fix docs around importlib.abc.Traversable (GH-97515) (GH-97761)Jason R. Coombs2022-10-041-2/+6
* gh-97032: Set tkinter path for macOS CI (GH-97525)Dong-hee Na2022-09-241-1/+1
* Post 3.9.14Łukasz Langa2022-09-061-1/+1
* Python 3.9.14v3.9.14Łukasz Langa2022-09-0614-66/+121
* [3.9] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96502)Gregory P. Smith2022-09-0527-19/+886
* [3.9] gh-91423: Remove bugs.python.org from bugs.rst (GH-91425) (GH-95614)Shantanu2022-08-041-19/+20
* gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)...Miss Islington (bot)2022-07-292-2/+16
* [3.9] gh-90359: Update documentation to follow PEP 495. (gh-94800). (gh-94835)Dong-hee Na2022-07-281-0/+14
* [3.9] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (...Łukasz Langa2022-07-272-24/+34
* gh-94821: Fix autobind of empty unix domain address (GH-94826) (GH-94875)Miss Islington (bot)2022-07-263-2/+25
* [3.9] gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94570)Łukasz Langa2022-07-052-1/+7
* gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-9...Miss Islington (bot)2022-07-012-2/+13
* 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-91810: Fix regression with writing an XML declaration with encoding='unico...Miss Islington (bot)2022-06-163-20/+10
* gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93546)Miss Islington (bot)2022-06-061-0/+2
* gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (#...Miss Islington (bot)2022-05-245-4/+65
* bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92976)Miss Islington (bot)2022-05-193-0/+7
* bpo-45393: help() on operator precedence has misleading entries (GH-31246) (G...Miss Islington (bot)2022-05-192-2/+4
* gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>...Miss Islington (bot)2022-05-191-27/+21
* Post 3.9.13Łukasz Langa2022-05-171-1/+1
* Python 3.9.13v3.9.13Łukasz Langa2022-05-1756-152/+576
* [3.9] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (GH-...Jelle Zijlstra2022-05-163-9/+29
* [3.9] bpo-34480: fix bug where match variable is used prior to being defined ...Marek Suscak2022-05-163-0/+26
* Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582) ...Miss Islington (bot)2022-05-165-38/+109
* gh-80143: Add clarification for escape characters (GH-92292) (GH-92630)Miss Islington (bot)2022-05-161-3/+7
* gh-92530: Fix an issue that occurred after interrupting threading.Condition.n...Miss Islington (bot)2022-05-162-7/+16
* gh-87670: Add web.archive redirects from effbot (GH-92816)Miss Islington (bot)2022-05-163-4/+5
* gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notice...Miss Islington (bot)2022-05-1321-22/+46
* Document Py_ssize_t. (GH-92512)Miss Islington (bot)2022-05-1310-24/+31
* Fix typo in argparse docs. (GH-92691) (#92731)thueringa2022-05-131-1/+1
* [3.9] gh-92311: Let frame_setlineno jump over listcomps (#92740)Dennis Sweeney2022-05-123-1/+53
* [3.9] gh-92436: __future__ docs: add note on expectations for "from __future_...Jelle Zijlstra2022-05-121-1/+9
* bpo-42627: Fix incorrect parsing of Windows registry proxy settings (GH-26307)Miss Islington (bot)2022-05-112-16/+21
* [3.9] gh-91810: ElementTree: Use text file's encoding by default in XML decla...Miss Islington (bot)2022-05-113-30/+29
* [3.9] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-9263...Miss Islington (bot)2022-05-111-1/+1
* [3.9] gh-76773: Update docs mentioning no-longer-supported Windows versions &...Miss Islington (bot)2022-05-109-115/+70
* gh-92256: Improve Argument Clinic parser error messages (GH-92268)Miss Islington (bot)2022-05-101-3/+9
* bpo-13553: Document tkinter.Tk args (GH-4786)Miss Islington (bot)2022-05-103-14/+71
* bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)Itai Steinherz2022-05-094-1/+56
* Doc: Update py2app link. (GH-91585)Miss Islington (bot)2022-05-091-1/+1
* gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Pytho...Miss Islington (bot)2022-05-091-1/+0
* CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)Miss Islington (bot)2022-05-091-1/+1
* bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)Miss Islington (bot)2022-05-093-74/+127
* pdb docs: workaround for double semicolon in strings (GH-17011)Miss Islington (bot)2022-05-081-1/+2