Jeremy Fincher
|
75ef7630a8
|
Factored out _floatToString.
|
2004-01-23 15:43:09 +00:00 |
|
Jeremy Fincher
|
108bbd8c4f
|
Factored out _floatToString for kmj.
|
2004-01-22 00:52:11 +00:00 |
|
Jeremy Fincher
|
69aaea218f
|
Moved base command to Math (from Fun) and added a test for no escaping ValueError.
|
2004-01-09 00:13:44 +00:00 |
|
Jeremy Fincher
|
530aec2be0
|
Updated the reply infrastructure. No more msg, it's just not necessary.
|
2004-01-08 03:12:14 +00:00 |
|
Jeremy Fincher
|
a247e2f008
|
Better error handling for calc/icalc.
|
2004-01-01 19:09:34 +00:00 |
|
Jeremy Fincher
|
c8783e5ce6
|
Added an icalc command for doing calculations with real integers.
|
2003-12-04 08:29:19 +00:00 |
|
Jeremy Fincher
|
77a8d8bd2d
|
Added swap to rpn.
|
2003-12-02 22:08:46 +00:00 |
|
Jeremy Fincher
|
ca6ebdce52
|
Added some extra logging of eval'ed expressions.
|
2003-12-01 11:25:48 +00:00 |
|
Jeremy Fincher
|
48166f4895
|
Huge update to the logging infrastructure.
|
2003-11-26 18:21:12 +00:00 |
|
Jeremy Fincher
|
5f4a541fe1
|
Added __revision__ strings.
|
2003-11-25 08:23:47 +00:00 |
|
Jeremy Fincher
|
47817f8ea3
|
Updated error message for overflow.
|
2003-11-17 15:55:43 +00:00 |
|
Jeremy Fincher
|
320d6b003c
|
Fix for bug #842414.
|
2003-11-15 08:09:29 +00:00 |
|
Jeremy Fincher
|
2e0b225d0c
|
Changed the needed= keyword arg in privmsgs.getArgs to required=.
|
2003-11-11 13:20:06 +00:00 |
|
James Vega
|
5a6f3ee7bb
|
Removed the example strings until we figure out what to do with them
|
2003-11-06 20:42:27 +00:00 |
|
Jeremy Fincher
|
bc6f4bd149
|
Converted to not use the new module but the types module instead.
|
2003-10-30 03:46:31 +00:00 |
|
Jeremy Fincher
|
8914543d35
|
Made <number> optional in convert.
|
2003-10-23 04:21:40 +00:00 |
|
Jeremy Fincher
|
487ac95d80
|
Fix for a few exceptions escaping, bug #826177 in partciular.
|
2003-10-19 14:47:29 +00:00 |
|
Jeremy Fincher
|
f706191201
|
Added test for rpn 2 degrees and fixed rpn to pass it.
|
2003-10-13 04:54:57 +00:00 |
|
Jeremy Fincher
|
6c3e193b93
|
Fixed bug found by G-LiTe and added a test.
|
2003-10-13 03:47:33 +00:00 |
|
James Vega
|
84f931bb9f
|
Lots of pylint cleanups
|
2003-10-11 21:03:02 +00:00 |
|
Jeremy Fincher
|
ec0de6431d
|
Changed baseplugin not to require 'from baseplugin import *' because fix is now munging builtins.
|
2003-10-05 12:56:56 +00:00 |
|
Jeremy Fincher
|
71fcfb8db9
|
Deleted a few variables that shouldn't have been exported.
|
2003-10-04 12:29:58 +00:00 |
|
Jeremy Fincher
|
ff6fdf02f3
|
Added convert and units command.
|
2003-10-02 23:19:38 +00:00 |
|
Jeremy Fincher
|
e4143b467a
|
Added a bit to the morehelp for calc to explain floating point inaccuracies.
|
2003-09-23 15:42:01 +00:00 |
|
Jeremy Fincher
|
9f51a69d96
|
Moved calc and rpn from FunCommands to the new Math plugin.
|
2003-09-13 15:00:22 +00:00 |
|