summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ...Steve Dower2022-03-074-3/+5
* bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...Steve Dower2022-03-0711-4/+26
* [3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-316...Miss Islington (bot)2022-03-074-7/+20
* Lib/typing.py copy edits originating from GH-31061 (GH-31684)Miss Islington (bot)2022-03-051-3/+3
* bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)Miss Islington (bot)2022-03-044-13/+8
* bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-3167...Victor Stinner2022-03-044-12/+43
* bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter ...Miss Islington (bot)2022-03-031-5/+3
* bpo-46831: Update __build_class__ comment (GH-31522)Miss Islington (bot)2022-03-031-3/+2
* bpo-21910: Clarify docs for codecs writelines method (GH-31245)Miss Islington (bot)2022-03-031-2/+3
* [3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634)...Victor Stinner2022-03-0214-52/+112
* [3.9] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) (GH...Erlend Egeberg Aasland2022-03-023-64/+79
* [3.9] Minor fixes to C API docs (GH-31501) (GH-31526)Jelle Zijlstra2022-03-024-24/+28
* bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)Miss Islington (bot)2022-02-251-14/+16
* bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) ...Victor Stinner2022-02-253-17/+20
* bpo-46756: Fix authorization check in urllib.request (GH-31353)Miss Islington (bot)2022-02-253-8/+30
* bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-3...Miss Islington (bot)2022-02-251-0/+3
* bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)Miss Islington (bot)2022-02-231-2/+2
* bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)Miss Islington (bot)2022-02-236-62/+133
* Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (G...Miss Islington (bot)2022-02-233-1/+5
* bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)Miss Islington (bot)2022-02-223-1/+22
* [3.9] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTC...Miss Islington (bot)2022-02-221-0/+3
* bpo-36557: Updated wording for using/windows (GH-31457)Miss Islington (bot)2022-02-221-2/+2
* [3.9] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31474)Miss Islington (bot)2022-02-212-1/+3
* bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31469)Miss Islington (bot)2022-02-213-8/+16
* bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31...Miss Islington (bot)2022-02-213-2/+13
* replace `self` param with more appropriate `cls` in classmethods (GH-31402) (...Miss Islington (bot)2022-02-211-2/+2
* Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31438)Miss Islington (bot)2022-02-201-9/+7
* [3.9] Raise TypeError if SSLSocket is passed to asyncio transport-based metho...Andrew Svetlov2022-02-203-10/+22
* [3.9] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-...Andrew Svetlov2022-02-203-1/+22
* Counter doc mentions three methods, but lists four (GH-30706)Miss Islington (bot)2022-02-191-1/+1
* [docs] Correct typos in SSLContext.sni_callback (GH-30623)Miss Islington (bot)2022-02-191-3/+3
* bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397)Miss Islington (bot)2022-02-182-0/+6
* Fix mistake in barry_as_FLUFL test (GH-31392)Miss Islington (bot)2022-02-181-1/+1
* bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31295)Miss Islington (bot)2022-02-176-31/+238
* Update html.parser.rst (GH-30678)Miss Islington (bot)2022-02-171-1/+1
* [3.9] Become a CODEOWNER for typing (GH-31374) (GH-31381)Miss Islington (bot)2022-02-171-1/+1
* bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)Miss Islington (bot)2022-02-174-2/+20
* bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...Miss Islington (bot)2022-02-163-10/+14
* bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327)Miss Islington (bot)2022-02-151-4/+0
* [3.9] bpo-46728: fix docstring of combinations_with_replacement for consisten...DongGeon Lee2022-02-152-4/+4
* Update the OMG link (GH-30383)Miss Islington (bot)2022-02-141-1/+1
* doc: use colon for all color's rangs (GH-28998)Miss Islington (bot)2022-02-141-2/+2
* bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...Miss Islington (bot)2022-02-142-13/+17
* bpo-38619: Update the documentation for UUID.hex (GH-29830)Miss Islington (bot)2022-02-141-1/+1
* Fix minor grammar error (GH-31325)Miss Islington (bot)2022-02-141-1/+1
* [3.9] Corrections to format precision description. (GH-31291) (GH-31321)John Belmonte2022-02-141-5/+6
* bpo-46615: Don't crash when set operations mutate the sets (GH-31120) (GH-31312)Dennis Sweeney2022-02-133-8/+226
* bpo-45447: Add entry to What's new 3.9 (GH-31305)Miss Islington (bot)2022-02-131-0/+3
* bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)Miss Islington (bot)2022-02-1310-3/+77
* [3.9] bpo-45948: Remove constructor discrepancy in C version of ElementTree.X...Jacob Walls2022-02-134-5/+19