source: python/trunk/Doc/tools/sphinxext/susp-ignored.csv

Last change on this file was 391, checked in by dmik, 11 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 10.4 KB
Line 
1c-api/arg,,:ref,"PyArg_ParseTuple(args, ""O|O:ref"", &object, &callback)"
2c-api/list,,:high,list[low:high]
3c-api/sequence,,:i2,o[i1:i2]
4c-api/unicode,,:end,str[start:end]
5distutils/setupscript,,::,
6extending/embedding,,:numargs,"if(!PyArg_ParseTuple(args, "":numargs""))"
7extending/extending,,:set,"if (PyArg_ParseTuple(args, ""O:set_callback"", &temp)) {"
8extending/extending,,:myfunction,"PyArg_ParseTuple(args, ""D:myfunction"", &c);"
9extending/newtypes,,:call,"if (!PyArg_ParseTuple(args, ""sss:call"", &arg1, &arg2, &arg3)) {"
10extending/windows,,:initspam,/export:initspam
11howto/cporting,,:encode,"if (!PyArg_ParseTuple(args, ""O:encode_object"", &myobj))"
12howto/cporting,,:say,"if (!PyArg_ParseTuple(args, ""U:say_hello"", &name))"
13howto/curses,,:black,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
14howto/curses,,:blue,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
15howto/curses,,:cyan,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
16howto/curses,,:green,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
17howto/curses,,:magenta,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
18howto/curses,,:red,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
19howto/curses,,:white,"7:white."
20howto/curses,,:yellow,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
21howto/logging,,:root,WARNING:root:Watch out!
22howto/logging,,:Watch,WARNING:root:Watch out!
23howto/logging,,:root,DEBUG:root:This message should go to the log file
24howto/logging,,:root,INFO:root:So should this
25howto/logging,,:So,INFO:root:So should this
26howto/logging,,:root,"WARNING:root:And this, too"
27howto/logging,,:And,"WARNING:root:And this, too"
28howto/logging,,:root,INFO:root:Started
29howto/logging,,:Started,INFO:root:Started
30howto/logging,,:root,INFO:root:Doing something
31howto/logging,,:Doing,INFO:root:Doing something
32howto/logging,,:root,INFO:root:Finished
33howto/logging,,:Finished,INFO:root:Finished
34howto/logging,,:root,WARNING:root:Look before you leap!
35howto/logging,,:Look,WARNING:root:Look before you leap!
36howto/logging,,:This,DEBUG:This message should appear on the console
37howto/logging,,:So,INFO:So should this
38howto/logging,,:And,"WARNING:And this, too"
39howto/logging,,:logger,severity:logger name:message
40howto/logging,,:message,severity:logger name:message
41howto/logging,,:This,DEBUG:root:This message should go to the log file
42howto/regex,,::,
43howto/regex,,:foo,(?:foo)
44howto/urllib2,,:example,"for example ""joe@password:example.com"""
45library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],"
46library/cookie,,`,!#$%&'*+-.^_`|~
47library/datetime,,:MM,
48library/datetime,,:SS,
49library/decimal,,:optional,"trailneg:optional trailing minus indicator"
50library/difflib,,:ahi,a[alo:ahi]
51library/difflib,,:bhi,b[blo:bhi]
52library/difflib,,:i2,
53library/difflib,,:j2,
54library/difflib,,:i1,
55library/dis,,:TOS,
56library/dis,,`,TOS = `TOS`
57library/doctest,,`,``factorial`` from the ``example`` module:
58library/doctest,,`,The ``example`` module
59library/doctest,,`,Using ``factorial``
60library/exceptions,,:err,err.object[err.start:err.end]
61library/functions,,:step,a[start:stop:step]
62library/functions,,:stop,"a[start:stop, i]"
63library/functions,,:stop,a[start:stop:step]
64library/hotshot,,:lineno,"ncalls tottime percall cumtime percall filename:lineno(function)"
65library/httplib,,:port,host:port
66library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS"
67library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS"
68library/itertools,,:stop,elements from seq[start:stop:step]
69library/itertools,,:step,elements from seq[start:stop:step]
70library/linecache,,:sys,"sys:x:3:3:sys:/dev:/bin/sh"
71library/logging.handlers,,:port,host:port
72library/mmap,,:i2,obj[i1:i2]
73library/multiprocessing,,:queue,">>> QueueManager.register('get_queue', callable=lambda:queue)"
74library/multiprocessing,,`,">>> l._callmethod('__getitem__', (20,)) # equiv to `l[20]`"
75library/multiprocessing,,`,">>> l._callmethod('__getslice__', (2, 7)) # equiv to `l[2:7]`"
76library/multiprocessing,,`,# `BaseManager`.
77library/multiprocessing,,`,# `Pool.imap()` (which will save on the amount of code needed anyway).
78library/multiprocessing,,`,# A test file for the `multiprocessing` package
79library/multiprocessing,,`,# A test of `multiprocessing.Pool` class
80library/multiprocessing,,`,# Add more tasks using `put()`
81library/multiprocessing,,`,# in the original order then consider using `Pool.map()` or
82library/multiprocessing,,`,# Not sure if we should synchronize access to `socket.accept()` method by
83library/multiprocessing,,`,# object. (We import `multiprocessing.reduction` to enable this pickling.)
84library/multiprocessing,,`,# register the Foo class; make `f()` and `g()` accessible via proxy
85library/multiprocessing,,`,# register the Foo class; make `g()` and `_h()` accessible via proxy
86library/multiprocessing,,`,# register the generator function baz; use `GeneratorProxy` to make proxies
87library/optparse,,:len,"del parser.rargs[:len(value)]"
88library/os.path,,:foo,c:foo
89library/pdb,,:lineno,filename:lineno
90library/posix,,`,"CFLAGS=""`getconf LFS_CFLAGS`"" OPT=""-g -O2 $CFLAGS"""
91library/profile,,:lineno,ncalls tottime percall cumtime percall filename:lineno(function)
92library/profile,,:lineno,filename:lineno(function)
93library/pyexpat,,:elem1,<py:elem1 />
94library/pyexpat,,:py,"xmlns:py = ""http://www.python.org/ns/"">"
95library/smtplib,,:port,"as well as a regular host:port server."
96library/socket,,::,'5aef:2b::8'
97library/sqlite3,,:memory,
98library/sqlite3,,:who,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})"
99library/sqlite3,,:age,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})"
100library/ssl,,:My,"Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc."
101library/ssl,,:My,"Organizational Unit Name (eg, section) []:My Group"
102library/ssl,,:myserver,"Common Name (eg, YOUR name) []:myserver.mygroup.myorganization.com"
103library/ssl,,:MyState,State or Province Name (full name) [Some-State]:MyState
104library/ssl,,:ops,Email Address []:ops@myserver.mygroup.myorganization.com
105library/ssl,,:Some,"Locality Name (eg, city) []:Some City"
106library/ssl,,:US,Country Name (2 letter code) [AU]:US
107library/stdtypes,,:len,s[len(s):len(s)]
108library/string,,:end,s[start:end]
109library/subprocess,,`,"output=`mycmd myarg`"
110library/subprocess,,`,"output=`dmesg | grep hda`"
111library/tarfile,,:compression,filemode[:compression]
112library/tarfile,,:gz,
113library/tarfile,,:bz2,
114library/time,,:mm,
115library/time,,:ss,
116library/turtle,,::,Example::
117library/urllib,,:port,:port
118library/urllib2,,:password,"""joe:password@python.org"""
119library/uuid,,:uuid,urn:uuid:12345678-1234-5678-1234-567812345678
120library/xmlrpclib,,:pass,http://user:pass@host:port/path
121library/xmlrpclib,,:pass,user:pass
122library/xmlrpclib,,:port,http://user:pass@host:port/path
123license,,`,THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
124license,,:zooko,mailto:zooko@zooko.com
125license,,`,THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
126reference/datamodel,,:step,a[i:j:step]
127reference/datamodel,,:max,
128reference/expressions,,:index,x[index:index]
129reference/expressions,,`,`expressions...`
130reference/expressions,,`,"""`"""
131reference/grammar,,`,'`' testlist1 '`'
132reference/lexical_analysis,,:fileencoding,# vim:fileencoding=<encoding-name>
133reference/lexical_analysis,,`,", : . ` = ;"
134tutorial/datastructures,,:value,key:value pairs within the braces adds initial key:value pairs
135tutorial/datastructures,,:value,It is also possible to delete a key:value
136tutorial/stdlib2,,:start,"fields = struct.unpack('<IIIHH', data[start:start+16])"
137tutorial/stdlib2,,:start,extra = data[start:start+extra_size]
138tutorial/stdlib2,,:start,filename = data[start:start+filenamesize]
139tutorial/stdlib2,,:config,"logging.warning('Warning:config file %s not found', 'server.conf')"
140tutorial/stdlib2,,:config,WARNING:root:Warning:config file server.conf not found
141tutorial/stdlib2,,:Critical,CRITICAL:root:Critical error -- shutting down
142tutorial/stdlib2,,:Error,ERROR:root:Error occurred
143tutorial/stdlib2,,:root,CRITICAL:root:Critical error -- shutting down
144tutorial/stdlib2,,:root,ERROR:root:Error occurred
145tutorial/stdlib2,,:root,WARNING:root:Warning:config file server.conf not found
146tutorial/stdlib2,,:Warning,WARNING:root:Warning:config file server.conf not found
147using/cmdline,,:line,file:line: category: message
148using/cmdline,,:category,action:message:category:module:line
149using/cmdline,,:line,action:message:category:module:line
150using/cmdline,,:message,action:message:category:module:line
151using/cmdline,,:module,action:message:category:module:line
152using/cmdline,,:errorhandler,:errorhandler
153whatsnew/2.0,418,: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]
166faq/programming,,:reduce,"print (lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y,"
167faq/programming,,:reduce,"Sx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,"
168faq/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("
169faq/programming,,::,for x in sequence[::-1]:
170library/bisect,,:hi,all(val >= x for val in a[i:hi])
171library/bisect,,:hi,all(val > x for val in a[i:hi])
172library/socket,,::,"(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]"
173library/stdtypes,,:end,s[start:end]
174license,,`,* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
175license,,`,* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
176license,,`,"``Software''), to deal in the Software without restriction, including"
177license,,`,"THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,"
178whatsnew/2.7,735,:Sunday,'2009:4:Sunday'
179whatsnew/2.7,862,::,"export PYTHONWARNINGS=all,error:::Cookie:0"
180whatsnew/2.7,862,:Cookie,"export PYTHONWARNINGS=all,error:::Cookie:0"
181whatsnew/2.7,,::,>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
182whatsnew/2.7,,::,"ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',"
183howto/pyporting,75,::,# make sure to use :: Python *and* :: Python :: 3 so
184howto/pyporting,75,::,"'Programming Language :: Python',"
185howto/pyporting,75,::,'Programming Language :: Python :: 3'
186library/urllib2,67,:close,Connection:close
Note: See TracBrowser for help on using the repository browser.