summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (#31917)Christian Heimes2022-03-158-15/+16
* bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...Miss Islington (bot)2022-03-153-6/+12
* bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)Miss Islington (bot)2022-03-153-1/+10
* But Add missing newline to NEWS entry (GH-31893)Miss Islington (bot)2022-03-151-1/+1
* bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)Miss Islington (bot)2022-03-142-3/+4
* bpo-31415: importtime was made by Inada Naoki (GH-31875)Miss Islington (bot)2022-03-141-1/+1
* Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881)Ned Deily2022-03-144-3/+1
* [3.9] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (G...Miss Islington (bot)2022-03-141-1/+2
* [3.9] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-...Illia Volochii2022-03-141-1/+6
* [3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859)Jason R. Coombs2022-03-134-2/+26
* bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855)Ned Deily2022-03-134-1/+3
* [3.9] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31850)Miss Islington (bot)2022-03-134-1/+2
* [3.9] bpo-46677: Add examples of inheritance and attributes to `TypedDict` do...Charlie Zhao2022-03-121-12/+106
* [3.9] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31807)Jelle Zijlstra2022-03-122-7/+7
* bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31831)Victor Stinner2022-03-115-8/+30
* bpo-31327: Update time documentation to reflect possible errors (GH-31460)Miss Islington (bot)2022-03-111-0/+6
* [3.9] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH...Jelle Zijlstra2022-03-107-12/+6
* [3.9] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31778)Jelle Zijlstra2022-03-092-5/+5
* bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped ...Irit Katriel2022-03-083-14/+95
* bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)Miss Islington (bot)2022-03-082-1/+3
* Removed confusing reference to sys (GH-31638)Miss Islington (bot)2022-03-081-3/+3
* [3.9] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-...Erlend Egeberg Aasland2022-03-084-23/+22
* bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)Miss Islington (bot)2022-03-083-1/+19
* Removed ambiguity in __init_subclass__ docs (GH-31540)Miss Islington (bot)2022-03-081-1/+1
* docs: Don't use code formatting for emphasis (GH-30519)Miss Islington (bot)2022-03-081-1/+1
* bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)Miss Islington (bot)2022-03-081-0/+4
* bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29...Miss Islington (bot)2022-03-081-20/+30
* bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)Miss Islington (bot)2022-03-073-14/+156
* 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