Mark Dickinson
|
1840c1abca
|
Backport Raymond's changes in r60508 to Python 2.6.
'Context flags get set, not incremented'
|
2008-05-03 18:23:14 +00:00 |
Benjamin Peterson
|
c7b05920d6
|
reformat some documentation of classes so methods and attributes are under the class directive
|
2008-04-25 01:29:10 +00:00 |
Raymond Hettinger
|
5eaffc4ce1
|
Issue 2648: Add leading zero to money format recipe in the docs.
|
2008-04-17 10:48:31 +00:00 |
Georg Brandl
|
838b4b0145
|
No need to specify explicit "doctest_block" anymore.
|
2008-03-22 13:07:06 +00:00 |
Georg Brandl
|
9f6623255b
|
Test decimal.rst doctests as far as possible with sphinx doctest.
|
2008-03-22 11:47:10 +00:00 |
Georg Brandl
|
17baef0b7c
|
Activate the Sphinx doctest extension and convert howto/functional to use it.
|
2008-03-22 10:56:23 +00:00 |
Georg Brandl
|
907a720f89
|
A lot more typo fixes by Ori Avtalion.
|
2008-02-22 12:31:45 +00:00 |
Raymond Hettinger
|
5111c522e7
|
Fix markup
|
2008-02-14 19:02:39 +00:00 |
Raymond Hettinger
|
0cd717007d
|
Simplify moneyfmt() recipe.
|
2008-02-14 12:49:37 +00:00 |
Raymond Hettinger
|
50361d4d9b
|
Fix markup.
|
2008-02-14 12:05:42 +00:00 |
Raymond Hettinger
|
d68bf02810
|
Show how to remove exponents.
|
2008-02-14 11:57:25 +00:00 |
Raymond Hettinger
|
27a90d989d
|
Improve rst markup
|
2008-02-14 11:01:10 +00:00 |
Raymond Hettinger
|
4631481dfd
|
Add fixed-point examples to the decimal FAQ
|
2008-02-14 10:46:57 +00:00 |
Raymond Hettinger
|
abe3237187
|
Fix decimal repr which should have used single quotes like other reprs.
|
2008-02-14 02:41:22 +00:00 |
Mark Dickinson
|
3a94ee05f7
|
Typos in decimal comment and documentation
|
2008-02-10 15:19:58 +00:00 |
Raymond Hettinger
|
13a707577f
|
Clarify that decimal also supports fixed-point arithmetic.
|
2008-02-10 07:21:09 +00:00 |
Raymond Hettinger
|
23bdcc9253
|
Fix typo
|
2008-02-07 20:10:49 +00:00 |
Raymond Hettinger
|
ff1f97307d
|
The float conversion recipe is simpler in Py2.6
|
2008-02-07 20:04:37 +00:00 |
Mark Dickinson
|
00c2e65850
|
IEEE 754 should be IEEE 854; give precise reference for
comparisons involving NaNs.
|
2008-02-07 01:42:06 +00:00 |
Mark Dickinson
|
ff6672fda1
|
Fix broken link in decimal documentation.
|
2008-02-07 01:14:23 +00:00 |
Mark Dickinson
|
bafa9425a6
|
Remove incorrect usage of :const: in documentation.
|
2008-02-06 22:25:16 +00:00 |
Mark Dickinson
|
2fc9263df5
|
Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaN
raise InvalidOperation (and return False if InvalidOperation is trapped).
|
2008-02-06 22:10:50 +00:00 |
Mark Dickinson
|
59bc20bb27
|
Issue 1780: Allow leading and trailing whitespace in Decimal constructor,
when constructing from a string. Disallow trailing newlines in
Context.create_decimal.
|
2008-01-12 01:56:00 +00:00 |
Georg Brandl
|
e3c3db59b5
|
Documentation for r5990[3567].
|
2008-01-11 09:55:53 +00:00 |
Georg Brandl
|
9749e15e2f
|
Remove with_statement future imports from 2.6 docs.
|
2008-01-05 19:28:16 +00:00 |
Georg Brandl
|
b19be571e0
|
Some cleanup in the docs.
|
2007-12-29 10:57:00 +00:00 |
Andrew M. Kuchling
|
6d407e4d3d
|
Typo fix
|
2007-09-24 23:46:28 +00:00 |
Georg Brandl
|
5d242eef74
|
alternate -> alternative.
|
2007-09-20 08:44:59 +00:00 |
Facundo Batista
|
e90bc3c81c
|
Some additions (examples and a bit on the tutorial).
|
2007-09-14 21:29:52 +00:00 |
Facundo Batista
|
7c82a3e9c6
|
Included the new functions, and new descriptions.
|
2007-09-14 18:58:34 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |