summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)Irit Katriel2022-04-151-0/+1
* gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)Irit Katriel2022-04-151-0/+5
* gh-91404: Use computed gotos and reduce indirection in re (#91495)Brandt Bucher2022-04-151-0/+3
* gh-79156: Add start_tls() method to streams API (#91453)Oleg Iarygin2022-04-151-0/+3
* gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)Erlend Egeberg Aasland2022-04-151-0/+3
* gh-91217: deprecate msilib (GH-91515)Brett Cannon2022-04-141-0/+1
* gh-89455: Fix an uninitialized bool in exception print context. (#91466)Gregory P. Smith2022-04-141-0/+2
* gh-91353: Fix void return type handling in ctypes (GH-32246)Hood Chatham2022-04-141-0/+5
* gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)Inada Naoki2022-04-141-0/+2
* gh-91266: refactor bytearray strip methods (GH-32096)Pieter Eendebak2022-04-141-0/+1
* gh-91217: deprecate imghdr (#91461)Brett Cannon2022-04-131-0/+1
* gh-91243: Update authors for Required[] and NotRequired[] implementation (GH-...David Foster2022-04-131-1/+1
* gh-91502: Add a new API to check if a frame is an entry frame (GH-91503)Pablo Galindo Salgado2022-04-131-0/+2
* bpo-43218: Prevent venv creation when the target directory contains a PATH se...Dustin Rodrigues2022-04-131-0/+2
* gh-91421: Use constant value check during runtime (GH-91422)Tobias Stoeckmann2022-04-131-0/+1
* gh-91243: Add typing.Required and NotRequired (PEP 655) (GH-32419)Jelle Zijlstra2022-04-121-0/+2
* bpo-47152: Automatically regenerate sre_constants.h (GH-91439)Serhiy Storchaka2022-04-121-0/+1
* gh-90839: Forward gzip.compress() compresslevel to zlib (gh-31215)Ilya Leoshkevich2022-04-121-0/+1
* gh-91276: make space for longer opcodes in dis output (GH-91444)Irit Katriel2022-04-121-0/+1
* gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)Jack DeVries2022-04-121-0/+1
* gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)Erlend Egeberg Aasland2022-04-121-0/+3
* gh-91217: deprecate crypt (GH-91459)Brett Cannon2022-04-121-0/+1
* gh-91428: Add _PyOpcode_OpName to opcode.h of debug builds (GH-91430)Dennis Sweeney2022-04-111-0/+5
* gh-47061: Deprecate `chunk` (GH-91419)Brett Cannon2022-04-111-0/+1
* gh-91117: Ensure integer mod and pow operations use cached small ints (GH-31843)Dennis Sweeney2022-04-111-0/+1
* GH-89480: Document motivation, design and implementation of 3.11 frame stack....Mark Shannon2022-04-111-0/+1
* bpo-44807: Allow Protocol classes to define __init__ (GH-31628)Adrian Garcia Badaracco2022-04-111-0/+1
* bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)John Belmonte2022-04-111-0/+3
* bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)Irit Katriel2022-04-111-0/+1
* bpo-47000: Add `locale.getencoding()` (GH-32068)Inada Naoki2022-04-091-0/+3
* bpo-47061: deprecate cgi and cgitb (GH-32410)Brett Cannon2022-04-091-0/+1
* bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox...Alexey Izbyshev2022-04-081-0/+2
* Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-3...Petr Viktorin2022-04-081-0/+2
* Add new PyFrame_GetLasti C-API function (GH-32413)Mark Shannon2022-04-081-0/+2
* bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)Brandt Bucher2022-04-071-0/+1
* Deprecate audioop (GH-32392)Brett Cannon2022-04-071-0/+1
* bpo-40280: Detect missing threading on WASM platforms (GH-32352)Christian Heimes2022-04-071-0/+1
* bpo-35134: Remove the Include/code.h header file (GH-32385)Victor Stinner2022-04-071-0/+2
* bpo-47239: Fixes py.exe output when run in a virtual environment. (GH-32364)Steve Dower2022-04-061-0/+2
* bpo-26579: Add object.__getstate__(). (GH-2821)Serhiy Storchaka2022-04-061-0/+7
* bpo-46721: Optimize set.issuperset() for non-set arguments (GH-31280)Serhiy Storchaka2022-04-061-0/+1
* bpo-43464: Optimize set.intersection() for non-set arguments (GH-31316)Serhiy Storchaka2022-04-061-0/+1
* bpo-47227: Suppress expression chaining for more RE parsing errors (GH-32333)Serhiy Storchaka2022-04-061-0/+1
* bpo-47211: Remove function re.template() and flag re.TEMPLATE (GH-32300)Serhiy Storchaka2022-04-061-0/+2
* bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-...Petr Viktorin2022-04-061-0/+2
* bpo-47189: What's New in 3.11: Faster CPython (GH-32235)Ken Jin2022-04-061-0/+2
* bpo-47103: Copy pgort140.dll into output directory when building PGInstrument...Steve Dower2022-04-061-0/+2
* Python 3.11.0a7v3.11.0a7Pablo Galindo2022-04-05156-338/+1614
* bpo-47061: deprecate the `aifc` module (GH-32134)Brett Cannon2022-04-051-0/+1
* bpo-4833: Add ZipFile.mkdir (GH-32160)Sam Ezeh2022-04-051-0/+1