summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* bpo-45447: Fix entry in What's New 3.11 (GH-31307)Terry Jan Reedy2022-02-131-1/+1
* bpo-45447: Add entry to What's new 3.9 (GH-31305)Terry Jan Reedy2022-02-131-0/+3
* bpo-45447: Add entry to What's new 3.10 (GH-31304)Terry Jan Reedy2022-02-131-1/+6
* bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)Alex Waygood2022-02-131-0/+6
* bpo-46355: Amend What's New in Python 3.11 C API wording (GH-31288)Erlend Egeberg Aasland2022-02-121-2/+2
* bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)Petr Viktorin2022-02-111-0/+5
* bpo-46659: calendar uses locale.getlocale() (GH-31166)Victor Stinner2022-02-071-0/+6
* bpo-46534: Implement PEP 673 Self in typing.py (GH-30924)James Hilton-Balfe2022-02-071-0/+2
* bpo-46166: Fix compiler warnings in What's New in Python 3.11 (GH-31198)Victor Stinner2022-02-071-4/+4
* bpo-46640: Py_NAN now uses the C99 NAN constant (GH-31134)Victor Stinner2022-02-061-0/+6
* bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...Kumar Aditya2022-02-041-0/+5
* bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)Zackery Spytz2022-02-031-0/+6
* bpo-46483: Remove `__class_getitem__` from `pathlib.PurePath` (GH-30848)Nikita Sobolev2022-02-031-0/+3
* bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)Hugo van Kemenade2022-02-021-7/+10
* bpo-45459: Add Py_buffer to limited API (GH-29991)Christian Heimes2022-02-021-0/+20
* bpo-46355: What's New: Note that PyFrameObject are private (GH-31032)Petr Viktorin2022-02-011-9/+20
* bpo-46329: Split calls into precall and call instructions. (GH-30855)Mark Shannon2022-01-281-1/+2
* bpo-40170: Remove PyHeapType_GET_MEMBERS() macro (GH-30942)Victor Stinner2022-01-271-0/+5
* bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935)Gregory P. Smith2022-01-272-23/+2
* bpo-46528: Simplify the VM's stack manipulations (GH-30902)Brandt Bucher2022-01-261-2/+3
* bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)Terry Jan Reedy2022-01-261-0/+14
* bpo-48146: Update IDLE part of What's New 3.10 to 2022 (GH-30906)Terry Jan Reedy2022-01-261-6/+11
* bpo-45711: move whatsnew entries which are incorrectly listed under New Featu...Irit Katriel2022-01-241-10/+11
* bpo-30512: Add CAN Socket support for NetBSD (GH-30066)Thomas Klausner2022-01-211-0/+7
* bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)bneuburg2022-01-181-0/+6
* bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)Mark Dickinson2022-01-141-0/+10
* bpo-46355: Document PyFrameObject and PyThreadState changes (GH-30558)Victor Stinner2022-01-131-0/+104
* bpo-46328: Add sys.exception() (GH-30514)Irit Katriel2022-01-131-0/+3
* bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745)Inada Naoki2022-01-101-0/+4
* bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)penguin_wwy2022-01-061-0/+3
* bpo-46009: Remove GEN_START (GH-30367)Brandt Bucher2022-01-041-1/+1
* bpo-44092: Move What's New entry to where it belongs (GH-30381)Erlend Egeberg Aasland2022-01-041-5/+4
* bpo-44092: Don't reset statements/cursors before rollback (GH-26026)Erlend Egeberg Aasland2022-01-031-0/+5
* bpo-45903: Fix typo in What's New: Signature.from_builtin is removed (GH-29813)Hugo van Kemenade2022-01-021-1/+1
* docs: Fix typos and use anchor for internal link (GH-30236)Rafael Fontenelle2021-12-261-9/+9
* bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199)Rafael Fontenelle2021-12-191-1/+2
* bpo-45711: Remove type and traceback from exc_info (GH-30122)Irit Katriel2021-12-171-0/+5
* Doc: some rst linting. (GH-30149)Julien Palard2021-12-171-1/+1
* Document new call opcodes for 3.11 (GH-30107)Mark Shannon2021-12-141-3/+5
* bpo-45292: [PEP-654] add except* (GH-29581)Irit Katriel2021-12-141-0/+2
* bpo-43931: Export Python version as API data (GH-25577)Gabriele N. Tornetta2021-12-101-0/+4
* bpo-46016: Fix rest syntax of GH-29993 (GH-30006)Kumar Aditya2021-12-091-1/+1
* bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)Victor Stinner2021-12-091-0/+6
* bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993)David CARLIER2021-12-081-0/+8
* doc: Add link issue 44010 (GH-29454)Rafael Fontenelle2021-12-081-1/+1
* Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...Victor Stinner2021-12-071-9/+0
* bpo-37295: Optimize math.comb() and math.perm() (GH-29090)Serhiy Storchaka2021-12-051-0/+5
* bpo-45847: Update whatsnew and add place holder entries for missing extension...Christian Heimes2021-12-041-7/+6
* bpo-45607: Make it possible to enrich exception displays via setting their __...Irit Katriel2021-12-031-0/+6
* bpo-40280: Update what's new (GH-29893)Christian Heimes2021-12-021-0/+5