summaryrefslogtreecommitdiffstats
path: root/Doc/tools/susp-ignored.csv
Commit message (Expand)AuthorAgeFilesLines
* gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179)Julien Palard2022-10-111-400/+0
* gh-86404: [doc] Two 'make suspicious' false positives. (GH-94407)Julien Palard2022-06-291-0/+2
* gh-86404: [doc] A make sucpicious false positive. (GH-93710)Julien Palard2022-06-111-0/+2
* bpo-42238: [doc]: A make sucpicious false positive. (GH-32329)Julien Palard2022-04-051-0/+1
* bpo-42238: [doc]: make suspicious: false positive. (GH-32292)Julien Palard2022-04-031-0/+1
* bpo-42238: [doc] Some lines moved in rst, but had hardcoded lineno in susp-ig...Julien Palard2022-03-231-6/+6
* [doc] Some more make suspicious false positives. (GH-31977)Julien Palard2022-03-181-0/+2
* bpo-42238: [doc] Avoid hardcoding fast-moving lines in susp-ignored.csv. (GH-...Julien Palard2022-01-281-2/+2
* [doc]: Spotted errors while working on rstlint. (GH-30879)Julien Palard2022-01-271-3/+12
* Fix some false positives of documentation syntax problemsPablo Galindo2021-12-081-2/+2
* bpo-42238: [doc]: Hide false positive in make suspicious. (GH-29636)Julien Palard2021-11-191-0/+1
* [doc]: update susp-ignored.csv after a98b273c. (GH-28827)Julien Palard2021-10-091-2/+2
* bpo-42238: [doc] remove unused, and deduplicate, suspicious ignore rules. (GH...Julien Palard2021-09-061-20/+10
* bpo-42238: [doc] Some more make suspicious false positives. (GH-27945)Julien Palard2021-08-261-0/+10
* bpo-39452: Rewrite and expand __main__.rst (#26883)Jack DeVries2021-08-241-0/+1
* bpo-42560: rewrite of Tkinter docs "life preserver" (GH-27842)Mark Roseman2021-08-231-0/+6
* bpo-44106: Improve sqlite3 example database contents (GH-26027)Erlend Egeberg Aasland2021-05-191-2/+1
* bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)Christian Heimes2021-05-021-2/+2
* bpo-43766: Fix TypeGuard docs (#25660)Ken Jin2021-04-271-0/+4
* bpo-43862: Enhance -W cmdline option documentation (GH-25439)Victor Stinner2021-04-161-1/+5
* bpo-20364: Improve sqlite3 placeholder docs (GH-25003)Erlend Egeberg Aasland2021-04-141-2/+2
* Fix Sphinx errors in the documentation and re-activate the suspicious check (...Pablo Galindo2021-04-121-0/+1
* Remove unused suspicious rule in the docsv3.10.0a6Pablo Galindo2021-03-011-1/+0
* bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)Brandt Bucher2021-02-261-0/+1
* Fix 'make suspicious' for the itertools module (GH-24097)Pablo Galindo2021-01-041-0/+1
* Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo...Raymond Hettinger2020-11-011-1/+1
* bpo-42061: Document __format__ for IP addresses (GH-23018)Teugea Ioan-Teodor2020-10-291-2/+4
* Create a primer section for the descriptor howto guide (GH-22906)Raymond Hettinger2020-10-231-0/+3
* Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)Andre Delfino2020-10-211-1/+0
* bpo-4356: Add key function support to the bisect module (GH-20556)Raymond Hettinger2020-10-201-2/+0
* bpo-34822: Simplify AST for subscription. (GH-9605)Serhiy Storchaka2020-03-101-0/+2
* bpo-34788: Add support for scoped IPv6 addresses (GH-13772)opavlyuk2020-02-261-0/+2
* Remove use of deprecated `array.fromstring` method (GH-17332)David Coles2019-11-261-1/+1
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-2/+2
* bpo-38557: Improve documentation for list and tuple C API. (GH-16925)Serhiy Storchaka2019-10-261-0/+1
* bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...Ricardo Bánffy2019-10-071-0/+1
* bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861)Anjali Bansal2019-09-111-0/+3
* bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)Jason R. Coombs2019-09-101-1/+1
* Bpo-37644: update suspicious.csv for distutils/examples (GH-14885)Ned Deily2019-07-211-1/+1
* Replace backquote with command substitution in subprocess doc example (GH-13941)David Jones2019-07-161-2/+0
* bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-...Vinay Sajip2019-06-171-0/+2
* bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-1...Matthias Bussonnier2019-05-281-1/+0
* bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)Rémi Lapeyre2019-05-271-0/+2
* Fix highlighting in importlib.metadata docs (GH-13575)Anthony Sottile2019-05-261-1/+0
* bpo-34632: Add importlib.metadata (GH-12547)Jason R. Coombs2019-05-241-0/+3
* bpo-36797: Prune more legacy distutils documentation (GH-13092)Nick Coghlan2019-05-141-1/+1
* bpo-30670: Add pp function to the pprint module (GH-11769)Rémi Lapeyre2019-03-221-9/+9
* Document actual string.punctuation value. (GH-12270)Andre Delfino2019-03-141-0/+1
* bpo-32613: Update window FAQ (GH-5552)Julien Palard2018-11-141-1/+1
* bpo-35075: Fix broken url in the pprint documentation (GH-10201)Pablo Galindo2018-11-011-1/+9