summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.11.rst
Commit message (Expand)AuthorAgeFilesLines
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-071-1/+1
* Add Pynche's move to the What's new in 3.11 (#97974)Barry Warsaw2022-10-061-0/+4
* gh-95913: Copyedit/improve Implementation Changes What's New section (#97720)C.A.M. Gerlach2022-10-051-17/+27
* gh-93738: Documentation C syntax (Use `c:struct`) (#97772)Adam Turner2022-10-041-1/+1
* gh-95913: Copyedit/improve Other Language Changes What's New section (#97719)C.A.M. Gerlach2022-10-041-31/+36
* gh-95913: Move py.exe to appropriate What's New section & refine text (#97718)C.A.M. Gerlach2022-10-041-22/+26
* GH-95913: Update what's new in 3.11 for asyncio (#97806)Guido van Rossum2022-10-041-16/+40
* gh-95913: Fix PEP number in PEP 678 What's New ref label (#97739)C.A.M. Gerlach2022-10-031-1/+1
* gh-95913: Copyedit/improve New Modules What's New section (#97721)C.A.M. Gerlach2022-10-031-3/+6
* gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New ...C.A.M. Gerlach2022-09-191-23/+50
* gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915)C.A.M. Gerlach2022-09-191-33/+38
* Add dataclass field default change to 3.11 what's new (#96790)Laurie O2022-09-131-0/+8
* gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...Steve Dower2022-09-051-0/+22
* gh-90814: Correct NEWS wording re. optional C11 features (GH-96309)Petr Viktorin2022-08-291-1/+2
* gh-95914: Add Py_UNICODE encode APIs removed in PEP 624 to 3.11 What's New (#...C.A.M. Gerlach2022-08-181-0/+25
* gh-95913: Add traceback module additions to what's new in 3.11 (GH-95980)Irit Katriel2022-08-181-0/+14
* remove repetitive credit from what's new in 3.11 rst (GH-96024)Irit Katriel2022-08-161-1/+0
* gh-95957: Add instructions for Tcl/Tk and OpenSSL on RHEL/CentOS 7 (#95964)Christian Heimes2022-08-161-6/+13
* gh-89313: Add hashlib.file_digest to whatsnew 3.11 (GH-95965)Christian Heimes2022-08-131-0/+4
* bpo-25625: Document contextlib.chdir in the 3.11 what's new (#95962)Pablo Galindo Salgado2022-08-131-0/+7
* gh-95914: Add paragraph about PEP 654 in main body of 'What's New in 3.11' (G...Irit Katriel2022-08-131-2/+19
* gh-90300: [docs] Add whatsnew entry for new --help output (GH-95856) (GH-95928)Łukasz Langa2022-08-121-0/+6
* gh-95914: Add missing PEPs to the Summary section of 3.11 What's New (GH-95916)CAM Gerlach2022-08-121-5/+23
* [docs] Mention RESUME opcode in whatsnew/3.11.rst (#95595)esc2022-08-101-0/+2
* GH-92678: Document that you shouldn't be doing your own dictionary offset cal...Mark Shannon2022-08-091-0/+4
* Remove draft notice from 3.11 What's new (#95713)Pablo Galindo Salgado2022-08-051-7/+0
* GH-90997: Document CACHEs (GH-95694)Brandt Bucher2022-08-051-0/+7
* gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)Ken Jin2022-08-041-4/+7
* gh-95191: IDLE Prompts entry for Whatnew 3.11 (#95632)Terry Jan Reedy2022-08-041-0/+3
* [Enum] add whatsnew entries (GH-95455)Ethan Furman2022-08-031-0/+43
* Update link to faster cpython benchmarks (GH-95391)Ken Jin2022-07-281-1/+1
* gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)Christian Heimes2022-07-271-4/+13
* gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (#95176)Pablo Galindo Salgado2022-07-241-7/+0
* gh-93351: Add news entry and what's new entry for changes in gh-93351 (#95175)Pablo Galindo Salgado2022-07-231-0/+4
* Fix scheme count in `sysconfig` whatsnew entry (GH-94110)Frank Dana2022-07-221-1/+1
* gh-95112: Fix What's New 3.11 contribution note periods (#95115)Terry Jan Reedy2022-07-221-5/+5
* gh-91181: Add a What's New entry for dropping bytes support for `sys.path` (G...Brett Cannon2022-07-171-0/+7
* gh-93883: elide traceback indicators when possible (#93994)John Belmonte2022-07-111-1/+0
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-1/+1
* gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628)KotlinIsland2022-07-051-0/+7
* GH-90908: Document asyncio.TaskGroup (GH-94359)Guido van Rossum2022-06-301-0/+5
* gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)Victor Stinner2022-06-191-1/+15
* gh-90153: whatsnew: "z" option in format spec (GH-93624)John Belmonte2022-06-111-0/+3
* Fix contributor name in WhatsNew 3.11 (GH-93556)Samodya Abeysiriwardane2022-06-071-1/+1
* gh-90817: Deprecate explicitly locale.resetlocale() (#93196)Victor Stinner2022-05-251-1/+5
* gh-92728: Restore re.template, but deprecate it (GH-93161)Miro Hrončok2022-05-251-0/+5
* Doc: No need to use rst syntax in code comments. (GH-93102)Julien Palard2022-05-231-2/+2
* gh-91860: documentation for typing.dataclass_transform (#92768)Shantanu2022-05-201-5/+5
* gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...Steve Dower2022-05-191-0/+15
* gh-91491: Complete Whats New in 3.11 for typing (#92708)Jelle Zijlstra2022-05-191-4/+36