Commit Graph

875 Commits

Author SHA1 Message Date
Guido van Rossum d38b6f17e3 Add callable() to the list of functions returning 'bool'. 2002-03-10 03:36:14 +00:00
Guido van Rossum ec6a886793 Fix subtle bugs in &|^ overloading. 2002-03-09 14:53:04 +00:00
Guido van Rossum cbd58349eb More rationale and issues. 2002-03-08 19:48:44 +00:00
Guido van Rossum 1de26dfac3 Some more clarifications. 2002-03-08 18:28:03 +00:00
Guido van Rossum fd7241aaa1 Clarify issues baded upon the first questions.
Don't add "(python-dev)" to Post-History header.
2002-03-08 16:15:04 +00:00
Guido van Rossum 0c7f6fd4fa PEP 285: Adding a bool type 2002-03-08 15:38:37 +00:00
Barry Warsaw 151020a12b Add a link to Guido's Parade of PEPs. 2002-03-08 05:43:22 +00:00
Barry Warsaw fe423241d7 Don't mention a specific Python version. 2002-03-07 20:02:09 +00:00
Barry Warsaw 726ff6695d I'm agonna post it today. 2002-03-07 19:26:07 +00:00
Barry Warsaw 29bdfea72d Added PEP 10, Voting Guidelines, Barry Warsaw 2002-03-07 19:21:11 +00:00
Barry Warsaw f1cd30f189 PEP 10, Voting Guidelines, Barry Warsaw 2002-03-07 19:20:45 +00:00
Marc-André Lemburg bcc3471c33 Clarified the class of possible source code encodings. Added link
to Martin's patch.
2002-03-07 11:14:26 +00:00
Jeremy Hylton a04d6be380 Put "PEP" in front of PEP numbers. 2002-03-06 20:56:46 +00:00
Barry Warsaw 3aeb47188f An update from David Eppstein. 2002-03-06 20:53:47 +00:00
Barry Warsaw 34d88481d0 Added PEP 284 to the "Open PEPs" category (although Guido will likely
reorganize this soon ;).
2002-03-06 20:48:22 +00:00
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