summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-45419: Correct interfaces on DegenerateFiles.Path.bpo-45419Jason R. Coombs2021-10-092-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
* [3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH...John Belmonte2021-10-044-4/+76
* Post 3.10.0Pablo Galindo2021-10-041-1/+1
* Merge tag 'v3.10.0' into 3.10Pablo Galindo2021-10-044-96/+166
|\
| * Python 3.10.0v3.10.0Pablo Galindo2021-10-0415-597/+169
| * bpo-45310: Fix parrallel shared memory tests (GH-28661)branch-v3.10.0Miss Islington (bot)2021-10-041-16/+24
| * hashlib: Fix old message about unicode objects. (GH-28653)Miss Islington (bot)2021-10-041-1/+1
| * bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) (GH-...Miss Islington (bot)2021-10-041-0/+1
| * bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-28687)Miss Islington (bot)2021-10-042-7/+7
| * bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (G...Miss Islington (bot)2021-10-043-6/+6
| * [3.10] Remove trailing spaces (GH-28709)Serhiy Storchaka2021-10-0415-17/+17
| * bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28707)Pablo Galindo Salgado2021-10-043-5/+484
| * bpo-45249: Ensure the traceback module prints correctly syntax errors with ra...Miss Islington (bot)2021-09-292-6/+34
| * bpo-45067 - Verify the version of ncurses for extended color support feature ...Miss Islington (bot)2021-09-291-2/+2
| * bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251)Miss Islington (bot)2021-09-293-1/+14
| * bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214)Miss Islington (bot)2021-09-291-4/+7
| * [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Ɓukasz Langa2021-09-2929-31/+38
| * [doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660) (GH-28433)Miss Islington (bot)2021-09-291-1/+2
| * bpo-42038: fix description of returned list of lines (GH-27529) (GH-28428)Miss Islington (bot)2021-09-291-6/+6
| * [doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) (GH-2...Miss Islington (bot)2021-09-291-1/+1
| * bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-...Miss Islington (bot)2021-09-291-1/+2
| * Fix typo and add a module prefix (GH-28401)Miss Islington (bot)2021-09-291-2/+2