summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* restore fixes lost in enum reversionenum-lost-fixesEthan Furman2021-10-203-42/+194
* 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
* [3.10] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 ...Dong-hee Na2021-10-101-0/+6
* bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)Miss Islington (bot)2021-10-093-9/+70
* bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) (GH-28816)Miss Islington (bot)2021-10-082-0/+4
* [3.10] bpo-45408: Don't override previous tokenizer errors in the second pars...Pablo Galindo Salgado2021-10-084-2/+15
* bpo-45337: Use the realpath of the new executable when creating a venv on Win...Miss Islington (bot)2021-10-073-9/+29
* [3.10] Remove draft notice on the 3.10 What's new document (GH-28806) (GH-28807)Miss Islington (bot)2021-10-071-7/+0
* [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)Christian Clauss2021-10-0762-79/+79
* [3.10] Fix typos in the Tools directory (GH-28769) (GH-28801)Christian Clauss2021-10-0715-24/+24
* [3.10] Fix typos in the Python directory (GH-28767) (GH-28799)Christian Clauss2021-10-076-8/+8
* [3.10] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28794)Christian Clauss2021-10-0716-32/+32
* [3.10] Fix typos in the Objects directory (GH-28766) (GH-28797)Christian Clauss2021-10-078-9/+9
* [3.10] Fix typos in the Include directory (GH-28745) (GH-28789)Christian Clauss2021-10-076-7/+7
* bpo-45400: Fix suggestion test of test_exceptions (GH-28783)Miss Islington (bot)2021-10-072-1/+4
* [3.10] Fix typo in whatsnew 3.10.rst (GH-26854) (GH-28782)Miss Islington (bot)2021-10-071-1/+1
* [3.10] Fix typos in the Modules directory (GH-28761) (GH-28781)Miss Islington (bot)2021-10-0719-21/+21
* bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28779)Miss Islington (bot)2021-10-072-39/+38
* [doc] Mention __slots__ behavior in weakref.rst (GH-21061) (GH-28772)Miss Islington (bot)2021-10-061-0/+4
* bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28...Miss Islington (bot)2021-10-062-1/+8
* bpo-34804: [doc] Rephrase section on side effects in functional.rst for clari...Miss Islington (bot)2021-10-061-5/+4
* [3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)Christian Clauss2021-10-0612-16/+16
* bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (...Miss Islington (bot)2021-10-065-4/+5
* sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28694)Miss Islington (bot)2021-10-052-4/+4
* [doc] Fix gethostbyname_ex description (GH-28700) (GH-28742)Miss Islington (bot)2021-10-051-2/+2
* bpo-44050: Extension modules can share state when they don't support sub-inte...Miss Islington (bot)2021-10-054-1/+59
* bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)Miss Islington (bot)2021-10-051-4/+7
* [3.10] bpo-45371: Fix distutils' rpath support for clang (GH-28732) (GH-28733)Miss Islington (bot)2021-10-052-1/+5