Commit Graph

883 Commits

Author SHA1 Message Date
Tim Peters d313d180ae Fix a typo, unfortunately propagated by word-completion. 2002-02-11 07:14:05 +00:00
Tim Peters 805ab456a8 Flesh out a more aggressive builtin-caching variation. 2002-02-11 07:05:01 +00:00
Tim Peters 27dd1ffaf0 Nuke hard tabs. 2002-02-11 05:10:10 +00:00
Guido van Rossum 9d0d640b20 Add Copyright and Emacs crud. 2002-02-11 02:22:50 +00:00
Guido van Rossum 60f4699ff2 Oops, Skip's and Jeremy's approach already have their own PEP.
Reference those instead of trying to incorporate them.
2002-02-11 02:16:47 +00:00
Guido van Rossum 55cc2cede8 PEP 280 is my own; Jeremy and Skip already have PEPs describing their
approaches.
2002-02-11 02:13:54 +00:00
Guido van Rossum 0fafb30262 Add detailed description of my approach. 2002-02-11 02:09:40 +00:00
Guido van Rossum a910cef566 Add PEP 280, optimizing access to globals. 2002-02-11 01:33:51 +00:00
Barry Warsaw 27577312e1 Raymond Hettinger's latest update, slightly reformatted. 2002-02-07 12:08:12 +00:00
Jack Jansen 1423939929 Two small clarifications after comments by Detlef Lannart. 2002-02-05 23:50:38 +00:00
Marc-André Lemburg cdb77a562c Added optional DB API 2.0 extensions as discussed on the DB SIG. 2002-02-04 22:47:07 +00:00
Marc-André Lemburg b71153a027 Fixed a typo which caused help (-h) to fail. 2002-02-04 22:38:27 +00:00
Barry Warsaw c9826c34d0 Spelling error. 2002-02-04 21:09:10 +00:00
Barry Warsaw a50cc106f7 Raymond Hettinger's latest updates. 2002-02-04 21:03:03 +00:00
Barry Warsaw f2115cc852 Integrated Raymond Hettinger's latest update 2002-02-01 14:55:46 +00:00
Barry Warsaw 080582a8fd PEP 279, Enhanced Generators, Raymond D. Hettinger. 2002-02-01 05:59:29 +00:00
Barry Warsaw 1947249ff7 PEP 279, Enhanced Generators, Raymond D. Hettinger.
(Minor spell checking and formatting by BAW)
2002-02-01 05:59:14 +00:00
Barry Warsaw 398c395d47 An update from Neil, who writes:
Removed unicodefilenames function as semantics unclear on other
    platforms.  Commented on future compatibilty with 4 byte Unicode.
2002-01-25 13:09:34 +00:00
Barry Warsaw 3d0a5402a1 Added PEP 278, Universal Newline Support, Jack Jansen 2002-01-23 13:24:26 +00:00
Barry Warsaw 5071ad8ef0 PEP 277, Unicode file name support for Windows NT, Neil Hodgson 2002-01-13 00:13:38 +00:00
Barry Warsaw 853d3b59d9 Add a step about checking out the pydotorg tree. 2002-01-10 16:22:46 +00:00
Barry Warsaw 704d2785be Added PEP 102 2002-01-10 16:10:32 +00:00
Barry Warsaw a5b04739df Some relatively minor, er, micro changes. Python 2.1.2 is technically
a micro release of the Python 2.1 branch.

Shortened the title.
2002-01-10 16:10:18 +00:00
Anthony Baxter a547266a01 oops. forgot to put the README note in this one, too. 2002-01-10 15:48:26 +00:00
Anthony Baxter 833f0ff7a1 adding PEP-0102, how to do a minor release. This is a trimmed down version
of PEP-0101 to only include the minor release steps.
2002-01-10 15:46:28 +00:00
Barry Warsaw 437c482e5e Add a step we haven't encountered before: updating README for new
versions of Python.
2002-01-10 15:41:21 +00:00
Fred Drake c5e25c8a77 Add note about driving the HTML Help conversion. 2001-12-27 21:12:22 +00:00
Barry Warsaw 9f55a4dd45 PEP 251 is Final. (Note any future maintenance release of Python 2.2
should have its own PEP.)
2001-12-24 20:59:05 +00:00
Barry Warsaw bb14be0f41 Update as in the past tense, mark as final. 2001-12-24 20:58:36 +00:00
Fred Drake 451bb838de Add a missing comma. 2001-12-21 21:07:57 +00:00
Barry Warsaw fe9765bcc1 A few last modifications based on the 2.2 final release. 2001-12-21 20:47:12 +00:00
Barry Warsaw bd48c56a75 Roger <roger.haase@usa.net> points out that "mixed case" is
inconsistently used both to describe mixedCase and MixedCase.
MixedCase should really be CapWords, reserving mixedCase for the
situation where the first letter is lowercased.

Also, add a comment that MixedCase is sometimes called CamelCase.
Note that the existing most common case usage is that CamelCase has an
initial capitalized letter.

http://www.wikipedia.com/wiki/CamelCase
2001-12-21 05:49:26 +00:00
Barry Warsaw 7f11eaf188 A few minor additions based on the last go-round. 2001-12-15 04:00:17 +00:00
Fred Drake 458e871365 Record that the release candidate is out, and update the final release date
to allow a full week for testing of the candidate.
2001-12-15 03:45:42 +00:00
Barry Warsaw 069a139479 Use "c" for release candidate. 2001-12-14 03:45:47 +00:00
Barry Warsaw beeb615552 Added PEP 666, Reject Foolish Indentation, Laura Creighton
And I'm channeling Guido by rejecting this outright. :)

Spellchecked by Barry.
2001-12-11 23:40:09 +00:00
Guido van Rossum 43072a89e4 Add instructions to submit a Python news item from SF. 2001-12-10 03:15:13 +00:00
Marc-André Lemburg a281f916b7 New revision. Incoporates a lot of comments from python-dev. 2001-11-23 10:10:35 +00:00
Barry Warsaw 152dcf535d 2.2b2 was just released. 2001-11-17 00:19:37 +00:00
Barry Warsaw 78aca90a70 Just a few more minor updates based on the 2.2b2 release. 2001-11-16 21:30:25 +00:00
Tim Peters 9b34eda376 Added "Hang using files named prn.txt, etc" -- Windows specific. 2001-11-14 05:57:34 +00:00
Barry Warsaw 4bd069400b PEP 276, Simple Iterator for ints, Jim Althoff 2001-11-13 20:52:37 +00:00
Barry Warsaw 9acb37124b Jim's latest revision. 2001-11-13 20:25:43 +00:00
Barry Warsaw e3756de95c Added a note that the plain text version of the file should be used as
the template, not the HTML version.
2001-11-13 19:12:03 +00:00
Barry Warsaw 2e318ecd10 Slight rewording of docstring. 2001-11-12 14:58:07 +00:00
Barry Warsaw 0d68c2e31e Add a bit of information to descript the pep2html.py process. 2001-11-12 14:57:18 +00:00
Marc-André Lemburg bfbb81ae59 Initial draft of the PEP. 2001-11-12 09:11:37 +00:00
Barry Warsaw c9616b8e31 Added PEP 275, Switching on Multiple Values, Lemburg 2001-11-12 05:55:58 +00:00
Tim Peters 8ef21606a8 Documented 2.2's approach to long true division (this was implemented
a long time ago).
Spelled out that true division can lose information for ints as well as
longs.
Added a "Resolved Issues" section, and split one of the Open Issues
into three Resolved issues.
2001-11-05 20:46:08 +00:00
Barry Warsaw a93e20910d Fixed a bunch of inconsistencies, reported by Neal Norwitz. 2001-11-02 22:48:21 +00:00