Benjamin Peterson
|
a9ee42bc4f
|
normalize Collin and Jeffery's email address
|
2010-01-21 01:23:17 +00:00 |
Benjamin Peterson
|
9ec804df3f
|
a whole slew of peps that are (I believe) implemented
|
2009-01-19 16:08:45 +00:00 |
Raymond Hettinger
|
054ae8d319
|
Update PEP to match the mini-pep for simplifying Intergal.
|
2008-06-11 00:26:20 +00:00 |
Raymond Hettinger
|
922cb7554a
|
Update the PEP to reflect that Exact and Inexact were dropped shortly after Pycon.
|
2008-06-05 23:12:33 +00:00 |
Guido van Rossum
|
e7562c1707
|
Explicitly acknowledge that Decimal will not become part of the numeric tower.
|
2008-02-10 01:14:46 +00:00 |
Jeffrey Yasskin
|
11b74a803f
|
Update PEP 3141 according to the conclusion of
http://mail.python.org/pipermail/python-dev/2008-January/075921.html. Different
types may have different rounding behavior, but float will definitely
round-to-even.
|
2008-01-07 00:25:37 +00:00 |
Guido van Rossum
|
f2126d0591
|
Mark PEP 3141 as accepted.
|
2007-12-19 04:16:33 +00:00 |
Guido van Rossum
|
e8400c12a9
|
Some small updates, with Jeffrey's OK.
|
2007-12-06 17:49:44 +00:00 |
Georg Brandl
|
e8514b11c0
|
Two very small fixes.
|
2007-09-04 08:21:25 +00:00 |
Jeffrey Yasskin
|
f9bb346a22
|
Resolve the open issues and address float.__mod__() returning the wrong answer for some arguments.
|
2007-08-22 22:07:53 +00:00 |
Alex Martelli
|
6a16c674b2
|
The "i>0 iff x>0" in the previous PEP version is incorrect (we do want to
trunc 0.1 to 0, for example); tried clarifying the task.
|
2007-08-22 21:38:54 +00:00 |
Guido van Rossum
|
1e3f4e7c1c
|
New ersion by Jeffrey, nearing perfection. :-)
|
2007-08-02 19:43:38 +00:00 |
Guido van Rossum
|
575089c32c
|
New version from Jeffrey. Cut NaN. Add __r*__ methods. Other stuff.
|
2007-08-01 17:11:55 +00:00 |
Guido van Rossum
|
2486b8db59
|
Insert some blank lines between methods (and remove a few between chapters).
|
2007-07-31 21:14:18 +00:00 |
Guido van Rossum
|
66baf214a2
|
New version by Jeffrey Yasskin.
|
2007-07-31 19:19:57 +00:00 |
Guido van Rossum
|
cced2a2a7e
|
Update post-history.
|
2007-05-17 00:37:09 +00:00 |
Guido van Rossum
|
9efd40b2e2
|
Totally new version of the Numbers ABC PEP, received fresh from Jeffrey.
|
2007-05-17 00:23:41 +00:00 |
Andrew M. Kuchling
|
fc297ba2ef
|
Fix typo, to test the PEP rebuild
|
2007-05-02 01:19:58 +00:00 |
Guido van Rossum
|
fc960b4572
|
PEP 3141: Fix spelling of Transcendental.
PEP 3119: Add overloading isinstance() and issubclass();
tighten invariant for Mapping.keys/values/items to use list().
|
2007-04-26 22:33:22 +00:00 |
Guido van Rossum
|
ccdf57c395
|
Fix up references in PEP 3141. Point PEP 3119 to PEP 3141.
|
2007-04-25 21:05:21 +00:00 |
Guido van Rossum
|
5975732b4d
|
Tiny formatting tweak.
|
2007-04-25 20:45:43 +00:00 |
Guido van Rossum
|
809409c197
|
Add PEP 3141 (named after 3.141), ABCs for numbers, by Jeffrey Jasskin.
Not to endorse this (yet) but so we have a record in svn.
|
2007-04-25 20:42:59 +00:00 |