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
Andrew M. Kuchling
a48fe13ca8
Typo fix
2004-07-28 10:39:55 +00:00
Anthony Baxter
3ccbcfc3fb
updated schedule
2004-07-28 03:08:09 +00:00
Guido van Rossum
4df1a9b763
Remove leading blank line so pep2html recognizes this file.
2004-07-24 20:50:49 +00:00
Andrew M. Kuchling
1e0563b4e6
[Bug #995522 ] Fix regex
2004-07-21 21:22:51 +00:00
Andrew M. Kuchling
1c9b3f95bb
Fix typo
2004-07-21 12:30:07 +00:00
David Goodger
fd18f7481a
update from Christian R. Reis
2004-07-19 23:09:04 +00:00
David Goodger
e65b9b97b5
allow https URI scheme in links, continued
2004-07-19 19:05:01 +00:00
David Goodger
84a666a86d
allow https URI scheme in links
2004-07-19 19:02:14 +00:00
David Goodger
a0686d62bb
added PEP 331, Locale-Independent Float/String Conversions, by Christian R. Reis
2004-07-19 18:08:57 +00:00
David Goodger
5591215fe0
updated
2004-07-16 19:27:23 +00:00
Raymond Hettinger
9f10890b0b
Small update.
2004-07-12 14:39:54 +00:00
David Goodger
e612b827c0
update from Facundo Batista
2004-07-08 22:09:48 +00:00
Raymond Hettinger
706f202b24
Mark PEP327 (decimal floating point) as approved and final.
2004-07-06 01:15:33 +00:00
Andrew M. Kuchling
469498ea6e
Typo fixes
2004-07-03 22:26:41 +00:00
Raymond Hettinger
ab9b144a7d
Move two entries from 'planned' to 'done'
2004-07-01 12:42:30 +00:00
Raymond Hettinger
304ff42785
Update to reflect the equivalence:
...
Decimal(12345)==Decimal('12345') where the precision is three
2004-06-30 04:46:47 +00:00
Raymond Hettinger
04361245af
Update the PEP to reflect the most recent decisions about interactions
...
with binary floating point. Also document the rationale for the decisions.
2004-06-30 03:37:13 +00:00
Michael W. Hudson
c86e93c058
Clarify why we don't do hasattr(var, '__exit__).
2004-06-18 11:41:03 +00:00
Barry Warsaw
28e33e4c96
Describe what happens to $'s that don't fit the rule.
2004-06-16 19:31:35 +00:00
David Goodger
cf742400b9
update from Facundo Batista
2004-06-16 14:27:00 +00:00
David Goodger
d62b41a649
updated links; thanks to Felix Wiemann
2004-06-09 02:02:42 +00:00
Anthony Baxter
9b1e35dd64
un-deprecate audioop, as it's now being used (as discussed at pycon).
...
Note ast compiler status.
2004-06-02 14:48:16 +00:00
David Goodger
068a7f290b
added PEP 330, Python Bytecode Verification, by Michel Pelletier
2004-05-28 01:45:34 +00:00
Anthony Baxter
d8aca009a6
more rpm goodness
2004-05-27 05:55:55 +00:00
Andrew M. Kuchling
e630e6ae05
Typo fix
2004-05-26 17:02:35 +00:00
Michael W. Hudson
2d39a47258
Remove an implemented request.
2004-05-26 16:17:39 +00:00
Michael W. Hudson
044bf4f1e7
Make this a little bit less hilariously out of date.
2004-05-26 16:10:30 +00:00
Fred Drake
8a4b71ba48
Features planned for 2.4 aren't being pushed off to 2.4.
2004-05-26 00:11:02 +00:00
Raymond Hettinger
b8c832a6fa
Clarify when the iter() is called.
2004-05-20 22:57:01 +00:00
Raymond Hettinger
18428862ff
Various PEP updates mostly related to generator expressions.
2004-05-19 21:18:55 +00:00
Anthony Baxter
51d653d995
has it been _that_ many? sheesh
2004-05-13 12:00:45 +00:00
Anthony Baxter
d87129bbf9
updates
2004-05-13 07:20:16 +00:00
Fred Drake
0c7783ed1a
revise the test for universal newline support to work even if
...
sys.stdout has been replaced
(closes SF bug #800828 )
2004-05-06 04:17:58 +00:00
Guido van Rossum
3c685c197c
Add compatibility guideline for platform.py.
2004-05-06 00:29:47 +00:00
Raymond Hettinger
bec290b671
Fix markup.
2004-05-04 08:24:05 +00:00
David Goodger
edae0ba0b1
upadte from Aahz
2004-05-02 16:32:32 +00:00
David Goodger
081033c9a7
updated URL
2004-04-23 23:42:47 +00:00
David Goodger
ef1e37dcf3
update; text from Edward Loper
2004-04-23 13:29:34 +00:00