David Goodger
f82b61cce2
markup fix
2007-04-25 15:19:08 +00:00
Guido van Rossum
81cba80bfe
Add pointer to implementation of @abstractmethod in C.
...
Change ABC framework description to only mention @abstractmethod
and unconditionally propose it as a built-in.
Some more editorializing; explain why we have BasicMapping.
2007-04-25 00:17:23 +00:00
Guido van Rossum
f9b3dff1fb
Add some text that Talin suggested.
2007-04-23 23:37:29 +00:00
Neal Norwitz
56b10379a9
Various status updates
2007-04-23 01:29:47 +00:00
Georg Brandl
f956fb4ab6
Update PEP 0.
2007-04-21 15:51:51 +00:00
Georg Brandl
5181528369
PEP 3114 is final.
2007-04-21 15:50:50 +00:00
Guido van Rossum
3ff288b8ae
More decisions.
2007-04-20 23:06:41 +00:00
Guido van Rossum
66d4f339be
Work in many email responses.
2007-04-20 22:26:10 +00:00
Andrew M. Kuchling
69064d13b6
Escape backslashes in PEPs when writing an index.yml
2007-04-20 20:55:15 +00:00
Guido van Rossum
d54e5eac4a
Choose Sized instead of Finite.
...
Make a few more tentative decisions based on Brett's feedback.
2007-04-20 18:32:41 +00:00
Guido van Rossum
ec9942c558
Turn XXX into open issues. Fix append (was listed as add).
...
Respond to Brett's email.
2007-04-20 03:29:51 +00:00
Brett Cannon
f0753eea80
Fix a markup error.
2007-04-20 01:39:43 +00:00
Guido van Rossum
f35a9eab74
Fix a blatant bug in the definition of hash().
...
Add ComposableSet, which defines union etc.
2007-04-19 22:47:08 +00:00
Guido van Rossum
e06f400021
Added some comparisons to other ideas, open issues, and more references.
2007-04-19 21:49:59 +00:00
Brett Cannon
ba82685d7d
Update PEP to cover the deprecation of BaseException.message in Python 2.6.
2007-04-19 19:05:14 +00:00
Guido van Rossum
e3aab6db4b
Another checkpoint. Add some invariants. Resolve an XXX or two.
2007-04-19 18:53:49 +00:00
Guido van Rossum
a9354df361
Checkpoint. Use Finite for the class defining __len__.
2007-04-19 17:58:47 +00:00
Guido van Rossum
7191aa5254
Fix rest warnings.
2007-04-19 00:33:02 +00:00
Guido van Rossum
fc4f448947
Add lots of text. Still far from complete.
2007-04-19 00:21:49 +00:00
Guido van Rossum
2e759ec054
Add spec for abc module. Add more sections but with temporary contents.
2007-04-18 18:39:32 +00:00
Guido van Rossum
cbda3c2812
Clean up trailing whitespace.
2007-04-18 17:43:05 +00:00
Guido van Rossum
a37f0eda27
Add a bit more to the abstract.
2007-04-18 17:32:21 +00:00
Guido van Rossum
04cae3ee7f
Claim PEP 3119 for the ABC PEP. Please disregard the contents for now.
2007-04-18 17:20:24 +00:00
Guido van Rossum
1192834573
Add explanation / instructions for required 2nd Python-ast.c submit.
2007-04-16 17:08:51 +00:00
Brett Cannon
e801b28e42
Make Type field values consistent across all PEPs.
2007-04-15 02:10:27 +00:00
Brett Cannon
200254be97
Make author listing consistent.
2007-04-15 02:08:39 +00:00
Brett Cannon
8f7928a5fb
Make Author field's name be consistent with other names (it's not plural).
2007-04-14 00:31:26 +00:00
Brett Cannon
accb7090ef
Fix a typo in the PEP title.
2007-04-14 00:30:06 +00:00
Guido van Rossum
9cbb5f0731
Add newline arg to open().
2007-04-11 01:09:33 +00:00
Guido van Rossum
4109356d29
Like seek(), truncate() always returns the new current position.
...
All write() methods return the number of bytes/characters written
(for buffered and text files, this is always the lenth of the input).
2007-04-10 20:58:53 +00:00
Guido van Rossum
8c3078b844
Note that stdlib changes are starting after 3.0a1 is released.
2007-04-10 18:55:02 +00:00
Guido van Rossum
8765102b9b
seek() returns an int everywhere.
2007-04-10 18:37:53 +00:00
Nick Coghlan
ead0191bee
PEP 3118 updates from Travis
2007-04-10 09:45:04 +00:00
Georg Brandl
f77cdbd262
Add missing keywords.
2007-04-09 09:03:03 +00:00
Nick Coghlan
bcffffbaea
Add enhanced buffer interface PEP from Travis Oliphant
2007-04-09 05:51:32 +00:00
Guido van Rossum
4834ccd143
Clarify what to use instead of callable().
2007-04-08 16:51:33 +00:00
Guido van Rossum
38fbef2fb2
Add words discouraging overly-broad except clauses.
2007-04-06 15:09:21 +00:00
Guido van Rossum
799cd54779
Update by Mark Russell -- clarify readinto(), and qualify tell()/seek() on
...
textio buffers.
2007-04-05 18:25:11 +00:00
Georg Brandl
0ae6c2020d
Checkin PEP 3117.
2007-04-04 06:41:20 +00:00
Collin Winter
3d07d0d4fb
Mark the removal of isCallable() and sequenceIncludes() from operator as 'done'.
2007-03-21 20:15:07 +00:00
Collin Winter
6922d56427
Mark the removal of sys.exitfunc as done.
2007-03-21 03:01:51 +00:00
Brett Cannon
34e9d0f39f
Clarify the transition plan for the 2to3 fixer. Also link directly to the
...
fixer itself.
2007-03-20 21:47:44 +00:00
Georg Brandl
1c68c46409
PEP 358 is accepted.
2007-03-18 20:04:00 +00:00
Guido van Rossum
1f4fb613e8
Accept PEP 3115.
2007-03-18 15:42:32 +00:00
David Goodger
3ed9968c48
markup & punctuation fixes
2007-03-16 20:01:57 +00:00
Georg Brandl
92d7f773f2
Fix ReST markup wrt. literal code blocks.
2007-03-16 08:45:32 +00:00
Guido van Rossum
ad1e48dbf1
Fix layout glitch in References section.
2007-03-16 00:47:10 +00:00
Talin
4c5f90cb3e
Updated the PEP in accordance with the latest discussions. Added additional rationales and use cases, and added a link to the sample implementation.
2007-03-16 00:36:00 +00:00
Guido van Rossum
4b14e34f00
PEP 3116 - new I/O, by Mike Verdone and Daniel Stutzbach;
...
converted from HTML by Jason Orendorff.
2007-03-15 18:05:48 +00:00
Guido van Rossum
3ea110add4
Add PEP 3115: Metaclasses in Py3k, by Talin.
...
Updated PEP 0 to list PEP 3114: next -> __next__, by Ping.
2007-03-14 17:52:19 +00:00