summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
...
* gh-95105: Return Iterator from wsgiref.types.InputStream.__iter__ (GH-95106)Miss Islington (bot)2022-07-211-0/+1
* [3.11] GH-95060: Fix PyCode_Addr2Location when addrq < 0 (GH-95094)Miss Islington (bot)2022-07-211-0/+2
* [3.11] GH-91409: Don't overwrite valid locations with NOP locations (GH-95067...Brandt Bucher2022-07-201-0/+2
* gh-54781: Move NEWS item to Tests, and improve wording (GH-95063)Miss Islington (bot)2022-07-201-10/+10
* GH-90699: fix ref counting of static immortal strings (gh-94850)Miss Islington (bot)2022-07-201-0/+1
* [3.11] Remove blurb boilerplate from news item(#95033) (#95036)Terry Jan Reedy2022-07-201-5/+0
* gh-91256: Ensure help text has the program name even before getpath is called...Miss Islington (bot)2022-07-191-0/+1
* GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...Miss Islington (bot)2022-07-191-0/+2
* gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (GH...Miss Islington (bot)2022-07-181-0/+1
* [3.11] GH-94822: Don't specialize when metaclasses are involved (GH-94892) (G...Brandt Bucher2022-07-181-0/+2
* gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)Miss Islington (bot)2022-07-181-0/+2
* GH-94857: fix test_io refleak (GH-94858)Miss Islington (bot)2022-07-181-0/+1
* [3.11] gh-94847: Don't force inlining in debug builds of libmpdec (GH-94848) ...Miss Islington (bot)2022-07-181-0/+2
* gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94948)Miss Islington (bot)2022-07-181-0/+1
* [3.11] gh-94801: Use custom flags to check for headers and libs (GH-94802) (G...Christian Heimes2022-07-181-0/+2
* gh-94821: Fix autobind of empty unix domain address (GH-94826)Miss Islington (bot)2022-07-171-0/+2
* gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)Serhiy Storchaka2022-07-171-0/+2
* gh-91181: drop support for bytes on sys.path (GH-31934)Miss Islington (bot)2022-07-171-0/+1
* gh-94869: Fix the location in some expressions for multi-line f-string ast no...Miss Islington (bot)2022-07-161-0/+2
* gh-90844: Allow virtual environments to correctly launch when they have space...Miss Islington (bot)2022-07-161-0/+2
* gh-94772: Fix off-by-one error in Windows launcher (GH-94779)Miss Islington (bot)2022-07-161-0/+1
* gh-94731: Revert to C-style casts for _Py_CAST (GH-94782) (#94849)Miss Islington (bot)2022-07-151-0/+3
* gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)Miss Islington (bot)2022-07-141-0/+1
* GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)Miss Islington (bot)2022-07-141-0/+1
* gh-94773: deepfreeze: support frozensets with unsortable types (GH-94775)Miss Islington (bot)2022-07-121-0/+2
* Python 3.11.0b4v3.11.0b4Pablo Galindo2022-07-11108-237/+1120
* [3.11] bpo-45924: Fix asyncio incorrect traceback when future's exception is ...Miss Islington (bot)2022-07-111-0/+1
* GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)Miss Islington (bot)2022-07-111-0/+1
* [3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740)John Belmonte2022-07-111-0/+1
* [3.11] GH-94694: Fix column offsets for multi-line method lookups (GH-94721)Brandt Bucher2022-07-101-0/+4
* gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)Miss Islington (bot)2022-07-091-0/+3
* [3.11] GH-93252: Fix error handling for failed Python calls (GH-94693) (GH-94...Kumar Aditya2022-07-091-0/+2
* gh-94607: Fix subclassing generics (GH-94610)Miss Islington (bot)2022-07-091-0/+2
* [3.11] gh-94215: Fix error handling for line-tracing events (GH-94681) (GH-94...Christian Heimes2022-07-081-0/+3
* gh-94321: Document sqlite3.PrepareProtocol (GH-94620)Miss Islington (bot)2022-07-071-0/+2
* gh-93910: Fix enum performance regression (GH-94614)Miss Islington (bot)2022-07-071-0/+3
* [3.11] gh-94430: Allow params named `module` or `self` with custom C names in...Erlend Egeberg Aasland2022-07-071-0/+2
* [3.11] gh-92228: disable the compiler's 'small exit block inlining' optimizat...Christian Heimes2022-07-071-0/+1
* GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (...Miss Islington (bot)2022-07-061-0/+1
* [3.11] gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace...Łukasz Langa2022-07-051-0/+2
* gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424) (GH...Miss Islington (bot)2022-07-051-0/+7
* gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors...Miss Islington (bot)2022-07-051-0/+2
* gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94568)Miss Islington (bot)2022-07-051-0/+1
* [3.11] bpo-46755: Don't log stack info twice in QueueHandler (GH-31355) (GH-9...Miss Islington (bot)2022-07-051-0/+2
* [3.11] gh-94485: Set line number of module's RESUME instruction to 0 as speci...Łukasz Langa2022-07-051-0/+2
* gh-84753: Clarify change made to `inspect` functions (GH-94554) (GH-94560)Miss Islington (bot)2022-07-051-2/+6
* gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94555)Miss Islington (bot)2022-07-051-0/+2
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Miss Islington (bot)2022-07-057-7/+7
* gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628) (...Miss Islington (bot)2022-07-051-0/+1
* [3.11] GH-94262: Don't create frame objects for frames that aren't yet comple...Miss Islington (bot)2022-07-041-0/+3