summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.10' into enum-private-310enum-private-310Ethan Furman2021-10-2060-6140/+11673
|\
| * bpo-44559: [Enum] restore fixes lost in 3.9 reversion (GH-29114)Ethan Furman2021-10-203-42/+194
| * bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as ...Miss Islington (bot)2021-10-203-0/+28
| * bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...Miss Islington (bot)2021-10-202-0/+27
| * bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)Miss Islington (bot)2021-10-202-2/+5
| * bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29095)Miss Islington (bot)2021-10-202-23/+18
| * Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)Miss Islington (bot)2021-10-202-2/+2
| * bpo-45536: Check OpenSSL APIs in configure (GH-29088)Miss Islington (bot)2021-10-203-0/+105
| * Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097)Miss Islington (bot)2021-10-201-1/+1
| * bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29080)Miss Islington (bot)2021-10-202-5/+11
| * bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-2...Miss Islington (bot)2021-10-202-0/+44
| * [3.10] bpo-45494: Fix parser crash when reporting errors involving invalid co...Łukasz Langa2021-10-195-123/+137
| * [3.10] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29069)Łukasz Langa2021-10-191-64/+50
| * bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-2904...Miss Islington (bot)2021-10-192-0/+4
| * bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29065)Miss Islington (bot)2021-10-192-4/+9
| * bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile...Miss Islington (bot)2021-10-184-12/+4
| * [3.10] bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (G...Miss Islington (bot)2021-10-182-0/+15
| * Improve multiserver queue recipe (GH-29012) (GH-29013)Miss Islington (bot)2021-10-171-5/+6
| * bpo-45229: Make test_http_cookiejar discoverable (GH-29004)Miss Islington (bot)2021-10-171-10/+1
| * [3.10] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)...Miss Islington (bot)2021-10-163-3/+13
| * bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)Miss Islington (bot)2021-10-163-1/+13
| * [3.10]bpo-45463: Clarify that global statements allows multiple names (GH-288...Miss Islington (bot)2021-10-161-4/+4
| * bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)Miss Islington (bot)2021-10-152-1/+2
| * [3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...Serhiy Storchaka2021-10-148-324/+412
| * [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...Miss Islington (bot)2021-10-149-5801/+10855
| * [3.10] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-...Dong-hee Na2021-10-151-4/+4
* | add reference to name manglingEthan Furman2021-10-201-3/+3
|/
* bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765...Miss Islington (bot)2021-10-132-2/+11
* bpo-24444: fix an error in argparse help when help for an option is blank (GH...Miss Islington (bot)2021-10-133-5/+44
* [3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-2...Łukasz Langa2021-10-133-0/+6
* bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28927)Miss Islington (bot)2021-10-1318-606/+498
* [docs] lexical_analysis: Expand the text on ``_`` (GH-28903) (GH-28933)Miss Islington (bot)2021-10-131-4/+16
* bpo-45453: Fix test_embed.StdPrinterTests (GH-28916) (GH-28917)Miss Islington (bot)2021-10-131-7/+4
* bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)Miss Islington (bot)2021-10-122-0/+23
* [3.10] bpo-45405: Prevent ``internal configure error`` when running ``configu...Miss Islington (bot)2021-10-123-6/+12
* Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)Miss Islington (bot)2021-10-121-1/+1
* Slight correct grammar (GH-28860) Miss Islington (bot)2021-10-121-1/+1
* bpo-45441: Update some moved URLs in documentation (GH-28861)Miss Islington (bot)2021-10-124-6/+6
* bpo-45401: Fix a resource warning in test_logging (GH-28864) (GH-28872)Miss Islington (bot)2021-10-121-0/+1
* bpo-42253: Update xml.dom.minidom.rst (GH-23126) (GH-28874)Miss Islington (bot)2021-10-121-0/+8
* bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)Miss Islington (bot)2021-10-111-2/+2
* Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)Miss Islington (bot)2021-10-111-0/+3
* bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-...Miss Islington (bot)2021-10-112-4/+25
* Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit...Miss Islington (bot)2021-10-111-1/+1
* Fix the "Finding all Adverbs" example (GH-21420) (#28839)Miss Islington (bot)2021-10-101-2/+2
* bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)Miss Islington (bot)2021-10-103-13/+57
* Fix class pattern docs to refer to class patterns (GH-28849)Miss Islington (bot)2021-10-101-1/+1
* [3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844)Jason R. Coombs2021-10-102-1/+3
* bpo-45353: Remind sys.modules users to copy when iterating. (GH-28842)Miss Islington (bot)2021-10-091-1/+5
* Fix dataclassses spelling (GH-28837) (GH-28841)Miss Islington (bot)2021-10-093-3/+3