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

30 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
49library/imaplib:SS"DD-Mmm-YYYY HH:MM:SS
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.
167documenting/fromlatex39:func:func:`str(object)`
168documenting/fromlatex39`:func:`str(object)`
169documenting/fromlatex39```str(object)``
170documenting/fromlatex55.. deprecated:.. deprecated:: 2.5
171documenting/fromlatex66.. note:.. note::
172documenting/fromlatex76:samp:samp:`open({filename}, {mode})`
173documenting/fromlatex76`:samp:`open({filename}, {mode})`
174documenting/fromlatex80```'c'``
175documenting/fromlatex80``Title <URL>`_
176documenting/fromlatex80```code``
177documenting/fromlatex80``Title <URL>`_
178documenting/fromlatex99:file:file:`C:\\Temp\\my.tmp`
179documenting/fromlatex99`:file:`C:\\Temp\\my.tmp`
180documenting/fromlatex99```open("C:\Temp\my.tmp")``
181documenting/fromlatex129.. function:.. function:: do_foo(bar)
182documenting/fromlatex141.. function:.. function:: open(filename[, mode[, buffering]])
183documenting/fromlatex152.. function:.. function:: foo_*
184documenting/fromlatex152:noindex:noindex:
185documenting/fromlatex162.. describe:.. describe:: a == b
186documenting/fromlatex168.. cmdoption:.. cmdoption:: -O
187documenting/fromlatex168.. envvar:.. envvar:: PYTHONINSPECT
188documenting/markup33.. sectionauthor:.. sectionauthor:: Guido van Rossum <guido@python.org>
189documenting/markup42:mod:mod:`parrot` -- Dead parrot access
190documenting/markup42`:mod:`parrot` -- Dead parrot access
191documenting/markup42.. module:.. module:: parrot
192documenting/markup42:platform:platform: Unix, Windows
193documenting/markup42:synopsis:synopsis: Analyze and reanimate dead parrots.
194documenting/markup42.. moduleauthor:.. moduleauthor:: Eric Cleese <eric@python.invalid>
195documenting/markup42.. moduleauthor:.. moduleauthor:: John Idle <john@python.invalid>
196documenting/markup88:noindex:noindex:
197documenting/markup95.. function:.. function:: spam(eggs)
198documenting/markup95:noindex:noindex:
199documenting/markup101.. method:.. method:: FileInput.input(...)
200documenting/markup121:functionc:function
201documenting/markup121.. c:.. c:function:: PyObject* PyType_GenericAlloc(PyTypeObject *type, Py_ssize_t nitems)
202documenting/markup121::.. c:function:: PyObject* PyType_GenericAlloc(PyTypeObject *type, Py_ssize_t nitems)
203documenting/markup131:memberc:member
204documenting/markup131.. c:.. c:member:: PyObject* PyTypeObject.tp_bases
205documenting/markup131::.. c:member:: PyObject* PyTypeObject.tp_bases
206documenting/markup139:macroc:macro
207documenting/markup143:typec:type
208documenting/markup150:varc:var
209documenting/markup150.. cvar:.. cvar:: PyObject* PyClass_Type
210documenting/markup179.. function:.. function:: Timer.repeat([repeat=3[, number=1000000]])
211documenting/markup210.. decorator:.. decorator:: removename
212documenting/markup210.. decorator:.. decorator:: setnewname(name)
213documenting/markup210:func:func:
214documenting/markup233:meth:meth:
215documenting/markup246.. cmdoption:.. cmdoption:: -m <module>
216documenting/markup264.. describe:.. describe:: opcode
217documenting/markup293.. highlightlang:.. highlightlang:: c
218documenting/markup313.. literalinclude:.. literalinclude:: example.py
219documenting/markup328:rolename:rolename:`content`
220documenting/markup328`:rolename:`content`
221documenting/markup333:role:role:`title <target>`
222documenting/markup333`:role:`title <target>`
223documenting/markup339:meth:meth:`~Queue.Queue.get`
224documenting/markup339`:meth:`~Queue.Queue.get`
225documenting/markup387:func:func:`filter`
226documenting/markup387`:func:`filter`
227documenting/markup387:func:func:`foo.filter`
228documenting/markup387`:func:`foo.filter`
229documenting/markup393:func:func:`open`
230documenting/markup393`:func:`open`
231documenting/markup393:func:func:`.open`
232documenting/markup393`:func:`.open`
233documenting/markup409:datac:data
234documenting/markup413:funcc:func
235documenting/markup417:macroc:macro
236documenting/markup421:typec:type
237documenting/markup426:memberc:member
238documenting/markup476:file... is installed in :file:`/usr/lib/python2.{x}/site-packages` ...
239documenting/markup476`... is installed in :file:`/usr/lib/python2.{x}/site-packages` ...
240documenting/markup495:kbd:kbd:`C-x C-f`
241documenting/markup495`:kbd:`C-x C-f`
242documenting/markup495:kbd:kbd:`Control-x Control-f`
243documenting/markup495`:kbd:`Control-x Control-f`
244documenting/markup509:mailheader:mailheader:`Content-Type`
245documenting/markup509`:mailheader:`Content-Type`
246documenting/markup518:manpage:manpage:`ls(1)`
247documenting/markup518`:manpage:`ls(1)`
248documenting/markup534:menuselection:menuselection:`Start --> Programs`
249documenting/markup534`:menuselection:`Start --> Programs`
250documenting/markup549```code``
251documenting/markup567:file:file:
252documenting/markup567```code``
253documenting/markup602:ref:ref:`label-name`
254documenting/markup602`:ref:`label-name`
255documenting/markup606:refIt refers to the section itself, see :ref:`my-reference-label`.
256documenting/markup606`It refers to the section itself, see :ref:`my-reference-label`.
257documenting/markup615:ref:ref:
258documenting/markup636.. note:.. note::
259documenting/markup663.. versionadded:.. versionadded:: 3.1
260documenting/markup688::.. impl-detail::
261documenting/markup688::.. impl-detail:: This shortly mentions an implementation detail.
262documenting/markup708.. seealso:.. seealso::
263documenting/markup708:modModule :mod:`zipfile`
264documenting/markup708`Module :mod:`zipfile`
265documenting/markup708:modDocumentation of the :mod:`zipfile` standard module.
266documenting/markup708`Documentation of the :mod:`zipfile` standard module.
267documenting/markup708``GNU tar manual, Basic Tar Format <http://link>`_
268documenting/markup722.. centered:.. centered::
269documenting/markup767.. toctree:.. toctree::
270documenting/markup767:maxdepth:maxdepth: 2
271documenting/markup783.. index:.. index::
272documenting/markup813.. index:.. index:: BNF, grammar, syntax, notation
273documenting/markup844`unaryneg ::= "-" `integer`
274documenting/markup849.. productionlist:.. productionlist::
275documenting/markup849`try1_stmt: "try" ":" `suite`
276documenting/markup849`: ("except" [`expression` ["," `target`]] ":" `suite`)+
277documenting/markup849`: ["else" ":" `suite`]
278documenting/markup849`: ["finally" ":" `suite`]
279documenting/markup849`try2_stmt: "try" ":" `suite`
280documenting/markup849`: "finally" ":" `suite`
281documenting/rest33```text``
282documenting/rest47:rolename:rolename:`content`
283documenting/rest47`:rolename:`content`
284documenting/rest103::This is a normal text paragraph. The next paragraph is a code sample::
285documenting/rest130``Link text <http://target>`_
286documenting/rest187.. function:.. function:: foo(x)
287documenting/rest187:bar:bar: no
288documenting/rest208.. rubric:.. rubric:: Footnotes
289faq/programming:reduceprint((lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y,
290faq/programming:reduceSx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,
291faq/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(
292faq/programming::for x in sequence[::-1]:
293faq/windows229:EOF@setlocal enableextensions & python -x %~f0 %* & goto :EOF
294faq/windows393:REG.py :REG_SZ: c:\<path to python>\python.exe -u %s %s
295library/bisect32:hiall(val >= x for val in a[i:hi])
296library/bisect42:hiall(val > x for val in a[i:hi])
297library/http.client52:porthost:port
298library/nntplib:bytes:bytes
299library/nntplib:lines:lines
300library/nntplib:lines['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']
301library/nntplib:bytes['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']
302library/pickle:memoryconn = sqlite3.connect(":memory:")
303library/profile:lineno(sort by filename:lineno),
304library/socket::(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]
305library/stdtypes:ends[start:end]
306library/stdtypes:ends[start:end]
307library/urllib.request:closeConnection:close
308library/urllib.request:password"joe:password@python.org"
309library/urllib.request:langxmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n<head>\n
310library/xmlrpc.client103:passhttp://user:pass@host:port/path
311library/xmlrpc.client103:porthttp://user:pass@host:port/path
312library/xmlrpc.client103:passuser:pass
313license`* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
314license`* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
315license```Software''), to deal in the Software without restriction, including
316license`THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
317reference/lexical_analysis704`$ ? `
318whatsnew/2.7735:Sunday'2009:4:Sunday'
319whatsnew/2.7862::export PYTHONWARNINGS=all,error:::Cookie:0
320whatsnew/2.7862:Cookieexport PYTHONWARNINGS=all,error:::Cookie:0
321whatsnew/2.71619::>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
322whatsnew/2.71619::ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',
323library/configparser`# Set the optional `raw` argument of get() to True if you wish to disable
324library/configparser`# The optional `vars` argument is a dict with members that will take
325library/configparser`# The optional `fallback` argument can be used to provide a fallback value
326library/configparser:option${section:option}
327library/configparser:systempath: ${Common:system_dir}/Library/Frameworks/
328library/configparser:homemy_dir: ${Common:home_dir}/twosheds
329library/configparser:pathpython_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
330library/configparser:Pythonpython_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
331library/pdb:lineno[filename:lineno | bpnumber [bpnumber ...]]
332library/pdb:linenofilename:lineno
333library/logging:WatchWARNING:root:Watch out!
334library/logging:SoINFO:root:So should this
335library/logging:StartedINFO:root:Started
336library/logging:DoingINFO:root:Doing something
337library/logging:FinishedINFO:root:Finished
338library/logging:LookWARNING:root:Look before you leap!
339library/logging:SoINFO:So should this
340library/logging:loggerseverity:logger name:message
341library/logging:messageseverity:logger name:message
342whatsnew/3.2:directory... ${buildout:directory}/downloads/dist
343whatsnew/3.2:location... zope9-location = ${zope9:location}
344whatsnew/3.2:prefix... zope-conf = ${custom:prefix}/etc/zope.conf
345howto/logging:rootWARNING:root:Watch out!
346howto/logging:WatchWARNING:root:Watch out!
347howto/logging:rootDEBUG:root:This message should go to the log file
348howto/logging:ThisDEBUG:root:This message should go to the log file
349howto/logging:rootINFO:root:So should this
350howto/logging:SoINFO:root:So should this
351howto/logging:rootWARNING:root:And this, too
352howto/logging:AndWARNING:root:And this, too
353howto/logging:rootINFO:root:Started
354howto/logging:StartedINFO:root:Started
355howto/logging:rootINFO:root:Doing something
356howto/logging:DoingINFO:root:Doing something
357howto/logging:rootINFO:root:Finished
358howto/logging:FinishedINFO:root:Finished
359howto/logging:rootWARNING:root:Look before you leap!
360howto/logging:LookWARNING:root:Look before you leap!
361howto/logging:ThisDEBUG:This message should appear on the console
362howto/logging:SoINFO:So should this
363howto/logging:AndWARNING:And this, too
364howto/logging:loggerseverity:logger name:message
365howto/logging:messageseverity:logger name:message
366library/logging.handlers:porthost:port
367documenting/markup613`:ref:`link text <reference-label>`
368library/imaplib116:MM"DD-Mmm-YYYY HH:MM:SS
369library/imaplib116:SS"DD-Mmm-YYYY HH:MM:SS
370whatsnew/3.2::$ export PYTHONWARNINGS='ignore::RuntimeWarning::,once::UnicodeWarning::'
371howto/pyporting75::# make sure to use :: Python *and* :: Python :: 3 so
372howto/pyporting75::'Programming Language :: Python',
373howto/pyporting75::'Programming Language :: Python :: 3'
374whatsnew/3.2:gz>>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:
375whatsnew/3.2:directory${buildout:directory}/downloads/dist
376whatsnew/3.2:locationzope9-location = ${zope9:location}
377whatsnew/3.2:prefixzope-conf = ${custom:prefix}/etc/zope.conf
378whatsnew/3.2:beef>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
379whatsnew/3.2:cafe>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
380whatsnew/3.2:affe>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
381whatsnew/3.2:deaf>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
382whatsnew/3.2:feed>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
383whatsnew/3.2:beefnetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
384whatsnew/3.2:cafenetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
385whatsnew/3.2:affenetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
386whatsnew/3.2:deafnetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
387whatsnew/3.2:feednetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
388documenting/markup33.. sectionauthor:.. sectionauthor:: Guido van Rossum <guido@python.org>
389documenting/markup42:mod:mod:`parrot` -- Dead parrot access
390documenting/markup42`:mod:`parrot` -- Dead parrot access
391documenting/markup42.. module:.. module:: parrot
392documenting/markup42:platform:platform: Unix, Windows
393documenting/markup42:synopsis:synopsis: Analyze and reanimate dead parrots.
394documenting/markup42.. moduleauthor:.. moduleauthor:: Eric Cleese <eric@python.invalid>
395documenting/markup42.. moduleauthor:.. moduleauthor:: John Idle <john@python.invalid>
396documenting/markup88:noindex:noindex:
397documenting/markup95.. function:.. function:: spam(eggs)
398documenting/markup95:noindex:noindex:
399documenting/markup101.. method:.. method:: FileInput.input(...)
400documenting/markup121:functionc:function
401documenting/markup121.. c:.. c:function:: PyObject* PyType_GenericAlloc(PyTypeObject *type, Py_ssize_t nitems)
402documenting/markup121::.. c:function:: PyObject* PyType_GenericAlloc(PyTypeObject *type, Py_ssize_t nitems)
403documenting/markup131:memberc:member
404documenting/markup131.. c:.. c:member:: PyObject* PyTypeObject.tp_bases
405documenting/markup131::.. c:member:: PyObject* PyTypeObject.tp_bases
406documenting/markup139:macroc:macro
407documenting/markup143:typec:type
408documenting/markup150:varc:var
409documenting/markup150.. cvar:.. cvar:: PyObject* PyClass_Type
410documenting/markup179.. function:.. function:: repeat([repeat=3[, number=1000000]])
411documenting/markup210.. decorator:.. decorator:: removename
412documenting/markup210.. decorator:.. decorator:: setnewname(name)
413documenting/markup210:func:func:
414documenting/markup237.. class:.. class:: Spam
415documenting/markup237.. data:.. data:: ham
416documenting/markup237.. data:.. data:: Spam.eggs
417documenting/markup250:meth:meth:
418documenting/markup263.. cmdoption:.. cmdoption:: -m <module>
419documenting/markup281.. describe:.. describe:: opcode
420documenting/markup310.. highlightlang:.. highlightlang:: c
421documenting/markup330.. literalinclude:.. literalinclude:: example.py
422documenting/markup345:rolename:rolename:`content`
423documenting/markup345`:rolename:`content`
424documenting/markup350:role:role:`title <target>`
425documenting/markup350`:role:`title <target>`
426documenting/markup356:meth:meth:`~Queue.Queue.get`
427documenting/markup356`:meth:`~Queue.Queue.get`
428documenting/markup404:func:func:`filter`
429documenting/markup404`:func:`filter`
430documenting/markup404:func:func:`foo.filter`
431documenting/markup404`:func:`foo.filter`
432documenting/markup410:func:func:`open`
433documenting/markup410`:func:`open`
434documenting/markup410:func:func:`.open`
435documenting/markup410`:func:`.open`
436documenting/markup426:datac:data
437documenting/markup430:funcc:func
438documenting/markup434:macroc:macro
439documenting/markup438:typec:type
440documenting/markup443:memberc:member
441documenting/markup493:file... is installed in :file:`/usr/lib/python2.{x}/site-packages` ...
442documenting/markup493`... is installed in :file:`/usr/lib/python2.{x}/site-packages` ...
443documenting/markup512:kbd:kbd:`C-x C-f`
444documenting/markup512`:kbd:`C-x C-f`
445documenting/markup512:kbd:kbd:`Control-x Control-f`
446documenting/markup512`:kbd:`Control-x Control-f`
447documenting/markup526:mailheader:mailheader:`Content-Type`
448documenting/markup526`:mailheader:`Content-Type`
449documenting/markup535:manpage:manpage:`ls(1)`
450documenting/markup535`:manpage:`ls(1)`
451documenting/markup551:menuselection:menuselection:`Start --> Programs`
452documenting/markup551`:menuselection:`Start --> Programs`
453documenting/markup566```code``
454documenting/markup585:file:file:
455documenting/markup585```code``
456documenting/markup615:ref:ref:`label-name`
457documenting/markup615`:ref:`label-name`
458documenting/markup619:refIt refers to the section itself, see :ref:`my-reference-label`.
459documenting/markup619`It refers to the section itself, see :ref:`my-reference-label`.
460documenting/markup628:ref:ref:
461documenting/markup630:ref:ref:`link text <reference-label>`
462documenting/markup630`:ref:`link text <reference-label>`
463documenting/markup651.. note:.. note::
464documenting/markup678.. versionadded:.. versionadded:: 3.1
465documenting/markup703::.. impl-detail::
466documenting/markup703::.. impl-detail:: This shortly mentions an implementation detail.
467documenting/markup723.. seealso:.. seealso::
468documenting/markup723:modModule :mod:`zipfile`
469documenting/markup723`Module :mod:`zipfile`
470documenting/markup723:modDocumentation of the :mod:`zipfile` standard module.
471documenting/markup723`Documentation of the :mod:`zipfile` standard module.
472documenting/markup723``GNU tar manual, Basic Tar Format <http://link>`_
473documenting/markup737.. centered:.. centered::
474documenting/markup782.. toctree:.. toctree::
475documenting/markup782:maxdepth:maxdepth: 2
476documenting/markup798.. index:.. index::
477documenting/markup828.. index:.. index:: BNF, grammar, syntax, notation
478documenting/markup859`unaryneg ::= "-" `integer`
479documenting/markup864.. productionlist:.. productionlist::
480documenting/markup864`try1_stmt: "try" ":" `suite`
481documenting/markup864`: ("except" [`expression` ["," `target`]] ":" `suite`)+
482documenting/markup864`: ["else" ":" `suite`]
483documenting/markup864`: ["finally" ":" `suite`]
484documenting/markup864`try2_stmt: "try" ":" `suite`
485documenting/markup864`: "finally" ":" `suite`
486library/pprint209::'classifiers': ['Development Status :: 4 - Beta',
487library/pprint209::'Intended Audience :: Developers',
488library/pprint209::'License :: OSI Approved :: MIT License',
489library/pprint209::'Natural Language :: English',
490library/pprint209::'Operating System :: OS Independent',
491library/pprint209::'Programming Language :: Python',
492library/pprint209::'Programming Language :: Python :: 2',
493library/pprint209::'Programming Language :: Python :: 2.6',
494library/pprint209::'Programming Language :: Python :: 2.7',
495library/pprint209::'Topic :: Software Development :: Libraries',
496library/pprint209::'Topic :: Software Development :: Libraries :: Python Modules'],
497packaging/examples`This is the description of the ``foobar`` project.
498packaging/setupcfg::Development Status :: 3 - Alpha
499packaging/setupcfg::License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)
500packaging/setupscript::'Development Status :: 4 - Beta',
501packaging/setupscript::'Environment :: Console',
502packaging/setupscript::'Environment :: Web Environment',
503packaging/setupscript::'Intended Audience :: End Users/Desktop',
504packaging/setupscript::'Intended Audience :: Developers',
505packaging/setupscript::'Intended Audience :: System Administrators',
506packaging/setupscript::'License :: OSI Approved :: Python Software Foundation License',
507packaging/setupscript::'Operating System :: MacOS :: MacOS X',
508packaging/setupscript::'Operating System :: Microsoft :: Windows',
509packaging/setupscript::'Operating System :: POSIX',
510packaging/setupscript::'Programming Language :: Python',
511packaging/setupscript::'Topic :: Communications :: Email',
512packaging/setupscript::'Topic :: Office/Business',
513packaging/setupscript::'Topic :: Software Development :: Bug Tracking',
514packaging/tutorial::1) License :: OSI Approved :: GNU General Public License (GPL)
515packaging/tutorial::2) License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
516packaging/tutorial::Type the number of the license you wish to use or ? to try again:: 1
517packaging/tutorial::classifier = Development Status :: 3 - Alpha
518packaging/tutorial::License :: OSI Approved :: GNU General Public License (GPL)