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::"::abc:7:def"
126library/ipaddress:def"::abc:7:def"
127library/ipaddress::::FFFF/96
128library/ipaddress::2002::/16
129library/ipaddress::2001::/32
130library/ipaddress::>>> str(ipaddress.IPv6Address('::1'))
131library/ipaddress::'::1'
132library/ipaddress:ff00ffff:ff00::
133library/ipaddress:db002001:db00::0/24
134library/ipaddress::2001:db00::0/24
135library/ipaddress:db002001:db00::0/ffff:ff00::
136library/ipaddress::2001:db00::0/ffff:ff00::
137library/itertools:stepelements from seq[start:stop:step]
138library/itertools:stopelements from seq[start:stop:step]
139library/linecache:syssys:x:3:3:sys:/dev:/bin/sh
140library/logging.handlers:porthost:port
141library/mmap:i2obj[i1:i2]
142library/multiprocessing`# Add more tasks using `put()`
143library/multiprocessing`>>> l._callmethod('__getitem__', (20,)) # equiv to `l[20]`
144library/multiprocessing`>>> l._callmethod('__getslice__', (2, 7)) # equiv to `l[2:7]`
145library/multiprocessing:queue>>> QueueManager.register('get_queue', callable=lambda:queue)
146library/multiprocessing`# register the Foo class; make `f()` and `g()` accessible via proxy
147library/multiprocessing`# register the Foo class; make `g()` and `_h()` accessible via proxy
148library/multiprocessing`# register the generator function baz; use `GeneratorProxy` to make proxies
149library/nntplib:bytes:bytes
150library/nntplib:lines:lines
151library/optparse:lendel parser.rargs[:len(value)]
152library/os.path:fooc:foo
153library/pathlib:bar>>> PureWindowsPath('c:/Windows', 'd:bar')
154library/pathlib:barPureWindowsPath('d:bar')
155library/pathlib:Program>>> PureWindowsPath('c:Program Files/').root
156library/pathlib:Program>>> PureWindowsPath('c:Program Files/').anchor
157library/pdb:linenofilename:lineno
158library/pickle:memoryconn = sqlite3.connect(":memory:")
159library/posix`CFLAGS="`getconf LFS_CFLAGS`" OPT="-g -O2 $CFLAGS"
160library/pprint::'Programming Language :: Python :: 2 :: Only'],
161library/pprint::'Programming Language :: Python :: 2.6',
162library/pprint::'Programming Language :: Python :: 2.7',
163library/profile:linenofilename:lineno(function)
164library/pyexpat:elem1<py:elem1 />
165library/pyexpat:pyxmlns:py = "http://www.python.org/ns/">
166library/smtplib:portmethod must support that as well as a regular host:port
167library/socket::(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]
168library/socket::'5aef:2b::8'
169library/socket:canreturn (can_id, can_dlc, data[:can_dlc])
170library/socket:lenfds.fromstring(cmsg_data[:len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
171library/sqlite3:agecur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
172library/sqlite3:memory
173library/sqlite3:whocur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
174library/sqlite3:pathdb = sqlite3.connect('file:path/to/database?mode=ro', uri=True)
175library/ssl:MyOrganizational Unit Name (eg, section) []:My Group
176library/ssl:MyOrganization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc.
177library/ssl:myserverCommon Name (eg, YOUR name) []:myserver.mygroup.myorganization.com
178library/ssl:MyStateState or Province Name (full name) [Some-State]:MyState
179library/ssl:opsEmail Address []:ops@myserver.mygroup.myorganization.com
180library/ssl:SomeLocality Name (eg, city) []:Some City
181library/ssl:USCountry Name (2 letter code) [AU]:US
182library/stdtypes::>>> a[::-1].tolist()
183library/stdtypes::>>> a[::2].tolist()
184library/stdtypes:ends[start:end]
185library/stdtypes::>>> hash(v[::-2]) == hash(b'abcefg'[::-2])
186library/stdtypes:lens[len(s):len(s)]
187library/stdtypes::>>> y = m[::2]
188library/stdtypes::>>> z = y[::-2]
189library/subprocess`output=`dmesg | grep hda`
190library/subprocess`output=`mycmd myarg`
191library/tarfile:bz2
192library/tarfile:compressionfilemode[:compression]
193library/tarfile:gz
194library/tarfile:xz'a:xz'
195library/tarfile:xz'r:xz'
196library/tarfile:xz'w:xz'
197library/time:mm
198library/time:ss
199library/tracemalloc:limitfor index, stat in enumerate(top_stats[:limit], 1):
200library/turtle::Example::
201library/unittest1412:fooself.assertEqual(cm.output, ['INFO:foo:first message',
202library/unittest1412:firstself.assertEqual(cm.output, ['INFO:foo:first message',
203library/unittest1412:foo'ERROR:foo.bar:second message'])
204library/unittest1412:second'ERROR:foo.bar:second message'])
205library/urllib.request:closeConnection:close
206library/urllib.request:langxmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n<head>\n
207library/urllib.request:password"joe:password@python.org"
208library/uuid:uuidurn:uuid:12345678-1234-5678-1234-567812345678
209library/venv:param:param nodist: If True, setuptools and pip are not installed into the
210library/venv:param:param progress: If setuptools or pip are installed, the progress of the
211library/venv:param:param nopip: If True, pip is not installed into the created
212library/venv:param:param context: The information for the environment creation request
213library/xmlrpc.client:passhttp://user:pass@host:port/path
214library/xmlrpc.client:passuser:pass
215library/xmlrpc.client:porthttp://user:pass@host:port/path
216license```Software''), to deal in the Software without restriction, including
217license`THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
218license`* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
219license`THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
220license`* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
221license`THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
222license:zookomailto:zooko@zooko.com
223reference/expressions:indexx[index:index]
224reference/lexical_analysis`$ ? `
225reference/lexical_analysis:fileencoding# vim:fileencoding=<encoding-name>
226tutorial/datastructures:valueIt is also possible to delete a key:value
227tutorial/datastructures:valuekey:value pairs within the braces adds initial key:value pairs
228tutorial/stdlib2:configlogging.warning('Warning:config file %s not found', 'server.conf')
229tutorial/stdlib2:configWARNING:root:Warning:config file server.conf not found
230tutorial/stdlib2:CriticalCRITICAL:root:Critical error -- shutting down
231tutorial/stdlib2:ErrorERROR:root:Error occurred
232tutorial/stdlib2:rootCRITICAL:root:Critical error -- shutting down
233tutorial/stdlib2:rootERROR:root:Error occurred
234tutorial/stdlib2:rootWARNING:root:Warning:config file server.conf not found
235tutorial/stdlib2:startextra = data[start:start+extra_size]
236tutorial/stdlib2:startfields = struct.unpack('<IIIHH', data[start:start+16])
237tutorial/stdlib2:startfilename = data[start:start+filenamesize]
238tutorial/stdlib2:WarningWARNING:root:Warning:config file server.conf not found
239using/cmdline:categoryaction:message:category:module:line
240using/cmdline:errorhandler:errorhandler
241using/cmdline:lineaction:message:category:module:line
242using/cmdline:linefile:line: category: message
243using/cmdline:messageaction:message:category:module:line
244using/cmdline:moduleaction:message:category:module:line
245using/unix:Packaginghttp://en.opensuse.org/Portal:Packaging
246whatsnew/2.0418:len
247whatsnew/2.3::
248whatsnew/2.3:config
249whatsnew/2.3:Critical
250whatsnew/2.3:Error
251whatsnew/2.3:Problem
252whatsnew/2.3:root
253whatsnew/2.3:Warning
254whatsnew/2.4::
255whatsnew/2.4:System
256whatsnew/2.5:memory:memory:
257whatsnew/2.5:step[start:stop:step]
258whatsnew/2.5:stop[start:stop:step]
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:platform:platform:
275whatsnew/changelog:gz: TarFile opened with external fileobj and "w:gz" mode didn't
276whatsnew/changelog:PythonCmdWith Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused
277whatsnew/changelog::: Fix FTP tests for IPv6, bind to "::1" instead of "localhost".
278whatsnew/changelog::: Use "127.0.0.1" or "::1" instead of "localhost" as much as
279whatsnew/changelog:passworduser:password
280whatsnew/2.7780:Sunday'2009:4:Sunday'
281whatsnew/2.7907::export PYTHONWARNINGS=all,error:::Cookie:0
282whatsnew/2.7907:Cookieexport PYTHONWARNINGS=all,error:::Cookie:0
283whatsnew/2.71657::>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
284whatsnew/2.71657::ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',