Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) | Christian Heimes | 2022-08-02 | 45 | -105/+319 |
| | | | | | | 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 Gerlach | 2022-08-02 | 1 | -25/+48 |
| | |||||
* | gh-92219: Clarify that some options to the installer may break the install ↵ | Steve Dower | 2022-08-01 | 1 | -5/+9 |
| | | | | (GH-95548) | ||||
* | no-issue: Fix typo of "thrid" instead of "third" in dis docs (gh-95510) | Alex Hedges | 2022-08-01 | 1 | -1/+1 |
| | |||||
* | gh-95007: Remove the NoneType return converter from Argument Clinic Doc (#95529) | Noam Cohen | 2022-08-01 | 1 | -5/+0 |
| | | | The converter was removed in 74b5e4ce80858ac5c7d03411cb8cce7e6865f181 | ||||
* | gh-77617: Add sqlite3 command-line interface (#95026) | Erlend Egeberg Aasland | 2022-08-01 | 2 | -0/+27 |
| | | | Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> | ||||
* | gh-95273: Clarify when sqlite_* attributes are added to sqlite3 exceptions ↵ | Erlend Egeberg Aasland | 2022-08-01 | 1 | -0/+3 |
| | | | | (#95523) | ||||
* | bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112) | markus-sus | 2022-08-01 | 1 | -9/+8 |
| | |||||
* | bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ↵ | Pablo Galindo Salgado | 2022-07-31 | 1 | -2/+2 |
| | | | | command line (GH-28823)" (#94745) | ||||
* | gh-94635: Add Reference, How-to, and Concepts headings to sqlite3 docs (#94636) | Erlend Egeberg Aasland | 2022-07-30 | 1 | -98/+120 |
| | | | Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | Doctest cleanups (GH-95436) | Zachary Ware | 2022-07-30 | 5 | -6/+28 |
| | | | | | | | | | | | | | * 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'Shea | 2022-07-30 | 1 | -1/+1 |
| | |||||
* | gh-95273: Relocate sqlite3 enable load extension note (#95430) | Erlend Egeberg Aasland | 2022-07-29 | 1 | -12/+8 |
| | |||||
* | gh-94302: Clarify use of the 'open' operation in os.startfile (GH-95441) | Steve Dower | 2022-07-29 | 1 | -2/+2 |
| | |||||
* | gh-95415: Make availability directive consistent (GH-95416) | Christian Heimes | 2022-07-29 | 16 | -101/+206 |
| | |||||
* | gh-95432: Fixup sqlite3 tutorial example (#95431) | Erlend Egeberg Aasland | 2022-07-29 | 1 | -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 Aasland | 2022-07-29 | 1 | -8/+34 |
| | | | Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | gh-95273: Move sqlite3 executemany examples from reference to tutorial (#95351) | Erlend Egeberg Aasland | 2022-07-29 | 3 | -54/+26 |
| | |||||
* | gh-95273: Condense sqlite3 executescript example (#95383) | Erlend Egeberg Aasland | 2022-07-29 | 2 | -27/+9 |
| | |||||
* | gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types (#95302) | Eric Snow | 2022-07-29 | 2 | -0/+14 |
| | | | | | | | | | | | | | | | * Store tp_weaklist on the interpreter state for static builtin types. * Factor out _PyStaticType_GET_WEAKREFS_LISTPTR(). * Add _PyStaticType_ClearWeakRefs(). * Add a comment about how _PyStaticType_ClearWeakRefs() loops. * Document the change. * Update Doc/whatsnew/3.12.rst * Fix a typo. | ||||
* | Improve documentation for adding datetime and timedelta (gh-95403) | BenjaminHelyer | 2022-07-29 | 1 | -2/+2 |
| | |||||
* | gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour ↵ | [object Object] | 2022-07-28 | 1 | -0/+7 |
| | | | | (GH-94008) | ||||
* | Fix Unicode doc and replace use of macro with PyMem_New function (GH-94088) | Pamela Fox | 2022-07-28 | 1 | -1/+1 |
| | |||||
* | gh-59200: Clarify `PyLong_FromString` documentation (GH-94363) | JustAnotherArchivist | 2022-07-28 | 1 | -8/+9 |
| | |||||
* | Update link to faster cpython benchmarks (GH-95391) | Ken Jin | 2022-07-28 | 1 | -1/+1 |
| | |||||
* | Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods' | Erlend Egeberg Aasland | 2022-07-28 | 1 | -2/+3 |
| | | | Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | gh-95174: Add pthread stubs for WASI (GH-95234) | Christian Heimes | 2022-07-27 | 1 | -0/+2 |
| | | | Co-authored-by: Brett Cannon <brett@python.org> | ||||
* | gh-95273: Normalise sqlite3 reference wording (#95274) | Erlend Egeberg Aasland | 2022-07-27 | 1 | -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 Aasland | 2022-07-27 | 1 | -5/+5 |
| | | | | (#95319) | ||||
* | gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086) | Christian Heimes | 2022-07-27 | 1 | -4/+13 |
| | |||||
* | gh-94635: Add sqlite3 'Introduction' and 'Tutorial' doc headings (#95269) | Erlend Egeberg Aasland | 2022-07-27 | 1 | -1/+11 |
| | |||||
* | Clarifying the documentation on library/syslog (GH-92587) | Nicolas Haller | 2022-07-26 | 1 | -3/+7 |
| | |||||
* | gh-95235: Add explicit parameter list to some sqlite3 methods (#95240) | Erlend Egeberg Aasland | 2022-07-26 | 1 | -67/+143 |
| | | | Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | gh-95077: [Enum] add code-based deprecation warnings for member.member ↵ | Ethan Furman | 2022-07-25 | 2 | -22/+4 |
| | | | | | | | 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 Aasland | 2022-07-25 | 1 | -13/+17 |
| | | | | | (#95236) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | gh-93963: Document importlib.abc deprecations (#94546) | Hugo van Kemenade | 2022-07-25 | 2 | -0/+27 |
| | |||||
* | gh-93610: Improve docs for importlib.resources (#93611) | Petr Viktorin | 2022-07-25 | 4 | -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 Heimes | 2022-07-25 | 25 | -4543/+26 |
| | | | | Most places now refer to setuptools or link to setuptools documentation. Some examples like zipapp need to be updated later. | ||||
* | gh-85454: Remove links from historical mentions of distutils (GH-95192) | Oleg Iarygin | 2022-07-25 | 6 | -14/+14 |
| | |||||
* | gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) ↵ | Adam Dangoor | 2022-07-25 | 1 | -1/+1 |
| | | | | (gh-95232) | ||||
* | gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (#95176) | Pablo Galindo Salgado | 2022-07-24 | 1 | -7/+0 |
| | |||||
* | gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have ↵ | Thomas Grainger | 2022-07-24 | 1 | -0/+3 |
| | | | | | | already expired are deliverered promptly (#95109) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | ||||
* | gh-93351: Add news entry and what's new entry for changes in gh-93351 (#95175) | Pablo Galindo Salgado | 2022-07-23 | 1 | -0/+4 |
| | |||||
* | Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317) | Chenwei Xiao | 2022-07-23 | 1 | -1/+1 |
| | | | For the continuation lines, "..." should present as secondary prompt | ||||
* | gh-90385: Add `pathlib.Path.walk()` method (GH-92517) | Stanislav Zmiev | 2022-07-22 | 1 | -0/+96 |
| | | | Automerge-Triggered-By: GH:brettcannon | ||||
* | Fix copy-friendliness of tutorial example (GH-93424) | Chenwei Xiao | 2022-07-22 | 1 | -0/+1 |
| | |||||
* | Fix async method reference links in `compound_stmts` docs (GH-94935) | July Tikhonov | 2022-07-22 | 1 | -2/+2 |
| | |||||
* | Fix scheme count in `sysconfig` whatsnew entry (GH-94110) | Frank Dana | 2022-07-22 | 1 | -1/+1 |
| | |||||
* | Fix incorrect directive in multiprocessing module documentation (GH-93517) | oda-gitso | 2022-07-22 | 1 | -1/+1 |
| | |||||
* | Closes gh-95133: docs, fix indentation level in TestCase.assertLogs example ↵ | Alexandru Mărășteanu | 2022-07-22 | 1 | -2/+2 |
| | | | | (GH-95134) |