cpython/Doc/tools/susp-ignored.csv

16 KiB

1c-api/arg:refPyArg_ParseTuple(args, "O|O:ref", &object, &callback)
2c-api/list:highlist[low:high]
3c-api/sequence:i2del o[i1:i2]
4c-api/sequence:i2o[i1:i2]
5c-api/unicode:endstr[start:end]
6c-api/unicode:startunicode[start:start+length]
7distutils/examples267`This is the description of the ``foobar`` package.
8distutils/setupscript::
9extending/embedding:numargsif(!PyArg_ParseTuple(args, ":numargs"))
10extending/extending:myfunctionPyArg_ParseTuple(args, "D:myfunction", &c);
11extending/extending:setif (PyArg_ParseTuple(args, "O:set_callback", &temp)) {
12extending/newtypes:callif (!PyArg_ParseTuple(args, "sss:call", &arg1, &arg2, &arg3)) {
13extending/windows:initspam/export:initspam
14faq/programming:chr>=4.0) or 1+f(xc,yc,x*x-y*y+xc,2.0*x*y+yc,k-1,f):f(xc,yc,x,y,k,f):chr(
15faq/programming::for x in sequence[::-1]:
16faq/programming:reduceprint((lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y,
17faq/programming:reduceSx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,
18faq/windows:bd8afb90ebf2Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:55:48) [MSC v.1600 32 bit (Intel)] on win32
19howto/cporting:encodeif (!PyArg_ParseTuple(args, "O:encode_object", &myobj))
20howto/cporting:sayif (!PyArg_ParseTuple(args, "U:say_hello", &name))
21howto/curses:blackcolors when it activates color mode. They are: 0:black, 1:red,
22howto/curses:redcolors when it activates color mode. They are: 0:black, 1:red,
23howto/curses:green2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The
24howto/curses:yellow2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The
25howto/curses:blue2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The
26howto/curses:magenta2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The
27howto/curses:cyan2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The
28howto/curses:white2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The
29howto/ipaddress:DB8>>> ipaddress.ip_address('2001:DB8::1')
30howto/ipaddress::>>> ipaddress.ip_address('2001:DB8::1')
31howto/ipaddress:db8IPv6Address('2001:db8::1')
32howto/ipaddress::IPv6Address('2001:db8::1')
33howto/ipaddress::IPv6Address('::1')
34howto/ipaddress:db8>>> ipaddress.ip_network('2001:db8::0/96')
35howto/ipaddress::>>> ipaddress.ip_network('2001:db8::0/96')
36howto/ipaddress:db8IPv6Network('2001:db8::/96')
37howto/ipaddress::IPv6Network('2001:db8::/96')
38howto/ipaddress:db8IPv6Network('2001:db8::/128')
39howto/ipaddress::IPv6Network('2001:db8::/128')
40howto/ipaddress:db8IPv6Interface('2001:db8::1/96')
41howto/ipaddress::IPv6Interface('2001:db8::1/96')
42howto/ipaddress:db8>>> addr6 = ipaddress.ip_address('2001:db8::1')
43howto/ipaddress::>>> addr6 = ipaddress.ip_address('2001:db8::1')
44howto/ipaddress:db8>>> host6 = ipaddress.ip_interface('2001:db8::1/96')
45howto/ipaddress::>>> host6 = ipaddress.ip_interface('2001:db8::1/96')
46howto/ipaddress:db8>>> net6 = ipaddress.ip_network('2001:db8::0/96')
47howto/ipaddress::>>> net6 = ipaddress.ip_network('2001:db8::0/96')
48howto/ipaddress:ffffIPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
49howto/ipaddress::IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
50howto/ipaddress::IPv6Address('::ffff:ffff')
51howto/ipaddress:ffffIPv6Address('::ffff:ffff')
52howto/ipaddress:db8'2001:db8::/96'
53howto/ipaddress::'2001:db8::/96'
54howto/ipaddress:db8>>> ipaddress.ip_interface('2001:db8::1/96')
55howto/ipaddress::>>> ipaddress.ip_interface('2001:db8::1/96')
56howto/ipaddress:db8'2001:db8::1'
57howto/ipaddress::'2001:db8::1'
58howto/ipaddress:db8IPv6Address('2001:db8::ffff:ffff')
59howto/ipaddress::IPv6Address('2001:db8::ffff:ffff')
60howto/ipaddress:ffffIPv6Address('2001:db8::ffff:ffff')
61howto/logging:AndWARNING:And this, too
62howto/logging:AndWARNING:root:And this, too
63howto/logging:DoingINFO:root:Doing something
64howto/logging:FinishedINFO:root:Finished
65howto/logging:loggerseverity:logger name:message
66howto/logging:LookWARNING:root:Look before you leap!
67howto/logging:messageseverity:logger name:message
68howto/logging:rootDEBUG:root:This message should go to the log file
69howto/logging:rootINFO:root:Doing something
70howto/logging:rootINFO:root:Finished
71howto/logging:rootINFO:root:So should this
72howto/logging:rootINFO:root:Started
73howto/logging:rootWARNING:root:And this, too
74howto/logging:rootWARNING:root:Look before you leap!
75howto/logging:rootWARNING:root:Watch out!
76howto/logging:SoINFO:root:So should this
77howto/logging:SoINFO:So should this
78howto/logging:StartedINFO:root:Started
79howto/logging:ThisDEBUG:root:This message should go to the log file
80howto/logging:ThisDEBUG:This message should appear on the console
81howto/logging:WatchWARNING:root:Watch out!
82howto/pyporting::Programming Language :: Python :: 2
83howto/pyporting::Programming Language :: Python :: 3
84howto/regex::
85howto/regex:foo(?:foo)
86howto/urllib2:examplefor example "joe@password:example.com"
87library/audioop:ipos# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],
88library/bisect32:hiall(val >= x for val in a[i:hi])
89library/bisect42:hiall(val > x for val in a[i:hi])
90library/configparser:homemy_dir: ${Common:home_dir}/twosheds
91library/configparser:option${section:option}
92library/configparser:pathpython_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
93library/configparser:Pythonpython_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
94library/configparser:systempath: ${Common:system_dir}/Library/Frameworks/
95library/datetime:MM
96library/datetime:SS
97library/decimal:optionaltrailneg:optional trailing minus indicator
98library/difflib:ahia[alo:ahi]
99library/difflib:bhib[blo:bhi]
100library/difflib:i1
101library/difflib:i2
102library/difflib:j2
103library/doctest```factorial`` from the ``example`` module:
104library/doctest`The ``example`` module
105library/doctest`Using ``factorial``
106library/exceptions:errerr.object[err.start:err.end]
107library/functions:stepa[start:stop:step]
108library/functions:stopa[start:stop, i]
109library/functions:stopa[start:stop:step]
110library/http.client:porthost:port
111library/http.cookies`!#$%&'*+-.^_`|~:
112library/imaplib:MM"DD-Mmm-YYYY HH:MM:SS
113library/imaplib:SS"DD-Mmm-YYYY HH:MM:SS
114library/inspect:int>>> def foo(a, *, b:int, **kwargs):
115library/inspect:int'(a, *, b:int, **kwargs)'
116library/inspect:int'b:int'
117library/ipaddress:db8>>> ipaddress.ip_address('2001:db8::')
118library/ipaddress::>>> ipaddress.ip_address('2001:db8::')
119library/ipaddress:db8IPv6Address('2001:db8::')
120library/ipaddress::IPv6Address('2001:db8::')
121library/ipaddress:db8>>> ipaddress.IPv6Address('2001:db8::1000')
122library/ipaddress::>>> ipaddress.IPv6Address('2001:db8::1000')
123library/ipaddress:db8IPv6Address('2001:db8::1000')
124library/ipaddress::IPv6Address('2001:db8::1000')
125library/ipaddress:db8>>> ipaddress.ip_address("2001:db8::1").reverse_pointer
126library/ipaddress::>>> ipaddress.ip_address("2001:db8::1").reverse_pointer
127library/ipaddress::"::abc:7:def"
128library/ipaddress:def"::abc:7:def"
129library/ipaddress::::FFFF/96
130library/ipaddress::2002::/16
131library/ipaddress::2001::/32
132library/ipaddress::>>> str(ipaddress.IPv6Address('::1'))
133library/ipaddress::'::1'
134library/ipaddress:ff00ffff:ff00::
135library/ipaddress:db002001:db00::0/24
136library/ipaddress::2001:db00::0/24
137library/ipaddress:db002001:db00::0/ffff:ff00::
138library/ipaddress::2001:db00::0/ffff:ff00::
139library/itertools:stepelements from seq[start:stop:step]
140library/itertools:stopelements from seq[start:stop:step]
141library/linecache:syssys:x:3:3:sys:/dev:/bin/sh
142library/logging.handlers:porthost:port
143library/mmap:i2obj[i1:i2]
144library/multiprocessing`# Add more tasks using `put()`
145library/multiprocessing`>>> l._callmethod('__getitem__', (20,)) # equiv to `l[20]`
146library/multiprocessing`>>> l._callmethod('__getslice__', (2, 7)) # equiv to `l[2:7]`
147library/multiprocessing:queue>>> QueueManager.register('get_queue', callable=lambda:queue)
148library/multiprocessing`# register the Foo class; make `f()` and `g()` accessible via proxy
149library/multiprocessing`# register the Foo class; make `g()` and `_h()` accessible via proxy
150library/multiprocessing`# register the generator function baz; use `GeneratorProxy` to make proxies
151library/nntplib:bytes:bytes
152library/nntplib:lines:lines
153library/optparse:lendel parser.rargs[:len(value)]
154library/os.path:fooc:foo
155library/pathlib:bar>>> PureWindowsPath('c:/Windows', 'd:bar')
156library/pathlib:barPureWindowsPath('d:bar')
157library/pathlib:Program>>> PureWindowsPath('c:Program Files/').root
158library/pathlib:Program>>> PureWindowsPath('c:Program Files/').anchor
159library/pdb:linenofilename:lineno
160library/pickle:memoryconn = sqlite3.connect(":memory:")
161library/posix`CFLAGS="`getconf LFS_CFLAGS`" OPT="-g -O2 $CFLAGS"
162library/pprint::'Programming Language :: Python :: 2 :: Only'],
163library/pprint::'Programming Language :: Python :: 2.6',
164library/pprint::'Programming Language :: Python :: 2.7',
165library/profile:linenofilename:lineno(function)
166library/pyexpat:elem1<py:elem1 />
167library/pyexpat:pyxmlns:py = "http://www.python.org/ns/">
168library/smtplib:portmethod must support that as well as a regular host:port
169library/socket::(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]
170library/socket::'5aef:2b::8'
171library/socket:canreturn (can_id, can_dlc, data[:can_dlc])
172library/socket:lenfds.fromstring(cmsg_data[:len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
173library/sqlite3:agecur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
174library/sqlite3:memory
175library/sqlite3:whocur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
176library/sqlite3:pathdb = sqlite3.connect('file:path/to/database?mode=ro', uri=True)
177library/ssl:MyOrganizational Unit Name (eg, section) []:My Group
178library/ssl:MyOrganization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc.
179library/ssl:myserverCommon Name (eg, YOUR name) []:myserver.mygroup.myorganization.com
180library/ssl:MyStateState or Province Name (full name) [Some-State]:MyState
181library/ssl:opsEmail Address []:ops@myserver.mygroup.myorganization.com
182library/ssl:SomeLocality Name (eg, city) []:Some City
183library/ssl:USCountry Name (2 letter code) [AU]:US
184library/stdtypes::>>> a[::-1].tolist()
185library/stdtypes::>>> a[::2].tolist()
186library/stdtypes:ends[start:end]
187library/stdtypes::>>> hash(v[::-2]) == hash(b'abcefg'[::-2])
188library/stdtypes:lens[len(s):len(s)]
189library/stdtypes::>>> y = m[::2]
190library/stdtypes::>>> z = y[::-2]
191library/subprocess`output=`dmesg | grep hda`
192library/subprocess`output=`mycmd myarg`
193library/tarfile:bz2
194library/tarfile:compressionfilemode[:compression]
195library/tarfile:gz
196library/tarfile:xz'a:xz'
197library/tarfile:xz'r:xz'
198library/tarfile:xz'w:xz'
199library/time:mm
200library/time:ss
201library/tracemalloc:limitfor index, stat in enumerate(top_stats[:limit], 1):
202library/turtle::Example::
203library/unittest1412:fooself.assertEqual(cm.output, ['INFO:foo:first message',
204library/unittest1412:firstself.assertEqual(cm.output, ['INFO:foo:first message',
205library/unittest1412:foo'ERROR:foo.bar:second message'])
206library/unittest1412:second'ERROR:foo.bar:second message'])
207library/urllib.request:closeConnection:close
208library/urllib.request:langxmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n<head>\n
209library/urllib.request:password"joe:password@python.org"
210library/uuid:uuidurn:uuid:12345678-1234-5678-1234-567812345678
211library/venv:param:param nodist: If True, setuptools and pip are not installed into the
212library/venv:param:param progress: If setuptools or pip are installed, the progress of the
213library/venv:param:param nopip: If True, pip is not installed into the created
214library/venv:param:param context: The information for the environment creation request
215library/xmlrpc.client:passhttp://user:pass@host:port/path
216library/xmlrpc.client:passuser:pass
217library/xmlrpc.client:porthttp://user:pass@host:port/path
218license```Software''), to deal in the Software without restriction, including
219license`THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
220license`* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
221license`THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
222license`* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
223license`THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
224license:zookomailto:zooko@zooko.com
225reference/expressions:indexx[index:index]
226reference/lexical_analysis`$ ? `
227reference/lexical_analysis:fileencoding# vim:fileencoding=<encoding-name>
228tutorial/datastructures:valueIt is also possible to delete a key:value
229tutorial/datastructures:valuekey:value pairs within the braces adds initial key:value pairs
230tutorial/stdlib2:configlogging.warning('Warning:config file %s not found', 'server.conf')
231tutorial/stdlib2:configWARNING:root:Warning:config file server.conf not found
232tutorial/stdlib2:CriticalCRITICAL:root:Critical error -- shutting down
233tutorial/stdlib2:ErrorERROR:root:Error occurred
234tutorial/stdlib2:rootCRITICAL:root:Critical error -- shutting down
235tutorial/stdlib2:rootERROR:root:Error occurred
236tutorial/stdlib2:rootWARNING:root:Warning:config file server.conf not found
237tutorial/stdlib2:startextra = data[start:start+extra_size]
238tutorial/stdlib2:startfields = struct.unpack('<IIIHH', data[start:start+16])
239tutorial/stdlib2:startfilename = data[start:start+filenamesize]
240tutorial/stdlib2:WarningWARNING:root:Warning:config file server.conf not found
241using/cmdline:categoryaction:message:category:module:line
242using/cmdline:errorhandler:errorhandler
243using/cmdline:lineaction:message:category:module:line
244using/cmdline:linefile:line: category: message
245using/cmdline:messageaction:message:category:module:line
246using/cmdline:moduleaction:message:category:module:line
247using/unix:Packaginghttp://en.opensuse.org/Portal:Packaging
248whatsnew/2.0418:len
249whatsnew/2.3::
250whatsnew/2.3:config
251whatsnew/2.3:Critical
252whatsnew/2.3:Error
253whatsnew/2.3:Problem
254whatsnew/2.3:root
255whatsnew/2.3:Warning
256whatsnew/2.4::
257whatsnew/2.4:System
258whatsnew/2.5:memory:memory:
259whatsnew/2.5:step[start:stop:step]
260whatsnew/2.5:stop[start:stop:step]
261whatsnew/2.7::ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',
262whatsnew/2.7::>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
263whatsnew/2.7:Sunday'2009:4:Sunday'
264whatsnew/2.7:Cookieexport PYTHONWARNINGS=all,error:::Cookie:0
265whatsnew/2.7::export PYTHONWARNINGS=all,error:::Cookie:0
266whatsnew/3.2:affenetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
267whatsnew/3.2:affe>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
268whatsnew/3.2:beefnetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
269whatsnew/3.2:beef>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
270whatsnew/3.2:cafenetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
271whatsnew/3.2:cafe>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
272whatsnew/3.2:deafnetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
273whatsnew/3.2:deaf>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
274whatsnew/3.2:directory${buildout:directory}/downloads/dist
275whatsnew/3.2::$ export PYTHONWARNINGS='ignore::RuntimeWarning::,once::UnicodeWarning::'
276whatsnew/3.2:feednetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
277whatsnew/3.2:feed>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
278whatsnew/3.2:gz>>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:
279whatsnew/3.2:locationzope9-location = ${zope9:location}
280whatsnew/3.2:prefixzope-conf = ${custom:prefix}/etc/zope.conf
281whatsnew/changelog:gz: TarFile opened with external fileobj and "w:gz" mode didn't
282whatsnew/changelog::: Use "127.0.0.1" or "::1" instead of "localhost" as much as