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

20 KiB

1c-api/arg:refPyArg_ParseTuple(args, "O|O:ref", &object, &callback)
2c-api/list:highlist[low:high]
3c-api/list:highlist[low:high] = itemlist
4c-api/sequence:i2del o[i1:i2]
5c-api/sequence:i2o[i1:i2]
6c-api/sequence:i2o[i1:i2] = v
7c-api/unicode:endstr[start:end]
8c-api/unicode:startunicode[start:start+length]
9distutils/examples267`This is the description of the ``foobar`` package.
10distutils/setupscript::
11extending/embedding:numargsif(!PyArg_ParseTuple(args, ":numargs"))
12extending/extending:myfunctionPyArg_ParseTuple(args, "D:myfunction", &c);
13extending/extending:setif (PyArg_ParseTuple(args, "O:set_callback", &temp)) {
14extending/newtypes:callif (!PyArg_ParseTuple(args, "sss:call", &arg1, &arg2, &arg3)) {
15extending/windows:initspam/export:initspam
16faq/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(
17faq/programming::for x in sequence[::-1]:
18faq/programming:reduceprint((lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y,
19faq/programming:reduceSx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,
20faq/windows229:EOF@setlocal enableextensions & python -x %~f0 %* & goto :EOF
21faq/windows393:REG.py :REG_SZ: c:\<path to python>\python.exe -u %s %s
22howto/cporting:addif (!PyArg_ParseTuple(args, "ii:add_ints", &one, &two))
23howto/cporting:encodeif (!PyArg_ParseTuple(args, "O:encode_object", &myobj))
24howto/cporting:sayif (!PyArg_ParseTuple(args, "U:say_hello", &name))
25howto/curses:blackThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
26howto/curses:blueThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
27howto/curses:cyanThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
28howto/curses:greenThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
29howto/curses:magentaThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
30howto/curses:redThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
31howto/curses:white7:white.
32howto/curses:yellowThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
33howto/ipaddress:DB8>>> ipaddress.ip_address('2001:DB8::1')
34howto/ipaddress::>>> ipaddress.ip_address('2001:DB8::1')
35howto/ipaddress:db8IPv6Address('2001:db8::1')
36howto/ipaddress::IPv6Address('2001:db8::1')
37howto/ipaddress:db8IPv6Address('2001:db8::1')
38howto/ipaddress::IPv6Address('2001:db8::1')
39howto/ipaddress::IPv6Address('::1')
40howto/ipaddress:db8>>> ipaddress.ip_network('2001:db8::0/96')
41howto/ipaddress::>>> ipaddress.ip_network('2001:db8::0/96')
42howto/ipaddress:db8IPv6Network('2001:db8::/96')
43howto/ipaddress::IPv6Network('2001:db8::/96')
44howto/ipaddress:db8IPv6Network('2001:db8::/128')
45howto/ipaddress::IPv6Network('2001:db8::/128')
46howto/ipaddress:db8>>> ipaddress.ip_network('2001:db8::1/96')
47howto/ipaddress::>>> ipaddress.ip_network('2001:db8::1/96')
48howto/ipaddress:db8IPv6Interface('2001:db8::1/96')
49howto/ipaddress::IPv6Interface('2001:db8::1/96')
50howto/ipaddress:db8>>> addr6 = ipaddress.ip_address('2001:db8::1')
51howto/ipaddress::>>> addr6 = ipaddress.ip_address('2001:db8::1')
52howto/ipaddress:db8>>> host6 = ipaddress.ip_interface('2001:db8::1/96')
53howto/ipaddress::>>> host6 = ipaddress.ip_interface('2001:db8::1/96')
54howto/ipaddress:db8IPv6Network('2001:db8::/96')
55howto/ipaddress::IPv6Network('2001:db8::/96')
56howto/ipaddress:db8>>> net6 = ipaddress.ip_network('2001:db8::0/96')
57howto/ipaddress::>>> net6 = ipaddress.ip_network('2001:db8::0/96')
58howto/ipaddress:db8>>> net6 = ipaddress.ip_network('2001:db8::0/96')
59howto/ipaddress::>>> net6 = ipaddress.ip_network('2001:db8::0/96')
60howto/ipaddress:ffffIPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
61howto/ipaddress::IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
62howto/ipaddress::IPv6Address('::ffff:ffff')
63howto/ipaddress:ffffIPv6Address('::ffff:ffff')
64howto/ipaddress::IPv6Address('2001::1')
65howto/ipaddress::IPv6Address('2001::ffff:ffff')
66howto/ipaddress:ffffIPv6Address('2001::ffff:ffff')
67howto/logging:AndWARNING:And this, too
68howto/logging:AndWARNING:root:And this, too
69howto/logging:DoingINFO:root:Doing something
70howto/logging:FinishedINFO:root:Finished
71howto/logging:loggerseverity:logger name:message
72howto/logging:LookWARNING:root:Look before you leap!
73howto/logging:messageseverity:logger name:message
74howto/logging:rootDEBUG:root:This message should go to the log file
75howto/logging:rootINFO:root:Doing something
76howto/logging:rootINFO:root:Finished
77howto/logging:rootINFO:root:So should this
78howto/logging:rootINFO:root:Started
79howto/logging:rootWARNING:root:And this, too
80howto/logging:rootWARNING:root:Look before you leap!
81howto/logging:rootWARNING:root:Watch out!
82howto/logging:SoINFO:root:So should this
83howto/logging:SoINFO:So should this
84howto/logging:StartedINFO:root:Started
85howto/logging:ThisDEBUG:root:This message should go to the log file
86howto/logging:ThisDEBUG:This message should appear on the console
87howto/logging:WatchWARNING:root:Watch out!
88howto/pyporting75::# make sure to use :: Python *and* :: Python :: 3 so
89howto/pyporting75::'Programming Language :: Python',
90howto/pyporting75::'Programming Language :: Python :: 3'
91howto/regex::
92howto/regex:foo(?:foo)
93howto/urllib2:examplefor example "joe@password:example.com"
94howto/webservers.. image:.. image:: http.png
95library/audioop:ipos# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],
96library/bisect32:hiall(val >= x for val in a[i:hi])
97library/bisect42:hiall(val > x for val in a[i:hi])
98library/configparser:homemy_dir: ${Common:home_dir}/twosheds
99library/configparser:option${section:option}
100library/configparser:pathpython_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
101library/configparser:Pythonpython_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
102library/configparser`# Set the optional `raw` argument of get() to True if you wish to disable
103library/configparser:systempath: ${Common:system_dir}/Library/Frameworks/
104library/configparser`# The optional `fallback` argument can be used to provide a fallback value
105library/configparser`# The optional `vars` argument is a dict with members that will take
106library/datetime:MM
107library/datetime:SS
108library/decimal:optionaltrailneg:optional trailing minus indicator
109library/difflib:ahia[alo:ahi]
110library/difflib:bhib[blo:bhi]
111library/difflib:i1
112library/difflib:i2
113library/difflib:j2
114library/dis:TOS
115library/dis`TOS = `TOS`
116library/doctest```factorial`` from the ``example`` module:
117library/doctest`The ``example`` module
118library/doctest`Using ``factorial``
119library/functions:stepa[start:stop:step]
120library/functions:stopa[start:stop, i]
121library/functions:stopa[start:stop:step]
122library/hotshot:linenoncalls tottime percall cumtime percall filename:lineno(function)
123library/http.client52:porthost:port
124library/http.cookies`!#$%&'*+-.^_`|~:
125library/httplib:porthost:port
126library/imaplib:MM"DD-Mmm-YYYY HH:MM:SS
127library/imaplib:SS"DD-Mmm-YYYY HH:MM:SS
128library/ipaddress:db8>>> ipaddress.ip_address('2001:db8::')
129library/ipaddress::>>> ipaddress.ip_address('2001:db8::')
130library/ipaddress:db8IPv6Address('2001:db8::')
131library/ipaddress::IPv6Address('2001:db8::')
132library/ipaddress:db8>>> ipaddress.IPv6Address('2001:db8::1000')
133library/ipaddress::>>> ipaddress.IPv6Address('2001:db8::1000')
134library/ipaddress:db8IPv6Address('2001:db8::1000')
135library/ipaddress::IPv6Address('2001:db8::1000')
136library/ipaddress:db8>>> ipaddress.IPv6Interface('2001:db8::1000/96')
137library/ipaddress::>>> ipaddress.IPv6Interface('2001:db8::1000/96')
138library/ipaddress:db8IPv6Interface('2001:db8::1000/96')
139library/ipaddress::IPv6Interface('2001:db8::1000/96')
140library/ipaddress:db8>>> ipaddress.IPv6Interface('2001:db8::1000/96').network
141library/ipaddress::>>> ipaddress.IPv6Interface('2001:db8::1000/96').network
142library/ipaddress:db8IPv6Network('2001:db8::/96')
143library/ipaddress::IPv6Network('2001:db8::/96')
144library/ipaddress:db8>>> ipaddress.IPv6Network('2001:db8::/96')
145library/ipaddress::>>> ipaddress.IPv6Network('2001:db8::/96')
146library/ipaddress:db8IPv6Network('2001:db8::/96')
147library/ipaddress::IPv6Network('2001:db8::/96')
148library/ipaddress:db8>>> ipaddress.IPv6Network('2001:db8::/96').netmask
149library/ipaddress::>>> ipaddress.IPv6Network('2001:db8::/96').netmask
150library/ipaddress:ffffIPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
151library/ipaddress::IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
152library/ipaddress:db8>>> ipaddress.IPv6Network('2001:db8::1000/96', strict=False)
153library/ipaddress::>>> ipaddress.IPv6Network('2001:db8::1000/96', strict=False)
154library/itertools:stepelements from seq[start:stop:step]
155library/itertools:stopelements from seq[start:stop:step]
156library/linecache:syssys:x:3:3:sys:/dev:/bin/sh
157library/logging:And
158library/logging:DoingINFO:root:Doing something
159library/logging:FinishedINFO:root:Finished
160library/logging:loggerseverity:logger name:message
161library/logging:LookWARNING:root:Look before you leap!
162library/logging:messageseverity:logger name:message
163library/logging:package1
164library/logging:package2
165library/logging:porthost:port
166library/logging:root
167library/logging:SoINFO:root:So should this
168library/logging:SoINFO:So should this
169library/logging:StartedINFO:root:Started
170library/logging:This
171library/logging:WatchWARNING:root:Watch out!
172library/logging.handlers:porthost:port
173library/mmap:i2obj[i1:i2]
174library/multiprocessing`# Add more tasks using `put()`
175library/multiprocessing`# A test file for the `multiprocessing` package
176library/multiprocessing`# A test of `multiprocessing.Pool` class
177library/multiprocessing`# `BaseManager`.
178library/multiprocessing``Cluster` is a subclass of `SyncManager` so it allows creation of
179library/multiprocessing`# create server for a `HostManager` object
180library/multiprocessing`# Depends on `multiprocessing` package -- tested with `processing-0.60`
181library/multiprocessing``hostname` gives the name of the host. If hostname is not
182library/multiprocessing`# in the original order then consider using `Pool.map()` or
183library/multiprocessing`>>> l._callmethod('__getitem__', (20,)) # equiv to `l[20]`
184library/multiprocessing`>>> l._callmethod('__getslice__', (2, 7)) # equiv to `l[2:7]`
185library/multiprocessing`# Not sure if we should synchronize access to `socket.accept()` method by
186library/multiprocessing`# object. (We import `multiprocessing.reduction` to enable this pickling.)
187library/multiprocessing`# `Pool.imap()` (which will save on the amount of code needed anyway).
188library/multiprocessing:queue>>> QueueManager.register('get_queue', callable=lambda:queue)
189library/multiprocessing`# register the Foo class; make `f()` and `g()` accessible via proxy
190library/multiprocessing`# register the Foo class; make `g()` and `_h()` accessible via proxy
191library/multiprocessing`# register the generator function baz; use `GeneratorProxy` to make proxies
192library/multiprocessing``slots` is used to specify the number of slots for processes on
193library/nntplib:bytes:bytes
194library/nntplib:bytes['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']
195library/nntplib:lines:lines
196library/nntplib:lines['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']
197library/optparse:lendel parser.rargs[:len(value)]
198library/os.path:fooc:foo
199library/parser`"Make a function that raises an argument to the exponent `exp`."
200library/pdb:linenofilename:lineno
201library/pdb:lineno[filename:lineno | bpnumber [bpnumber ...]]
202library/pickle:memoryconn = sqlite3.connect(":memory:")
203library/posix`CFLAGS="`getconf LFS_CFLAGS`" OPT="-g -O2 $CFLAGS"
204library/pprint209::'classifiers': ['Development Status :: 4 - Beta',
205library/pprint209::'Intended Audience :: Developers',
206library/pprint209::'License :: OSI Approved :: MIT License',
207library/pprint209::'Natural Language :: English',
208library/pprint209::'Operating System :: OS Independent',
209library/pprint209::'Programming Language :: Python',
210library/pprint209::'Programming Language :: Python :: 2',
211library/pprint209::'Programming Language :: Python :: 2.6',
212library/pprint209::'Programming Language :: Python :: 2.7',
213library/pprint209::'Topic :: Software Development :: Libraries',
214library/pprint209::'Topic :: Software Development :: Libraries :: Python Modules'],
215library/profile:linenofilename:lineno(function)
216library/profile:linenoncalls tottime percall cumtime percall filename:lineno(function)
217library/profile:lineno(sort by filename:lineno),
218library/pyexpat:elem1<py:elem1 />
219library/pyexpat:pyxmlns:py = "http://www.python.org/ns/">
220library/repr`return `obj`
221library/smtplib:portas well as a regular host:port server.
222library/smtplib:portmethod must support that as well as a regular host:port
223library/socket::(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]
224library/socket::'5aef:2b::8'
225library/socket:canreturn (can_id, can_dlc, data[:can_dlc])
226library/socket:lenfds.fromstring(cmsg_data[:len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
227library/sqlite3:agecur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
228library/sqlite3:ageselect name_last, age from people where name_last=:who and age=:age
229library/sqlite3:memory
230library/sqlite3:whocur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
231library/ssl:MyOrganizational Unit Name (eg, section) []:My Group
232library/ssl:MyOrganization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc.
233library/ssl:myserverCommon Name (eg, YOUR name) []:myserver.mygroup.myorganization.com
234library/ssl:MyStateState or Province Name (full name) [Some-State]:MyState
235library/ssl:opsEmail Address []:ops@myserver.mygroup.myorganization.com
236library/ssl:SomeLocality Name (eg, city) []:Some City
237library/ssl:USCountry Name (2 letter code) [AU]:US
238library/stdtypes::>>> a[::-1].tolist()
239library/stdtypes::>>> a[::2].tolist()
240library/stdtypes:ends[start:end]
241library/stdtypes::>>> hash(v[::-2]) == hash(b'abcefg'[::-2])
242library/stdtypes:lens[len(s):len(s)]
243library/stdtypes::>>> y = m[::2]
244library/string:ends[start:end]
245library/subprocess`output=`dmesg | grep hda`
246library/subprocess`output=`mycmd myarg`
247library/tarfile:bz2
248library/tarfile:compressionfilemode[:compression]
249library/tarfile:gz
250library/tarfile:xz'a:xz'
251library/tarfile:xz'r:xz'
252library/tarfile:xz'w:xz'
253library/time:mm
254library/time:ss
255library/turtle::Example::
256library/urllib2:password"joe:password@python.org"
257library/urllib:port:port
258library/urllib.request:closeConnection:close
259library/urllib.request:langxmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n<head>\n
260library/urllib.request:password"joe:password@python.org"
261library/uuid:uuidurn:uuid:12345678-1234-5678-1234-567812345678
262library/xmlrpc.client:passhttp://user:pass@host:port/path
263library/xmlrpc.client:passuser:pass
264library/xmlrpc.client:porthttp://user:pass@host:port/path
265license```Software''), to deal in the Software without restriction, including
266license`THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
267license`* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
268license`THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
269license`* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
270license`THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
271license:zookomailto:zooko@zooko.com
272reference/datamodel:max
273reference/datamodel:stepa[i:j:step]
274reference/expressions:datum{key:datum...}
275reference/expressions``expressions...`
276reference/expressions:indexx[index:index]
277reference/grammar:output#diagram:output
278reference/grammar:rules#diagram:rules
279reference/grammar`'`' testlist1 '`'
280reference/grammar:token#diagram:token
281reference/lexical_analysis`, : . ` = ;
282reference/lexical_analysis`$ ? `
283reference/lexical_analysis:fileencoding# vim:fileencoding=<encoding-name>
284tutorial/datastructures:valueIt is also possible to delete a key:value
285tutorial/datastructures:valuekey:value pairs within the braces adds initial key:value pairs
286tutorial/stdlib2:configlogging.warning('Warning:config file %s not found', 'server.conf')
287tutorial/stdlib2:configWARNING:root:Warning:config file server.conf not found
288tutorial/stdlib2:CriticalCRITICAL:root:Critical error -- shutting down
289tutorial/stdlib2:ErrorERROR:root:Error occurred
290tutorial/stdlib2:rootCRITICAL:root:Critical error -- shutting down
291tutorial/stdlib2:rootERROR:root:Error occurred
292tutorial/stdlib2:rootWARNING:root:Warning:config file server.conf not found
293tutorial/stdlib2:startextra = data[start:start+extra_size]
294tutorial/stdlib2:startfields = struct.unpack('<IIIHH', data[start:start+16])
295tutorial/stdlib2:startfilename = data[start:start+filenamesize]
296tutorial/stdlib2:WarningWARNING:root:Warning:config file server.conf not found
297using/cmdline:categoryaction:message:category:module:line
298using/cmdline:errorhandler:errorhandler
299using/cmdline:lineaction:message:category:module:line
300using/cmdline:linefile:line: category: message
301using/cmdline:messageaction:message:category:module:line
302using/cmdline:moduleaction:message:category:module:line
303whatsnew/2.0418:len
304whatsnew/2.3::
305whatsnew/2.3:config
306whatsnew/2.3:Critical
307whatsnew/2.3:Error
308whatsnew/2.3:Problem
309whatsnew/2.3:root
310whatsnew/2.3:Warning
311whatsnew/2.4::
312whatsnew/2.4:System
313whatsnew/2.5:memory:memory:
314whatsnew/2.5:step[start:stop:step]
315whatsnew/2.5:stop[start:stop:step]
316whatsnew/2.71619::ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',
317whatsnew/2.71619::>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
318whatsnew/2.7735:Sunday'2009:4:Sunday'
319whatsnew/2.7862:Cookieexport PYTHONWARNINGS=all,error:::Cookie:0
320whatsnew/2.7862::export PYTHONWARNINGS=all,error:::Cookie:0
321whatsnew/3.2:affenetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
322whatsnew/3.2:affe>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
323whatsnew/3.2:beefnetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
324whatsnew/3.2:beef>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
325whatsnew/3.2:cafenetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
326whatsnew/3.2:cafe>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
327whatsnew/3.2:deafnetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
328whatsnew/3.2:deaf>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
329whatsnew/3.2:directory... ${buildout:directory}/downloads/dist
330whatsnew/3.2:directory${buildout:directory}/downloads/dist
331whatsnew/3.2::$ export PYTHONWARNINGS='ignore::RuntimeWarning::,once::UnicodeWarning::'
332whatsnew/3.2:feednetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
333whatsnew/3.2:feed>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
334whatsnew/3.2:gz>>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:
335whatsnew/3.2:location... zope9-location = ${zope9:location}
336whatsnew/3.2:locationzope9-location = ${zope9:location}
337whatsnew/3.2:prefix... zope-conf = ${custom:prefix}/etc/zope.conf
338whatsnew/3.2:prefixzope-conf = ${custom:prefix}/etc/zope.conf