summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Collapse)AuthorAgeFilesLines
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Christian Heimes2022-08-0243-97/+306
| | | | | | Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Michael Droettboom <mdboom@gmail.com> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
* gh-95516: Add param types and clarify param descriptions of LogRecord (GH-95517)CAM Gerlach2022-08-021-25/+48
|
* no-issue: Fix typo of "thrid" instead of "third" in dis docs (gh-95510)Alex Hedges2022-08-011-1/+1
|
* gh-77617: Add sqlite3 command-line interface (#95026)Erlend Egeberg Aasland2022-08-011-0/+20
| | | Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* gh-95273: Clarify when sqlite_* attributes are added to sqlite3 exceptions ↵Erlend Egeberg Aasland2022-08-011-0/+3
| | | | (#95523)
* bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112)markus-sus2022-08-011-9/+8
|
* bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ↵Pablo Galindo Salgado2022-07-311-2/+2
| | | | command line (GH-28823)" (#94745)
* gh-94635: Add Reference, How-to, and Concepts headings to sqlite3 docs (#94636)Erlend Egeberg Aasland2022-07-301-98/+120
| | | Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
* Doctest cleanups (GH-95436)Zachary Ware2022-07-303-4/+21
| | | | | | | | | | | | | * GHA: Don't hide doctest output * Enable doctests in math.rst * Squash warnings in nntplib.rst doctests * Squash warning in turtle.rst doctest * Squash warnings in whatsnew/3.2.rst doctests * Treat warnings as errors in Doc/ doctests
* gh-95454: Replace truthy/falsy with true/false (GH-95456)Robert O'Shea2022-07-301-1/+1
|
* gh-95273: Relocate sqlite3 enable load extension note (#95430)Erlend Egeberg Aasland2022-07-291-12/+8
|
* gh-94302: Clarify use of the 'open' operation in os.startfile (GH-95441)Steve Dower2022-07-291-2/+2
|
* gh-95415: Make availability directive consistent (GH-95416)Christian Heimes2022-07-2914-99/+148
|
* gh-95432: Fixup sqlite3 tutorial example (#95431)Erlend Egeberg Aasland2022-07-291-5/+5
| | | | - the insert statement should have five placeholders, not four - missing ... in the multiline row list
* gh-95273: Improve sqlite3 class descriptions (#95379)Erlend Egeberg Aasland2022-07-291-8/+34
| | | Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
* gh-95273: Move sqlite3 executemany examples from reference to tutorial (#95351)Erlend Egeberg Aasland2022-07-291-11/+26
|
* gh-95273: Condense sqlite3 executescript example (#95383)Erlend Egeberg Aasland2022-07-291-2/+9
|
* Improve documentation for adding datetime and timedelta (gh-95403)BenjaminHelyer2022-07-291-2/+2
|
* gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour ↵[object Object]2022-07-281-0/+7
| | | | (GH-94008)
* Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods'Erlend Egeberg Aasland2022-07-281-2/+3
| | | Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
* gh-95174: Add pthread stubs for WASI (GH-95234)Christian Heimes2022-07-271-0/+2
| | | Co-authored-by: Brett Cannon <brett@python.org>
* gh-95273: Normalise sqlite3 reference wording (#95274)Erlend Egeberg Aasland2022-07-271-45/+48
| | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
* gh-94630: Fixup sqlite3 argument spec docs for connection execute* methods ↵Erlend Egeberg Aasland2022-07-271-5/+5
| | | | (#95319)
* gh-94635: Add sqlite3 'Introduction' and 'Tutorial' doc headings (#95269)Erlend Egeberg Aasland2022-07-271-1/+11
|
* Clarifying the documentation on library/syslog (GH-92587)Nicolas Haller2022-07-261-3/+7
|
* gh-95235: Add explicit parameter list to some sqlite3 methods (#95240)Erlend Egeberg Aasland2022-07-261-67/+143
| | | Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
* gh-95077: [Enum] add code-based deprecation warnings for member.member ↵Ethan Furman2022-07-251-7/+0
| | | | | | | access (GH-95083) * issue deprecation warning for member.member access * always store member property in current class * remove __getattr__
* gh-95235: Document undocumented parameters in sqlite3 functions and methods ↵Erlend Egeberg Aasland2022-07-251-13/+17
| | | | | (#95236) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
* gh-93963: Document importlib.abc deprecations (#94546)Hugo van Kemenade2022-07-251-0/+9
|
* gh-93610: Improve docs for importlib.resources (#93611)Petr Viktorin2022-07-254-281/+328
| | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* gh-85454: Remove distutils documentation (#95239)Christian Heimes2022-07-254-52/+2
| | | | Most places now refer to setuptools or link to setuptools documentation. Some examples like zipapp need to be updated later.
* gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) ↵Adam Dangoor2022-07-251-1/+1
| | | | (gh-95232)
* gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have ↵Thomas Grainger2022-07-241-0/+3
| | | | | | already expired are deliverered promptly (#95109) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
* gh-90385: Add `pathlib.Path.walk()` method (GH-92517)Stanislav Zmiev2022-07-221-0/+96
| | | Automerge-Triggered-By: GH:brettcannon
* Fix incorrect directive in multiprocessing module documentation (GH-93517)oda-gitso2022-07-221-1/+1
|
* Closes gh-95133: docs, fix indentation level in TestCase.assertLogs example ↵Alexandru Mărășteanu2022-07-221-2/+2
| | | | (GH-95134)
* gh-81040: Improve sqlite3.Cursor.rowcount docs (#94940)Erlend Egeberg Aasland2022-07-221-12/+5
|
* docs: use 'recursively' in the description of rglob, and mention globs in ↵Ned Batchelder2022-07-201-2/+2
| | | | | | | the os equivalences (GH-94954) The r in `rglob` stands for "recursively", so use the word in the description. Also, glob and rglob can usefully be mentioned as the pathlib equivalent of os.walk. Automerge-Triggered-By: GH:brettcannon
* gh-90016: Deprecate default sqlite3 adapters and converters (#94276)Erlend Egeberg Aasland2022-07-201-16/+23
| | | Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
* Fix documentation to include possible Exception (#94818)Guy Yagev2022-07-181-2/+2
|
* Fix incorrect double indent in ast doc (#94976)Terry Jan Reedy2022-07-181-1/+1
| | | Warning directive indent was 4 rather than 3 spaces.
* Remove out of date reference to YIELD_FROM from docs. (#94966)Mark Shannon2022-07-181-6/+0
|
* In ast doc, update 'below' to 'above' (#94967)Terry Jan Reedy2022-07-181-1/+1
| | | The included asdl file was moved from 'below' to 'above' in 3.9.
* gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)Steve Dower2022-07-171-1/+1
|
* gh-91181: drop support for bytes on sys.path (GH-31934)Thomas Grainger2022-07-171-1/+1
| | | | | | Support for bytes broke sometime between Python 3.2 and 3.6 and has been broken ever since. Trying to bring back supports is surprisingly difficult in the face of -b and checking for keys in sys.path_importer_cache. Since the support was broken for so long, trying to overcome the difficulty of bringing back the support has been deemed not worth it. Co-authored-by: Eryk Sun <eryksun@gmail.com> Co-authored-by: Brett Cannon <brett@python.org>
* gh-94698: add Subscript and Attribute targets to ast.for documentation ↵anilbey2022-07-161-4/+5
| | | | | | | | | (GH-94901) ### Summary Add Attribute and Subscript as possible targets for the "ast for loop documentation". Automerge-Triggered-By: GH:isidentical
* Add additional pointers to pathlib's mapping to os.path functions (#94828)Chris Adams2022-07-151-1/+2
| | | | | | | | | | | | | * Add additional pointers to pathlib's mapping to os.path functions os.path.splitext has a somewhat quirky signature since it mixes the path and filename components but I wanted the documentation to mention `PurePath.stem` as the natural counterpart to `PurePath.suffix` for the common use of `os.path.splitext` to turn "file.py" into "file" and "py". Technically this could have some discussion of how to handle the parent directory hierarchy but that seems a bit out of keeping with the spirit of this table so I omitted mentioning `PurePath.parents` here. * Update Doc/library/pathlib.rst Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
* [doc] Update cookbook example and add information about queue types. (GH-94854)Vinay Sajip2022-07-151-0/+5
|
* GH-46771: docs for asyncio.timeout and task cancellation (#94794)Tin Tvrtković2022-07-151-0/+134
|
* Docs: fix typo in sqlite3.rst (#94798)Ikko Ashimine2022-07-141-1/+1
| | | Colum -> Column