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
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
11
-19/+19
*
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Brett Cannon
2022-10-06
1
-2/+2
*
Add Pynche's move to the What's new in 3.11 (#97974)
Barry Warsaw
2022-10-06
1
-0/+4
*
gh-93738: Disallow pre-v3 syntax in the C domain (#97962)
Adam Turner
2022-10-06
2
-2/+2
*
gh-95986: Fix the example using match keyword (#95989)
180909
2022-10-06
1
-0/+1
*
gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...
Brett Cannon
2022-10-05
1
-0/+12
*
gh-97850: Remove all known instances of module_repr() (#97876)
Barry Warsaw
2022-10-05
1
-0/+5
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
9
-29/+29
*
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...
Adam Turner
2022-10-05
1
-3/+3
*
gh-74696: Pass root_dir to custom archivers which support it (GH-94251)
Serhiy Storchaka
2022-10-05
1
-0/+9
*
gh-95913: Copyedit/improve Implementation Changes What's New section (#97720)
C.A.M. Gerlach
2022-10-05
1
-17/+27
*
gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (#97775)
Adam Turner
2022-10-04
1
-2/+2
*
gh-93738: Documentation C syntax (Use `c:struct`) (#97772)
Adam Turner
2022-10-04
2
-2/+2
*
gh-95913: Copyedit/improve Other Language Changes What's New section (#97719)
C.A.M. Gerlach
2022-10-04
1
-31/+36
*
gh-93738: Documentation C syntax (:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICOD...
Adam Turner
2022-10-04
1
-1/+1
*
gh-95913: Move py.exe to appropriate What's New section & refine text (#97718)
C.A.M. Gerlach
2022-10-04
1
-22/+26
*
gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97...
Ev2geny
2022-10-04
1
-0/+5
*
GH-95913: Update what's new in 3.11 for asyncio (#97806)
Guido van Rossum
2022-10-04
1
-16/+40
*
gh-97669: Remove outdated example scripts (#97675)
Victor Stinner
2022-10-04
1
-0/+5
*
gh-97681: Remove Tools/demo/ directory (#97682)
Victor Stinner
2022-10-03
1
-0/+9
*
gh-95913: Fix PEP number in PEP 678 What's New ref label (#97739)
C.A.M. Gerlach
2022-10-03
1
-1/+1
*
gh-95913: Copyedit/improve New Modules What's New section (#97721)
C.A.M. Gerlach
2022-10-03
1
-3/+6
*
Fix capitalization of Unix in documentation (#96913)
Will Hawkins
2022-10-01
1
-1/+1
*
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...
Ofey Chan
2022-09-30
1
-0/+5
*
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
Pablo Galindo Salgado
2022-09-27
1
-0/+6
*
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka
2022-09-27
8
-10/+10
*
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka
2022-09-24
2
-4/+4
*
gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)
Stanley
2022-09-21
1
-0/+1
*
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith
2022-09-19
1
-11/+0
*
gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New ...
C.A.M. Gerlach
2022-09-19
1
-23/+50
*
gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915)
C.A.M. Gerlach
2022-09-19
1
-33/+38
*
fixes gh-96841: replace Mercurial with VCS (#96879)
Benjamin Peterson
2022-09-16
1
-2/+2
*
gh-89536: Use ThinLTO policy if possible (gh-96766)
Dong-hee Na
2022-09-16
1
-0/+4
*
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost
2022-09-15
1
-0/+4
*
Revert accidental removal from 3.12 doc. (gh-96826)
Benjamin Peterson
2022-09-14
1
-0/+70
*
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson
2022-09-13
1
-70/+6
*
Add dataclass field default change to 3.11 what's new (#96790)
Laurie O
2022-09-13
1
-0/+8
*
gh-93503: Document the new tracing/profiling APIs in the What's new document ...
Pablo Galindo Salgado
2022-09-13
1
-0/+14
*
gh-90751: memoryview now supports half-float (#96738)
Dong-hee Na
2022-09-10
1
-0/+3
*
Fix typo in 3.12 whatsnew (GH-96740)
Maksym Medvied
2022-09-10
1
-1/+1
*
gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...
Steve Dower
2022-09-05
1
-0/+22
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
1
-0/+11
*
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
[next]