summaryrefslogtreecommitdiffstats
path: root/Doc/tools/susp-ignored.csv
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-24937: Replace the extension module porting HOWTO by links to external pr...Petr Viktorin2018-09-241-2/+0
* bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH...Zvezdan Petkovic2018-05-171-0/+2
* bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)Nick Coghlan2018-01-081-4/+15
* bpo-32230: Set sys.warnoptions with -X dev (#4820)Victor Stinner2017-12-121-0/+3
* bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)Serhiy Storchaka2017-11-161-1/+1
* Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)Dmitry Chestnykh2017-09-231-3/+0
* Prevent a few make suspicious warnings. (#3341)Ned Deily2017-09-051-0/+2
* Blurbify master branch. (#3298)larryhastings2017-09-041-3/+0
* bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)Serhiy Storchaka2017-05-161-4/+3
* bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...Xiang Zhang2017-05-031-0/+4
* bpo-29995: re.escape() now escapes only special characters. (#1007)Serhiy Storchaka2017-04-131-1/+1
* bpo-30021: Add examples for re.escape(). (#1048)Serhiy Storchaka2017-04-131-0/+2
* Issue #28822: Add susp-ignored entry for NEWS; fix grammarMartin Panter2017-01-291-0/+1
* Issue #29062: Doc: Fix make suspiciousINADA Naoki2017-01-141-4/+4
|\
| * Issue #29062: Doc: Fix make suspiciousINADA Naoki2017-01-141-4/+4
* | Merge with 3.6Zachary Ware2016-11-181-0/+1
|\ \ | |/
| * Ignore newly added suspicious lineZachary Ware2016-11-181-0/+1
* | Remove unused suspicious rulesZachary Ware2016-10-261-2/+0
|/
* Ignore harmless suspicious markupZachary Ware2016-10-261-0/+1
* Add some additional suspicious exemption rules for recent doc changes.Ned Deily2016-09-111-0/+25
* Actually fix suspicious markup, I ignored it too readilyZachary Ware2016-09-101-1/+0
* Remove line numbers from suspicious rulesZachary Ware2016-09-101-16/+16
* Fix suspicious markupZachary Ware2016-09-091-0/+4
* Remove unused suspicious rulesZachary Ware2016-09-091-3/+0