summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-113803: Fix inaccurate documentation for shutil.move when dst is an existi...Dai Wentao2024-02-041-11/+14
* gh-69893: Add the close() method for xml.etree.ElementTree.iterparse() iterat...Serhiy Storchaka2024-02-042-0/+13
* gh-114071: [Enum] update docs and code for tuples/subclasses (GH-114871)Ethan Furman2024-02-041-3/+26
* gh-101100: Fix dangling references in pickle.rst (#114972)Skip Montanaro2024-02-042-26/+26
* gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (#114327)Hugo van Kemenade2024-02-048-90/+90
* gh-114803: Mention that `@dataclass` should not be applied on enums (GH-114891)Nikita Sobolev2024-02-031-1/+18
* gh-101100: Fix Sphinx reference warnings in the glossary (#114729)Skip Montanaro2024-02-031-3/+5
* gh-112202: Ensure that condition.notify() succeeds even when racing with Task...Kristján Valur Jónsson2024-02-031-3/+9
* gh-114955: Add clear to MutableSequence's mixin methods in document (gh-114956)AN Long2024-02-031-2/+2
* Update LOGGING example taken from Django docs. (#114903)Mariusz Felisiak2024-02-031-14/+11
* Normalize heading underline in multiprocessing.rst (#114923)Skip Montanaro2024-02-031-26/+26
* gh-114913: Add newline to subprocess doc (#114941)Terry Jan Reedy2024-02-021-1/+2
* Correct timedelta description (GH-101417)John Belmonte2024-02-021-3/+3
* Fix indentation of "versionchanged" in datetime.rst (GH-114933)Serhiy Storchaka2024-02-021-3/+3
* gh-114728: Fix documentation for comparison of objects in datetime module (GH...Serhiy Storchaka2024-02-021-68/+50
* GH-69695: Update ``PyImport_ImportModule`` description (GH-103836)patenaud2024-02-021-14/+2
* gh-114909: Add --first-weekday option to usage message (#114910)Steven Ward2024-02-021-2/+3
* gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.r...Justin Williams2024-02-021-1/+1
* gh-114329: Add `PyList_GetItemRef` function (GH-114504)Sam Gross2024-02-024-2/+19
* Move "format" param doc of shutil.make_archive() on its own paragraph (GH-103...Michal Kaptur2024-02-021-1/+3
* gh-89891: Refer SharedMemory implementation as POSIX (GH-104678)Oleg Iarygin2024-02-011-1/+1
* gh-101100: Fix sphinx warnings in `howto/logging.rst` (#114846)Nikita Sobolev2024-02-013-24/+36
* Correct description of inheriting from another class (#114660)Skip Montanaro2024-02-014-19/+18
* gh-105031: Clarify datetime documentation for ISO8601 (GH-105049)Nicholas Hollander2024-02-011-3/+15
* Write about Tier 2 and JIT in "what's new 3.13" (#114826)Guido van Rossum2024-02-011-0/+47
* Fix typos in ElementTree documentation (GH-108848)Christophe Nanteuil2024-02-011-3/+3
* gh-114364: Fix awkward wording about mmap.mmap.seekable (#114374)technillogue2024-02-011-2/+2
* gh-114648: Add IndexError exception to tutorial datastructures list.pop entry...srinivasan2024-02-011-4/+3