summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* bpo-24444: fix an error in argparse help when help for an option is blank (GH...Miss Islington (bot)2021-10-131-0/+2
* [3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-2...Łukasz Langa2021-10-131-0/+3
* bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)Miss Islington (bot)2021-10-131-0/+2
* [3.10] bpo-45405: Prevent ``internal configure error`` when running ``configu...Miss Islington (bot)2021-10-131-0/+2
* bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)Miss Islington (bot)2021-10-101-0/+2
* [3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844)Jason R. Coombs2021-10-101-0/+1
* bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)Miss Islington (bot)2021-10-091-0/+2
* bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) (GH-28816)Miss Islington (bot)2021-10-081-0/+1
* [3.10] bpo-45408: Don't override previous tokenizer errors in the second pars...Pablo Galindo Salgado2021-10-071-0/+2
* bpo-45337: Use the realpath of the new executable when creating a venv on Win...Miss Islington (bot)2021-10-071-0/+4
* [3.10] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28794)Christian Clauss2021-10-0711-26/+26
* bpo-45400: Fix suggestion test of test_exceptions (GH-28783)Miss Islington (bot)2021-10-071-0/+3
* bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28779)Miss Islington (bot)2021-10-071-0/+1
* bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28...Miss Islington (bot)2021-10-061-0/+1
* bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (...Miss Islington (bot)2021-10-051-0/+1
* bpo-44050: Extension modules can share state when they don't support sub-inte...Miss Islington (bot)2021-10-051-0/+3
* [3.10] bpo-45371: Fix distutils' rpath support for clang (GH-28732) (GH-28733)Miss Islington (bot)2021-10-051-0/+3
* [3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH...John Belmonte2021-10-051-0/+3
* Merge tag 'v3.10.0' into 3.10Pablo Galindo2021-10-041-0/+95
|\
| * Python 3.10.0v3.10.0Pablo Galindo2021-10-0410-25/+95
| * bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251)Miss Islington (bot)2021-09-291-0/+2
| * [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa2021-09-292-1/+8
| * bpo-45024 and bpo-23864: Document how interface testing works with the collec...Miss Islington (bot)2021-09-291-0/+4
| * bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) (GH-28505)Miss Islington (bot)2021-09-291-0/+2
| * [3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)Łukasz Langa2021-09-295-5/+5
| * [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObjec...Serhiy Storchaka2021-09-291-0/+2
| * bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...Miss Islington (bot)2021-09-221-0/+3
| * bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)Miss Islington (bot)2021-09-191-0/+2
| * bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass'...Miss Islington (bot)2021-09-191-0/+2
| * bpo-45193: News for IDLE PR_28343 (GH-28348)Miss Islington (bot)2021-09-191-0/+1
* | bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)Miss Islington (bot)2021-10-021-0/+2
* | bpo-44687: Ensure BufferedReader objects with unread buffers can peek even wh...Miss Islington (bot)2021-10-011-0/+1
* | bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671)Victor Stinner2021-10-011-0/+5
* | bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)Miss Islington (bot)2021-10-011-0/+2
* | [3.10] bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28...Serhiy Storchaka2021-09-301-0/+2
* | closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...Miss Islington (bot)2021-09-291-0/+1
* | [3.10] bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27...Łukasz Langa2021-09-291-0/+2
* | bpo-45269: test wrong `markers` type to `c_make_encoder` (GH-28540) (GH-28609)Miss Islington (bot)2021-09-281-0/+1
* | [3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObjec...Serhiy Storchaka2021-09-281-0/+2
* | [3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)Łukasz Langa2021-09-285-5/+5
* | bpo-45296: Fix exit/quit message on Windows (GH-28577) (GH-28600)Miss Islington (bot)2021-09-281-0/+2
* | bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)Miss Islington (bot)2021-09-271-0/+3
* | bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532) (GH-2...Miss Islington (bot)2021-09-271-0/+5
* | bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559) (GH-28...Miss Islington (bot)2021-09-261-0/+1
* | bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28560)Miss Islington (bot)2021-09-251-0/+2
* | [3.10] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH...Łukasz Langa2021-09-221-0/+2
* | [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa2021-09-212-3/+5
* | bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...Miss Islington (bot)2021-09-211-0/+3
* | bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) (GH-28505)Miss Islington (bot)2021-09-211-0/+2
* | bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28...Miss Islington (bot)2021-09-211-0/+2