summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-14911: Corrected generator.throw() documentation (GH-32207)Miss Islington (bot)2022-03-314-8/+28
* bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (...Miss Islington (bot)2022-03-312-8/+4
* bpo-42340: Document issues around KeyboardInterrupt (GH-23255)Miss Islington (bot)2022-03-293-0/+82
* ctypes docs: Fix array-length reference to "non-negative" from "positive" (GH...Miss Islington (bot)2022-03-291-1/+1
* Fix typo in the sqlite3 docs (GH-31915) (GH-32158)Miss Islington (bot)2022-03-291-1/+1
* bpo-47138: Ensure Windows docs build uses the same pinned version as other pl...Miss Islington (bot)2022-03-291-1/+2
* bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)Miss Islington (bot)2022-03-282-1/+5
* [3.9] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866...Miss Islington (bot)2022-03-282-1/+9
* bpo-28516: document contextlib.ExitStack.__enter__ behavior (GH-31636) (GH-32...Miss Islington (bot)2022-03-281-0/+3
* bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32153)Hugo van Kemenade2022-03-282-0/+3
* bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32121)Miss Islington (bot)2022-03-261-1/+1
* Post 3.9.12Łukasz Langa2022-03-241-1/+1
* Python 3.9.12v3.9.12Łukasz Langa2022-03-2317-74/+181
* bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH...Miss Islington (bot)2022-03-233-1/+20
* [3.9] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-3...Hugo van Kemenade2022-03-2327-22/+97
* [3.9] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-31...Jelle Zijlstra2022-03-232-21/+89
* [doc] configparser: avoid inline comments. (GH-31247)Miss Islington (bot)2022-03-231-2/+4
* Fix typo in Path.iterdir docs (GH-31822)Miss Islington (bot)2022-03-231-1/+1
* bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)Miss Islington (bot)2022-03-223-0/+20
* [3.9] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-3...Hugo van Kemenade2022-03-225-6/+17
* bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)Jeremy Kloth2022-03-222-183/+117
* [3.9] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (GH-32049)Andrew Svetlov2022-03-223-6/+36
* bpo-12029: [doc] clarify that except does not match virtual subclasses of the...Irit Katriel2022-03-212-5/+7
* bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)Miss Islington (bot)2022-03-213-4/+42
* bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013) (GH-32015)Gregory P. Smith2022-03-213-9/+28
* bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974)Miss Islington (bot)2022-03-202-1/+4
* bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32006)Miss Islington (bot)2022-03-201-1/+1
* [3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002)Miss Islington (bot)2022-03-202-12/+9
* [3.9] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253). (GH-3197...Miss Islington (bot)2022-03-194-10/+83
* bpo-39394: Improve warning message in the re module (GH-31988)Miss Islington (bot)2022-03-193-4/+11
* bpo-44544: add textwrap placeholder arg (GH-27671)Miss Islington (bot)2022-03-191-2/+3
* [3.9] bpo-14156: Make argparse.FileType work correctly for binary file modes ...Serhiy Storchaka2022-03-183-17/+110
* [3.9] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). (...Pablo Galindo Salgado2022-03-185-5/+11
* [3.9] bpo-46421: Fix unittest filename evaluation when called as a module (GH...Miss Islington (bot)2022-03-184-1/+16
* [3.9] bpo-42782: fix broken shutil test (GH-31971)Jelle Zijlstra2022-03-181-3/+3
* bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938)Miss Islington (bot)2022-03-172-3/+5
* bpo-47038: Increase a test timeout for slow CI machines (GH-31951)Miss Islington (bot)2022-03-171-1/+1
* bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCa...Miss Islington (bot)2022-03-162-26/+24
* [3.9] bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase...Andrew Svetlov2022-03-163-340/+270
* Post 3.9.11, take twoŁukasz Langa2022-03-161-1/+1
* Python 3.9.11, take twov3.9.11Łukasz Langa2022-03-163-4/+12
* [3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891) (GH-3...Miss Islington (bot)2022-03-161-0/+42
* [3.9] bpo-47032: Ensure Windows install builds fail correctly with a non-zero...Steve Dower2022-03-163-24/+28
* bpo-46948: Fix launcher installer build failure due to first part of fix (GH-...Miss Islington (bot)2022-03-161-0/+2
* Post 3.9.11Łukasz Langa2022-03-151-1/+1
* Python 3.9.11Łukasz Langa2022-03-1569-216/+775
* [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