cpython/Doc/tools/susp-ignored.csv

10 KiB

1c-api/arg:refPyArg_ParseTuple(args, "O|O:ref", &object, &callback)
2c-api/list:highlist[low:high]
3c-api/sequence:i2o[i1:i2]
4c-api/unicode:endstr[start:end]
5distutils/setupscript::
6extending/embedding:numargsif(!PyArg_ParseTuple(args, ":numargs"))
7extending/extending:setif (PyArg_ParseTuple(args, "O:set_callback", &temp)) {
8extending/extending:myfunctionPyArg_ParseTuple(args, "D:myfunction", &c);
9extending/newtypes:callif (!PyArg_ParseTuple(args, "sss:call", &arg1, &arg2, &arg3)) {
10extending/windows:initspam/export:initspam
11faq/programming:reduceprint (lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y,
12faq/programming:reduceSx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,
13faq/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(
14faq/programming::for x in sequence[::-1]:
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/logging:rootWARNING:root:Watch out!
26howto/logging:WatchWARNING:root:Watch out!
27howto/logging:rootDEBUG:root:This message should go to the log file
28howto/logging:rootINFO:root:So should this
29howto/logging:SoINFO:root:So should this
30howto/logging:rootWARNING:root:And this, too
31howto/logging:AndWARNING:root:And this, too
32howto/logging:rootINFO:root:Started
33howto/logging:StartedINFO:root:Started
34howto/logging:rootINFO:root:Doing something
35howto/logging:DoingINFO:root:Doing something
36howto/logging:rootINFO:root:Finished
37howto/logging:FinishedINFO:root:Finished
38howto/logging:rootWARNING:root:Look before you leap!
39howto/logging:LookWARNING:root:Look before you leap!
40howto/logging:ThisDEBUG:This message should appear on the console
41howto/logging:SoINFO:So should this
42howto/logging:AndWARNING:And this, too
43howto/logging:loggerseverity:logger name:message
44howto/logging:messageseverity:logger name:message
45howto/logging:ThisDEBUG:root:This message should go to the log file
46howto/pyporting::Programming Language :: Python :: 2
47howto/pyporting::Programming Language :: Python :: 3
48howto/regex::
49howto/regex:foo(?:foo)
50howto/urllib2:examplefor example "joe@password:example.com"
51library/audioop:ipos# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],
52library/bisect:hiall(val >= x for val in a[i:hi])
53library/bisect:hiall(val > x for val in a[i:hi])
54library/cookie`!#$%&'*+-.^_`|~
55library/datetime:MM
56library/datetime:SS
57library/decimal:optionaltrailneg:optional trailing minus indicator
58library/difflib:ahia[alo:ahi]
59library/difflib:bhib[blo:bhi]
60library/difflib:i2
61library/difflib:j2
62library/difflib:i1
63library/dis:TOS
64library/dis`TOS = `TOS`
65library/doctest```factorial`` from the ``example`` module:
66library/doctest`The ``example`` module
67library/doctest`Using ``factorial``
68library/exceptions:errerr.object[err.start:err.end]
69library/functions:stepa[start:stop:step]
70library/functions:stopa[start:stop, i]
71library/functions:stopa[start:stop:step]
72library/hotshot:linenoncalls tottime percall cumtime percall filename:lineno(function)
73library/httplib:porthost:port
74library/imaplib:MM"DD-Mmm-YYYY HH:MM:SS
75library/imaplib:SS"DD-Mmm-YYYY HH:MM:SS
76library/itertools:stopelements from seq[start:stop:step]
77library/itertools:stepelements from seq[start:stop:step]
78library/linecache:syssys:x:3:3:sys:/dev:/bin/sh
79library/logging.handlers:porthost:port
80library/mmap:i2obj[i1:i2]
81library/multiprocessing:queue>>> QueueManager.register('get_queue', callable=lambda:queue)
82library/multiprocessing`>>> l._callmethod('__getitem__', (20,)) # equiv to `l[20]`
83library/multiprocessing`>>> l._callmethod('__getslice__', (2, 7)) # equiv to `l[2:7]`
84library/multiprocessing`# `BaseManager`.
85library/multiprocessing`# `Pool.imap()` (which will save on the amount of code needed anyway).
86library/multiprocessing`# A test file for the `multiprocessing` package
87library/multiprocessing`# A test of `multiprocessing.Pool` class
88library/multiprocessing`# Add more tasks using `put()`
89library/multiprocessing`# in the original order then consider using `Pool.map()` or
90library/multiprocessing`# Not sure if we should synchronize access to `socket.accept()` method by
91library/multiprocessing`# object. (We import `multiprocessing.reduction` to enable this pickling.)
92library/multiprocessing`# register the Foo class; make `f()` and `g()` accessible via proxy
93library/multiprocessing`# register the Foo class; make `g()` and `_h()` accessible via proxy
94library/multiprocessing`# register the generator function baz; use `GeneratorProxy` to make proxies
95library/optparse:lendel parser.rargs[:len(value)]
96library/os.path:fooc:foo
97library/pdb:linenofilename:lineno
98library/posix`CFLAGS="`getconf LFS_CFLAGS`" OPT="-g -O2 $CFLAGS"
99library/profile:linenoncalls tottime percall cumtime percall filename:lineno(function)
100library/profile:linenofilename:lineno(function)
101library/pyexpat:elem1<py:elem1 />
102library/pyexpat:pyxmlns:py = "http://www.python.org/ns/">
103library/smtplib:portmethod must support that as well as a regular host:port
104library/socket::'5aef:2b::8'
105library/socket::(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]
106library/sqlite3:memory
107library/sqlite3:whocur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
108library/sqlite3:agecur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
109library/ssl:MyOrganization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc.
110library/ssl:MyOrganizational Unit Name (eg, section) []:My Group
111library/ssl:myserverCommon Name (eg, YOUR name) []:myserver.mygroup.myorganization.com
112library/ssl:MyStateState or Province Name (full name) [Some-State]:MyState
113library/ssl:opsEmail Address []:ops@myserver.mygroup.myorganization.com
114library/ssl:SomeLocality Name (eg, city) []:Some City
115library/ssl:USCountry Name (2 letter code) [AU]:US
116library/stdtypes:lens[len(s):len(s)]
117library/stdtypes:ends[start:end]
118library/string:ends[start:end]
119library/subprocess`output=`mycmd myarg`
120library/subprocess`output=`dmesg | grep hda`
121library/tarfile:compressionfilemode[:compression]
122library/tarfile:gz
123library/tarfile:bz2
124library/time:mm
125library/time:ss
126library/turtle::Example::
127library/urllib:port:port
128library/urllib2:password"joe:password@python.org"
129library/urllib2:closeConnection:close
130library/uuid:uuidurn:uuid:12345678-1234-5678-1234-567812345678
131library/xmlrpclib:passhttp://user:pass@host:port/path
132library/xmlrpclib:passuser:pass
133library/xmlrpclib:porthttp://user:pass@host:port/path
134license`THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
135license:zookomailto:zooko@zooko.com
136license`THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
137license`* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
138license`* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
139license```Software''), to deal in the Software without restriction, including
140license`THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
141reference/datamodel:stepa[i:j:step]
142reference/datamodel:max
143reference/expressions:indexx[index:index]
144reference/expressions``expressions...`
145reference/expressions`"`"
146reference/grammar`'`' testlist1 '`'
147reference/lexical_analysis:fileencoding# vim:fileencoding=<encoding-name>
148reference/lexical_analysis`, : . ` = ;
149tutorial/datastructures:valuekey:value pairs within the braces adds initial key:value pairs
150tutorial/datastructures:valueIt is also possible to delete a key:value
151tutorial/stdlib2:startfields = struct.unpack('<IIIHH', data[start:start+16])
152tutorial/stdlib2:startextra = data[start:start+extra_size]
153tutorial/stdlib2:startfilename = data[start:start+filenamesize]
154tutorial/stdlib2:configlogging.warning('Warning:config file %s not found', 'server.conf')
155tutorial/stdlib2:configWARNING:root:Warning:config file server.conf not found
156tutorial/stdlib2:CriticalCRITICAL:root:Critical error -- shutting down
157tutorial/stdlib2:ErrorERROR:root:Error occurred
158tutorial/stdlib2:rootCRITICAL:root:Critical error -- shutting down
159tutorial/stdlib2:rootERROR:root:Error occurred
160tutorial/stdlib2:rootWARNING:root:Warning:config file server.conf not found
161tutorial/stdlib2:WarningWARNING:root:Warning:config file server.conf not found
162using/cmdline:linefile:line: category: message
163using/cmdline:categoryaction:message:category:module:line
164using/cmdline:lineaction:message:category:module:line
165using/cmdline:messageaction:message:category:module:line
166using/cmdline:moduleaction:message:category:module:line
167using/cmdline:errorhandler:errorhandler
168using/unix:Packaginghttp://en.opensuse.org/Portal:Packaging
169whatsnew/2.0418:len
170whatsnew/2.3::
171whatsnew/2.3:config
172whatsnew/2.3:Critical
173whatsnew/2.3:Error
174whatsnew/2.3:Problem
175whatsnew/2.3:root
176whatsnew/2.3:Warning
177whatsnew/2.4::
178whatsnew/2.4:System
179whatsnew/2.5:memory:memory:
180whatsnew/2.5:step[start:stop:step]
181whatsnew/2.5:stop[start:stop:step]
182whatsnew/2.7735:Sunday'2009:4:Sunday'
183whatsnew/2.7862::export PYTHONWARNINGS=all,error:::Cookie:0
184whatsnew/2.7862:Cookieexport PYTHONWARNINGS=all,error:::Cookie:0
185whatsnew/2.7::>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
186whatsnew/2.7::ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',