summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* gh-82017: Support as_integer_ratio() in the Fraction constructor (GH-120271)Serhiy Storchaka2024-07-191-0/+7
* Remove duplicate "it" in whatsnew 3.13 (#121580)Rafael Fontenelle2024-07-171-1/+1
* GH-105879: Note exec/eval keyword change in What's New (GH-121831)Alyssa Coghlan2024-07-161-0/+4
* gh-84978: Add float.from_number() and complex.from_number() (GH-26827)Serhiy Storchaka2024-07-151-0/+4
* gh-121450: Make inline breakpoints use the most recent pdb instance (#121451)Tian Gao2024-07-111-0/+10
* NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482)Hugo van Kemenade2024-07-083-5/+5
* gh-121141: add support for `copy.replace` to AST nodes (#121162)Bénédikt Tran2024-07-041-2/+6
* gh-121027: Make the functools.partial object a method descriptor (GH-121089)Serhiy Storchaka2024-07-031-0/+6
* gh-120743: Soft deprecate os.popen() function (#120744)Victor Stinner2024-07-011-0/+5
* gh-107803: add whatsnew for asyncio double linked list implementation (#120995)Kumar Aditya2024-06-281-0/+8
* gh-121027: Add a future warning in functools.partial.__get__ (#121086)Serhiy Storchaka2024-06-271-0/+6
* gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)Victor Stinner2024-06-241-0/+1
* docs: puremagic.what() as replacement for imghdr.what() (#120871)Christian Clauss2024-06-241-0/+3
* GH-73991: Add `pathlib.Path.copytree()` (#120718)Barney Gale2024-06-231-0/+3
* GH-120804: add docs for removal for asyncio child watchers (#120895)Kumar Aditya2024-06-233-11/+31
* gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)Victor Stinner2024-06-211-0/+2
* gh-117511: Make PyMutex public in the non-limited API (#117731)Sam Gross2024-06-201-0/+5
* gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)Victor Stinner2024-06-181-0/+5
* gh-119182: Add PyUnicodeWriter C API (#119184)Victor Stinner2024-06-171-0/+15
* gh-112346: Document the OS byte in `gzip.compress` output change in 3.11 (#12...Gregory P. Smith2024-06-171-0/+15
* GH-73991: Add `pathlib.Path.copy()` (#119058)Barney Gale2024-06-141-0/+7
* gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120...Serhiy Storchaka2024-06-122-3/+3
* gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's f...Bénédikt Tran2024-06-121-0/+11
* gh-120057: Add os.environ.refresh() method (#120059)Victor Stinner2024-06-101-0/+7
* gh-119577: Adjust DeprecationWarning when testing element truth values in Ele...Jacob Walls2024-06-072-7/+10
* gh-114616: Improve docs regarding changes to caches representation in dis (#1...Irit Katriel2024-06-041-0/+7
* Fix incorrect pull GitHub link in What's New (#120045)Trey Hunner2024-06-041-1/+1
* gh-116560: Add PyLong_GetSign() public function (#116561)Sergey B Kirpichev2024-06-031-0/+3
* gh-118827: Remove `Quoter` from `urllib.parse` (#118828)Nikita Sobolev2024-06-031-0/+7
* gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` alterna...Solomon Himelbloom2024-06-031-1/+1
* gh-119740: Remove deprecated trunc delegation (#119743)Mark Dickinson2024-06-021-0/+5
* gh-119775: Remove ability to create immutable types with mutable bases (#119776)Nikita Sobolev2024-06-021-0/+2
* gh-118934: Fix PyEval_GetLocals docs (PEP 667) (#119932)Alyssa Coghlan2024-06-021-8/+28
* gh-118888: Further PEP 667 docs updates (gh-119893)Alyssa Coghlan2024-06-011-1/+25
* gh-74929: PEP 667 C API documentation (gh-119379)Alyssa Coghlan2024-06-011-1/+15
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-311-5/+8
* gh-109218: Deprecate weird cases in the complex() constructor (GH-119620)Serhiy Storchaka2024-05-301-0/+4
* Docs: `shutil.rmtree`'s `onerror` has no pending removal version (#118947)Hugo van Kemenade2024-05-301-3/+3
* gh-119729: Use 't' in pkg-config file name for free-threaded build (#119738)Sam Gross2024-05-301-0/+4
* gh-93963: Remove deprecated names from importlib.abc (#119720)Hugo van Kemenade2024-05-291-10/+24
* gh-119613: Soft deprecate Py_IS_NAN/INFINITY/FINITE (#119701)Sergey B Kirpichev2024-05-291-0/+6
* gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702)Matthias Görgens2024-05-291-0/+12
* gh-118824: Remove deprecated `master_open` and `slave_open` from `pty` (#118826)Nikita Sobolev2024-05-281-0/+8
* gh-119562: Remove AST nodes deprecated since Python 3.8 (#119563)Alex Waygood2024-05-261-0/+30
* docs: fix a few typos identified by codespell (#119516)Ned Batchelder2024-05-266-7/+7
* Fix version number in use_load_tests deprecation reference (GH-119151)Jacob Walls2024-05-221-1/+1
* gh-60191: Implement ast.compare (#19211)Batuhan Taskaya2024-05-221-0/+7
* Docs: Add central references to free-threading-related options (#119017)Brett Simmers2024-05-211-1/+2
* gh-74929: PEP 667 general docs update (gh-119201)Alyssa Coghlan2024-05-211-4/+51
* gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-118784)Serhiy Storchaka2024-05-201-10/+0