Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a19f80c6df2df5e8a5d0cff37131097835ef971e
/
Lib
/
test
/
test_decimal.py
8ce8a78
Merged revisions 58221-58741 via svnmerge from
by Guido van Rossum
· 18 years ago
8ce81f7
Merged revisions 58211-58220 via svnmerge from
by Thomas Wouters
· 18 years ago
1b7f891
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
by Thomas Wouters
· 18 years ago
e61fd5b
Patch by Christian Heimes to change self.assert_(x == y) into
by Guido van Rossum
· 18 years ago
c1f779c
Merged revisions 56125-56153 via svnmerge from
by Guido van Rossum
· 18 years ago
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
e2a383d
Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.)
by Guido van Rossum
· 19 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 19 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 19 years ago
4dafcc4
- patch #1600346 submitted by Tomer Filiba
by Jack Diederich
· 19 years ago
47b9ff6
Restructure comparison dramatically. There is no longer a default
by Guido van Rossum
· 19 years ago
dcc6d32
Fix merge glitch.
by Thomas Wouters
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
bcc0db8
Get rid of remnants of integer division
by Neal Norwitz
· 19 years ago
7096760
Get rid of xreadlines() (methods).
by Neal Norwitz
· 19 years ago
267b868
* Fix decimal's handling of foreign types. Now returns NotImplemented
by Raymond Hettinger
· 20 years ago
bea3f6f
Bug #1163325: "special" decimals aren't hashable
by Raymond Hettinger
· 20 years ago
7e71fa5
Bug #1083645
by Raymond Hettinger
· 21 years ago
605ed02
SF bug #1071588 coercing decimal to int doesn't work between -1 and 1
by Raymond Hettinger
· 21 years ago
ed20ad8
Change the strategy for coping with time intensive tests from
by Raymond Hettinger
· 21 years ago
f04d8a8
There are no longer any special case test skips.
by Raymond Hettinger
· 21 years ago
f63ba43
* Dynamically build a list of files to be tested (necessary because
by Raymond Hettinger
· 21 years ago
955d2b2
Add a test for Context.copy().
by Raymond Hettinger
· 21 years ago
b91af52
* Hide a loop induction variable that was inadvertantly being picked up
by Raymond Hettinger
· 21 years ago
fed5296
* Rename "Signals" to "_signals" making it non-public.
by Raymond Hettinger
· 21 years ago
bf44069
Improve Context construction and representation:
by Raymond Hettinger
· 21 years ago
d87ac8f
* Update the test suite to reflect that ConversionSyntax was no longer
by Raymond Hettinger
· 21 years ago
5aa478b
Module and tests:
by Raymond Hettinger
· 21 years ago
0aeac10
* Add __eq__ and __ne__ so that things like list.index() work properly
by Raymond Hettinger
· 21 years ago
5548be2
Test the logic for int(d).
by Raymond Hettinger
· 21 years ago
6ea4845
* Make the tests independent of the default precision.
by Raymond Hettinger
· 21 years ago
d9c0a7a
Work through several open todos:
by Raymond Hettinger
· 21 years ago
7c85fa4
Move Decimal from the sandbox into production.
by Raymond Hettinger
· 21 years ago