summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove trailing whitespaces. (GH-26953)Julien Palard2021-06-291-3/+3
* bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH...Serhiy Storchaka2021-06-291-0/+6
* bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...Serhiy Storchaka2021-06-291-0/+6
* [doc] Fix typo in what's new in 3.10 (GH-26911)Rodrigo Girão Serrão2021-06-281-1/+1
* bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (...Jason R. Coombs2021-06-271-1/+1
* bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import...Barry Warsaw2021-06-241-0/+6
* bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)Erlend Egeberg Aasland2021-06-241-0/+8
* Fix typo in whatsnew 3.10.rst (GH-26854)Arnon Yaari2021-06-241-1/+1
* bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)Petr Viktorin2021-06-241-3/+38
* bpo-44466: Faulthandler now detects the GC (GH-26823)Victor Stinner2021-06-211-0/+7
* bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)Georg Sauthoff2021-06-201-0/+3
* Fix typos and grammatical changes in the 3.10 what's new document (GH-26319)Hemangii2021-06-201-1/+1
* Add a note about NameError/AttributeError suggestions with custom error funct...Pablo Galindo2021-06-181-0/+11
* bpo-43475: Add what's new entry for NaN hash changes (GH-26725)Mark Dickinson2021-06-151-0/+7
* bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606)Mark Dickinson2021-06-121-2/+8
* bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)Christian Heimes2021-06-111-12/+31
* bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)Ajith Ramachandran2021-06-101-0/+7
* bpo-35800: Remove smtpd.MailmanProxy since 3.11 (GH-26617)Dong-hee Na2021-06-091-0/+7
* bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)Serhiy Storchaka2021-06-081-0/+23
* bpo-43795: Note Stable ABI PEP in What's New (GH-26479)Petr Viktorin2021-06-081-0/+10
* bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26...Pablo Galindo2021-06-081-28/+0
* bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422)Sergey B Kirpichev2021-06-071-0/+5
* bpo-44305: Improve syntax error for try blocks without except or finally (GH-...Pablo Galindo2021-06-031-0/+14
* bpo-39573: Py_TYPE becomes a static inline function (GH-26493)Victor Stinner2021-06-031-0/+28
* Add bpo-42914 to What's New (GH-25124)Wm. Keith van der Meulen2021-06-031-0/+3
* bpo-44263: Py_TPFLAGS_HAVE_GC requires tp_traverse (GH-26463)Victor Stinner2021-06-011-1/+6
* bpo-44246: Remove note about access by index now that a compatibility shim is...Jason R. Coombs2021-05-311-4/+1
* bpo-44235: Remove deprecated functions in the gettext module. (GH-26378)Dong-hee Na2021-05-301-0/+12
* bpo-44246: Update What's New for importlib.metadata. (#26408)Jason R. Coombs2021-05-271-3/+9
* bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357)Ken Jin2021-05-261-0/+1
* bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)Petr Viktorin2021-05-251-0/+4
* bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracie...Ken Jin2021-05-241-0/+8
* Fix typo in whatsnew/3.10.rst (GH-26310)Tushar Sadhwani2021-05-231-1/+1
* Remove duplicate words in docs. (GH-26167)Mariusz Felisiak2021-05-211-1/+1
* bpo-26110: Document `CALL_METHOD_KW` (GH-26159)Ken Jin2021-05-191-1/+15
* bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)Tal Einat2021-05-191-0/+6
* bpo-44139: Use a more descriptive syntax error comprehension case in the What...Pablo Galindo2021-05-151-2/+2
* bpo-43977: Update pattern matching language reference docs (GH-25917)Ken Jin2021-05-141-1/+1
* bpo-43908: Add What's New entry for Py_TPFLAGS_IMMUTABLETYPE flag (GH-25816)Erlend Egeberg Aasland2021-05-131-0/+10
* bpo-39906: Document new follow_symlinks argument to pathlib.Path.stat() and c...Barney Gale2021-05-131-0/+5
* bpo-43757: Document os.path.realpath(strict=True) in 3.10 whatsnew. (GH-26090)Barney Gale2021-05-131-0/+8
* bpo-44113: Deprecate old functions to config Python init (GH-26060)Victor Stinner2021-05-121-0/+16
* bpo-44117: Add C API section to What's New in Python 3.11 (GH-26071)Victor Stinner2021-05-121-3/+23
* bpo-40222: Mention zero-cost exceptions in whats-new for 3.11 (GH-26021)Mark Shannon2021-05-121-0/+3
* Correct the changelog entry for the syntax error message for multiple except...Thomas Grainger2021-05-111-1/+1
* bpo-28307: Convert simple C-style formatting with literal format into f-strin...Serhiy Storchaka2021-05-081-1/+4
* bpo-43149: Correct the syntax error message for multiple exception types (GH-...Pablo Galindo2021-05-081-1/+1
* bpo-42725: mention the changes on what's new (GH-25974)Batuhan Taskaya2021-05-081-0/+10
* Fix the whatsnew/3.11.rst to link to the blurb-generated changelog. (GH-25979)Ned Deily2021-05-081-1/+1
* bpo-40222: "Zero cost" exception handling (GH-25729)Mark Shannon2021-05-071-1/+3