Scott Wolchok
|
fc46b70c41
|
Rename decimal.py to decimal_wrapper.py so we don't break when
cdecimal is not installed.
|
2011-02-25 14:18:12 -05:00 |
|
Scott Wolchok
|
25799d01f2
|
Don't bother recompiling regexs for every hand when parsing Stars
HHs.
|
2011-02-25 04:19:00 -05:00 |
|
Scott Wolchok
|
6e3abbbb0a
|
DerivedStats: build init dict for player stats only once.
|
2011-02-25 03:41:42 -05:00 |
|
Scott Wolchok
|
f64c28b1b4
|
small wrapper to use cdecimal library if available.
|
2011-02-25 03:14:28 -05:00 |
|
Scott Wolchok
|
bf417f0569
|
Filters.py: Fix broken show/hide button for Graphing Options.
|
2011-02-24 00:27:43 -05:00 |
|
Scott Wolchok
|
cdf158cfae
|
Hand.py: Call Decimal ctor a lot less.
|
2011-02-23 23:41:14 -05:00 |
|
Scott Wolchok
|
1227c5df74
|
Hand.py: Use sum(x) instead of reduce(operator.add, x, 0).
|
2011-02-23 23:31:46 -05:00 |
|
Scott Wolchok
|
00f98f0e12
|
Hand.py: Use str.replace instead of re.sub for stripping commas.
|
2011-02-23 23:28:37 -05:00 |
|