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

11 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:i2o[i1:i2]
5c-api/sequence:i2o[i1:i2] = v
6c-api/sequence:i2del o[i1:i2]
7c-api/unicode:endstr[start:end]
8distutils/setupscript::
9extending/embedding:numargsif(!PyArg_ParseTuple(args, ":numargs"))
10extending/extending:setif (PyArg_ParseTuple(args, "O:set_callback", &temp)) {
11extending/extending:myfunctionPyArg_ParseTuple(args, "D:myfunction", &c);
12extending/newtypes:callif (!PyArg_ParseTuple(args, "sss:call", &arg1, &arg2, &arg3)) {
13extending/windows:initspam/export:initspam
14howto/cporting:addif (!PyArg_ParseTuple(args, "ii:add_ints", &one, &two))
15howto/cporting:encodeif (!PyArg_ParseTuple(args, "O:encode_object", &myobj))
16howto/cporting:sayif (!PyArg_ParseTuple(args, "U:say_hello", &name))
17howto/curses:blackThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
18howto/curses:blueThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
19howto/curses:cyanThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
20howto/curses:greenThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
21howto/curses:magentaThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
22howto/curses:redThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
23howto/curses:white7:white.
24howto/curses:yellowThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
25howto/regex::
26howto/regex:foo(?:foo)
27howto/urllib2:examplefor example "joe@password:example.com"
28howto/webservers.. image:.. image:: http.png
29library/audioop:ipos# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],
30library/datetime:MM
31library/datetime:SS
32library/decimal:optionaltrailneg:optional trailing minus indicator
33library/difflib:ahia[alo:ahi]
34library/difflib:bhib[blo:bhi]
35library/difflib:i2
36library/difflib:j2
37library/difflib:i1
38library/dis:TOS
39library/dis`TOS = `TOS`
40library/doctest```factorial`` from the ``example`` module:
41library/doctest`The ``example`` module
42library/doctest`Using ``factorial``
43library/functions:stepa[start:stop:step]
44library/functions:stopa[start:stop, i]
45library/functions:stopa[start:stop:step]
46library/hotshot:linenoncalls tottime percall cumtime percall filename:lineno(function)
47library/httplib:porthost:port
48library/imaplib:MM"DD-Mmm-YYYY HH:MM:SS +HHMM"
49library/imaplib:SS"DD-Mmm-YYYY HH:MM:SS +HHMM"
50library/itertools:stopelements from seq[start:stop:step]
51library/itertools:stepelements from seq[start:stop:step]
52library/linecache:syssys:x:3:3:sys:/dev:/bin/sh
53library/logging:And
54library/logging:package1
55library/logging:package2
56library/logging:root
57library/logging:This
58library/logging:porthost:port
59library/mmap:i2obj[i1:i2]
60library/multiprocessing:queue>>> QueueManager.register('get_queue', callable=lambda:queue)
61library/multiprocessing`>>> l._callmethod('__getitem__', (20,)) # equiv to `l[20]`
62library/multiprocessing`>>> l._callmethod('__getslice__', (2, 7)) # equiv to `l[2:7]`
63library/multiprocessing`# `BaseManager`.
64library/multiprocessing`# `Pool.imap()` (which will save on the amount of code needed anyway).
65library/multiprocessing`# A test file for the `multiprocessing` package
66library/multiprocessing`# A test of `multiprocessing.Pool` class
67library/multiprocessing`# Add more tasks using `put()`
68library/multiprocessing`# create server for a `HostManager` object
69library/multiprocessing`# Depends on `multiprocessing` package -- tested with `processing-0.60`
70library/multiprocessing`# in the original order then consider using `Pool.map()` or
71library/multiprocessing`# Not sure if we should synchronize access to `socket.accept()` method by
72library/multiprocessing`# object. (We import `multiprocessing.reduction` to enable this pickling.)
73library/multiprocessing`# register the Foo class; make `f()` and `g()` accessible via proxy
74library/multiprocessing`# register the Foo class; make `g()` and `_h()` accessible via proxy
75library/multiprocessing`# register the generator function baz; use `GeneratorProxy` to make proxies
76library/multiprocessing``Cluster` is a subclass of `SyncManager` so it allows creation of
77library/multiprocessing``hostname` gives the name of the host. If hostname is not
78library/multiprocessing``slots` is used to specify the number of slots for processes on
79library/optparse:lendel parser.rargs[:len(value)]
80library/os.path:fooc:foo
81library/parser`"Make a function that raises an argument to the exponent `exp`."
82library/posix`CFLAGS="`getconf LFS_CFLAGS`" OPT="-g -O2 $CFLAGS"
83library/profile:linenoncalls tottime percall cumtime percall filename:lineno(function)
84library/profile:linenofilename:lineno(function)
85library/pyexpat:elem1<py:elem1 />
86library/pyexpat:pyxmlns:py = "http://www.python.org/ns/">
87library/repr`return `obj`
88library/smtplib:portas well as a regular host:port server.
89library/socket::'5aef:2b::8'
90library/sqlite3:memory
91library/sqlite3:ageselect name_last, age from people where name_last=:who and age=:age
92library/sqlite3:whoselect name_last, age from people where name_last=:who and age=:age
93library/ssl:MyOrganization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc.
94library/ssl:MyOrganizational Unit Name (eg, section) []:My Group
95library/ssl:myserverCommon Name (eg, YOUR name) []:myserver.mygroup.myorganization.com
96library/ssl:MyStateState or Province Name (full name) [Some-State]:MyState
97library/ssl:opsEmail Address []:ops@myserver.mygroup.myorganization.com
98library/ssl:SomeLocality Name (eg, city) []:Some City
99library/ssl:USCountry Name (2 letter code) [AU]:US
100library/stdtypes:lens[len(s):len(s)]
101library/stdtypes:lens[len(s):len(s)]
102library/string:ends[start:end]
103library/string:ends[start:end]
104library/subprocess`output=`mycmd myarg`
105library/subprocess`output=`dmesg | grep hda`
106library/tarfile:compressionfilemode[:compression]
107library/tarfile:gz
108library/tarfile:bz2
109library/time:mm
110library/time:ss
111library/turtle::Example::
112library/urllib:port:port
113library/urllib2:password"joe:password@python.org"
114library/uuid:uuidurn:uuid:12345678-1234-5678-1234-567812345678
115library/xmlrpclib:passhttp://user:pass@host:port/path
116library/xmlrpclib:passuser:pass
117library/xmlrpclib:porthttp://user:pass@host:port/path
118license`THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
119license:zookomailto:zooko@zooko.com
120license`THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
121reference/datamodel:stepa[i:j:step]
122reference/datamodel:max
123reference/expressions:indexx[index:index]
124reference/expressions:datum{key:datum...}
125reference/expressions``expressions...`
126reference/grammar:output#diagram:output
127reference/grammar:rules#diagram:rules
128reference/grammar:token#diagram:token
129reference/grammar`'`' testlist1 '`'
130reference/lexical_analysis:fileencoding# vim:fileencoding=<encoding-name>
131reference/lexical_analysis`, : . ` = ;
132tutorial/datastructures:valuekey:value pairs within the braces adds initial key:value pairs
133tutorial/datastructures:valueIt is also possible to delete a key:value
134tutorial/stdlib2:startfields = struct.unpack('<IIIHH', data[start:start+16])
135tutorial/stdlib2:startextra = data[start:start+extra_size]
136tutorial/stdlib2:startfilename = data[start:start+filenamesize]
137tutorial/stdlib2:configlogging.warning('Warning:config file %s not found', 'server.conf')
138tutorial/stdlib2:configWARNING:root:Warning:config file server.conf not found
139tutorial/stdlib2:CriticalCRITICAL:root:Critical error -- shutting down
140tutorial/stdlib2:ErrorERROR:root:Error occurred
141tutorial/stdlib2:rootCRITICAL:root:Critical error -- shutting down
142tutorial/stdlib2:rootERROR:root:Error occurred
143tutorial/stdlib2:rootWARNING:root:Warning:config file server.conf not found
144tutorial/stdlib2:WarningWARNING:root:Warning:config file server.conf not found
145using/cmdline:linefile:line: category: message
146using/cmdline:categoryaction:message:category:module:line
147using/cmdline:lineaction:message:category:module:line
148using/cmdline:messageaction:message:category:module:line
149using/cmdline:moduleaction:message:category:module:line
150using/cmdline:errorhandler:errorhandler
151using/windows162``` this fixes syntax highlighting errors in some editors due to the \\\\ hackery
152using/windows170```
153whatsnew/2.0418:len
154whatsnew/2.3::
155whatsnew/2.3:config
156whatsnew/2.3:Critical
157whatsnew/2.3:Error
158whatsnew/2.3:Problem
159whatsnew/2.3:root
160whatsnew/2.3:Warning
161whatsnew/2.4::
162whatsnew/2.4:System
163whatsnew/2.5:memory:memory:
164whatsnew/2.5:step[start:stop:step]
165whatsnew/2.5:stop[start:stop:step]
166distutils/examples267`This is the description of the ``foobar`` package.
167faq/programming:reduceprint (lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y,
168faq/programming:reduceSx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,
169faq/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(
170faq/programming::for x in sequence[::-1]:
171faq/windows229:EOF@setlocal enableextensions & python -x %~f0 %* & goto :EOF
172faq/windows393:REG.py :REG_SZ: c:\<path to python>\python.exe -u %s %s
173library/bisect:hiall(val >= x for val in a[i:hi])
174library/bisect:hiall(val > x for val in a[i:hi])
175library/http.client52:porthost:port
176library/nntplib:bytes:bytes
177library/nntplib:lines:lines
178library/nntplib:lines['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']
179library/nntplib:bytes['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']
180library/pickle567:memoryconn = sqlite3.connect(":memory:")
181library/profile293:lineno(sort by filename:lineno),
182library/socket::(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]
183library/stdtypes:ends[start:end]
184library/stdtypes:ends[start:end]
185license`* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
186license`* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
187license```Software''), to deal in the Software without restriction, including
188license`THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
189reference/lexical_analysis704`$ ? `
190whatsnew/2.7735:Sunday'2009:4:Sunday'
191whatsnew/2.7862::export PYTHONWARNINGS=all,error:::Cookie:0
192whatsnew/2.7862:Cookieexport PYTHONWARNINGS=all,error:::Cookie:0
193whatsnew/2.7::>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
194whatsnew/2.7::ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',
195howto/pyporting75::# make sure to use :: Python *and* :: Python :: 3 so
196howto/pyporting75::'Programming Language :: Python',
197howto/pyporting75::'Programming Language :: Python :: 3'
198library/urllib267:closeConnection:close