blob: 9856afd996102f15498f49700ad6246e59029c92 [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)) {"
13extending/windows,,:initspam,/export:initspam
Georg Brandl0e475c32012-03-04 16:22:05 +010014faq/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("
15faq/programming,,::,for x in sequence[::-1]:
16faq/programming,,:reduce,"print((lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y,"
17faq/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 +020018faq/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 +000019howto/cporting,,:encode,"if (!PyArg_ParseTuple(args, ""O:encode_object"", &myobj))"
20howto/cporting,,:say,"if (!PyArg_ParseTuple(args, ""U:say_hello"", &name))"
Georg Brandl325a1c22013-10-27 09:16:01 +010021howto/curses,,:black,"colors when it activates color mode. They are: 0:black, 1:red,"
22howto/curses,,:red,"colors when it activates color mode. They are: 0:black, 1:red,"
23howto/curses,,:green,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
24howto/curses,,:yellow,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
25howto/curses,,:blue,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
26howto/curses,,:magenta,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
27howto/curses,,:cyan,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
28howto/curses,,:white,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
Georg Brandl3539afd2012-05-30 22:03:20 +020029howto/ipaddress,,:DB8,>>> ipaddress.ip_address('2001:DB8::1')
30howto/ipaddress,,::,>>> ipaddress.ip_address('2001:DB8::1')
31howto/ipaddress,,:db8,IPv6Address('2001:db8::1')
32howto/ipaddress,,::,IPv6Address('2001:db8::1')
Georg Brandl3539afd2012-05-30 22:03:20 +020033howto/ipaddress,,::,IPv6Address('::1')
34howto/ipaddress,,:db8,>>> ipaddress.ip_network('2001:db8::0/96')
35howto/ipaddress,,::,>>> ipaddress.ip_network('2001:db8::0/96')
36howto/ipaddress,,:db8,IPv6Network('2001:db8::/96')
37howto/ipaddress,,::,IPv6Network('2001:db8::/96')
38howto/ipaddress,,:db8,IPv6Network('2001:db8::/128')
39howto/ipaddress,,::,IPv6Network('2001:db8::/128')
Georg Brandl3539afd2012-05-30 22:03:20 +020040howto/ipaddress,,:db8,IPv6Interface('2001:db8::1/96')
41howto/ipaddress,,::,IPv6Interface('2001:db8::1/96')
42howto/ipaddress,,:db8,>>> addr6 = ipaddress.ip_address('2001:db8::1')
43howto/ipaddress,,::,>>> addr6 = ipaddress.ip_address('2001:db8::1')
44howto/ipaddress,,:db8,>>> host6 = ipaddress.ip_interface('2001:db8::1/96')
45howto/ipaddress,,::,>>> host6 = ipaddress.ip_interface('2001:db8::1/96')
Georg Brandl3539afd2012-05-30 22:03:20 +020046howto/ipaddress,,:db8,>>> net6 = ipaddress.ip_network('2001:db8::0/96')
47howto/ipaddress,,::,>>> net6 = ipaddress.ip_network('2001:db8::0/96')
48howto/ipaddress,,:ffff,IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
49howto/ipaddress,,::,IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
50howto/ipaddress,,::,IPv6Address('::ffff:ffff')
51howto/ipaddress,,:ffff,IPv6Address('::ffff:ffff')
Georg Brandla81b4812012-08-11 08:43:59 +020052howto/ipaddress,,:db8,'2001:db8::/96'
53howto/ipaddress,,::,'2001:db8::/96'
Ezio Melottie5caf292013-03-28 04:54:58 +020054howto/ipaddress,,:db8,>>> ipaddress.ip_interface('2001:db8::1/96')
55howto/ipaddress,,::,>>> ipaddress.ip_interface('2001:db8::1/96')
56howto/ipaddress,,:db8,'2001:db8::1'
57howto/ipaddress,,::,'2001:db8::1'
58howto/ipaddress,,:db8,IPv6Address('2001:db8::ffff:ffff')
59howto/ipaddress,,::,IPv6Address('2001:db8::ffff:ffff')
60howto/ipaddress,,:ffff,IPv6Address('2001:db8::ffff:ffff')
Georg Brandl0e475c32012-03-04 16:22:05 +010061howto/logging,,:And,"WARNING:And this, too"
62howto/logging,,:And,"WARNING:root:And this, too"
63howto/logging,,:Doing,INFO:root:Doing something
64howto/logging,,:Finished,INFO:root:Finished
65howto/logging,,:logger,severity:logger name:message
66howto/logging,,:Look,WARNING:root:Look before you leap!
67howto/logging,,:message,severity:logger name:message
68howto/logging,,:root,DEBUG:root:This message should go to the log file
69howto/logging,,:root,INFO:root:Doing something
70howto/logging,,:root,INFO:root:Finished
71howto/logging,,:root,INFO:root:So should this
72howto/logging,,:root,INFO:root:Started
73howto/logging,,:root,"WARNING:root:And this, too"
74howto/logging,,:root,WARNING:root:Look before you leap!
75howto/logging,,:root,WARNING:root:Watch out!
76howto/logging,,:So,INFO:root:So should this
77howto/logging,,:So,INFO:So should this
78howto/logging,,:Started,INFO:root:Started
79howto/logging,,:This,DEBUG:root:This message should go to the log file
80howto/logging,,:This,DEBUG:This message should appear on the console
81howto/logging,,:Watch,WARNING:root:Watch out!
Larry Hastings0e254102014-01-26 00:42:02 -080082howto/pyporting,,::,Programming Language :: Python :: 2
83howto/pyporting,,::,Programming Language :: Python :: 3
Benjamin Peterson28d88b42009-01-09 03:03:23 +000084howto/regex,,::,
85howto/regex,,:foo,(?:foo)
86howto/urllib2,,:example,"for example ""joe@password:example.com"""
Benjamin Peterson28d88b42009-01-09 03:03:23 +000087library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],"
Georg Brandl0e475c32012-03-04 16:22:05 +010088library/bisect,32,:hi,all(val >= x for val in a[i:hi])
89library/bisect,42,:hi,all(val > x for val in a[i:hi])
90library/configparser,,:home,my_dir: ${Common:home_dir}/twosheds
91library/configparser,,:option,${section:option}
92library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
93library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
Georg Brandl0e475c32012-03-04 16:22:05 +010094library/configparser,,:system,path: ${Common:system_dir}/Library/Frameworks/
Benjamin Peterson28d88b42009-01-09 03:03:23 +000095library/datetime,,:MM,
96library/datetime,,:SS,
97library/decimal,,:optional,"trailneg:optional trailing minus indicator"
98library/difflib,,:ahi,a[alo:ahi]
99library/difflib,,:bhi,b[blo:bhi]
Georg Brandl0e475c32012-03-04 16:22:05 +0100100library/difflib,,:i1,
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000101library/difflib,,:i2,
102library/difflib,,:j2,
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000103library/doctest,,`,``factorial`` from the ``example`` module:
104library/doctest,,`,The ``example`` module
105library/doctest,,`,Using ``factorial``
Ezio Melottie5caf292013-03-28 04:54:58 +0200106library/exceptions,,:err,err.object[err.start:err.end]
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000107library/functions,,:step,a[start:stop:step]
108library/functions,,:stop,"a[start:stop, i]"
109library/functions,,:stop,a[start:stop:step]
Ezio Melottibe54d6d2012-09-20 08:46:06 +0300110library/http.client,,:port,host:port
Georg Brandlebb29642012-05-01 09:29:56 +0200111library/http.cookies,,`,!#$%&'*+-.^_`|~:
Georg Brandld3b41c62011-07-09 11:48:50 +0200112library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS"
113library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS"
Ezio Melotti6f69fb12012-08-22 08:38:04 +0300114library/inspect,,:int,">>> def foo(a, *, b:int, **kwargs):"
115library/inspect,,:int,"'(a, *, b:int, **kwargs)'"
116library/inspect,,:int,'b:int'
Georg Brandl3f81ba82012-06-26 09:12:26 +0200117library/ipaddress,,:db8,>>> ipaddress.ip_address('2001:db8::')
118library/ipaddress,,::,>>> ipaddress.ip_address('2001:db8::')
119library/ipaddress,,:db8,IPv6Address('2001:db8::')
120library/ipaddress,,::,IPv6Address('2001:db8::')
121library/ipaddress,,:db8,>>> ipaddress.IPv6Address('2001:db8::1000')
122library/ipaddress,,::,>>> ipaddress.IPv6Address('2001:db8::1000')
123library/ipaddress,,:db8,IPv6Address('2001:db8::1000')
124library/ipaddress,,::,IPv6Address('2001:db8::1000')
Georg Brandldb3f3182014-10-31 08:03:20 +0100125library/ipaddress,,:db8,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer"
126library/ipaddress,,::,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer"
Georg Brandla81b4812012-08-11 08:43:59 +0200127library/ipaddress,,::,"""::abc:7:def"""
128library/ipaddress,,:def,"""::abc:7:def"""
129library/ipaddress,,::,::FFFF/96
130library/ipaddress,,::,2002::/16
131library/ipaddress,,::,2001::/32
132library/ipaddress,,::,>>> str(ipaddress.IPv6Address('::1'))
133library/ipaddress,,::,'::1'
Georg Brandla81b4812012-08-11 08:43:59 +0200134library/ipaddress,,:ff00,ffff:ff00::
135library/ipaddress,,:db00,2001:db00::0/24
136library/ipaddress,,::,2001:db00::0/24
137library/ipaddress,,:db00,2001:db00::0/ffff:ff00::
138library/ipaddress,,::,2001:db00::0/ffff:ff00::
Benjamin Petersonef3e4c22009-04-11 19:48:14 +0000139library/itertools,,:step,elements from seq[start:stop:step]
Georg Brandl0e475c32012-03-04 16:22:05 +0100140library/itertools,,:stop,elements from seq[start:stop:step]
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000141library/linecache,,:sys,"sys:x:3:3:sys:/dev:/bin/sh"
Georg Brandl0e475c32012-03-04 16:22:05 +0100142library/logging.handlers,,:port,host:port
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000143library/mmap,,:i2,obj[i1:i2]
Georg Brandl0e475c32012-03-04 16:22:05 +0100144library/multiprocessing,,`,# Add more tasks using `put()`
Georg Brandl0e475c32012-03-04 16:22:05 +0100145library/multiprocessing,,`,">>> l._callmethod('__getitem__', (20,)) # equiv to `l[20]`"
146library/multiprocessing,,`,">>> l._callmethod('__getslice__', (2, 7)) # equiv to `l[2:7]`"
Georg Brandl0e475c32012-03-04 16:22:05 +0100147library/multiprocessing,,:queue,">>> QueueManager.register('get_queue', callable=lambda:queue)"
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000148library/multiprocessing,,`,# register the Foo class; make `f()` and `g()` accessible via proxy
149library/multiprocessing,,`,# register the Foo class; make `g()` and `_h()` accessible via proxy
150library/multiprocessing,,`,# register the generator function baz; use `GeneratorProxy` to make proxies
Georg Brandl0e475c32012-03-04 16:22:05 +0100151library/nntplib,,:bytes,:bytes
Georg Brandl0e475c32012-03-04 16:22:05 +0100152library/nntplib,,:lines,:lines
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000153library/optparse,,:len,"del parser.rargs[:len(value)]"
154library/os.path,,:foo,c:foo
Georg Brandled007d52013-11-24 16:09:26 +0100155library/pathlib,,:bar,">>> PureWindowsPath('c:/Windows', 'd:bar')"
156library/pathlib,,:bar,PureWindowsPath('d:bar')
157library/pathlib,,:Program,>>> PureWindowsPath('c:Program Files/').root
158library/pathlib,,:Program,>>> PureWindowsPath('c:Program Files/').anchor
Georg Brandl0e475c32012-03-04 16:22:05 +0100159library/pdb,,:lineno,filename:lineno
Georg Brandl0e475c32012-03-04 16:22:05 +0100160library/pickle,,:memory,"conn = sqlite3.connect("":memory:"")"
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000161library/posix,,`,"CFLAGS=""`getconf LFS_CFLAGS`"" OPT=""-g -O2 $CFLAGS"""
Ezio Melottif92b0632013-03-28 05:12:31 +0200162library/pprint,,::,"'Programming Language :: Python :: 2 :: Only'],"
Ezio Melottif2c64ed2013-03-28 17:46:20 +0200163library/pprint,,::,"'Programming Language :: Python :: 2.6',"
164library/pprint,,::,"'Programming Language :: Python :: 2.7',"
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000165library/profile,,:lineno,filename:lineno(function)
166library/pyexpat,,:elem1,<py:elem1 />
167library/pyexpat,,:py,"xmlns:py = ""http://www.python.org/ns/"">"
Georg Brandl0e475c32012-03-04 16:22:05 +0100168library/smtplib,,:port,method must support that as well as a regular host:port
169library/socket,,::,"(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]"
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000170library/socket,,::,'5aef:2b::8'
Georg Brandl0e475c32012-03-04 16:22:05 +0100171library/socket,,:can,"return (can_id, can_dlc, data[:can_dlc])"
172library/socket,,:len,fds.fromstring(cmsg_data[:len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
173library/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 +0100174library/sqlite3,,:memory,
175library/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 +0200176library/sqlite3,,:path,"db = sqlite3.connect('file:path/to/database?mode=ro', uri=True)"
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000177library/ssl,,:My,"Organizational Unit Name (eg, section) []:My Group"
Georg Brandl0e475c32012-03-04 16:22:05 +0100178library/ssl,,:My,"Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc."
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000179library/ssl,,:myserver,"Common Name (eg, YOUR name) []:myserver.mygroup.myorganization.com"
180library/ssl,,:MyState,State or Province Name (full name) [Some-State]:MyState
181library/ssl,,:ops,Email Address []:ops@myserver.mygroup.myorganization.com
182library/ssl,,:Some,"Locality Name (eg, city) []:Some City"
183library/ssl,,:US,Country Name (2 letter code) [AU]:US
Georg Brandl0e475c32012-03-04 16:22:05 +0100184library/stdtypes,,::,>>> a[::-1].tolist()
185library/stdtypes,,::,>>> a[::2].tolist()
186library/stdtypes,,:end,s[start:end]
187library/stdtypes,,::,>>> hash(v[::-2]) == hash(b'abcefg'[::-2])
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000188library/stdtypes,,:len,s[len(s):len(s)]
Georg Brandl0e475c32012-03-04 16:22:05 +0100189library/stdtypes,,::,>>> y = m[::2]
Georg Brandld183f0b2012-08-25 12:14:59 +0200190library/stdtypes,,::,>>> z = y[::-2]
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000191library/subprocess,,`,"output=`dmesg | grep hda`"
Georg Brandl0e475c32012-03-04 16:22:05 +0100192library/subprocess,,`,"output=`mycmd myarg`"
193library/tarfile,,:bz2,
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000194library/tarfile,,:compression,filemode[:compression]
195library/tarfile,,:gz,
Georg Brandl0e475c32012-03-04 16:22:05 +0100196library/tarfile,,:xz,'a:xz'
197library/tarfile,,:xz,'r:xz'
198library/tarfile,,:xz,'w:xz'
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000199library/time,,:mm,
200library/time,,:ss,
Georg Brandled007d52013-11-24 16:09:26 +0100201library/tracemalloc,,:limit,"for index, stat in enumerate(top_stats[:limit], 1):"
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000202library/turtle,,::,Example::
Georg Brandled007d52013-11-24 16:09:26 +0100203library/unittest,1412,:foo,"self.assertEqual(cm.output, ['INFO:foo:first message',"
204library/unittest,1412,:first,"self.assertEqual(cm.output, ['INFO:foo:first message',"
205library/unittest,1412,:foo,'ERROR:foo.bar:second message'])
206library/unittest,1412,:second,'ERROR:foo.bar:second message'])
Georg Brandl0e475c32012-03-04 16:22:05 +0100207library/urllib.request,,:close,Connection:close
208library/urllib.request,,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n<head>\n"
209library/urllib.request,,:password,"""joe:password@python.org"""
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000210library/uuid,,:uuid,urn:uuid:12345678-1234-5678-1234-567812345678
Georg Brandl325a1c22013-10-27 09:16:01 +0100211library/venv,,:param,":param nodist: If True, setuptools and pip are not installed into the"
212library/venv,,:param,":param progress: If setuptools or pip are installed, the progress of the"
Ezio Melottie5caf292013-03-28 04:54:58 +0200213library/venv,,:param,":param nopip: If True, pip is not installed into the created"
Ezio Melottie5caf292013-03-28 04:54:58 +0200214library/venv,,:param,:param context: The information for the environment creation request
Georg Brandl0e475c32012-03-04 16:22:05 +0100215library/xmlrpc.client,,:pass,http://user:pass@host:port/path
216library/xmlrpc.client,,:pass,user:pass
217library/xmlrpc.client,,:port,http://user:pass@host:port/path
218license,,`,"``Software''), to deal in the Software without restriction, including"
219license,,`,"THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,"
220license,,`,* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
221license,,`,THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
222license,,`,* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000223license,,`,THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
224license,,:zooko,mailto:zooko@zooko.com
Georg Brandl0e475c32012-03-04 16:22:05 +0100225reference/expressions,,:index,x[index:index]
Georg Brandl0e475c32012-03-04 16:22:05 +0100226reference/lexical_analysis,,`,$ ? `
227reference/lexical_analysis,,:fileencoding,# vim:fileencoding=<encoding-name>
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000228tutorial/datastructures,,:value,It is also possible to delete a key:value
Georg Brandl0e475c32012-03-04 16:22:05 +0100229tutorial/datastructures,,:value,key:value pairs within the braces adds initial key:value pairs
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000230tutorial/stdlib2,,:config,"logging.warning('Warning:config file %s not found', 'server.conf')"
231tutorial/stdlib2,,:config,WARNING:root:Warning:config file server.conf not found
232tutorial/stdlib2,,:Critical,CRITICAL:root:Critical error -- shutting down
233tutorial/stdlib2,,:Error,ERROR:root:Error occurred
234tutorial/stdlib2,,:root,CRITICAL:root:Critical error -- shutting down
235tutorial/stdlib2,,:root,ERROR:root:Error occurred
236tutorial/stdlib2,,:root,WARNING:root:Warning:config file server.conf not found
Georg Brandl0e475c32012-03-04 16:22:05 +0100237tutorial/stdlib2,,:start,extra = data[start:start+extra_size]
238tutorial/stdlib2,,:start,"fields = struct.unpack('<IIIHH', data[start:start+16])"
239tutorial/stdlib2,,:start,filename = data[start:start+filenamesize]
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000240tutorial/stdlib2,,:Warning,WARNING:root:Warning:config file server.conf not found
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000241using/cmdline,,:category,action:message:category:module:line
Georg Brandl0e475c32012-03-04 16:22:05 +0100242using/cmdline,,:errorhandler,:errorhandler
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000243using/cmdline,,:line,action:message:category:module:line
Georg Brandl0e475c32012-03-04 16:22:05 +0100244using/cmdline,,:line,file:line: category: message
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000245using/cmdline,,:message,action:message:category:module:line
246using/cmdline,,:module,action:message:category:module:line
Georg Brandl325a1c22013-10-27 09:16:01 +0100247using/unix,,:Packaging,http://en.opensuse.org/Portal:Packaging
Benjamin Peterson28d88b42009-01-09 03:03:23 +0000248whatsnew/2.0,418,:len,
249whatsnew/2.3,,::,
250whatsnew/2.3,,:config,
251whatsnew/2.3,,:Critical,
252whatsnew/2.3,,:Error,
253whatsnew/2.3,,:Problem,
254whatsnew/2.3,,:root,
255whatsnew/2.3,,:Warning,
256whatsnew/2.4,,::,
257whatsnew/2.4,,:System,
258whatsnew/2.5,,:memory,:memory:
259whatsnew/2.5,,:step,[start:stop:step]
260whatsnew/2.5,,:stop,[start:stop:step]
Georg Brandldb3f3182014-10-31 08:03:20 +0100261whatsnew/2.7,,::,"ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',"
262whatsnew/2.7,,::,>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
263whatsnew/2.7,,:Sunday,'2009:4:Sunday'
264whatsnew/2.7,,:Cookie,"export PYTHONWARNINGS=all,error:::Cookie:0"
265whatsnew/2.7,,::,"export PYTHONWARNINGS=all,error:::Cookie:0"
Georg Brandl14927d02011-02-20 10:22:41 +0000266whatsnew/3.2,,:affe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
Georg Brandl0e475c32012-03-04 16:22:05 +0100267whatsnew/3.2,,:affe,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
268whatsnew/3.2,,:beef,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
269whatsnew/3.2,,:beef,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
270whatsnew/3.2,,:cafe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
271whatsnew/3.2,,:cafe,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
Georg Brandl14927d02011-02-20 10:22:41 +0000272whatsnew/3.2,,:deaf,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
Georg Brandl0e475c32012-03-04 16:22:05 +0100273whatsnew/3.2,,:deaf,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
Georg Brandl0e475c32012-03-04 16:22:05 +0100274whatsnew/3.2,,:directory,${buildout:directory}/downloads/dist
275whatsnew/3.2,,::,"$ export PYTHONWARNINGS='ignore::RuntimeWarning::,once::UnicodeWarning::'"
Georg Brandl14927d02011-02-20 10:22:41 +0000276whatsnew/3.2,,:feed,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
Georg Brandl0e475c32012-03-04 16:22:05 +0100277whatsnew/3.2,,:feed,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
278whatsnew/3.2,,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:"
Georg Brandl0e475c32012-03-04 16:22:05 +0100279whatsnew/3.2,,:location,zope9-location = ${zope9:location}
Georg Brandl0e475c32012-03-04 16:22:05 +0100280whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
Larry Hastings0e254102014-01-26 00:42:02 -0800281whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
Georg Brandl325a1c22013-10-27 09:16:01 +0100282whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"