Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some false positives of documentation syntax problems | Pablo Galindo | 2021-12-08 | 1 | -2/+2 |
| | |||||
* | bpo-42238: [doc]: Hide false positive in make suspicious. (GH-29636) | Julien Palard | 2021-11-19 | 1 | -0/+1 |
| | |||||
* | [doc]: Fix missing space in c-api/init.rst and add rstlint rule (GH-28988) | Julien Palard | 2021-10-19 | 1 | -5/+12 |
| | |||||
* | [doc]: update susp-ignored.csv after a98b273c. (GH-28827) | Julien Palard | 2021-10-09 | 1 | -2/+2 |
| | |||||
* | [doc] Fix typos found using codespell (GH-28744) | Christian Clauss | 2021-10-05 | 1 | -1/+1 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | bpo-42238: [doc] remove unused, and deduplicate, suspicious ignore rules. ↵ | Julien Palard | 2021-09-06 | 2 | -21/+11 |
| | | | | (GH-28137) | ||||
* | bpo-42238: [doc] Some more make suspicious false positives. (GH-27945) | Julien Palard | 2021-08-26 | 1 | -0/+10 |
| | |||||
* | bpo-39452: Rewrite and expand __main__.rst (#26883) | Jack DeVries | 2021-08-24 | 1 | -0/+1 |
| | | | | | | | Broadened scope of the document to explicitly discuss and differentiate between ``__main__.py`` in packages versus the ``__name__ == '__main__'`` expression (and the idioms that surround it), as well as ``import __main__``. Co-authored-by: Géry Ogam <gery.ogam@gmail.com> Co-authored-by: Éric Araujo <merwok@netwok.org> Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | bpo-42560: rewrite of Tkinter docs "life preserver" (GH-27842) | Mark Roseman | 2021-08-23 | 1 | -0/+6 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | bpo-44854: Remove trailing whitespaces (GH-27689) | Serhiy Storchaka | 2021-08-09 | 1 | -2/+2 |
| | |||||
* | bpo-42238: Fix small rst issue in NEWS.d/. (#27238) | Julien Palard | 2021-07-19 | 1 | -1/+9 |
| | |||||
* | docs: add the word 'official' (GH-26849) | Ned Batchelder | 2021-07-08 | 1 | -1/+1 |
| | |||||
* | bpo-42238: rstlint: Add two new checks. (GH-26966) | Julien Palard | 2021-07-03 | 1 | -8/+91 |
| | |||||
* | bpo-44106: Improve sqlite3 example database contents (GH-26027) | Erlend Egeberg Aasland | 2021-05-19 | 1 | -2/+1 |
| | |||||
* | bpo-43795: PEP 652 user documentation (GH-25668) | Petr Viktorin | 2021-05-11 | 1 | -22/+88 |
| | | | | | | - Reformat the C API and ABI Versioning page (and extend/clarify a bit) - Rewrite the stable ABI docs into a general text on C API Compatibility - Add a list of Limited API contents, and notes for the individual items. - Replace `Include/README.rst` with a link to a devguide page with the same info | ||||
* | Update references to master to point to main in customsourcelink.html (GH-25993) | Pablo Galindo | 2021-05-08 | 1 | -1/+1 |
| | |||||
* | Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25977) | Pablo Galindo | 2021-05-08 | 1 | -1/+1 |
| | |||||
* | bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) | Christian Heimes | 2021-05-02 | 1 | -2/+2 |
| | | | | | | | | | Reverts commit e653d4d8e820a7a004ad399530af0135b45db27a and makes parsing even more strict. Like socket.inet_pton() any leading zero is now treated as invalid input. Signed-off-by: Christian Heimes <christian@python.org> Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | bpo-43766: Fix TypeGuard docs (#25660) | Ken Jin | 2021-04-27 | 1 | -0/+4 |
| | |||||
* | Fix type group capture in the PEG highlight tool (GH-25464) | Pablo Galindo | 2021-04-17 | 1 | -2/+7 |
| | |||||
* | bpo-43862: Enhance -W cmdline option documentation (GH-25439) | Victor Stinner | 2021-04-16 | 1 | -1/+5 |
| | | | | | The -W format is "action:message:category:module:lineno". Update also the Python manual page. | ||||
* | bpo-20364: Improve sqlite3 placeholder docs (GH-25003) | Erlend Egeberg Aasland | 2021-04-14 | 1 | -2/+2 |
| | |||||
* | Fix Sphinx errors in the documentation and re-activate the suspicious check ↵ | Pablo Galindo | 2021-04-12 | 1 | -0/+1 |
| | | | | | | | (GH-25368) The suspicious check is still executed as part of the release process and release managers have been lately fixing some actual errors that the suspicious target can find. For this reason, reactivate the suspicious until we decide what to do in a coordinated fashion. | ||||
* | bpo-43778: Fix Sphinx glossary_search extension (GH-25286) | Victor Stinner | 2021-04-08 | 1 | -5/+11 |
| | | | | | Create the _static/ directory if it doesn't exist. Add also constants for the static directory and the JSON filename. | ||||
* | Fixed linenumber missing when audit hook has an error (GH-24692) | Jules Lasne | 2021-03-01 | 1 | -0/+1 |
| | | | | | See https://github.com/sphinx-doc/sphinx/issues/8932 Co-authored-by: tk0miya <i.tkomiya@gmail.com> | ||||
* | Remove unused suspicious rule in the docsv3.10.0a6 | Pablo Galindo | 2021-03-01 | 1 | -1/+0 |
| | |||||
* | bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) | Brandt Bucher | 2021-02-26 | 1 | -0/+1 |
| | | | | | Co-authored-by: Guido van Rossum <guido@python.org> Co-authored-by: Talin <viridia@gmail.com> Co-authored-by: Pablo Galindo <pablogsal@gmail.com> | ||||
* | bpo-42997: Improve error message for missing : before suites (GH-24292) | Pablo Galindo | 2021-02-02 | 1 | -0/+6 |
| | | | | | | | | * Add to the peg generator a new directive ('&&') that allows to expect a token and hard fail the parsing if the token is not found. This allows to quickly emmit syntax errors for missing tokens. * Use the new grammar element to hard-fail if the ':' is missing before suites. | ||||
* | Fix 'make suspicious' for the itertools module (GH-24097) | Pablo Galindo | 2021-01-04 | 1 | -0/+1 |
| | |||||
* | bpo-34398: Allow glossary results to show up on search page (GH-8773) | Ammar Askar | 2020-12-18 | 2 | -0/+105 |
| | |||||
* | bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802) | Julien Palard | 2020-12-18 | 1 | -0/+76 |
| | |||||
* | bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662) | Matěj Cepl | 2020-12-07 | 1 | -1/+6 |
| | | | | | | The solution in gh#python/cpython#13236 is too strict because it effectively requires the use of Sphinx >= 2.0. It is not too difficult to make the same solution more robust so it works with all normal versions of Sphinx. | ||||
* | bpo-42042: Use ids attribute instead of names attribute (GH-22739) | Dong-hee Na | 2020-11-13 | 1 | -2/+2 |
| | |||||
* | bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) | Julien Palard | 2020-11-07 | 4 | -171/+12 |
| | |||||
* | Expand and clarify the "Invoking Descriptors" section of the Descriptor ↵ | Raymond Hettinger | 2020-11-01 | 1 | -1/+1 |
| | | | | HowTo (GH-23078) | ||||
* | bpo-42061: Document __format__ for IP addresses (GH-23018) | Teugea Ioan-Teodor | 2020-10-29 | 1 | -2/+4 |
| | | | Automerge-Triggered-By: GH:ericvsmith | ||||
* | Create a primer section for the descriptor howto guide (GH-22906) | Raymond Hettinger | 2020-10-23 | 1 | -0/+3 |
| | |||||
* | Remove 3.5 from Doc version switcher in master. (#22886) | larryhastings | 2020-10-22 | 2 | -2/+0 |
| | |||||
* | Doc: Do not suggest `s[::-1]` for reversed order (GH-22457) | Andre Delfino | 2020-10-21 | 1 | -1/+0 |
| | |||||
* | bpo-4356: Add key function support to the bisect module (GH-20556) | Raymond Hettinger | 2020-10-20 | 1 | -2/+0 |
| | |||||
* | bpo-35293: Remove RemovedInSphinx40Warning (GH-22198) | Dong-hee Na | 2020-09-18 | 1 | -15/+21 |
| | | | | | | | | | | | * bpo-35293: Remove RemovedInSphinx40Warning * Update Misc/NEWS.d/next/Documentation/2020-09-12-17-37-13.bpo-35293._cOwPD.rst Co-authored-by: Victor Stinner <vstinner@python.org> * bpo-35293: Apply Victor's review Co-authored-by: Victor Stinner <vstinner@python.org> | ||||
* | bpo-41746: Add type information to asdl_seq objects (GH-22223) | Pablo Galindo | 2020-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Add new capability to the PEG parser to type variable assignments. For instance: ``` | a[asdl_stmt_seq*]=';'.small_stmt+ [';'] NEWLINE { a } ``` * Add new sequence types from the asdl definition (automatically generated) * Make `asdl_seq` type a generic aliasing pointer type. * Create a new `asdl_generic_seq` for the generic case using `void*`. * The old `asdl_seq_GET`/`ast_seq_SET` macros now are typed. * New `asdl_seq_GET_UNTYPED`/`ast_seq_SET_UNTYPED` macros for dealing with generic sequences. * Changes all possible `asdl_seq` types to use specific versions everywhere. | ||||
* | Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047) | Pablo Galindo | 2020-09-02 | 1 | -1/+1 |
| | |||||
* | bpo-40939: Use the new grammar for the grammar specification documentation ↵ | Pablo Galindo | 2020-07-27 | 1 | -0/+75 |
| | | | | | | | (GH-19969) (We censor the heck out of actions and some other stuff using a custom "highlighter".) Co-authored-by: Guido van Rossum <guido@python.org> | ||||
* | Doc: fix import of asdl.py when called from outside Doc/. (GH-21529) | Julien Palard | 2020-07-20 | 1 | -1/+4 |
| | |||||
* | bpo-40742: Doc: fix parallel build. (GH-21237) | Julien Palard | 2020-07-06 | 1 | -0/+35 |
| | |||||
* | bpo-40798: Generate a different message for already removed elements (GH-20483) | Florian Dahlitz | 2020-05-30 | 2 | -2/+12 |
| | |||||
* | Doc: Python 3.10 in sidebar and version switcher. (GH-20209) | Julien Palard | 2020-05-19 | 2 | -2/+4 |
| | |||||
* | bpo-40517: Implement syntax highlighting support for ASDL (GH-19967) | Batuhan Taskaya | 2020-05-07 | 1 | -0/+51 |
| | |||||
* | Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" ↵ | Raymond Hettinger | 2020-05-06 | 1 | -51/+0 |
| | | | | | (#19950) This reverts commit d60040ba226bd2e3b6f58d074015aa2499dc1cb8. |