Dimitri Papadopoulos Orfanos
|
57d9baf04d
|
Typos found by codespell (#2073)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2021-09-17 11:18:24 -07:00 |
Sergey B Kirpichev
|
9d5ca8ff2c
|
PEP 3141: fix link for the Haskell numeric prelude (#1938)
|
2021-04-27 07:54:30 -07:00 |
Mice Pápai
|
82deb3b4d5
|
Fix pep-3141.txt: broken numerical tower link (#798)
|
2018-10-04 08:32:53 -07:00 |
Mariatta
|
cf3bad5ab3
|
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3 .
|
2017-11-11 11:28:55 -08:00 |
Huang Huang
|
bb0e518ed3
|
Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
|
2017-11-11 10:30:43 -08:00 |
Benjamin Peterson
|
60d9b24542
|
promote m.p.o links to https
|
2017-06-11 12:02:39 -07:00 |
Serhiy Storchaka
|
a53392a0f0
|
Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
|
2017-03-24 23:11:33 +02:00 |
Serhiy Storchaka
|
07c157552d
|
Replace tabs with spaces and fix identation errors. (#230)
|
2017-03-24 00:57:19 +02:00 |
Georg Brandl
|
5999b23389
|
Fixup some more lists-in-blockquotes. Fixes #26914.
|
2016-05-03 10:35:10 +02:00 |
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 |