cpython/Doc/tools/susp-ignored.csv

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