summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-100734: What's New in 3.x: Add missing detail from 3.x branch (#114689)Hugo van Kemenade2024-02-158-0/+327
* gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)monkeyman1922024-02-151-0/+10
* bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)Martijn Pieters2024-02-151-0/+10
* gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)David Hewitt2024-02-152-11/+13
* docs: use consistent .append() in dis.rst (#115434)Ned Batchelder2024-02-151-4/+4
* gh-114570: Add PythonFinalizationError exception (#115352)Victor Stinner2024-02-143-0/+35
* Docs: spell out sentence about ndbm/gdbm file formats (#115470)Erlend E. Aasland2024-02-141-6/+8
* Docs: reword sentences about dbm submodule traits (#114609)Erlend E. Aasland2024-02-141-14/+6
* gh-115403: Remove extra colon after "Examples" in datetime documentation (#11...Stanislav Lyu2024-02-141-1/+1
* 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-142-4/+59
* ftplib docs: `timeout` doesn't have to be a whole number (#115443)Alex Waygood2024-02-141-3/+3
* Docs: Use substitutions instead of manual version updates (#115416)Hugo van Kemenade2024-02-144-4/+6
* gh-115405: add versionadded tag for co_qualname in code objects documentation...Christophe Papazian2024-02-131-0/+2
* gh-113437: Update documentation about PyUnicode_AsWideChar() function (GH-113...qqwqqw6892024-02-131-1/+6
* Update "Using Python on a Mac" (#115024)Hugo van Kemenade2024-02-132-46/+63
* gh-111140: Minor doc fixes for PyLong_AsNativeBytes (GH-115375)Steve Dower2024-02-121-10/+14
* gh-115317: Rewrite changelog filter to use vanilla JavaScript (#115324)Hugo van Kemenade2024-02-121-48/+54
* gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...Steve Dower2024-02-122-1/+72
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-124-5/+102
* gh-115233: Fix an example in the Logging Cookbook (GH-115325)Serhiy Storchaka2024-02-121-6/+4
* gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)Hugo van Kemenade2024-02-129-100/+119
* gh-114785: Remove content from `Porting from Python2` how-to (#114805)Nikita Sobolev2024-02-122-411/+19
* GH-114695: Add `sys._clear_internal_caches` (GH-115152)Brandt Bucher2024-02-121-1/+12
* gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825)Skip Montanaro2024-02-113-20/+29
* gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)Serhiy Storchaka2024-02-111-6/+26
* gh-97928: Partially restore the behavior of tkinter.Text.count() by default (...Serhiy Storchaka2024-02-111-7/+6
* gh-115172: Fix explicit index extries for the C API (GH-115173)Serhiy Storchaka2024-02-1114-153/+150
* gh-101100: Fix dangling refs in bdb.rst (#114983)Skip Montanaro2024-02-112-9/+10
* gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (#114786)Nikita Sobolev2024-02-102-4/+8
* gh-114894: add array.array.clear() method (#114919)Mike Zimin2024-02-102-0/+10
* gh-114552: Update `__dir__` method docs: it allows returning an iterable (#11...Nikita Sobolev2024-02-101-3/+3
* gh-96471: Add shutdown() method to queue.Queue (#104750)Laurie O2024-02-102-0/+45
* Docs: correctly link to code objects (#115214)Erlend E. Aasland2024-02-091-2/+3
* GH-113632: update configure.ac for WebAssembly support tiers (#115192)Brett Cannon2024-02-091-0/+6
* gh-101100: Fix sphinx warnings in `library/enum.rst` (#114696)Nikita Sobolev2024-02-092-3/+15
* 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-101100: Fix Py_DEBUG dangling Sphinx references (#115003)Skip Montanaro2024-02-072-8/+9
* gh-115114: Add missing slash to file URI prefix `file:/` (#115115)Edgar Ramírez Mondragón2024-02-071-1/+1
* gh-115106 docs: 'enum.Flag.__iter__()' did not exist prior to Python 3.11 (GH...Finite State Machine2024-02-071-3/+1
* gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)Sam Gross2024-02-062-0/+26
* gh-114756: Update FAQ section on removing the GIL (#114957)da-woods2024-02-061-23/+29
* gh-91602: Add iterdump() support for filtering database objects (#114501)Mariusz Felisiak2024-02-062-1/+14
* gh-83648: Support deprecation of options, arguments and subcommands in argpar...Serhiy Storchaka2024-02-052-1/+55
* gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)Serhiy Storchaka2024-02-051-0/+5
* gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (#114968)HarryLHW2024-02-051-1/+1
* 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
* Remove bogus syntax error marker in csv doc (#115017)Terry Jan Reedy2024-02-051-1/+0