Commit Graph

16 Commits

Author SHA1 Message Date
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
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
Marti Raudsepp 04a6af2ab1 Fix various typos, spelling and grammar errors
Errors detected using Topy (https://github.com/intgr/topy), all changes
verified by hand.
2016-07-11 18:35:35 +03:00
Georg Brandl af90430776 Fix lists-in-blockquotes in 0xxx PEPs. Ref: #26914 2016-05-03 10:18:02 +02:00
Andrew M. Kuchling f2d48d150d Update links to decimal specification 2010-07-21 18:07:45 +00:00
Facundo Batista eb94972967 Updated the URLs of the last Decimal version to point to
the new SVN browser.
2008-04-10 14:31:13 +00:00
Raymond Hettinger 780ec3787e Update the list of exceptional conditions to match version 1.45 of the
spec and to match the actual Python implementation of the decimal module.
2005-06-27 19:50:05 +00:00
Raymond Hettinger ca313eced9 Fill-in missing word. 2005-05-18 06:07:07 +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
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
David Goodger cf742400b9 update from Facundo Batista 2004-06-16 14:27:00 +00:00
David Goodger 8eb5243bfe updates from Facundo Batista, with edits 2004-03-31 16:24:00 +00:00
David Goodger 65755da08e Added PEP 327, Decimal Data Type, by Facundo Batista. Could use more editing. 2004-01-29 19:59:56 +00:00