index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
tools
/
susp-ignored.csv
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-44106: Improve sqlite3 example database contents (GH-26027)
Erlend Egeberg Aasland
2021-05-19
1
-2/+1
*
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
Christian Heimes
2021-05-02
1
-2/+2
*
bpo-43766: Fix TypeGuard docs (#25660)
Ken Jin
2021-04-27
1
-0/+4
*
bpo-43862: Enhance -W cmdline option documentation (GH-25439)
Victor Stinner
2021-04-16
1
-1/+5
*
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
*
Remove unused suspicious rule in the docs
v3.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
*
Fix 'make suspicious' for the itertools module (GH-24097)
Pablo Galindo
2021-01-04
1
-0/+1
*
Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo...
Raymond Hettinger
2020-11-01
1
-1/+1
*
bpo-42061: Document __format__ for IP addresses (GH-23018)
Teugea Ioan-Teodor
2020-10-29
1
-2/+4
*
Create a primer section for the descriptor howto guide (GH-22906)
Raymond Hettinger
2020-10-23
1
-0/+3
*
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-34822: Simplify AST for subscription. (GH-9605)
Serhiy Storchaka
2020-03-10
1
-0/+2
*
bpo-34788: Add support for scoped IPv6 addresses (GH-13772)
opavlyuk
2020-02-26
1
-0/+2
*
Remove use of deprecated `array.fromstring` method (GH-17332)
David Coles
2019-11-26
1
-1/+1
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
1
-2/+2
*
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
Serhiy Storchaka
2019-10-26
1
-0/+1
*
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...
Ricardo Bánffy
2019-10-07
1
-0/+1
*
bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861)
Anjali Bansal
2019-09-11
1
-0/+3
*
bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)
Jason R. Coombs
2019-09-10
1
-1/+1
*
Bpo-37644: update suspicious.csv for distutils/examples (GH-14885)
Ned Deily
2019-07-21
1
-1/+1
*
Replace backquote with command substitution in subprocess doc example (GH-13941)
David Jones
2019-07-16
1
-2/+0
*
bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-...
Vinay Sajip
2019-06-17
1
-0/+2
*
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-1...
Matthias Bussonnier
2019-05-28
1
-1/+0
*
bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)
Rémi Lapeyre
2019-05-27
1
-0/+2
*
Fix highlighting in importlib.metadata docs (GH-13575)
Anthony Sottile
2019-05-26
1
-1/+0
*
bpo-34632: Add importlib.metadata (GH-12547)
Jason R. Coombs
2019-05-24
1
-0/+3
*
bpo-36797: Prune more legacy distutils documentation (GH-13092)
Nick Coghlan
2019-05-14
1
-1/+1
*
bpo-30670: Add pp function to the pprint module (GH-11769)
Rémi Lapeyre
2019-03-22
1
-9/+9
*
Document actual string.punctuation value. (GH-12270)
Andre Delfino
2019-03-14
1
-0/+1
*
bpo-32613: Update window FAQ (GH-5552)
Julien Palard
2018-11-14
1
-1/+1
*
bpo-35075: Fix broken url in the pprint documentation (GH-10201)
Pablo Galindo
2018-11-01
1
-1/+9
*
bpo-24937: Replace the extension module porting HOWTO by links to external pr...
Petr Viktorin
2018-09-24
1
-2/+0
*
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH...
Zvezdan Petkovic
2018-05-17
1
-0/+2
*
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Nick Coghlan
2018-01-08
1
-4/+15
*
bpo-32230: Set sys.warnoptions with -X dev (#4820)
Victor Stinner
2017-12-12
1
-0/+3
*
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)
Serhiy Storchaka
2017-11-16
1
-1/+1
*
Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)
Dmitry Chestnykh
2017-09-23
1
-3/+0
*
Prevent a few make suspicious warnings. (#3341)
Ned Deily
2017-09-05
1
-0/+2
*
Blurbify master branch. (#3298)
larryhastings
2017-09-04
1
-3/+0
*
bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)
Serhiy Storchaka
2017-05-16
1
-4/+3
*
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...
Xiang Zhang
2017-05-03
1
-0/+4
*
bpo-29995: re.escape() now escapes only special characters. (#1007)
Serhiy Storchaka
2017-04-13
1
-1/+1
*
bpo-30021: Add examples for re.escape(). (#1048)
Serhiy Storchaka
2017-04-13
1
-0/+2
*
Issue #28822: Add susp-ignored entry for NEWS; fix grammar
Martin Panter
2017-01-29
1
-0/+1
*
Issue #29062: Doc: Fix make suspicious
INADA Naoki
2017-01-14
1
-4/+4
|
\
|
*
Issue #29062: Doc: Fix make suspicious
INADA Naoki
2017-01-14
1
-4/+4
*
|
Merge with 3.6
Zachary Ware
2016-11-18
1
-0/+1
|
\
\
|
|
/
[next]