Commit Graph

860 Commits

Author SHA1 Message Date
Barry Warsaw 553bdf2dab Added PEP 284, Integer for-loops, Eppstein & Ewing 2002-03-06 13:16:22 +00:00
Barry Warsaw 9b27c83c79 PEP 284, Integer for-loops, Eppstein & Ewing 2002-03-06 13:16:08 +00:00
Barry Warsaw 6d5f340df7 Latest update from Raymond D. Hettinger. Spell checking applied.
Made code samples self-consistent, and also consistent with Python
style guide w.r.t. spaces around function arguments.
2002-03-04 13:20:02 +00:00
Marc-André Lemburg e7818687b7 Added support for Last-Modified header and its (possibly automatic)
generation.
2002-03-01 19:07:46 +00:00
Barry Warsaw d9736b39aa Last-Modified: is now a required header. 2002-03-01 00:42:48 +00:00
Marc-André Lemburg 922ddea19a Postponed to 2.4. 2002-02-28 14:26:41 +00:00
Marc-André Lemburg b96b9c4ea3 Extended the coding RE 2002-02-28 09:08:39 +00:00
Jeremy Hylton 22b92dc492 Remove S markers. 2002-02-27 23:06:43 +00:00
Jeremy Hylton fceffda5d6 Add Python 2.3 release schedule based on conversation with Barry &
Tim, after mtg w/ Guido.
2002-02-27 23:02:11 +00:00
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