Commit Graph

801 Commits

Author SHA1 Message Date
Marc-André Lemburg 2e572852cf Changes regarding the default encoding and other minor tweaks.
See history for details.
2002-02-27 11:07:16 +00:00
Marc-André Lemburg ea3edf8588 Redo Barry's change... add fill-column. 2002-02-26 20:26:07 +00:00
Marc-André Lemburg 05c2b00dee Fix name. 2002-02-26 20:22:11 +00:00
Barry Warsaw a8e35f6899 Added fill-column: specification to Emacs block at end of file. 2002-02-26 15:58:09 +00:00
Marc-André Lemburg 4073747f5d Adapted to Martin's comments. 2002-02-26 10:01:25 +00:00
Marc-André Lemburg b40374d85b Fix for the case when no PEP title is given. 2002-02-16 10:44:32 +00:00
Barry Warsaw 4c4c1d5b80 PEP 282, A Logging System, Trent Mick
(spell check and formatting by Barry)
2002-02-15 04:09:17 +00:00
Barry Warsaw f03e9f775c PEP 282, A Logging System, Trent Mick 2002-02-15 04:08:55 +00:00
Guido van Rossum 12c98c195b Add missing PUSH(x) statements to the C code. 2002-02-12 05:04:30 +00:00
Tim Peters e74c220526 Minor updates. 2002-02-12 00:01:35 +00:00
Barry Warsaw 93828e16bc Added PEP 281, Loop Counter Iteration with range and xrange, Magnus
Lie Hetland
2002-02-11 16:43:40 +00:00
Barry Warsaw 6aa5241875 PEP 281, Loop Counter Iteration with range and xrange, Magnus Lie
Hetland
2002-02-11 16:43:16 +00:00
Guido van Rossum d4757ee5a2 Add Ping's "always doubly-indirect" idea. Remove mistaken pseudo-C
for Tim's ideal.
2002-02-11 16:24:10 +00:00
Barry Warsaw 6a826bf8aa PEPs 211, 212, 213, 218, 219, 225, all of which were marked `D' have
been moved to the Deferred section.

PEP 241 is marked Final and moved to the Finished section.

PEP 222 is marked Deferred and moved to the Deferred section.
2002-02-11 16:11:31 +00:00
Barry Warsaw 3f65364f4d After discussions w/ Andrew, we've decided to mark this PEP as Final. 2002-02-11 16:09:26 +00:00
Guido van Rossum b710da4bee Also show C pseudo-code of Tim's version. 2002-02-11 15:48:50 +00:00
Guido van Rossum 9c4c598a79 More FAQs. 2002-02-11 15:00:03 +00:00
Guido van Rossum 0c994bd700 Answer questions by MAL; add drawing by Ping. 2002-02-11 14:36:51 +00:00
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