cpython/Doc/tools/sphinxext/susp-ignored.csv

17 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:blackThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
22howto/curses:blueThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
23howto/curses:cyanThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
24howto/curses:greenThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
25howto/curses:magentaThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
26howto/curses:redThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
27howto/curses:white7:white.
28howto/curses:yellowThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
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/pyporting75::# make sure to use :: Python *and* :: Python :: 3 so
83howto/pyporting75::'Programming Language :: Python',
84howto/pyporting75::'Programming Language :: Python :: 3'
85howto/regex::
86howto/regex:foo(?:foo)
87howto/urllib2:examplefor example "joe@password:example.com"
88library/audioop:ipos# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],
89library/bisect32:hiall(val >= x for val in a[i:hi])
90library/bisect42:hiall(val > x for val in a[i:hi])
91library/concurrent.futures:urlfuture_to_url = {executor.submit(load_url, url, 60):url for url in URLS}
92library/configparser:homemy_dir: ${Common:home_dir}/twosheds
93library/configparser:option${section:option}
94library/configparser:pathpython_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
95library/configparser:Pythonpython_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
96library/configparser:systempath: ${Common:system_dir}/Library/Frameworks/
97library/datetime:MM
98library/datetime:SS
99library/decimal:optionaltrailneg:optional trailing minus indicator
100library/difflib:ahia[alo:ahi]
101library/difflib:bhib[blo:bhi]
102library/difflib:i1
103library/difflib:i2
104library/difflib:j2
105library/doctest```factorial`` from the ``example`` module:
106library/doctest`The ``example`` module
107library/doctest`Using ``factorial``
108library/exceptions:errerr.object[err.start:err.end]
109library/functions:stepa[start:stop:step]
110library/functions:stopa[start:stop, i]
111library/functions:stopa[start:stop:step]
112library/http.client:porthost:port
113library/http.cookies`!#$%&'*+-.^_`|~:
114library/imaplib:MM"DD-Mmm-YYYY HH:MM:SS
115library/imaplib:SS"DD-Mmm-YYYY HH:MM:SS
116library/inspect:int>>> def foo(a, *, b:int, **kwargs):
117library/inspect:int'(a, *, b:int, **kwargs)'
118library/inspect:int'b:int'
119library/ipaddress:db8>>> ipaddress.ip_address('2001:db8::')
120library/ipaddress::>>> ipaddress.ip_address('2001:db8::')
121library/ipaddress:db8IPv6Address('2001:db8::')
122library/ipaddress::IPv6Address('2001:db8::')
123library/ipaddress:db8>>> ipaddress.IPv6Address('2001:db8::1000')
124library/ipaddress::>>> ipaddress.IPv6Address('2001:db8::1000')
125library/ipaddress:db8IPv6Address('2001:db8::1000')
126library/ipaddress::IPv6Address('2001:db8::1000')
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`# A test file for the `multiprocessing` package
146library/multiprocessing`# A test of `multiprocessing.Pool` class
147library/multiprocessing`# `BaseManager`.
148library/multiprocessing`# in the original order then consider using `Pool.map()` or
149library/multiprocessing`>>> l._callmethod('__getitem__', (20,)) # equiv to `l[20]`
150library/multiprocessing`>>> l._callmethod('__getslice__', (2, 7)) # equiv to `l[2:7]`
151library/multiprocessing`# Not sure if we should synchronize access to `socket.accept()` method by
152library/multiprocessing`# object. (We import `multiprocessing.reduction` to enable this pickling.)
153library/multiprocessing`# `Pool.imap()` (which will save on the amount of code needed anyway).
154library/multiprocessing:queue>>> QueueManager.register('get_queue', callable=lambda:queue)
155library/multiprocessing`# register the Foo class; make `f()` and `g()` accessible via proxy
156library/multiprocessing`# register the Foo class; make `g()` and `_h()` accessible via proxy
157library/multiprocessing`# register the generator function baz; use `GeneratorProxy` to make proxies
158library/nntplib:bytes:bytes
159library/nntplib:lines:lines
160library/optparse:lendel parser.rargs[:len(value)]
161library/os.path:fooc:foo
162library/pdb:linenofilename:lineno
163library/pickle:memoryconn = sqlite3.connect(":memory:")
164library/posix`CFLAGS="`getconf LFS_CFLAGS`" OPT="-g -O2 $CFLAGS"
165library/pprint209::'classifiers': ['Development Status :: 4 - Beta',
166library/pprint209::'Intended Audience :: Developers',
167library/pprint209::'License :: OSI Approved :: MIT License',
168library/pprint209::'Natural Language :: English',
169library/pprint209::'Operating System :: OS Independent',
170library/pprint209::'Programming Language :: Python',
171library/pprint209::'Programming Language :: Python :: 2',
172library/pprint209::'Programming Language :: Python :: 2.6',
173library/pprint209::'Programming Language :: Python :: 2.7',
174library/pprint209::'Topic :: Software Development :: Libraries',
175library/pprint209::'Topic :: Software Development :: Libraries :: Python Modules'],
176library/profile:linenofilename:lineno(function)
177library/pyexpat:elem1<py:elem1 />
178library/pyexpat:pyxmlns:py = "http://www.python.org/ns/">
179library/smtplib:portmethod must support that as well as a regular host:port
180library/socket::(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]
181library/socket::'5aef:2b::8'
182library/socket:canreturn (can_id, can_dlc, data[:can_dlc])
183library/socket:lenfds.fromstring(cmsg_data[:len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
184library/sqlite3:agecur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
185library/sqlite3:memory
186library/sqlite3:whocur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
187library/ssl:MyOrganizational Unit Name (eg, section) []:My Group
188library/ssl:MyOrganization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc.
189library/ssl:myserverCommon Name (eg, YOUR name) []:myserver.mygroup.myorganization.com
190library/ssl:MyStateState or Province Name (full name) [Some-State]:MyState
191library/ssl:opsEmail Address []:ops@myserver.mygroup.myorganization.com
192library/ssl:SomeLocality Name (eg, city) []:Some City
193library/ssl:USCountry Name (2 letter code) [AU]:US
194library/stdtypes::>>> a[::-1].tolist()
195library/stdtypes::>>> a[::2].tolist()
196library/stdtypes:ends[start:end]
197library/stdtypes::>>> hash(v[::-2]) == hash(b'abcefg'[::-2])
198library/stdtypes:lens[len(s):len(s)]
199library/stdtypes::>>> y = m[::2]
200library/stdtypes::>>> z = y[::-2]
201library/subprocess`output=`dmesg | grep hda`
202library/subprocess`output=`mycmd myarg`
203library/tarfile:bz2
204library/tarfile:compressionfilemode[:compression]
205library/tarfile:gz
206library/tarfile:xz'a:xz'
207library/tarfile:xz'r:xz'
208library/tarfile:xz'w:xz'
209library/time:mm
210library/time:ss
211library/turtle::Example::
212library/urllib.request:closeConnection:close
213library/urllib.request:langxmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n<head>\n
214library/urllib.request:password"joe:password@python.org"
215library/uuid:uuidurn:uuid:12345678-1234-5678-1234-567812345678
216library/venv:param:param nodist: If True, Distribute is not installed into the created
217library/venv:param:param nopip: If True, pip is not installed into the created
218library/venv:param:param progress: If Distribute or pip are installed, the progress of the
219library/venv:param:param context: The information for the environment creation request
220library/xmlrpc.client:passhttp://user:pass@host:port/path
221library/xmlrpc.client:passuser:pass
222library/xmlrpc.client:porthttp://user:pass@host:port/path
223license```Software''), to deal in the Software without restriction, including
224license`THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
225license`* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
226license`THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
227license`* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
228license`THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
229license:zookomailto:zooko@zooko.com
230reference/expressions:indexx[index:index]
231reference/lexical_analysis`$ ? `
232reference/lexical_analysis:fileencoding# vim:fileencoding=<encoding-name>
233tutorial/datastructures:valueIt is also possible to delete a key:value
234tutorial/datastructures:valuekey:value pairs within the braces adds initial key:value pairs
235tutorial/stdlib2:configlogging.warning('Warning:config file %s not found', 'server.conf')
236tutorial/stdlib2:configWARNING:root:Warning:config file server.conf not found
237tutorial/stdlib2:CriticalCRITICAL:root:Critical error -- shutting down
238tutorial/stdlib2:ErrorERROR:root:Error occurred
239tutorial/stdlib2:rootCRITICAL:root:Critical error -- shutting down
240tutorial/stdlib2:rootERROR:root:Error occurred
241tutorial/stdlib2:rootWARNING:root:Warning:config file server.conf not found
242tutorial/stdlib2:startextra = data[start:start+extra_size]
243tutorial/stdlib2:startfields = struct.unpack('<IIIHH', data[start:start+16])
244tutorial/stdlib2:startfilename = data[start:start+filenamesize]
245tutorial/stdlib2:WarningWARNING:root:Warning:config file server.conf not found
246using/cmdline:categoryaction:message:category:module:line
247using/cmdline:errorhandler:errorhandler
248using/cmdline:lineaction:message:category:module:line
249using/cmdline:linefile:line: category: message
250using/cmdline:messageaction:message:category:module:line
251using/cmdline:moduleaction:message:category:module:line
252whatsnew/2.0418:len
253whatsnew/2.3::
254whatsnew/2.3:config
255whatsnew/2.3:Critical
256whatsnew/2.3:Error
257whatsnew/2.3:Problem
258whatsnew/2.3:root
259whatsnew/2.3:Warning
260whatsnew/2.4::
261whatsnew/2.4:System
262whatsnew/2.5:memory:memory:
263whatsnew/2.5:step[start:stop:step]
264whatsnew/2.5:stop[start:stop:step]
265whatsnew/2.71619::ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',
266whatsnew/2.71619::>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
267whatsnew/2.7735:Sunday'2009:4:Sunday'
268whatsnew/2.7862:Cookieexport PYTHONWARNINGS=all,error:::Cookie:0
269whatsnew/2.7862::export PYTHONWARNINGS=all,error:::Cookie:0
270whatsnew/3.2:affenetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
271whatsnew/3.2:affe>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
272whatsnew/3.2:beefnetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
273whatsnew/3.2:beef>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
274whatsnew/3.2:cafenetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
275whatsnew/3.2:cafe>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
276whatsnew/3.2:deafnetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
277whatsnew/3.2:deaf>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
278whatsnew/3.2:directory${buildout:directory}/downloads/dist
279whatsnew/3.2::$ export PYTHONWARNINGS='ignore::RuntimeWarning::,once::UnicodeWarning::'
280whatsnew/3.2:feednetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
281whatsnew/3.2:feed>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
282whatsnew/3.2:gz>>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:
283whatsnew/3.2:locationzope9-location = ${zope9:location}
284whatsnew/3.2:prefixzope-conf = ${custom:prefix}/etc/zope.conf
285whatsnew/changelog:platform:platform:
286whatsnew/changelog:password: Unquote before b64encoding user:password during Basic
287whatsnew/changelog:closeConnection:close header.
288whatsnew/changelog:PythonCmdWith Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused
289whatsnew/changelog:close: Connection:close header is sent by requests using URLOpener
290whatsnew/changelog::: Fix FTP tests for IPv6, bind to "::1" instead of "localhost".
291whatsnew/changelog:test: test_subprocess:test_leaking_fds_on_error no longer gives a