Guido van Rossum
e5c7b99c0b
Clarify __reduce__ and classic classes more.
2003-02-10 21:34:28 +00:00
Tim Peters
50955157ae
Tried to clarify the point about classic classes and __reduce__.
2003-02-10 21:25:25 +00:00
David Goodger
0429311d5a
update title, same as in PEP 0
2003-02-10 15:34:54 +00:00
David Goodger
eb0e9894fb
updated
2003-02-10 14:54:10 +00:00
David Goodger
a7cd5f569e
Reliable Acquisition/Release Pairs, by Michael Hudson and Paul Moore
2003-02-10 14:52:51 +00:00
David Goodger
d49ecf85a2
Built-in Closure Type, by Peter Harris
2003-02-10 14:51:45 +00:00
Skip Montanaro
67273248cc
a number of changes to keep more-or-less up-to-date.
2003-02-10 04:03:49 +00:00
David Goodger
1dc70cf85e
updated stylesheet setting
2003-02-09 20:47:36 +00:00
Guido van Rossum
ab58904812
Rename 'proto' keyword arg to 'protocol' . Greg Ward's suggestion.
2003-02-09 17:16:45 +00:00
Guido van Rossum
0e447664fe
Fix grammar.
2003-02-09 17:11:10 +00:00
David Goodger
bbebe7226d
fixed status
2003-02-09 05:12:54 +00:00
David Goodger
6939782313
updated; Docutils install no longer required
2003-02-08 22:35:29 +00:00
David Goodger
6fcecede97
new stylesheet entry
2003-02-08 22:23:42 +00:00
Guido van Rossum
52ef95d27a
It is *right* associative! (The example was right. :-)
2003-02-08 13:40:52 +00:00
Guido van Rossum
717ec38a5c
Add 'when' variant.
2003-02-08 02:12:43 +00:00
Guido van Rossum
edf0585da8
Add and/or alternative and why it doesn't always work.
...
Correct origin of ?: and ?! again.
2003-02-08 00:56:13 +00:00
Guido van Rossum
c486401240
Add if C : e1 else e2.
2003-02-07 22:34:54 +00:00
Guido van Rossum
648a2a5acc
Explain that "e if C" (without the "else" part) is a bad idea.
2003-02-07 22:29:39 +00:00
Guido van Rossum
63a04aad2b
Credit where credit is due. Also add an extra blank line before the
...
section on ifelse().
2003-02-07 22:13:53 +00:00
Guido van Rossum
b6965cc2ad
Reserve a range for Zope, not specifically for Zope 3.
2003-02-07 20:57:23 +00:00
Skip Montanaro
cd1746477e
explain why adding a new builtin won't work.
2003-02-07 20:18:45 +00:00
Guido van Rossum
d163abe4d6
Typo found by Aahz.
2003-02-07 19:30:15 +00:00
Guido van Rossum
4d97872f0d
Add posting-date. Add note about the copy module. Remove TBD -- this
...
PEP is complete AFAIAC.
2003-02-07 18:11:29 +00:00
Guido van Rossum
a526eed9cb
Add PEP 308: if-then-else expression proposal.
2003-02-07 17:03:31 +00:00
Fred Drake
631248ea3c
Fix typo.
2003-02-06 22:11:01 +00:00
Tim Peters
776c4ceb3e
Intro: make explicit that the new protocol is to be introduced with 2.3.
2003-02-06 20:38:30 +00:00
Tim Peters
17338a4481
Minor edits to the "Protocol versions" section.
2003-02-06 20:35:00 +00:00
Tim Peters
21a586e1b3
Quick checkin to make sure I still have the mechanics straight in this
...
directory.
2003-02-06 20:29:21 +00:00
Andrew M. Kuchling
9b88421c6a
Add a wish
2003-02-06 17:57:14 +00:00
Andrew M. Kuchling
6d3d977da0
Add a wish
2003-02-05 20:21:49 +00:00
Guido van Rossum
f95c17f368
Document the extension registry API.
...
Remove mention of Twisted (they don't want it).
2003-02-04 19:28:16 +00:00
Guido van Rossum
8787ee145b
Introduce extension codes.
2003-02-04 19:12:25 +00:00
Guido van Rossum
eb93e1fcdc
Refactored according to 3 main cases.
2003-02-04 17:53:55 +00:00
Guido van Rossum
6b1fc6f8c0
Fix crucial typo found by Niki Spahiev.
2003-02-04 14:50:23 +00:00
Guido van Rossum
90133d7f6a
Added docs for __getstate__ and __setstate__, __getinitargs__ and
...
__getnewargs__. Unfortunately these need to be refactored again
according to a different organizing principle. ;-(
2003-02-03 20:22:23 +00:00
Guido van Rossum
2c9210a9b5
Misc tweaks and updates.
2003-02-03 17:50:16 +00:00
Skip Montanaro
8aad764890
zap incorrect statement about formatting parameters and the dialect
...
registry.
2003-02-03 03:01:48 +00:00
Skip Montanaro
4c07516c43
set_dialect is the wrong name. It conveys the notion of a single dialect.
...
register_dialect is better.
2003-02-03 02:25:26 +00:00
Skip Montanaro
0b4707dd78
default dialect is now "excel", not "excel2000".
2003-02-03 02:07:37 +00:00
Dave Cole
534feb5366
Changed the csv.reader() fileobj argument to interable. This give us
...
much more flexibility in processing filtered data.
Made the example excel dialect match the dialect in csv.py.
Added explanation of doublequote.
Added explanation of csv.QUOTE_NONE.
2003-02-02 12:25:23 +00:00
Guido van Rossum
ccc70922b4
Add __newobj__ and TBD section.
2003-02-01 20:10:35 +00:00
Guido van Rossum
9cdeaa0b57
Remove text about new pickling; refer to PEP 307 instead.
2003-02-01 19:02:10 +00:00
Guido van Rossum
628e37cde1
Document extended __reduce__ API.
2003-01-31 21:58:34 +00:00
Skip Montanaro
57d97aaec1
remove authors' emails, add Discussion-To: to try and encourage feedback to
...
go to the mailing list.
2003-01-31 21:55:38 +00:00
Skip Montanaro
1cf7aea11c
various cleanups
...
expanded Rationale a tad
added Post-History date (announcing it in a moment)
added pointer to sandbox implementation
mentioned implementation in the (massive ;-) Testing section
2003-01-31 21:49:32 +00:00
Guido van Rossum
1ff1f735ff
Security issues.
2003-01-31 21:13:18 +00:00
Skip Montanaro
b17859166a
update Post-History
2003-01-31 20:50:46 +00:00
Guido van Rossum
584036ddd6
Extend intro; add motivation and a section on protocol versions.
2003-01-31 19:56:32 +00:00
Guido van Rossum
f739e21311
Claim PEP 307 for extensions to the pickle protocol.
2003-01-31 19:12:53 +00:00
Skip Montanaro
2b35f15752
various tweaks
...
testing the current patch turned up a shortcoming. When the bytecode base
is defined, it's not safe to delete the source code. The bytecode file
generated won't be found.
2003-01-31 17:28:11 +00:00