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

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