blob: 5de55a25e80e92d22f09ab330e21d6d542d63543 [file] [log] [blame]
Benjamin Peterson28d88b42009-01-09 03:03:23 +00001c-api/arg,,:ref,"PyArg_ParseTuple(args, ""O|O:ref"", &object, &callback)"
2c-api/list,,:high,list[low:high]
Georg Brandl0e475c32012-03-04 16:22:05 +01003c-api/sequence,,:i2,del o[i1:i2]
Benjamin Peterson28d88b42009-01-09 03:03:23 +00004c-api/sequence,,:i2,o[i1:i2]
Benjamin Peterson28d88b42009-01-09 03:03:23 +00005c-api/unicode,,:end,str[start:end]
Georg Brandl0e475c32012-03-04 16:22:05 +01006c-api/unicode,,:start,unicode[start:start+length]
7distutils/examples,267,`,This is the description of the ``foobar`` package.
Benjamin Peterson28d88b42009-01-09 03:03:23 +00008distutils/setupscript,,::,
9extending/embedding,,:numargs,"if(!PyArg_ParseTuple(args, "":numargs""))"
Benjamin Peterson28d88b42009-01-09 03:03:23 +000010extending/extending,,:myfunction,"PyArg_ParseTuple(args, ""D:myfunction"", &c);"
Georg Brandl0e475c32012-03-04 16:22:05 +010011extending/extending,,:set,"if (PyArg_ParseTuple(args, ""O:set_callback"", &temp)) {"
Benjamin Peterson28d88b42009-01-09 03:03:23 +000012extending/newtypes,,:call,"if (!PyArg_ParseTuple(args, ""sss:call"", &arg1, &arg2, &arg3)) {"
Georg Brandl0e475c32012-03-04 16:22:05 +010013faq/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]:
15faq/programming,,:reduce,"print((lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y,"
16faq/programming,,:reduce,"Sx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,"
Ezio Melottie5caf292013-03-28 04:54:58 +020017faq/windows,,:bd8afb90ebf2,"Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:55:48) [MSC v.1600 32 bit (Intel)] on win32"
Benjamin Peterson28d88b42009-01-09 03:03:23 +000018howto/cporting,,:encode,"if (!PyArg_ParseTuple(args, ""O:encode_object"", &myobj))"
19howto/cporting,,:say,"if (!PyArg_ParseTuple(args, ""U:say_hello"", &name))"
Georg Brandl325a1c22013-10-27 09:16:01 +010020howto/curses,,:black,"colors when it activates color mode. They are: 0:black, 1:red,"
21howto/curses,,:red,"colors when it activates color mode. They are: 0:black, 1:red,"
22howto/curses,,:green,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
23howto/curses,,:yellow,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
24howto/curses,,:blue,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
25howto/curses,,:magenta,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
26howto/curses,,:cyan,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
27howto/curses,,:white,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
Ned Deilyef71d202016-09-11 15:49:37 -040028howto/instrumentation,,::,python$target:::function-entry
29howto/instrumentation,,:function,python$target:::function-entry
30howto/instrumentation,,::,python$target:::function-return
31howto/instrumentation,,:function,python$target:::function-return
32howto/instrumentation,,:call,156641360502280 function-entry:call_stack.py:start:23
33howto/instrumentation,,:start,156641360502280 function-entry:call_stack.py:start:23
34howto/instrumentation,,:function,156641360518804 function-entry: call_stack.py:function_1:1
35howto/instrumentation,,:function,156641360532797 function-entry: call_stack.py:function_3:9
36howto/instrumentation,,:function,156641360546807 function-return: call_stack.py:function_3:10
37howto/instrumentation,,:function,156641360563367 function-return: call_stack.py:function_1:2
38howto/instrumentation,,:function,156641360578365 function-entry: call_stack.py:function_2:5
39howto/instrumentation,,:function,156641360591757 function-entry: call_stack.py:function_1:1
40howto/instrumentation,,:function,156641360605556 function-entry: call_stack.py:function_3:9
41howto/instrumentation,,:function,156641360617482 function-return: call_stack.py:function_3:10
42howto/instrumentation,,:function,156641360629814 function-return: call_stack.py:function_1:2
43howto/instrumentation,,:function,156641360642285 function-return: call_stack.py:function_2:6
44howto/instrumentation,,:function,156641360656770 function-entry: call_stack.py:function_3:9
45howto/instrumentation,,:function,156641360669707 function-return: call_stack.py:function_3:10
46howto/instrumentation,,:function,156641360687853 function-entry: call_stack.py:function_4:13
47howto/instrumentation,,:function,156641360700719 function-return: call_stack.py:function_4:14
48howto/instrumentation,,:function,156641360719640 function-entry: call_stack.py:function_5:18
49howto/instrumentation,,:function,156641360732567 function-return: call_stack.py:function_5:21
50howto/instrumentation,,:call,156641360747370 function-return:call_stack.py:start:28
51howto/instrumentation,,:start,156641360747370 function-return:call_stack.py:start:28
Georg Brandl3539afd2012-05-30 22:03:20 +020052howto/ipaddress,,:DB8,>>> ipaddress.ip_address('2001:DB8::1')
53howto/ipaddress,,::,>>> ipaddress.ip_address('2001:DB8::1')
54howto/ipaddress,,:db8,IPv6Address('2001:db8::1')
55howto/ipaddress,,::,IPv6Address('2001:db8::1')
Georg Brandl3539afd2012-05-30 22:03:20 +020056howto/ipaddress,,::,IPv6Address('::1')
57howto/ipaddress,,:db8,>>> ipaddress.ip_network('2001:db8::0/96')
58howto/ipaddress,,::,>>> ipaddress.ip_network('2001:db8::0/96')
59howto/ipaddress,,:db8,IPv6Network('2001:db8::/96')
60howto/ipaddress,,::,IPv6Network('2001:db8::/96')
61howto/ipaddress,,:db8,IPv6Network('2001:db8::/128')
62howto/ipaddress,,::,IPv6Network('2001:db8::/128')
Georg Brandl3539afd2012-05-30 22:03:20 +020063howto/ipaddress,,:db8,IPv6Interface('2001:db8::1/96')
64howto/ipaddress,,::,IPv6Interface('2001:db8::1/96')
65howto/ipaddress,,:db8,>>> addr6 = ipaddress.ip_address('2001:db8::1')
66howto/ipaddress,,::,>>> addr6 = ipaddress.ip_address('2001:db8::1')
67howto/ipaddress,,:db8,>>> host6 = ipaddress.ip_interface('2001:db8::1/96')
68howto/ipaddress,,::,>>> host6 = ipaddress.ip_interface('2001:db8::1/96')
Georg Brandl3539afd2012-05-30 22:03:20 +020069howto/ipaddress,,:db8,>>> net6 = ipaddress.ip_network('2001:db8::0/96')
70howto/ipaddress,,::,>>> net6 = ipaddress.ip_network('2001:db8::0/96')
71howto/ipaddress,,:ffff,IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
72howto/ipaddress,,::,IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
73howto/ipaddress,,::,IPv6Address('::ffff:ffff')
74howto/ipaddress,,:ffff,IPv6Address('::ffff:ffff')
Georg Brandla81b4812012-08-11 08:43:59 +020075howto/ipaddress,,:db8,'2001:db8::/96'
76howto/ipaddress,,::,'2001:db8::/96'
Ezio Melottie5caf292013-03-28 04:54:58 +020077howto/ipaddress,,:db8,>>> ipaddress.ip_interface('2001:db8::1/96')
78howto/ipaddress,,::,>>> ipaddress.ip_interface('2001:db8::1/96')
79howto/ipaddress,,:db8,'2001:db8::1'
80howto/ipaddress,,::,'2001:db8::1'
81howto/ipaddress,,:db8,IPv6Address('2001:db8::ffff:ffff')
82howto/ipaddress,,::,IPv6Address('2001:db8::ffff:ffff')
83howto/ipaddress,,:ffff,IPv6Address('2001:db8::ffff:ffff')
Georg Brandl0e475c32012-03-04 16:22:05 +010084howto/logging,,:And,"WARNING:And this, too"
85howto/logging,,:And,"WARNING:root:And this, too"
86howto/logging,,:Doing,INFO:root:Doing something
87howto/logging,,:Finished,INFO:root:Finished
88howto/logging,,:logger,severity:logger name:message
89howto/logging,,:Look,WARNING:root:Look before you leap!
90howto/logging,,:message,severity:logger name:message
91howto/logging,,:root,DEBUG:root:This message should go to the log file
92howto/logging,,:root,INFO:root:Doing something
93howto/logging,,:root,INFO:root:Finished
94howto/logging,,:root,INFO:root:So should this
95howto/logging,,:root,INFO:root:Started
96howto/logging,,:root,"WARNING:root:And this, too"
97howto/logging,,:root,WARNING:root:Look before you leap!
98howto/logging,,:root,WARNING:root:Watch out!
99howto/logging,,:So,INFO:root:So should this
100howto/logging,,:So,INFO:So should this
101howto/logging,,:Started,INFO:root:Started
102howto/logging,,:This,DEBUG:root:This message should go to the log file
103howto/logging,,:This,DEBUG:This message should appear on the console
104howto/logging,,:Watch,WARNING:root:Watch out!
Larry Hastings0e254102014-01-26 00:42:02 -0800105howto/pyporting,,::,Programming Language :: Python :: 2
106howto/pyporting,,::,Programming Language :: Python :: 3
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000107howto/regex,,::,
108howto/regex,,:foo,(?:foo)
Martin Panterd5db1472016-02-08 01:34:09 +0000109howto/urllib2,,:password,"for example ""joe:password@example.com"""
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000110library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],"
Georg Brandl0e475c32012-03-04 16:22:05 +0100111library/bisect,32,:hi,all(val >= x for val in a[i:hi])
112library/bisect,42,:hi,all(val > x for val in a[i:hi])
113library/configparser,,:home,my_dir: ${Common:home_dir}/twosheds
114library/configparser,,:option,${section:option}
115library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
116library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
Georg Brandl0e475c32012-03-04 16:22:05 +0100117library/configparser,,:system,path: ${Common:system_dir}/Library/Frameworks/
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000118library/datetime,,:MM,
119library/datetime,,:SS,
120library/decimal,,:optional,"trailneg:optional trailing minus indicator"
121library/difflib,,:ahi,a[alo:ahi]
122library/difflib,,:bhi,b[blo:bhi]
Georg Brandl0e475c32012-03-04 16:22:05 +0100123library/difflib,,:i1,
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000124library/difflib,,:i2,
125library/difflib,,:j2,
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000126library/doctest,,`,``factorial`` from the ``example`` module:
127library/doctest,,`,The ``example`` module
128library/doctest,,`,Using ``factorial``
Ezio Melottie5caf292013-03-28 04:54:58 +0200129library/exceptions,,:err,err.object[err.start:err.end]
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000130library/functions,,:step,a[start:stop:step]
131library/functions,,:stop,"a[start:stop, i]"
132library/functions,,:stop,a[start:stop:step]
Benjamin Petersondfc853c2016-09-06 14:37:37 -0700133library/hashlib-blake2,,:vatrogasac,>>> cookie = b'user:vatrogasac'
134library/hashlib-blake2,,:vatrogasac,"user:vatrogasac,349cf904533767ed2d755279a8df84d0"
135library/hashlib-blake2,,:policajac,">>> compare_digest(b'user:policajac', sig)"
136library/hashlib-blake2,,:LEAF,"h00 = blake2b(buf[0:LEAF_SIZE], fanout=FANOUT, depth=DEPTH,"
Ezio Melottibe54d6d2012-09-20 08:46:06 +0300137library/http.client,,:port,host:port
Georg Brandlebb29642012-05-01 09:29:56 +0200138library/http.cookies,,`,!#$%&'*+-.^_`|~:
Georg Brandld3b41c62011-07-09 11:48:50 +0200139library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS"
140library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS"
Ezio Melotti6f69fb12012-08-22 08:38:04 +0300141library/inspect,,:int,">>> def foo(a, *, b:int, **kwargs):"
142library/inspect,,:int,"'(a, *, b:int, **kwargs)'"
143library/inspect,,:int,'b:int'
Georg Brandl3f81ba82012-06-26 09:12:26 +0200144library/ipaddress,,:db8,>>> ipaddress.ip_address('2001:db8::')
145library/ipaddress,,::,>>> ipaddress.ip_address('2001:db8::')
146library/ipaddress,,:db8,IPv6Address('2001:db8::')
147library/ipaddress,,::,IPv6Address('2001:db8::')
148library/ipaddress,,:db8,>>> ipaddress.IPv6Address('2001:db8::1000')
149library/ipaddress,,::,>>> ipaddress.IPv6Address('2001:db8::1000')
150library/ipaddress,,:db8,IPv6Address('2001:db8::1000')
151library/ipaddress,,::,IPv6Address('2001:db8::1000')
Georg Brandldb3f3182014-10-31 08:03:20 +0100152library/ipaddress,,:db8,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer"
153library/ipaddress,,::,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer"
Georg Brandla81b4812012-08-11 08:43:59 +0200154library/ipaddress,,::,"""::abc:7:def"""
155library/ipaddress,,:def,"""::abc:7:def"""
156library/ipaddress,,::,::FFFF/96
157library/ipaddress,,::,2002::/16
158library/ipaddress,,::,2001::/32
159library/ipaddress,,::,>>> str(ipaddress.IPv6Address('::1'))
160library/ipaddress,,::,'::1'
Georg Brandla81b4812012-08-11 08:43:59 +0200161library/ipaddress,,:ff00,ffff:ff00::
162library/ipaddress,,:db00,2001:db00::0/24
163library/ipaddress,,::,2001:db00::0/24
164library/ipaddress,,:db00,2001:db00::0/ffff:ff00::
165library/ipaddress,,::,2001:db00::0/ffff:ff00::
Benjamin Petersonef3e4c22009-04-11 19:48:14 +0000166library/itertools,,:step,elements from seq[start:stop:step]
Georg Brandl0e475c32012-03-04 16:22:05 +0100167library/itertools,,:stop,elements from seq[start:stop:step]
Georg Brandl0e475c32012-03-04 16:22:05 +0100168library/logging.handlers,,:port,host:port
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000169library/mmap,,:i2,obj[i1:i2]
Georg Brandl0e475c32012-03-04 16:22:05 +0100170library/multiprocessing,,`,# Add more tasks using `put()`
Georg Brandl0e475c32012-03-04 16:22:05 +0100171library/multiprocessing,,:queue,">>> QueueManager.register('get_queue', callable=lambda:queue)"
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000172library/multiprocessing,,`,# register the Foo class; make `f()` and `g()` accessible via proxy
173library/multiprocessing,,`,# register the Foo class; make `g()` and `_h()` accessible via proxy
174library/multiprocessing,,`,# register the generator function baz; use `GeneratorProxy` to make proxies
Georg Brandl0e475c32012-03-04 16:22:05 +0100175library/nntplib,,:bytes,:bytes
Georg Brandl0e475c32012-03-04 16:22:05 +0100176library/nntplib,,:lines,:lines
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000177library/optparse,,:len,"del parser.rargs[:len(value)]"
178library/os.path,,:foo,c:foo
Georg Brandled007d52013-11-24 16:09:26 +0100179library/pathlib,,:bar,">>> PureWindowsPath('c:/Windows', 'd:bar')"
180library/pathlib,,:bar,PureWindowsPath('d:bar')
181library/pathlib,,:Program,>>> PureWindowsPath('c:Program Files/').root
182library/pathlib,,:Program,>>> PureWindowsPath('c:Program Files/').anchor
Georg Brandl0e475c32012-03-04 16:22:05 +0100183library/pdb,,:lineno,filename:lineno
Georg Brandl0e475c32012-03-04 16:22:05 +0100184library/pickle,,:memory,"conn = sqlite3.connect("":memory:"")"
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000185library/posix,,`,"CFLAGS=""`getconf LFS_CFLAGS`"" OPT=""-g -O2 $CFLAGS"""
Ezio Melottif92b0632013-03-28 05:12:31 +0200186library/pprint,,::,"'Programming Language :: Python :: 2 :: Only'],"
Ezio Melottif2c64ed2013-03-28 17:46:20 +0200187library/pprint,,::,"'Programming Language :: Python :: 2.6',"
188library/pprint,,::,"'Programming Language :: Python :: 2.7',"
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000189library/profile,,:lineno,filename:lineno(function)
190library/pyexpat,,:elem1,<py:elem1 />
191library/pyexpat,,:py,"xmlns:py = ""http://www.python.org/ns/"">"
Georg Brandl0e475c32012-03-04 16:22:05 +0100192library/smtplib,,:port,method must support that as well as a regular host:port
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000193library/socket,,::,'5aef:2b::8'
Georg Brandl0e475c32012-03-04 16:22:05 +0100194library/socket,,:can,"return (can_id, can_dlc, data[:can_dlc])"
195library/socket,,:len,fds.fromstring(cmsg_data[:len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
196library/sqlite3,,:age,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})"
Georg Brandl0e475c32012-03-04 16:22:05 +0100197library/sqlite3,,:memory,
198library/sqlite3,,:who,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})"
Ezio Melottif92b0632013-03-28 05:12:31 +0200199library/sqlite3,,:path,"db = sqlite3.connect('file:path/to/database?mode=ro', uri=True)"
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000200library/ssl,,:My,"Organizational Unit Name (eg, section) []:My Group"
Georg Brandl0e475c32012-03-04 16:22:05 +0100201library/ssl,,:My,"Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc."
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000202library/ssl,,:myserver,"Common Name (eg, YOUR name) []:myserver.mygroup.myorganization.com"
203library/ssl,,:MyState,State or Province Name (full name) [Some-State]:MyState
204library/ssl,,:ops,Email Address []:ops@myserver.mygroup.myorganization.com
205library/ssl,,:Some,"Locality Name (eg, city) []:Some City"
206library/ssl,,:US,Country Name (2 letter code) [AU]:US
Georg Brandl0e475c32012-03-04 16:22:05 +0100207library/stdtypes,,:end,s[start:end]
208library/stdtypes,,::,>>> hash(v[::-2]) == hash(b'abcefg'[::-2])
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000209library/stdtypes,,:len,s[len(s):len(s)]
Georg Brandl0e475c32012-03-04 16:22:05 +0100210library/stdtypes,,::,>>> y = m[::2]
Georg Brandld183f0b2012-08-25 12:14:59 +0200211library/stdtypes,,::,>>> z = y[::-2]
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000212library/subprocess,,`,"output=`dmesg | grep hda`"
Georg Brandl0e475c32012-03-04 16:22:05 +0100213library/subprocess,,`,"output=`mycmd myarg`"
214library/tarfile,,:bz2,
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000215library/tarfile,,:compression,filemode[:compression]
216library/tarfile,,:gz,
Georg Brandl0e475c32012-03-04 16:22:05 +0100217library/tarfile,,:xz,'a:xz'
218library/tarfile,,:xz,'r:xz'
219library/tarfile,,:xz,'w:xz'
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000220library/time,,:mm,
221library/time,,:ss,
Georg Brandled007d52013-11-24 16:09:26 +0100222library/tracemalloc,,:limit,"for index, stat in enumerate(top_stats[:limit], 1):"
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000223library/turtle,,::,Example::
Robert Collins80e4f302015-07-23 08:08:38 +1200224library/unittest,,:foo,"self.assertEqual(cm.output, ['INFO:foo:first message',"
225library/unittest,,:first,"self.assertEqual(cm.output, ['INFO:foo:first message',"
226library/unittest,,:foo,'ERROR:foo.bar:second message'])
227library/unittest,,:second,'ERROR:foo.bar:second message'])
Georg Brandl0e475c32012-03-04 16:22:05 +0100228library/urllib.request,,:close,Connection:close
Martin Panter887bc962016-04-24 04:06:15 +0000229library/urllib.request,,:port,:port
Georg Brandl0e475c32012-03-04 16:22:05 +0100230library/urllib.request,,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n<head>\n"
231library/urllib.request,,:password,"""joe:password@python.org"""
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000232library/uuid,,:uuid,urn:uuid:12345678-1234-5678-1234-567812345678
Georg Brandl325a1c22013-10-27 09:16:01 +0100233library/venv,,:param,":param nodist: If True, setuptools and pip are not installed into the"
234library/venv,,:param,":param progress: If setuptools or pip are installed, the progress of the"
Ezio Melottie5caf292013-03-28 04:54:58 +0200235library/venv,,:param,":param nopip: If True, pip is not installed into the created"
Ned Deily538f5c42016-07-11 14:21:58 -0400236library/venv,,:param,:param context: The information for the virtual environment
Ned Deilyef71d202016-09-11 15:49:37 -0400237library/xmlrpc.client,,:nil,ex:nil
Georg Brandl0e475c32012-03-04 16:22:05 +0100238library/xmlrpc.client,,:pass,http://user:pass@host:port/path
239library/xmlrpc.client,,:pass,user:pass
240library/xmlrpc.client,,:port,http://user:pass@host:port/path
241license,,`,"``Software''), to deal in the Software without restriction, including"
242license,,`,"THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,"
243license,,`,* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
244license,,`,THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
245license,,`,* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000246license,,`,THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
247license,,:zooko,mailto:zooko@zooko.com
Georg Brandl0e475c32012-03-04 16:22:05 +0100248reference/expressions,,:index,x[index:index]
Georg Brandl0e475c32012-03-04 16:22:05 +0100249reference/lexical_analysis,,`,$ ? `
250reference/lexical_analysis,,:fileencoding,# vim:fileencoding=<encoding-name>
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000251tutorial/datastructures,,:value,It is also possible to delete a key:value
Georg Brandl0e475c32012-03-04 16:22:05 +0100252tutorial/datastructures,,:value,key:value pairs within the braces adds initial key:value pairs
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000253tutorial/stdlib2,,:config,"logging.warning('Warning:config file %s not found', 'server.conf')"
254tutorial/stdlib2,,:config,WARNING:root:Warning:config file server.conf not found
255tutorial/stdlib2,,:Critical,CRITICAL:root:Critical error -- shutting down
256tutorial/stdlib2,,:Error,ERROR:root:Error occurred
257tutorial/stdlib2,,:root,CRITICAL:root:Critical error -- shutting down
258tutorial/stdlib2,,:root,ERROR:root:Error occurred
259tutorial/stdlib2,,:root,WARNING:root:Warning:config file server.conf not found
Georg Brandl0e475c32012-03-04 16:22:05 +0100260tutorial/stdlib2,,:start,extra = data[start:start+extra_size]
261tutorial/stdlib2,,:start,"fields = struct.unpack('<IIIHH', data[start:start+16])"
262tutorial/stdlib2,,:start,filename = data[start:start+filenamesize]
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000263tutorial/stdlib2,,:Warning,WARNING:root:Warning:config file server.conf not found
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000264using/cmdline,,:category,action:message:category:module:line
Georg Brandl0e475c32012-03-04 16:22:05 +0100265using/cmdline,,:errorhandler,:errorhandler
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000266using/cmdline,,:line,action:message:category:module:line
Georg Brandl0e475c32012-03-04 16:22:05 +0100267using/cmdline,,:line,file:line: category: message
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000268using/cmdline,,:message,action:message:category:module:line
269using/cmdline,,:module,action:message:category:module:line
Georg Brandl96421d62016-02-28 21:13:23 +0100270using/unix,,:Packaging,https://en.opensuse.org/Portal:Packaging
Zachary Ware39b42ae2016-09-09 17:38:28 -0700271whatsnew/2.0,,:len,
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000272whatsnew/2.3,,::,
273whatsnew/2.3,,:config,
274whatsnew/2.3,,:Critical,
275whatsnew/2.3,,:Error,
276whatsnew/2.3,,:Problem,
277whatsnew/2.3,,:root,
278whatsnew/2.3,,:Warning,
279whatsnew/2.4,,::,
280whatsnew/2.4,,:System,
281whatsnew/2.5,,:memory,:memory:
282whatsnew/2.5,,:step,[start:stop:step]
283whatsnew/2.5,,:stop,[start:stop:step]
Georg Brandldb3f3182014-10-31 08:03:20 +0100284whatsnew/2.7,,::,"ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',"
285whatsnew/2.7,,::,>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
286whatsnew/2.7,,:Sunday,'2009:4:Sunday'
287whatsnew/2.7,,:Cookie,"export PYTHONWARNINGS=all,error:::Cookie:0"
288whatsnew/2.7,,::,"export PYTHONWARNINGS=all,error:::Cookie:0"
Georg Brandl14927d02011-02-20 10:22:41 +0000289whatsnew/3.2,,:affe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
Georg Brandl0e475c32012-03-04 16:22:05 +0100290whatsnew/3.2,,:affe,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
291whatsnew/3.2,,:beef,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
292whatsnew/3.2,,:beef,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
293whatsnew/3.2,,:cafe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
294whatsnew/3.2,,:cafe,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
Georg Brandl14927d02011-02-20 10:22:41 +0000295whatsnew/3.2,,:deaf,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
Georg Brandl0e475c32012-03-04 16:22:05 +0100296whatsnew/3.2,,:deaf,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
Georg Brandl0e475c32012-03-04 16:22:05 +0100297whatsnew/3.2,,:directory,${buildout:directory}/downloads/dist
298whatsnew/3.2,,::,"$ export PYTHONWARNINGS='ignore::RuntimeWarning::,once::UnicodeWarning::'"
Georg Brandl14927d02011-02-20 10:22:41 +0000299whatsnew/3.2,,:feed,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
Georg Brandl0e475c32012-03-04 16:22:05 +0100300whatsnew/3.2,,:feed,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
301whatsnew/3.2,,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:"
Georg Brandl0e475c32012-03-04 16:22:05 +0100302whatsnew/3.2,,:location,zope9-location = ${zope9:location}
Georg Brandl0e475c32012-03-04 16:22:05 +0100303whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
Zachary Ware39b42ae2016-09-09 17:38:28 -0700304library/tarfile,,:xz,'x:xz'
305library/xml.etree.elementtree,,:sometag,prefix:sometag
306library/xml.etree.elementtree,,:fictional,"<actors xmlns:fictional=""http://characters.example.com"""
307library/xml.etree.elementtree,,:character,<fictional:character>Lancelot</fictional:character>
308library/xml.etree.elementtree,,:character,<fictional:character>Archie Leach</fictional:character>
309library/xml.etree.elementtree,,:character,<fictional:character>Sir Robin</fictional:character>
310library/xml.etree.elementtree,,:character,<fictional:character>Gunther</fictional:character>
311library/xml.etree.elementtree,,:character,<fictional:character>Commander Clement</fictional:character>
Berker Peksag32619602016-06-11 22:38:33 +0300312library/xml.etree.elementtree,,:actor,"for actor in root.findall('real_person:actor', ns):"
313library/xml.etree.elementtree,,:name,"name = actor.find('real_person:name', ns)"
314library/xml.etree.elementtree,,:character,"for char in actor.findall('role:character', ns):"
Zachary Ware39b42ae2016-09-09 17:38:28 -0700315library/zipapp,,:main,"$ python -m zipapp myapp -m ""myapp:main"""
316library/zipapp,,:fn,"argument should have the form ""pkg.mod:fn"", where ""pkg.mod"" is a"
317library/zipapp,,:callable,"""pkg.module:callable"" and the archive will be run by importing"
Martin Panter6cb19632015-09-07 03:40:17 +0000318library/stdtypes,,::,>>> m[::2].tolist()
Berker Peksag1d169792015-10-20 03:59:24 +0300319library/sys,,`,# ``wrapper`` creates a ``wrap(coro)`` coroutine:
Berker Peksag8214a7c2015-10-02 23:28:45 +0300320whatsnew/3.5,,:root,'WARNING:root:warning\n'
321whatsnew/3.5,,:warning,'WARNING:root:warning\n'
322whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1')
323whatsnew/3.5,,:root,ERROR:root:exception
324whatsnew/3.5,,:exception,ERROR:root:exception
Zachary Ware39b42ae2016-09-09 17:38:28 -0700325whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')]
326whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
327whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"