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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-90814: Correct NEWS wording re. optional C11 features (GH-96309)
Petr Viktorin
2022-08-29
1
-1/+2
*
gh-95914: Add Py_UNICODE encode APIs removed in PEP 624 to 3.11 What's New (#...
C.A.M. Gerlach
2022-08-18
1
-0/+25
*
gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)
Kevin Modzelewski
2022-08-18
1
-0/+4
*
gh-95913: Add traceback module additions to what's new in 3.11 (GH-95980)
Irit Katriel
2022-08-18
1
-0/+14
*
GH-95589: Dont crash when subclassing extension classes with multiple inherit...
Mark Shannon
2022-08-17
1
-0/+17
*
remove repetitive credit from what's new in 3.11 rst (GH-96024)
Irit Katriel
2022-08-16
1
-1/+0
*
gh-95957: Add instructions for Tcl/Tk and OpenSSL on RHEL/CentOS 7 (#95964)
Christian Heimes
2022-08-16
1
-6/+13
*
gh-89313: Add hashlib.file_digest to whatsnew 3.11 (GH-95965)
Christian Heimes
2022-08-13
1
-0/+4
*
bpo-25625: Document contextlib.chdir in the 3.11 what's new (#95962)
Pablo Galindo Salgado
2022-08-13
1
-0/+7
*
gh-95914: Add paragraph about PEP 654 in main body of 'What's New in 3.11' (G...
Irit Katriel
2022-08-13
1
-2/+19
*
gh-90300: [docs] Add whatsnew entry for new --help output (GH-95856) (GH-95928)
Ćukasz Langa
2022-08-12
1
-0/+6
*
gh-95914: Add missing PEPs to the Summary section of 3.11 What's New (GH-95916)
CAM Gerlach
2022-08-12
1
-5/+23
*
gh-90385: Add pathlib.Path.walk what's new section (GH-95467)
Stanislav Zmiev
2022-08-11
1
-0/+7
*
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)
Petr Viktorin
2022-08-10
1
-0/+3
*
[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
*
gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-9...
Serhiy Storchaka
2022-08-08
1
-0/+6
*
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin
2022-08-08
1
-3/+11
*
gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650)
Serhiy Storchaka
2022-08-08
1
-1/+1
*
gh-93243: Make smtpd private before porting its users (GH-93246)
Oleg Iarygin
2022-08-06
1
-0/+12
*
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-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)
Eric Snow
2022-08-05
1
-0/+10
*
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...
Petr Viktorin
2022-08-04
1
-0/+9
*
gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)
Petr Viktorin
2022-08-04
1
-0/+7
*
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
Ken Jin
2022-08-04
1
-4/+7
*
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
Serhiy Storchaka
2022-08-04
3
-5/+5
*
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...
Serhiy Storchaka
2022-08-04
8
-14/+14
*
gh-95191: IDLE Prompts entry for What's New 3.10 (#95633)
Terry Jan Reedy
2022-08-04
1
-0/+3
*
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
*
gh-77617: Add sqlite3 command-line interface (#95026)
Erlend Egeberg Aasland
2022-08-01
1
-0/+7
*
Doctest cleanups (GH-95436)
Zachary Ware
2022-07-30
1
-2/+2
*
gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types (#95302)
Eric Snow
2022-07-29
1
-0/+7
*
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-93963: Document importlib.abc deprecations (#94546)
Hugo van Kemenade
2022-07-25
1
-0/+18
*
gh-85454: Remove distutils documentation (#95239)
Christian Heimes
2022-07-25
2
-2/+2
*
gh-85454: Remove links from historical mentions of distutils (GH-95192)
Oleg Iarygin
2022-07-25
5
-8/+8
*
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.12 contribution note periods (#95118)
Terry Jan Reedy
2022-07-22
1
-2/+2
*
gh-95112: Fix What's New 3.11 contribution note periods (#95115)
Terry Jan Reedy
2022-07-22
1
-5/+5
*
gh-95112: Fix What's New 3.10 contribution note periods (#95114)
Terry Jan Reedy
2022-07-22
1
-25/+25
*
gh-90016: Deprecate default sqlite3 adapters and converters (#94276)
Erlend Egeberg Aasland
2022-07-20
1
-0/+6
*
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-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes
2022-07-14
1
-0/+6
*
gh-94309: Add typing.Hashable and typing.Sized for "What's New for Python 3.1...
MonadChains
2022-07-14
1
-0/+3
*
Fix heading levels for "Deprecated" section in What's New for 3.12 (GH-94762)
Pradyun Gedam
2022-07-12
1
-2/+2
[next]