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
/
decimal.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use threading.local() instead of threading.currentThread().
Raymond Hettinger
2004-07-14
1
-21/+57
*
Factor out two unnecessary global variables.
Raymond Hettinger
2004-07-14
1
-11/+4
*
* Hide a loop induction variable that was inadvertantly being picked up
Raymond Hettinger
2004-07-14
1
-11/+2
*
* Rename "Signals" to "_signals" making it non-public.
Raymond Hettinger
2004-07-14
1
-7/+6
*
Improve Context construction and representation:
Raymond Hettinger
2004-07-10
1
-27/+27
*
* Update the test suite to reflect that ConversionSyntax was no longer
Raymond Hettinger
2004-07-09
1
-16/+4
*
Module and tests:
Raymond Hettinger
2004-07-09
1
-35/+30
*
Tim gets his default traps.
Raymond Hettinger
2004-07-08
1
-8/+10
*
Whitespace normalization.
Tim Peters
2004-07-07
1
-5/+5
*
* Add __eq__ and __ne__ so that things like list.index() work properly
Raymond Hettinger
2004-07-05
1
-4/+10
*
* Update the todo list.
Raymond Hettinger
2004-07-05
1
-1/+2
*
* Fixup docstrings
Raymond Hettinger
2004-07-05
1
-7/+6
*
Changed the rounding constant values to match their variable names.
Raymond Hettinger
2004-07-04
1
-32/+23
*
Fix clear_flags(). Make a readable (not evalable) Context repr.
Raymond Hettinger
2004-07-04
1
-1/+9
*
Namespace cleanups:
Raymond Hettinger
2004-07-03
1
-123/+126
*
* Make the tests independent of the default precision.
Raymond Hettinger
2004-07-03
1
-119/+120
*
Work through several open todos:
Raymond Hettinger
2004-07-03
1
-43/+32
*
fix small consistency nit
Fred Drake
2004-07-01
1
-1/+1
*
Move Decimal from the sandbox into production.
Raymond Hettinger
2004-07-01
1
-0/+3085