index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
whatsnew
/
3.11.rst
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[docs] Mention RESUME opcode in whatsnew/3.11.rst (#95595)
esc
2022-08-10
1
-0/+2
*
GH-92678: Document that you shouldn't be doing your own dictionary offset cal...
Mark Shannon
2022-08-09
1
-0/+4
*
Remove draft notice from 3.11 What's new (#95713)
Pablo Galindo Salgado
2022-08-05
1
-7/+0
*
GH-90997: Document CACHEs (GH-95694)
Brandt Bucher
2022-08-05
1
-0/+7
*
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
Ken Jin
2022-08-04
1
-4/+7
*
gh-95191: IDLE Prompts entry for Whatnew 3.11 (#95632)
Terry Jan Reedy
2022-08-04
1
-0/+3
*
[Enum] add whatsnew entries (GH-95455)
Ethan Furman
2022-08-03
1
-0/+43
*
Update link to faster cpython benchmarks (GH-95391)
Ken Jin
2022-07-28
1
-1/+1
*
gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)
Christian Heimes
2022-07-27
1
-4/+13
*
gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (#95176)
Pablo Galindo Salgado
2022-07-24
1
-7/+0
*
gh-93351: Add news entry and what's new entry for changes in gh-93351 (#95175)
Pablo Galindo Salgado
2022-07-23
1
-0/+4
*
Fix scheme count in `sysconfig` whatsnew entry (GH-94110)
Frank Dana
2022-07-22
1
-1/+1
*
gh-95112: Fix What's New 3.11 contribution note periods (#95115)
Terry Jan Reedy
2022-07-22
1
-5/+5
*
gh-91181: Add a What's New entry for dropping bytes support for `sys.path` (G...
Brett Cannon
2022-07-17
1
-0/+7
*
gh-93883: elide traceback indicators when possible (#93994)
John Belmonte
2022-07-11
1
-1/+0
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
1
-1/+1
*
gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628)
KotlinIsland
2022-07-05
1
-0/+7
*
GH-90908: Document asyncio.TaskGroup (GH-94359)
Guido van Rossum
2022-06-30
1
-0/+5
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner
2022-06-19
1
-1/+15
*
gh-90153: whatsnew: "z" option in format spec (GH-93624)
John Belmonte
2022-06-11
1
-0/+3
*
Fix contributor name in WhatsNew 3.11 (GH-93556)
Samodya Abeysiriwardane
2022-06-07
1
-1/+1
*
gh-90817: Deprecate explicitly locale.resetlocale() (#93196)
Victor Stinner
2022-05-25
1
-1/+5
*
gh-92728: Restore re.template, but deprecate it (GH-93161)
Miro HronĨok
2022-05-25
1
-0/+5
*
Doc: No need to use rst syntax in code comments. (GH-93102)
Julien Palard
2022-05-23
1
-2/+2
*
gh-91860: documentation for typing.dataclass_transform (#92768)
Shantanu
2022-05-20
1
-5/+5
*
gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...
Steve Dower
2022-05-19
1
-0/+15
*
gh-91491: Complete Whats New in 3.11 for typing (#92708)
Jelle Zijlstra
2022-05-19
1
-4/+36
*
Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927)
Duprat
2022-05-19
1
-0/+4
*
gh-81548: Clarify the deprecation of octal sequences affect byte strings (GH-...
Pablo Galindo Salgado
2022-05-16
1
-2/+2
*
gh-89336: Fix configparser.RawConfigParser.readfp typo (GH-92636)
Hugo van Kemenade
2022-05-11
1
-1/+1
*
Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-9...
Serhiy Storchaka
2022-05-11
1
-0/+9
*
gh-91928: Add what's new entry for datetime.UTC alias (GH-92567)
Paul Ganssle
2022-05-10
1
-0/+2
*
gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
Barney Gale
2022-05-10
1
-9/+0
*
gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew (GH-92552)
Ken Jin
2022-05-09
1
-4/+5
*
What's New in Python 3.11: move C API changes (#92390)
Victor Stinner
2022-05-09
1
-31/+31
*
Use percentage over factor for 3.11 whatsnew performance (GH-92496)
Ken Jin
2022-05-08
1
-1/+1
*
Update What's New in 3.11 faster cpython figures and contributors (GH-92401)
Ken Jin
2022-05-08
1
-3/+4
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
1
-0/+12
*
gh-92308: Add Pending Removal section to 3.11 What's New (#92309)
Erlend Egeberg Aasland
2022-05-07
1
-0/+55
*
Fix What's New: use :gh: instead of :issue: (#92395)
Serhiy Storchaka
2022-05-06
1
-1/+1
*
gh-91827: Add method info_pathlevel() in tkinter (GH-91829)
Serhiy Storchaka
2022-05-06
1
-0/+8
*
gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)
Alex Waygood
2022-05-06
1
-0/+6
*
GH-89519: Deprecate classmethod descriptor chaining (#92379)
Raymond Hettinger
2022-05-06
1
-0/+8
*
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
Victor Stinner
2022-05-06
1
-1/+4
*
gh-57684: Document safe path in What's New in Python 3.11 (#92362)
Victor Stinner
2022-05-06
1
-0/+6
*
gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
Paul Ganssle
2022-05-06
1
-0/+8
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
1
-0/+10
*
bpo-44863: Allow generic typing.TypedDict (#27663)
Samodya Abey
2022-05-03
1
-1/+4
*
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Ken Jin
2022-05-03
1
-0/+5
*
Fix doc warnings in What's New in 3.11 (GH-92215)
Ken Jin
2022-05-03
1
-1/+1
[prev]
[next]