summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-0711-19/+19
* gh-65961: Do not rely solely on `__cached__` (GH-97990)Brett Cannon2022-10-061-2/+2
* Add Pynche's move to the What's new in 3.11 (#97974)Barry Warsaw2022-10-061-0/+4
* gh-93738: Disallow pre-v3 syntax in the C domain (#97962)Adam Turner2022-10-062-2/+2
* gh-95986: Fix the example using match keyword (#95989)1809092022-10-061-0/+1
* gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...Brett Cannon2022-10-051-0/+12
* gh-97850: Remove all known instances of module_repr() (#97876)Barry Warsaw2022-10-051-0/+5
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-059-29/+29
* gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...Adam Turner2022-10-051-3/+3
* gh-74696: Pass root_dir to custom archivers which support it (GH-94251)Serhiy Storchaka2022-10-051-0/+9
* gh-95913: Copyedit/improve Implementation Changes What's New section (#97720)C.A.M. Gerlach2022-10-051-17/+27
* gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (#97775)Adam Turner2022-10-041-2/+2
* gh-93738: Documentation C syntax (Use `c:struct`) (#97772)Adam Turner2022-10-042-2/+2
* gh-95913: Copyedit/improve Other Language Changes What's New section (#97719)C.A.M. Gerlach2022-10-041-31/+36
* gh-93738: Documentation C syntax (:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICOD...Adam Turner2022-10-041-1/+1
* gh-95913: Move py.exe to appropriate What's New section & refine text (#97718)C.A.M. Gerlach2022-10-041-22/+26
* gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97...Ev2geny2022-10-041-0/+5
* GH-95913: Update what's new in 3.11 for asyncio (#97806)Guido van Rossum2022-10-041-16/+40
* gh-97669: Remove outdated example scripts (#97675)Victor Stinner2022-10-041-0/+5
* gh-97681: Remove Tools/demo/ directory (#97682)Victor Stinner2022-10-031-0/+9
* 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
* Fix capitalization of Unix in documentation (#96913)Will Hawkins2022-10-011-1/+1
* gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...Ofey Chan2022-09-301-0/+5
* gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)Pablo Galindo Salgado2022-09-271-0/+6
* gh-96959: Update more HTTP links (GH-97536)Serhiy Storchaka2022-09-278-10/+10
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Serhiy Storchaka2022-09-242-4/+4
* gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)Stanley2022-09-211-0/+1
* gh-96512: Update int_max_str docs to say 3.11 (#96942)Gregory P. Smith2022-09-191-11/+0
* 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
* fixes gh-96841: replace Mercurial with VCS (#96879)Benjamin Peterson2022-09-161-2/+2
* gh-89536: Use ThinLTO policy if possible (gh-96766)Dong-hee Na2022-09-161-0/+4
* GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)adphrost2022-09-151-0/+4
* Revert accidental removal from 3.12 doc. (gh-96826)Benjamin Peterson2022-09-141-0/+70
* closes gh-96734: Update to Unicode 15.0.0. (GH-96809)Benjamin Peterson2022-09-131-70/+6
* Add dataclass field default change to 3.11 what's new (#96790)Laurie O2022-09-131-0/+8
* gh-93503: Document the new tracing/profiling APIs in the What's new document ...Pablo Galindo Salgado2022-09-131-0/+14
* gh-90751: memoryview now supports half-float (#96738)Dong-hee Na2022-09-101-0/+3
* Fix typo in 3.12 whatsnew (GH-96740)Maksym Medvied2022-09-101-1/+1
* gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...Steve Dower2022-09-051-0/+22
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-021-0/+11
* 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-90536: Add support for the BOLT post-link binary optimizer (gh-95908)Kevin Modzelewski2022-08-181-0/+4
* gh-95913: Add traceback module additions to what's new in 3.11 (GH-95980)Irit Katriel2022-08-181-0/+14
* GH-95589: Dont crash when subclassing extension classes with multiple inherit...Mark Shannon2022-08-171-0/+17
* 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