summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-302-8/+7
* GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#...Barney Gale2024-01-302-3/+12
* Clarify one-item tuple (#114745)Terry Jan Reedy2024-01-301-2/+3
* gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...Pablo Galindo Salgado2024-01-301-0/+1
* 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
* Set `hosted_on` for Read the Docs builds (#114697)Hugo van Kemenade2024-01-291-18/+19
* gh-112240: Add option to calendar module CLI to specify the weekday to start ...Steven Ward2024-01-291-1/+7
* Fix more references to datetime and time classes (GH-114717)Serhiy Storchaka2024-01-293-10/+10
* gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)Soumendra Ganguly2024-01-292-0/+64
* gh-101100: Fix datetime reference warnings (GH-114661)Skip Montanaro2024-01-293-54/+58
* gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (#112366)Hugo van Kemenade2024-01-292-71/+70
* gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669)Nikita Sobolev2024-01-292-1/+13
* gh-110893: Improve the documentation for __future__ module (#114642)Shantanu2024-01-291-42/+56
* gh-89159: Add some TarFile attribute types (GH-114520)Stanley2024-01-291-0/+6
* gh-100734: Add 'Notable change in 3.11.x' to `whatsnew/3.11.rst` (#114657)Hugo van Kemenade2024-01-281-0/+26
* Fix indentation in `__post_init__` documentation. (gh-114666)Bhushan Mohanraj2024-01-281-2/+2
* Correction Skip Montanaro's email address (#114677)Skip Montanaro2024-01-284-5/+5
* gh-101100: Fix sphinx warnings in `reference/import.rst` (#114646)Nikita Sobolev2024-01-272-4/+4
* gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (#114531)Hugo van Kemenade2024-01-273-51/+51
* gh-101100: Fix sphinx warnings in `library/email.mime.rst` (GH-114635)Nikita Sobolev2024-01-272-9/+8
* Fix `c-api/file.rst` indexes (GH-114608)Nikita Sobolev2024-01-271-2/+3
* gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891)Sergey B Kirpichev2024-01-271-6/+2
* gh-88569: add `ntpath.isreserved()` (#95486)Barney Gale2024-01-263-7/+43
* Docs: rework the dbm.dumb introduction (#114550)Erlend E. Aasland2024-01-261-30/+36