Commit graph

696 commits

Author SHA1 Message Date
Andrew M. Kuchling
5f445bf3df Mention ASCII as default encoding; update TODO list; use PyCF_ONLY_AST by MvL's suggestion; typographical tidying of MvL's name 2006-04-12 18:54:00 +00:00
Andrew M. Kuchling
8872dbff99 Bump version number; rearrange introduction a bit 2006-04-12 18:52:09 +00:00
Andrew M. Kuchling
6a67e4ead4 Add PEP 243 section 2006-04-12 13:03:35 +00:00
Andrew M. Kuchling
f7c6290ca4 Note C API incompatibilities 2006-04-12 12:27:50 +00:00
Andrew M. Kuchling
4e86195a99 Mention access to ASTs 2006-04-12 12:16:31 +00:00
Andrew M. Kuchling
075e0231f1 Complete the ElementTree section 2006-04-11 13:14:56 +00:00
Georg Brandl
ce27a06d37 Typo fix. 2006-04-11 06:27:12 +00:00
Andrew M. Kuchling
16ed521dd7 Write part of ElementTree section 2006-04-10 22:28:11 +00:00
Andrew M. Kuchling
d58baf8592 Give SQLite examples 2006-04-10 21:40:16 +00:00
Andrew M. Kuchling
6e3a66de91 Fix a few XXX markers 2006-04-07 12:46:06 +00:00
Andrew M. Kuchling
a4d651fbc8 Fix unfinished paragraph; markup fix 2006-04-06 13:24:58 +00:00
Andrew M. Kuchling
4d8cd8957a Expand the PEP 353 section; various smaller changes 2006-04-06 13:03:04 +00:00
Andrew M. Kuchling
2cdb23ee5a Bump version number after alpha1 release 2006-04-05 13:59:01 +00:00
Andrew M. Kuchling
d96a6ac544 Reference PEP 356 2006-04-04 19:17:34 +00:00
Andrew M. Kuchling
c3749a9791 Add a paragraph about PEP 353; add a few more fixes 2006-04-04 19:14:41 +00:00
Andrew M. Kuchling
9c67ee08d8 Tidy up the document in preparation for 2.5alpha1. Hope I didn't break the markup... 2006-04-04 19:07:27 +00:00
Andrew M. Kuchling
af7ee99a49 Add sections for new modules; will write tutorial later 2006-04-03 12:41:37 +00:00
Fred Drake
1c0e3284f9 fix markup error 2006-04-02 03:30:06 +00:00
Andrew M. Kuchling
38f85078da Write various sections; I haven't been able to check whether the TeX markup is correct 2006-04-02 01:46:32 +00:00
Andrew M. Kuchling
f2d712b265 Update status of this PEP 2006-04-01 10:32:13 +00:00
Andrew M. Kuchling
237037beb5 You need at least one \item 2006-03-17 22:25:15 +00:00
Andrew M. Kuchling
b182db44f2 Write section 2006-03-17 21:48:46 +00:00
Andrew M. Kuchling
da37604ee3 Add two items 2006-03-17 15:56:41 +00:00
Andrew M. Kuchling
f4b066084a Remove mention of lib-old, and list more deleted modules 2006-03-17 15:39:52 +00:00
Andrew M. Kuchling
01e3d262ce Add some items 2006-03-17 15:38:39 +00:00
Andrew M. Kuchling
21d3a7cd2e Add section 2006-03-15 11:53:09 +00:00
Andrew M. Kuchling
f688cc574c Unicode database updated; use SVN instead of CVS 2006-03-10 18:50:08 +00:00
Andrew M. Kuchling
aeadf95449 Write a section 2006-03-09 19:06:05 +00:00
Andrew M. Kuchling
d0fcc0256b Markup fix 2006-03-09 13:57:28 +00:00
Andrew M. Kuchling
e362d93367 Write a section 2006-03-09 13:56:25 +00:00
Andrew M. Kuchling
8f4d255b67 Add section 2006-03-08 01:50:20 +00:00
Andrew M. Kuchling
437567ca7b Some edits; add empty sections 2006-03-07 20:48:55 +00:00
Neal Norwitz
0917988f7c Fix SF #1442937, Bad Coroutine link 2006-03-04 23:31:45 +00:00
Anthony Baxter
d615110949 XXX something for amk's attention 2006-02-28 07:21:42 +00:00
Andrew M. Kuchling
5eefdca654 Update projected release date 2006-02-08 11:36:09 +00:00
Andrew M. Kuchling
4678dc818f Add recent item 2006-01-15 16:11:28 +00:00
Fredrik Lundh
7e0aef0e75 r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100
assorted xml.etree tweaks
2005-12-12 18:54:55 +00:00
Anthony Baxter
eac259954c set expectations appropriately. ;) 2005-12-01 02:25:11 +00:00
Andrew M. Kuchling
db85ed548a Add paragraphs on AST branch. AST'ers, please suggest corrections 2005-10-23 21:52:59 +00:00
Andrew M. Kuchling
4fe4eb221b Add convenience makefile to check the latest what's new.
The invocation of Python is MacOS-specific; not sure how to make it platform indepedent (but maybe it doesn't matter)
2005-10-23 21:49:32 +00:00
Georg Brandl
3fbf3204c5 comma nit 2005-09-14 17:25:02 +00:00
Andrew M. Kuchling
c203370769 Add missing \end, noted by George Yoshida 2005-08-29 13:30:12 +00:00
Andrew M. Kuchling
0738206e79 Write section on PEP 342 2005-08-27 18:45:47 +00:00
Andrew M. Kuchling
150e349be1 Note various items; write some shorter sections 2005-08-23 00:56:06 +00:00
Gregory P. Smith
f21a5f7739 [ sf.net patch # 1121611 ]
A new hashlib module to replace the md5 and sha modules.  It adds
support for additional secure hashes such as SHA-256 and SHA-512.  The
hashlib module uses OpenSSL for fast platform optimized
implementations of algorithms when available.  The old md5 and sha
modules still exist as wrappers around hashlib to preserve backwards
compatibility.
2005-08-21 18:45:59 +00:00
Andrew M. Kuchling
6af7fe0563 Add example 2005-08-02 17:20:36 +00:00
Andrew M. Kuchling
a2e21cb945 Add note 2005-08-02 17:13:21 +00:00
Georg Brandl
08c02dbb85 [ 1243081 ] repair typos 2005-07-22 18:39:19 +00:00
Andrew M. Kuchling
4aef245827 [Bug #1079134] Mention change to date comparisons; bump version info and release date to 2.4.1 2005-06-09 15:57:32 +00:00
Andrew M. Kuchling
d8d732e7d2 Fill out one section 2005-04-09 23:59:41 +00:00