index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_decimal.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-0/+28
*
- patch #1600346 submitted by Tomer Filiba
Jack Diederich
2006-11-28
1
-1/+1
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-2/+2
*
Fix merge glitch.
Thomas Wouters
2006-04-21
1
-1/+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-21/+29
*
Get rid of remnants of integer division
Neal Norwitz
2006-03-24
1
-3/+1
*
Get rid of xreadlines() (methods).
Neal Norwitz
2006-03-17
1
-1/+1
*
* Fix decimal's handling of foreign types. Now returns NotImplemented
Raymond Hettinger
2005-03-27
1
-7/+50
*
Bug #1163325: "special" decimals aren't hashable
Raymond Hettinger
2005-03-15
1
-0/+3
*
Bug #1083645
Raymond Hettinger
2004-12-18
1
-2/+12
*
SF bug #1071588 coercing decimal to int doesn't work between -1 and 1
Raymond Hettinger
2004-11-24
1
-4/+4
*
Change the strategy for coping with time intensive tests from
Raymond Hettinger
2004-09-04
1
-7/+12
*
There are no longer any special case test skips.
Raymond Hettinger
2004-08-17
1
-3/+0
*
* Dynamically build a list of files to be tested (necessary because
Raymond Hettinger
2004-08-17
1
-81/+14
*
Add a test for Context.copy().
Raymond Hettinger
2004-08-08
1
-0/+8
*
* Hide a loop induction variable that was inadvertantly being picked up
Raymond Hettinger
2004-07-14
1
-28/+0
*
* Rename "Signals" to "_signals" making it non-public.
Raymond Hettinger
2004-07-14
1
-1/+7
*
Improve Context construction and representation:
Raymond Hettinger
2004-07-10
1
-16/+12
*
* Update the test suite to reflect that ConversionSyntax was no longer
Raymond Hettinger
2004-07-09
1
-2/+2
*
Module and tests:
Raymond Hettinger
2004-07-09
1
-6/+5
*
* Add __eq__ and __ne__ so that things like list.index() work properly
Raymond Hettinger
2004-07-05
1
-11/+16
*
Test the logic for int(d).
Raymond Hettinger
2004-07-05
1
-0/+10
*
* Make the tests independent of the default precision.
Raymond Hettinger
2004-07-03
1
-0/+7
*
Work through several open todos:
Raymond Hettinger
2004-07-03
1
-7/+23
*
Move Decimal from the sandbox into production.
Raymond Hettinger
2004-07-01
1
-0/+1082