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