Barry Warsaw
cce910e25a
minor typo
2002-04-01 15:24:54 +00:00
Guido van Rossum
b0ff431398
Finish incomplete sentence.
2002-04-01 15:20:47 +00:00
Guido van Rossum
e2e9ade45e
Add reference to COM.
2002-03-31 23:02:27 +00:00
Guido van Rossum
f9691ffbc7
Incorporated review feedback. Added Jython argument. Added mention
...
of standard library. Added clarification that "if <list>:" remains
as valid as ever. Minor rewordings all over, got rid of "e.g." again.
2002-03-31 11:26:16 +00:00
Guido van Rossum
4e4e4e8c29
Typo fix.
2002-03-30 13:39:00 +00:00
Guido van Rossum
9cec34b016
Add a section with the most pressing issues for reviewers.
2002-03-30 05:37:02 +00:00
Guido van Rossum
5a2d7aa310
Shorter URL for patch.
2002-03-30 05:17:22 +00:00
Guido van Rossum
2fe448c171
On the eve of posting this to c.l.py, add a response to a common but
...
nonsensical suggestion (that x == True should hold for all true x).
2002-03-30 05:16:16 +00:00
Guido van Rossum
31b1ea98c7
Update SF patch reference.
2002-03-30 05:09:03 +00:00
Guido van Rossum
c00566bc53
Slightly updated; corrected typos; added one extra argument.
2002-03-30 05:02:42 +00:00
Andrew M. Kuchling
72fdf216b1
Add partially-written API
2002-03-28 21:39:16 +00:00
Andrew M. Kuchling
1f4daa3354
Update posting date
2002-03-28 03:03:28 +00:00
Andrew M. Kuchling
d24cde6f59
Note that it's not possible to handle ownership on Windows without
...
win32all.
Remove an XXX comment
2002-03-28 02:18:02 +00:00
Andrew M. Kuchling
4829fd6e55
Remove file type indicator
...
Rearrange order of file fields
Note that .pyc/.pyo files are listed, too
2002-03-25 13:57:45 +00:00
Andrew M. Kuchling
8dd23c1dcf
Various changes inspired by Thomas Heller's c.l.p comments
2002-03-25 13:36:05 +00:00
Barry Warsaw
8e48462a3c
Raymond Hettinger's latest update.
2002-03-21 05:54:14 +00:00
Jack Jansen
19aefb3500
One more "t" replaced by "U".
...
Unicode is confirmed "newline-safe".
2002-03-16 00:35:36 +00:00
Guido van Rossum
73765a5bb7
Add -b/--browse option, which uses the webbrowser module to show the
...
generated HTML in your browser. (The local HTML without -i, the
remote HTML with -i; PEP 0 when no pep argument is given.)
Fix the help text for -i (referenced sf_username which wasn't
defined).
Sort the files when processing all of them (glob doesn't sort, alas).
2002-03-15 18:14:39 +00:00
Marc-André Lemburg
4903b95001
Changed Python's source code encoding default to ASCII.
...
Added note about handling of Unicode literals in phase 1.
2002-03-15 17:07:12 +00:00
Jack Jansen
130b28e2a4
Added a line clarifying that newline conversion happens not only for
...
readline() but for all input calls.
2002-03-14 22:47:31 +00:00
Jack Jansen
69316725d1
- --with-universal-newlines is now the default
...
- U is the mode character that signal universal newlines in open in stead
of t.
- Clarified why output isn't handled.
- Clarified various questions on unicode, exec, locks, etc.
2002-03-13 22:50:54 +00:00
Barry Warsaw
4834b3a6a8
One more update from Raymond Hettinger.
2002-03-11 19:31:23 +00:00
Barry Warsaw
9b485c87c9
Unreject PEP 276
2002-03-11 18:55:31 +00:00
Barry Warsaw
22d31f459f
Un-reject this PEP.
2002-03-11 18:54:40 +00:00
Barry Warsaw
d04c63edc9
PEP 276 is now formally rejected.
2002-03-11 17:41:07 +00:00
Barry Warsaw
e4dbb1a74a
James's last update, and mark this PEP rejected.
2002-03-11 17:40:50 +00:00
Barry Warsaw
73238e3409
Status changed to Active.
2002-03-11 17:36:50 +00:00
Barry Warsaw
4b2c3a6488
PEP 279 update from Raymond Hettinger
2002-03-11 17:33:49 +00:00
Barry Warsaw
595fc30d9c
Added PEP 286, Enhanced Argument Tuples, Martin von Loewis
2002-03-11 17:31:02 +00:00
Barry Warsaw
46807cb6f3
PEP 286, Enhanced Argument Tuples, Martin von Loewis
2002-03-11 17:30:35 +00:00
Barry Warsaw
8fe3b47295
PEP 2 is undeferred now that Martijn Faassen has taken over. Added
...
Martijn's name to the list of PEP authors and removed Eric Raymond's
(since he no longer authors any PEPs).
2002-03-11 17:24:09 +00:00
Barry Warsaw
0d6b93cd33
This PEP has a new champion Martijn Faassen, and it actually contains
...
text now. :)
Committing for Martijn, after minor formatting and style changes.
2002-03-11 17:23:14 +00:00
Tim Peters
424238f1f7
SF patch 499062: Minor typo in test_generators.py.
...
There's no actual patch there. It's an objection that Guido's example
doesn't actually generator "leaves", so change the comment that says
it does.
2002-03-10 07:59:28 +00:00
Guido van Rossum
c4b9d1dab1
Add link to implementation.
2002-03-10 05:47:36 +00:00
Guido van Rossum
03691d24b9
Some clarifications. Add section on compatibility (and why this means
...
our bool is not very 'pure').
2002-03-10 04:46:49 +00:00
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