Phillip J. Eby
93eddee292
Misc. clarifications added per Alan Kennedy's report on his
...
experiences implementing WSGI in Jython/Java Servlets.
2004-08-30 03:04:59 +00:00
David Goodger
8d042dd201
clarifications
2004-08-27 21:19:48 +00:00
Phillip J. Eby
36087815b0
Fix a formatting problem, and add today's posting date.
2004-08-27 21:14:42 +00:00
Raymond Hettinger
d324b2fcff
Update and finalize PEP 218 (builtin set types):
...
* List the additional methods and operators that are supported.
* List differences between sets.py and the built-in types.
* Mark the {-} syntax as rejected by Guido until Python 3000.
* Note that genexps make set comprehensions moot.
* Mark the pep as final and implemented.
2004-08-27 20:28:58 +00:00
Brett Cannon
a584e413a0
Remove __cmp__ mention.
...
Add about list comps being syntactic sugar for genexps to list(). Reword
mention of stdlib reorg. Mention comparisons other than == and != between
disparate types will raise an error unless excplicitly allowed.
2004-08-27 18:43:32 +00:00
Andrew M. Kuchling
28d9c521f0
Mark PEP 273 as final
2004-08-27 18:13:48 +00:00
Andrew M. Kuchling
2ec10183fb
Add historical note
2004-08-27 18:11:22 +00:00
David Goodger
a46d0fa414
added PEP 333, "Python Web Server Gateway Interface v1.0", by Phillip J. Eby
2004-08-27 17:30:09 +00:00
David Goodger
c0f6e95fc5
added PEP 332, "Byte vectors and String/Unicode Unification", by Skip Montanaro
2004-08-27 13:44:37 +00:00
David Goodger
867839cff4
update from Peter Harris; minor edits
2004-08-27 13:29:47 +00:00
David Goodger
4957e14b72
markup
2004-08-27 13:16:31 +00:00
Brett Cannon
c9ab70af1c
Mention Python 3000 name.
...
Fix bullet points under things to return iterators.
Mention true division, True, False, and as becoming keywords and the removal of
__cmp__ .
2004-08-27 05:24:03 +00:00
Andrew M. Kuchling
31ea3d0f38
Wording tweak
2004-08-25 13:47:29 +00:00
Barry Warsaw
f61f36079f
The open issues are resolved.
2004-08-25 02:02:08 +00:00
Tim Peters
e42649dc7a
Note that Python stopped generating OverflowWarning in 2.4, a release
...
after that was planned to occur.
2004-08-25 01:57:46 +00:00
Skip Montanaro
5cac22671f
List some possible reasons why arriving at consensus about decorators has
...
been so hard (or impossible) to acheive. There are certainly more. Are
these the killers?
2004-08-24 18:56:00 +00:00
Brett Cannon
03d428dbde
Integrate points listed in python-dev Summary not covered in PEP.
2004-08-24 05:50:01 +00:00
Andrew M. Kuchling
9fc1f84f6f
Add <> operator
2004-08-23 18:07:06 +00:00
Barry Warsaw
008faf4bad
Added PEP 20, The Zen of Python
2004-08-23 03:41:56 +00:00
Barry Warsaw
daf2ad709c
The Zen of Python
2004-08-23 03:41:21 +00:00
Barry Warsaw
0a31599cdf
Latest update.
2004-08-23 03:31:45 +00:00
David Goodger
13a33836fb
markup, wrapping
2004-08-20 15:05:39 +00:00
Barry Warsaw
2042beaefb
The classes have been renamed Template and SafeTemplate. Also, a bunch of
...
open issues have been added.
2004-08-20 14:20:38 +00:00
Andrew M. Kuchling
b5815e3e63
Add PEP 3000
2004-08-20 12:43:19 +00:00
Martin v. Löwis
6e81017b99
Bump minimum version for xmlrpclib to 2.1. Fixes #1009803
2004-08-20 07:32:06 +00:00
David Goodger
e9a9e14d34
markup
2004-08-20 01:18:24 +00:00
David Goodger
5ae519ab7d
reST foo to the rescue!
2004-08-20 01:14:23 +00:00
Raymond Hettinger
08ce24e39a
Establish update policies for the decimal module.
2004-08-19 22:58:30 +00:00
Anthony Baxter
9f2f16ef45
checking in work-in-progress. this is by no means finished -
...
I will attack it some more this weekend and attempt to finish it.
Please feel free to fill out any bits you think I've missed.
See the WarningWarningWarning section at the top.
2004-08-19 15:36:14 +00:00
Anthony Baxter
c5f6f6b146
updated bugfix PEP
2004-08-19 07:06:12 +00:00
Martin v. Löwis
a860b7fe69
Patch #1011144 : Correct regex syntax.
2004-08-18 13:25:54 +00:00
Martin v. Löwis
c2b90f8633
Marking PEP 269 as deferred.
2004-08-18 11:56:16 +00:00
Raymond Hettinger
edbdb24ac4
Add migration advice about the atexit module.
2004-08-16 03:14:53 +00:00
Skip Montanaro
7d419abf3c
Michael Hudson checked in a mod to allow a function's func_name attribute to
...
be modified, thus closing open issue #2 .
2004-08-12 20:33:02 +00:00
Skip Montanaro
000b0e0bbc
marking pep 305 final
2004-08-11 21:00:25 +00:00
Andrew M. Kuchling
c42a1b6053
Add missing closing apostrophe
2004-08-11 15:05:26 +00:00
Barry Warsaw
aa3379f2fb
Updated and simplified PEP, after a few very good rounds of discussion with
...
Raymond.
2004-08-10 22:19:59 +00:00
Vinay Sajip
4e63189b67
Marked PEP 282 as Final
2004-08-10 14:31:41 +00:00
Vinay Sajip
362826cf79
Marked as final
2004-08-10 14:27:57 +00:00
Andrew M. Kuchling
d0d217d628
Add unlisted modules
2004-08-10 13:27:32 +00:00
Skip Montanaro
69c9d49284
minor corrections
2004-08-10 01:51:30 +00:00
Andrew M. Kuchling
56a0b6d473
Mark PEP 307 as final; fix a typo in PEP 307
2004-08-07 15:59:56 +00:00
Raymond Hettinger
dec5ab7a7c
SF patch #980695 : efficient string concatenation
...
(Original patch by Armin Rigo).
2004-08-06 18:47:26 +00:00
Skip Montanaro
2ad669666f
add Guido's comment about nested decorator problems
2004-08-06 18:34:15 +00:00
Anthony Baxter
980dc9c859
classes, no, functions yes
2004-08-06 16:02:42 +00:00
Guido van Rossum
5c7379e27c
Fix errors in references.
2004-08-06 14:27:38 +00:00
Skip Montanaro
f22bcae049
some other minor updates
2004-08-06 03:53:20 +00:00
Skip Montanaro
8945c589a4
Factor in Anthony's text regarding the @ syntax and toss in a couple other
...
odd bits.
2004-08-06 03:36:09 +00:00
Barry Warsaw
fe10049f8e
Repaired a few places where the PEP was incorrect or out of touch with
...
reality. Specifically, the third argument to PyObject_RichCompare* is an int,
not an enum. Also, when the tp_richcompare function cannot compare the
combination of objects, it needs to return Py_NotImplemented, not
PyExc_NotImplemented (and a new reference to that object at that).
2004-08-05 23:16:25 +00:00
David Goodger
9d455a5e43
update from Peter Astrand
2004-08-03 13:13:43 +00:00