Commit graph

561 commits

Author SHA1 Message Date
George Yoshida
a2d6c8a9d3 fix typo 2006-05-27 17:09:17 +00:00
Richard Jones
87f5471230 credit where credit is due 2006-05-27 13:50:42 +00:00
Andrew M. Kuchling
dae266ec61 Mention new-style exceptions 2006-05-27 13:44:37 +00:00
Andrew M. Kuchling
b98d65c0b7 Add Py_LOCAL macros 2006-05-27 11:26:33 +00:00
Andrew M. Kuchling
afe6598732 Add rpartition() and path caching 2006-05-26 18:41:18 +00:00
Andrew M. Kuchling
c6f5c871b9 Typo fix 2006-05-26 14:04:19 +00:00
Andrew M. Kuchling
230c3e1bc0 Add buffer support for struct, socket 2006-05-26 14:03:41 +00:00
Andrew M. Kuchling
ad0cb65fca Add str.partition() 2006-05-26 12:39:48 +00:00
Andrew M. Kuchling
3cdf24bc99 Minor edits; add an item 2006-05-25 00:23:03 +00:00
Andrew M. Kuchling
70bd199fa4 Add item 2006-05-23 19:32:35 +00:00
Andrew M. Kuchling
150faff195 Add two items 2006-05-23 19:29:38 +00:00
Andrew M. Kuchling
3e134a5960 Use 'speed' instead of 'performance', because I agree with the argument
at http://zestyping.livejournal.com/193260.html that 'erformance' really means
something more general.
2006-05-23 12:49:35 +00:00
Andrew M. Kuchling
1cdace4294 Mention string improvements 2006-05-23 12:47:01 +00:00
Andrew M. Kuchling
c602723e45 Add some items; mention the sprint 2006-05-23 12:44:36 +00:00
Andrew M. Kuchling
1e9f574a18 Minor edits 2006-05-20 19:25:16 +00:00
Andrew M. Kuchling
e04fe8c62e Typo fix; add clarifying word 2006-05-19 00:03:55 +00:00
Andrew M. Kuchling
c0a0decd54 PEP 243 has been withdrawn, so don't refer to it any more.
The PyPI upload material has been moved into the section on PEP314.
2006-05-16 16:27:31 +00:00
Andrew M. Kuchling
d779b353fa Add item 2006-05-16 16:11:54 +00:00
Andrew M. Kuchling
356af466c8 Clarify description of exception handling 2006-05-10 17:19:04 +00:00
Fred Drake
f25fa6ddb9 avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to
guillemets; no need for magic here
2006-05-03 02:04:40 +00:00
Andrew M. Kuchling
f322d68327 Update context manager section for removal of __context__ 2006-05-02 22:47:49 +00:00
Andrew M. Kuchling
a883701dff Provide encoding as keyword argument; soften warning paragraph about encodings 2006-05-02 11:30:03 +00:00
Andrew M. Kuchling
6849488914 Add item 2006-05-01 16:32:49 +00:00
Andrew M. Kuchling
e3c958c33b Some ElementTree fixes: import from xml, not xmlcore; fix case of module name; mention list() instead of getchildren() 2006-05-01 12:45:02 +00:00
Andrew M. Kuchling
09612281ef Add item 2006-04-30 21:19:49 +00:00
Andrew M. Kuchling
c9236111ed Add two items 2006-04-30 01:07:09 +00:00
Andrew M. Kuchling
aa013da0b3 Add item 2006-04-29 12:10:43 +00:00
Andrew M. Kuchling
18db487692 Make case of 'ZIP' consistent 2006-04-29 12:10:28 +00:00
Andrew M. Kuchling
b37bcb59bc Add item 2006-04-29 11:53:15 +00:00
Andrew M. Kuchling
99714cf9d0 Bump document version 2006-04-27 12:23:07 +00:00
Andrew M. Kuchling
98189244a2 Add labels to all sections 2006-04-26 12:23:39 +00:00
Andrew M. Kuchling
7e5abb9d1f [Bug #1475080] Fix example 2006-04-26 12:21:06 +00:00
George Yoshida
3bbbc49060 minor tweak 2006-04-25 14:09:58 +00:00
Andrew M. Kuchling
d798a181ab Rework context terminology 2006-04-25 12:47:25 +00:00
Andrew M. Kuchling
b33842ac51 Add two items; easy_install is now off the table, though pkgutil still is 2006-04-25 12:31:38 +00:00
Andrew M. Kuchling
0a7ed8c2d3 Edits, using the new term
'context specifier' in a few places
2006-04-24 14:30:47 +00:00
Andrew M. Kuchling
d4c2177b78 Add two items 2006-04-23 21:51:10 +00:00
Andrew M. Kuchling
edb575e758 Edits to the PEP 343 section 2006-04-23 21:01:04 +00:00
Phillip J. Eby
a93ee47422 Guido wrote contextlib, not me, but thanks anyway. ;) 2006-04-21 21:53:37 +00:00
Andrew M. Kuchling
e78eeb1544 Add item 2006-04-21 13:26:42 +00:00
Andrew M. Kuchling
fb08e73714 Add \label to make better HTML filenames 2006-04-21 13:08:02 +00:00
Andrew M. Kuchling
42c6e2f6b2 Add two items; typographical improvement for the 'with' statement; minor edits 2006-04-21 13:01:45 +00:00
Andrew M. Kuchling
3b675d299c Change a footnote to a parenthetical (in two senses) paragraph 2006-04-20 13:43:21 +00:00
Andrew M. Kuchling
af015cfcbf Argh, make another markup fix 2006-04-20 13:39:40 +00:00
Andrew M. Kuchling
33432183d8 Markup fix 2006-04-20 13:38:36 +00:00
Andrew M. Kuchling
63fe9b5ae2 Add some items; add "New module" consistently; make contextlib.closing example more interesting and more correct (thanks Gustavo!); add a name 2006-04-20 13:36:06 +00:00
Andrew M. Kuchling
6719131129 Write datetime.strptime() item; show use of @contextmanager in defining __context__ methods; minor edits; add two names 2006-04-19 12:55:39 +00:00
Andrew M. Kuchling
952f196ae7 Add item 2006-04-18 12:38:19 +00:00
George Yoshida
297bf82920 fix long option markup 2006-04-17 15:44:59 +00:00
Andrew M. Kuchling
0d660c0236 Update status of document 2006-04-17 14:01:36 +00:00