summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)Martijn Pieters2024-02-151-0/+10
* docs: use consistent .append() in dis.rst (#115434)Ned Batchelder2024-02-151-4/+4
* gh-114570: Add PythonFinalizationError exception (#115352)Victor Stinner2024-02-142-0/+20
* 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: Add SQLite backend to dbm (#114481)Erlend E. Aasland2024-02-141-4/+49
* ftplib docs: `timeout` doesn't have to be a whole number (#115443)Alex Waygood2024-02-141-3/+3
* gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)Hugo van Kemenade2024-02-125-9/+24
* GH-114695: Add `sys._clear_internal_caches` (GH-115152)Brandt Bucher2024-02-121-1/+12
* gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)Serhiy Storchaka2024-02-111-6/+26
* gh-115172: Fix explicit index extries for the C API (GH-115173)Serhiy Storchaka2024-02-111-1/+1
* gh-101100: Fix dangling refs in bdb.rst (#114983)Skip Montanaro2024-02-111-8/+10
* gh-114894: add array.array.clear() method (#114919)Mike Zimin2024-02-101-0/+7
* gh-96471: Add shutdown() method to queue.Queue (#104750)Laurie O2024-02-101-0/+38
* gh-101100: Fix sphinx warnings in `library/enum.rst` (#114696)Nikita Sobolev2024-02-091-2/+15
* gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003)Skip Montanaro2024-02-071-3/+3
* gh-115106 docs: 'enum.Flag.__iter__()' did not exist prior to Python 3.11 (GH...Finite State Machine2024-02-071-3/+1
* gh-91602: Add iterdump() support for filtering database objects (#114501)Mariusz Felisiak2024-02-061-1/+10
* gh-83648: Support deprecation of options, arguments and subcommands in argpar...Serhiy Storchaka2024-02-051-1/+46
* gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (#114968)HarryLHW2024-02-051-1/+1
* 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-041-0/+5
* 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-041-25/+26
* 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
* 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-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
* 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-011-2/+14
* 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
* Fix typos in ElementTree documentation (GH-108848)Christophe Nanteuil2024-02-011-3/+3
* gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (#114816)Skip Montanaro2024-02-011-0/+4
* gh-114811: Change '\*' to '*' in warnings.rst (#114819)Pradyot Ranjan2024-02-011-1/+1
* gh-111112: Avoid potential confusion in TCP server example. (#111113)Aidan Holm2024-02-011-3/+4
* Add note to `sys.orig_argv` clarifying the difference from `sys.argv` (#114630)Bradley Reynolds2024-01-311-1/+4
* gh-101100: Fix class reference in library/test.rst (GH-114769)Skip Montanaro2024-01-311-1/+1
* Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (#114762)Erlend E. Aasland2024-01-311-61/+56
* gh-101100: Fix references in csv docs (GH-114658)Skip Montanaro2024-01-301-7/+7
* GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#...Barney Gale2024-01-301-3/+2
* gh-112240: Add option to calendar module CLI to specify the weekday to start ...Steven Ward2024-01-291-1/+7