summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (#115580)Hugo van Kemenade2024-02-171-42/+43
* gh-101100: Fix Sphinx warnings in `whatsnew/3.1.rst` (#115575)Hugo van Kemenade2024-02-171-9/+13
* gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)Jamie Phan2024-02-171-0/+6
* gh-100734: What's New in 3.x: Add missing detail from 3.x branch (#114689)Hugo van Kemenade2024-02-158-0/+327
* gh-114570: Add PythonFinalizationError exception (#115352)Victor Stinner2024-02-141-0/+15
* gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447)Erlend E. Aasland2024-02-141-1/+1
* gh-100414: Add SQLite backend to dbm (#114481)Erlend E. Aasland2024-02-141-0/+10
* gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...Steve Dower2024-02-121-1/+6
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-121-0/+10
* gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)Hugo van Kemenade2024-02-124-91/+95
* gh-97928: Partially restore the behavior of tkinter.Text.count() by default (...Serhiy Storchaka2024-02-111-7/+6
* gh-114894: add array.array.clear() method (#114919)Mike Zimin2024-02-101-0/+3
* gh-96471: Add shutdown() method to queue.Queue (#104750)Laurie O2024-02-101-0/+7
* GH-113632: update configure.ac for WebAssembly support tiers (#115192)Brett Cannon2024-02-091-0/+6
* gh-107944: Improve error message for getargs with bad keyword arguments (#114...Shantanu2024-02-081-0/+11
* GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...Mark Shannon2024-02-071-34/+0
* gh-115114: Add missing slash to file URI prefix `file:/` (#115115)Edgar Ramírez Mondragón2024-02-071-1/+1
* gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)Sam Gross2024-02-061-0/+6
* gh-91602: Add iterdump() support for filtering database objects (#114501)Mariusz Felisiak2024-02-061-0/+4
* gh-83648: Support deprecation of options, arguments and subcommands in argpar...Serhiy Storchaka2024-02-051-0/+9
* gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)Serhiy Storchaka2024-02-051-0/+5
* GH-108362: Incremental GC implementation (GH-108038)Mark Shannon2024-02-051-0/+34
* gh-43457: Tkinter: fix design flaws in wm_attributes() (GH-111404)Serhiy Storchaka2024-02-051-0/+9
* gh-69893: Add the close() method for xml.etree.ElementTree.iterparse() iterat...Serhiy Storchaka2024-02-041-0/+8
* gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (#114327)Hugo van Kemenade2024-02-048-90/+90
* gh-114329: Add `PyList_GetItemRef` function (GH-114504)Sam Gross2024-02-021-0/+4
* Write about Tier 2 and JIT in "what's new 3.13" (#114826)Guido van Rossum2024-02-011-0/+47
* gh-114364: Fix awkward wording about mmap.mmap.seekable (#114374)technillogue2024-02-011-2/+2
* GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#...Barney Gale2024-01-301-0/+10
* gh-109975: Copyedit "What's New in Python 3.13" (#114401)Hugo van Kemenade2024-01-301-110/+108
* gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-1...Serhiy Storchaka2024-01-301-1/+1
* Fix more references to datetime and time classes (GH-114717)Serhiy Storchaka2024-01-291-2/+2
* gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (#112366)Hugo van Kemenade2024-01-291-70/+70
* gh-100734: Add 'Notable change in 3.11.x' to `whatsnew/3.11.rst` (#114657)Hugo van Kemenade2024-01-281-0/+26
* gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (#114531)Hugo van Kemenade2024-01-273-51/+51
* gh-88569: add `ntpath.isreserved()` (#95486)Barney Gale2024-01-261-0/+15
* GH-73435: Add `pathlib.PurePath.full_match()` (#114350)Barney Gale2024-01-261-1/+2
* gh-111301: Advertise importlib methods removal in What's new in Python 3.12 (...Karolina Surma2024-01-171-0/+12
* gh-113626: Add allow_code parameter in marshal functions (GH-113648)Serhiy Storchaka2024-01-161-0/+8
* gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425)Zackery Spytz2024-01-161-0/+3
* GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#1...Barney Gale2024-01-131-0/+7
* gh-113664: Improve style of Big O notation (GH-113695)Serhiy Storchaka2024-01-103-4/+4
* gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (#113752)Hugo van Kemenade2024-01-092-81/+75
* gh-73965: New environment variable PYTHON_HISTORY (#13208)Zackery Spytz2024-01-071-0/+5
* gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (#113739)Hugo van Kemenade2024-01-051-2/+2
* gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725)Hugo van Kemenade2024-01-057-55/+55
* Document the `co_lines` method on code objects (#113682)Alex Waygood2024-01-032-3/+6
* gh-101100: Fix Sphinx warnings for removed dead batteries (#113669)Hugo van Kemenade2024-01-0312-43/+43
* gh-101100: Fix Sphinx warnings from removed `~!` references (#113629)Hugo van Kemenade2024-01-026-15/+15
* # gh-111700: Fix syntax highlighting for C code in the "What's New In Python ...Parth Doshi2024-01-011-1/+3