summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* gh-101693: In sqlite3, deprecate using named placeholders with parameters sup...Erlend E. Aasland2023-02-151-0/+7
* gh-85984: Remove legacy Lib/pty.py code. (#92365)Soumendra Ganguly2023-02-091-0/+4
* Fix nesting of 'Pending Removal in Python 3.14' (#101637)Oleg Iarygin2023-02-071-1/+1
* gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)Gregory P. Smith2023-02-031-9/+7
* GH-84559: Deprecate fork being the multiprocessing default. (#100618)Gregory P. Smith2023-02-021-0/+8
* gh-101000: Add os.path.splitroot() (#101002)Barney Gale2023-01-271-3/+8
* gh-101152: Implement PEP 699 (GH-101193)ram vikram singh2023-01-241-0/+5
* gh-83122: Deprecate testing element truth values in `ElementTree` (#31149)Jacob Walls2023-01-231-0/+8
* gh-67790: Support float-style formatting for Fraction instances (#100161)Mark Dickinson2023-01-221-0/+6
* GH-88597: Added command line interface to UUID module. (#99463)achhina2023-01-221-0/+6
* Fix rst formatting in 3.12 What's New (#101110)scrazzz2023-01-211-6/+6
* Fix a typo in whatsnew/3.12.rst (#101150)caozhanhao2023-01-201-1/+1
* fix typo in 3.12 What's New (#101105)Tushar Sadhwani2023-01-181-1/+1
* Docs: Remove duplicate `TraversableResources` reference (#101068)scrazzz2023-01-161-1/+0
* gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)Serhiy Storchaka2023-01-132-25/+5
* gh-87447: Fix walrus comprehension rebind checking (#100581)Nikita Sobolev2023-01-081-0/+7
* GH-100485: Tweaks to sumprod() (GH-100857)Raymond Hettinger2023-01-081-0/+6
* gh-100700: Remove Date and Release fields in past whatsnews (GH-100728)Zachary Ware2023-01-033-6/+1
* gh-94172: Update docs for params removed in 3.12 (#100431)Hugo van Kemenade2022-12-281-3/+5
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-231-0/+3
* Fix typo in 3.12 What's New (#100449)Shantanu2022-12-231-1/+1
* gh-100344: Add C implementation for `asyncio.current_task` (#100345)Itamar Ostricher2022-12-221-0/+3
* gh-94912: Added marker for non-standard coroutine function detection (#99247)Carlton Gibson2022-12-181-0/+6
* Docs: Use `PY_VERSION_HEX` for version comparison (#100179)Hugo van Kemenade2022-12-171-1/+1
* gh-99087: Add missing newline for prompts in docs (GH-98993)Stanley2022-12-093-0/+5
* gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)Victor Stinner2022-12-071-0/+5
* gh-93453: No longer create an event loop in get_event_loop() (#98440)Serhiy Storchaka2022-12-061-0/+12
* gh-100008: Document Python build requirements (#100009)Victor Stinner2022-12-051-1/+1
* bpo-15999: Accept arbitrary values for boolean parameters. (#15609)Serhiy Storchaka2022-12-031-0/+4
* GH-91054: Add code object watchers API (GH-99859)Itamar Ostricher2022-12-021-0/+4
* gh-99127: Allow some features of syslog to the main interpreter only (gh-99128)Dong-hee Na2022-11-291-0/+9
* whatsnew-3.10: Mention PEP 647 in the Release highlights section. (#99853)Yilei "Dolee" Yang2022-11-291-1/+2
* Revert "gh-98724: Fix Py_CLEAR() macro side effects" (#99737)Victor Stinner2022-11-241-5/+0
* gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)Charles Machalow2022-11-221-0/+12
* gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...Petr Viktorin2022-11-221-0/+31
* gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-...Nikita Sobolev2022-11-191-0/+4
* GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462)Kumar Aditya2022-11-141-0/+5
* gh-99289: Add COMPILEALL_OPTS to Makefile (#99291)Victor Stinner2022-11-141-0/+6
* gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...Erlend E. Aasland2022-11-121-0/+7
* GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#9...Kumar Aditya2022-11-121-2/+2
* gh-98724: Fix Py_CLEAR() macro side effects (#99100)Victor Stinner2022-11-091-0/+5
* gh-91248: Add PyFrame_GetVar() function (#95712)Victor Stinner2022-11-081-0/+4
* gh-72719: Remove asyncore and asynchat modules (#96580)Nikita Sobolev2022-11-081-0/+6
* gh-98254: Add what's new entry for the improvement in commit bb56dead33635715...Pablo Galindo Salgado2022-11-071-0/+9
* gh-91058: Add what's new entry for the improvement in commit 7cfbb49fcd4c85f9...Pablo Galindo Salgado2022-11-071-0/+10
* gh-98586: Add What's New entry and update docs (#99056)Wenzel Jakob2022-11-061-0/+12
* gh-99139: Improve NameError error suggestion for instances (#99140)Pablo Galindo Salgado2022-11-061-0/+21
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-031-0/+8
* gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)Victor Stinner2022-11-031-0/+10
* gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)Victor Stinner2022-11-031-0/+16