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-95913: Edit zipfile Whatsnew section & add new APIs (#98314)
C.A.M. Gerlach
2022-10-19
1
-2/+14
*
gh-95913: Add WhatsNew section for new logging APIs (#98320)
C.A.M. Gerlach
2022-10-19
1
-0/+20
*
gh-95914: Add links to 3.11 WhatsNew Summary items (#98416)
C.A.M. Gerlach
2022-10-18
1
-26/+38
*
gh-98393: os module reject bytes-like, only accept bytes (#98394)
Victor Stinner
2022-10-18
1
-0/+10
*
gh-95913: Copyedit, xref and organize enum section (#98295)
C.A.M. Gerlach
2022-10-18
1
-38/+64
*
gh-95913: Prepare remaining Whatsnew sections for editing (#98342)
C.A.M. Gerlach
2022-10-18
1
-28/+105
*
gh-95913: Move subinterpreter exper removal to 3.11 WhatsNew (GH-98345)
C.A.M. Gerlach
2022-10-17
2
-4/+4
*
gh-95914: Add What's New item describing PEP 670 changes (#98315)
C.A.M. Gerlach
2022-10-17
1
-0/+11
*
gh-95913: Forward-port int/str security change to 3.11 What's New in main (#9...
C.A.M. Gerlach
2022-10-17
1
-0/+11
*
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya
2022-10-15
1
-0/+6
*
gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179)
Julien Palard
2022-10-11
1
-0/+5
*
Update whatsnew instructions for GitHub (#98124)
Carl Meyer
2022-10-09
1
-2/+2
*
GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...
Kumar Aditya
2022-10-08
1
-0/+18
*
gh-97922: Run the GC only on eval breaker (#97920)
Pablo Galindo Salgado
2022-10-08
1
-0/+7
*
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer
2022-10-08
1
-0/+5
*
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
[prev]
[next]