summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* gh-108751: Add copy.replace() function (GH-108752)Serhiy Storchaka2023-09-061-0/+12
* gh-107732: Mention dir support in importlib.resources docs (#107734)Shahriar Heidrich2023-09-061-0/+6
* GH-90690: Mention removal of ``PRECALL`` in What's New (#103910)Anthony Shaw2023-09-061-0/+3
* GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772)Mark Shannon2023-09-051-0/+15
* gh-108463: Make expressions/statements work as expected in pdb (#108464)Tian Gao2023-09-041-0/+4
* Link to PEP sections in What's New in 3.12 (#108878)Hugo van Kemenade2023-09-041-3/+7
* gh-108765: Python.h no longer includes <ctype.h> (#108831)Victor Stinner2023-09-031-0/+7
* gh-108765: Python.h no longer includes <sys/time.h> (#108775)Victor Stinner2023-09-021-0/+8
* gh-108765: Python.h no longer includes <unistd.h> (#108783)Victor Stinner2023-09-021-0/+5
* gh-108794: doctest counts skipped tests (#108795)Victor Stinner2023-09-021-0/+8
* gh-108765: Python.h no longer includes <ieeefp.h> (#108781)Victor Stinner2023-09-021-0/+6
* gh-108337: Add pyatomic.h header (#108701)Victor Stinner2023-08-311-0/+3
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-311-0/+9
* gh-97850: Note in py312 whatsnew that `importlib.util.set_loader` and `import...Alex Waygood2023-08-311-2/+3
* Document Python build requirements (#108646)Victor Stinner2023-08-301-1/+1
* gh-108278: Deprecate passing the first param of sqlite3.Connection callback A...Erlend E. Aasland2023-08-291-0/+7
* gh-106670: Allow Pdb to move between chained exceptions (#106676)Matthias Bussonnier2023-08-281-0/+7
* gh-108278: Deprecate passing the three first params as keyword args for sqlit...Erlend E. Aasland2023-08-281-1/+10
* gh-64662: Fix NEWS entry and remove What's New entry (#108565)Erlend E. Aasland2023-08-281-3/+0
* GH-108202: Combine documentation of ``calendar`` constants (#108492)Adam Turner2023-08-282-3/+3
* gh-64662: Add virtual table support to sqlite3.Connection.iterdump (#108340)Erlend E. Aasland2023-08-271-0/+3
* gh-108444: Add PyLong_AsInt() public function (#108445)Victor Stinner2023-08-241-0/+6
* gh-108314: Add PyDict_ContainsString() function (#108323)Victor Stinner2023-08-241-0/+5
* gh-70766: Mention the object getstate caveat in 3.11 What's new. (#108379)Gregory P. Smith2023-08-231-0/+4
* gh-107298: Fix a few more refs in the C API docs (GH-108361)Serhiy Storchaka2023-08-234-13/+13
* Document 3.13, 3.14 and future removals (#108055)Hugo van Kemenade2023-08-221-0/+13
* gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)Serhiy Storchaka2023-08-2215-66/+66
* gh-106971: Docs: Add missing issue reference (#106992)Junya Fukuda2023-08-221-1/+1
* gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly ...Erlend E. Aasland2023-08-221-0/+7
* gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077)Serhiy Storchaka2023-08-214-51/+51
* gh-108113: Make it possible to create an optimized AST (#108154)Irit Katriel2023-08-211-0/+14
* gh-72684: Tkinter: provide interface for "tk busy" subcommands (GH-107684)Serhiy Storchaka2023-08-191-0/+9
* gh-108014: Add Py_IsFinalizing() function (#108032)Victor Stinner2023-08-181-0/+4
* gh-102029: Deprecate passing arguments to `_PyRLock` in `threading` (#102071)Nikita Sobolev2023-08-171-0/+6
* gh-107298: Fix some references in the C API documentation (GH-108072)Serhiy Storchaka2023-08-178-15/+15
* gh-56166: Deprecate passing confusing positional arguments in re functions (#...Serhiy Storchaka2023-08-161-0/+7
* gh-106659: Fix test_embed.test_forced_io_encoding() on Windows (#108010)Victor Stinner2023-08-161-1/+3
* gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107...Erlend E. Aasland2023-08-151-0/+5
* gh-107891: Fix typo in 3.12 whatsnew (#107892)wookie1842023-08-121-1/+1
* GH-100425: Note improved commutativity in sum(). (GH-107785)Raymond Hettinger2023-08-081-2/+2
* GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...Mark Shannon2023-08-041-0/+5
* gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)Irit Katriel2023-08-021-0/+5
* gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by th...Irit Katriel2023-08-011-0/+7
* gh-99113: Add a What's New Entry for PEP 684 (gh-107520)Eric Snow2023-07-311-0/+40
* gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107519)Eric Snow2023-07-311-0/+7
* gh-106762: Add news for `EnumMeta.__getattr__` removal (GH-107466)Jacob Walls2023-07-311-0/+4
* gh-105578: Document that `AnyStr` is deprecated in py313 (#107116)Michael The2023-07-311-0/+6
* gh-107369: optimize textwrap.indent() (#107374)Inada Naoki2023-07-291-1/+2
* gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)Serhiy Storchaka2023-07-291-1/+1
* gh-107091: Fix some uses of :func: role (GH-107378)Serhiy Storchaka2023-07-292-15/+15