summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* gh-92994: Clarify importlib "check" example (#92995)Shantanu2022-05-231-0/+3
* gh-73137: Added sub-subsection headers for flags in re (#93000)Stanley2022-05-231-30/+42
* binascii docs: strict_mode parameter is keyword-only (#93055)Jelle Zijlstra2022-05-231-1/+1
* termios docs: fix indentation (#93080)Jelle Zijlstra2022-05-221-5/+5
* gh-91362: reword pickle docs to account for nested classes (#92429)Shantanu2022-05-211-6/+6
* gh-71223: Improve rendering of some references in the docs (GH-93041)Serhiy Storchaka2022-05-216-6/+13
* gh-93019: Fix markup in zipfile.rst (#93025)Shantanu2022-05-211-1/+1
* Take advantage of math.comb() in the nth_combination() recipe (#93027)Raymond Hettinger2022-05-201-6/+2
* Fix a directive in the `pathlib` docs (GH-93030)Brett Cannon2022-05-201-1/+1
* gh-72073: Add Windows case in pathlib.rename (GH-93002)Stanley2022-05-201-2/+3
* gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-9...CAM Gerlach2022-05-2022-25/+25
* gh-91860: documentation for typing.dataclass_transform (#92768)Shantanu2022-05-201-0/+69
* Doc: add missing manpage and title references in tkinter docs (#29008)Rafael Fontenelle2022-05-201-2/+3
* Doc: Minor adjustment of `socket.create_server` docs (#26938)Pavel2022-05-201-1/+1
* GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...Mark Shannon2022-05-191-0/+2
* gh-92417: `importlib` docs: remove references to unsupported Python versions ...Alex Waygood2022-05-192-10/+7
* bpo-46879: Fix incorrect sphinx object names in doc (GH-31615)Martin Fischer2022-05-193-0/+7
* gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (G...Alex Waygood2022-05-191-3/+0
* gh-92417: `fractions`, `decimal`: Improve docs for alternative constructor me...Alex Waygood2022-05-192-8/+9
* gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544)Alex Waygood2022-05-191-2/+2
* gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>...CAM Gerlach2022-05-191-27/+21
* GH-90690: Remove `PRECALL` instruction (GH-92925)Mark Shannon2022-05-191-14/+3
* Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (#92634)Jan Brasna2022-05-191-3/+3
* gh-87901: Remove the encoding argument from os.popen (GH-92836)Inada Naoki2022-05-191-4/+9
* gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (#92814)1809092022-05-181-1/+1
* bpo-42047: Add native thread ID for DragonFlyBSD (#22714)David CARLIER2022-05-182-2/+2
* gh-92780: Improve sqlite3.Connection.create_collation docs (#92790)Erlend Egeberg Aasland2022-05-181-11/+8
* bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` retur...Nikita Sobolev2022-05-181-2/+5
* re docs: fix source code link (#92819)谭九鼎2022-05-171-1/+1
* Restore default role check in `make check`. (#92290)Ezio Melotti2022-05-152-3/+3
* gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notice...CAM Gerlach2022-05-1321-22/+46
* bpo-9182: Add a section on specifying positional arguments (#31810)slateny2022-05-131-2/+5
* Fix small typo (#92721)Gabi Nagy2022-05-131-1/+1
* gh-92446: Argparse choices should be a sequence (#92450)1809092022-05-131-1/+1
* gh-92514: Remove unused test.support.BasicTestRunner (#92515)Jelle Zijlstra2022-05-121-7/+0
* gh-92436: __future__ docs: add note on expectations for "from __future__ impo...Jelle Zijlstra2022-05-121-1/+9
* gh-86388 Remove deprecated behaviors in randrange() (#92677)Raymond Hettinger2022-05-121-14/+13
* Fix typo in argparse docs. (GH-92691)thueringa2022-05-121-1/+1
* Fix minor documentation error in bisect docs (GH-92697)Steve Dower2022-05-111-1/+1
* Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631)Mikhail Terekhov2022-05-111-1/+1
* Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-9...Serhiy Storchaka2022-05-111-0/+6
* gh-91966 Document where key functions are applied in the bisect module (#92602)Raymond Hettinger2022-05-101-15/+52
* bpo-43689: improve documentation for Differ (GH-25132)Jürgen Gmach2022-05-101-1/+1
* gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)Gregory P. Smith2022-05-101-19/+0
* Update numbers.rst (#31995)Géry Ogam2022-05-101-2/+2
* bpo-42259: clarify pprint saferepr docs (#30256)andrei kulakov2022-05-101-5/+9
* gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...CAM Gerlach2022-05-104-9/+4
* gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (...Alex Waygood2022-05-102-6/+0
* gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539)Alex Waygood2022-05-102-2/+2
* bpo-13553: Document tkinter.Tk args (#4786)Cheryl Sabella2022-05-101-10/+66