summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins
Commit message (Expand)AuthorAgeFilesLines
* bpo-33346: Allow async comprehensions inside implicit async comprehensions (G...Serhiy Storchaka2021-07-131-0/+3
* bpo-43950: Add documentation for PEP-657 (GH-27047)Ammar Askar2021-07-131-0/+6
* bpo-44317: Improve tokenizer errors with more informative locations (GH-26555)Pablo Galindo Salgado2021-07-101-0/+1
* bpo-43908: Immutable types inherit vectorcall (GH-27001)Erlend Egeberg Aasland2021-07-081-0/+3
* bpo-43895: Remove an unnecessary cache of shared object handles (GH-25487)Ian Henriksen2021-07-071-0/+4
* bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980)Yurii Karabas2021-07-061-0/+2
* bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer (GH-2...Ma Lin2021-07-051-0/+3
* bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAli...Ken Jin2021-07-041-0/+2
* bpo-44553 : Implement GC methods for types.Union (GH-26993)Ken Jin2021-07-031-0/+2
* bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (G...Batuhan Taskaya2021-06-301-0/+4
* bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26...Pablo Galindo2021-06-291-0/+3
* bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...Serhiy Storchaka2021-06-291-0/+4
* bpo-44110: Improve string's __getitem__ error message (GH-26042)Miguel Brito2021-06-271-0/+1
* bpo-44456: Improve the syntax error when mixing keyword and positional patter...Pablo Galindo2021-06-241-0/+2
* bpo-44486: Make sure that modules always have a dictionary. (GH-26847)Mark Shannon2021-06-231-0/+2
* bpo-43918: document signature and default argument of `anext` builtin (#25551)Erik Welch2021-06-221-0/+1
* bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848)Ken Jin2021-06-221-0/+2
* bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822)Pablo Galindo2021-06-211-0/+1
* bpo-44297: Fix missing line number in generator expressions (GH-26801)Mark Shannon2021-06-211-0/+3
* bpo-43693: Eliminate unused "fast locals". (gh-26587)Eric Snow2021-06-151-0/+4
* bpo-44409: Fix error location in tokenizer errors that happen during initiali...Pablo Galindo2021-06-141-0/+2
* bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)Mark Shannon2021-06-141-0/+7
* bpo-44396: Update multi-line-start location when reallocating tokenizer buffe...Pablo Galindo2021-06-121-0/+2
* bpo-44376 - reduce pow() overhead for small exponents (GH-26662)Tim Peters2021-06-121-0/+1
* bpo-44368: Improve syntax errors with invalid as pattern targets (GH-26632)Pablo Galindo2021-06-101-0/+1
* bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)Mark Shannon2021-06-101-0/+11
* bpo-44349: Fix edge case when displaying text from files with encoding in syn...Pablo Galindo2021-06-081-0/+1
* bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)Serhiy Storchaka2021-06-081-0/+4
* bpo-43693: Un-revert commit f3fa63e. (#26609)Eric Snow2021-06-081-0/+5
* Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offset...Pablo Galindo2021-06-081-5/+0
* bpo-44335: Fix a regression when identifying invalid characters in syntax err...Pablo Galindo2021-06-081-0/+2
* bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-2...Eric Snow2021-06-071-0/+5
* bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)Eric Snow2021-06-072-0/+7
* bpo-44187: Quickening infrastructure (GH-26264)Mark Shannon2021-06-071-0/+3
* bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objec...Pablo Galindo2021-06-051-0/+2
* bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...Pablo Galindo2021-06-042-7/+0
* bpo-43693: Compute deref offsets in compiler (gh-25152)Mark Shannon2021-06-041-0/+4
* bpo-44305: Improve syntax error for try blocks without except or finally (GH-...Pablo Galindo2021-06-031-0/+2
* bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)Batuhan Taskaya2021-06-031-0/+3
* bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...Eric Snow2021-06-031-0/+3
* bpo-17792: more accurate error message for unbound variable access exceptions...Irit Katriel2021-06-021-0/+1
* bpo-43667: Add news fragment for Solaris changes (GH-26405)Jakub KulĂ­k2021-05-271-0/+2
* bpo-43879: Add native_thread_id field to PyThreadState (GH-25458)Gabriele N. Tornetta2021-05-261-0/+1
* bpo-44232: Fix type_new() error reporting (GH-26359)Victor Stinner2021-05-251-0/+4
* bpo-44156: Make cached string constants in compile.c subinterpreter compatibl...Ken Jin2021-05-251-0/+1
* bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298)Pablo Galindo2021-05-221-0/+3
* bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)Victor Stinner2021-05-211-0/+3
* bpo-44180: Report generic syntax errors in the furthest position reached in t...Pablo Galindo2021-05-211-0/+3
* bpo-44032: Move data stack to thread from FrameObject. (GH-26076)Mark Shannon2021-05-211-0/+2
* bpo-44168: Fix error message in the parser for keyword arguments for invalid ...Pablo Galindo2021-05-191-0/+2