Commit Graph

24 Commits (6eee4e7567f32bbdfc2b95f42d8089e2fe14baa9)

Author SHA1 Message Date
sfan5 2edcb8109f [calc] Fix usage of reduce (by importing it from functools) 2017-04-22 01:37:28 +02:00
sfan5 5d1710a13a [calc] Change allowed builtins
+format +frozenset +reduce
-object
2017-04-20 18:10:28 +02:00
sfan5 0c83b1513c [calc] Remove stupid shit 2015-10-01 22:16:11 +02:00
sfan5 27792101c4 Release the code of the modules I own under GNU GPL v2.0 2015-02-17 21:21:07 +01:00
sfan5 ce24538158 float != format 2014-10-30 21:07:55 +01:00
sfan5 fa55206611 Implement suggestion by @Exio4 2014-07-25 18:03:14 +02:00
sfan5 daabc5f39a ↪ Python 3 2014-07-20 16:13:59 +02:00
sfan5 606d7e163d My hands are typing words 2014-07-19 20:13:28 +02:00
sfan5 4fb9723396 Remove all that code that was deprecated by the previous commit 2014-06-22 12:32:15 +02:00
Sfan5 204379dcb2 [Calc] Allow some more functions 2014-03-08 20:06:52 +01:00
Sfan5 66fc3f6a78 [Calc] Why didn't I notice this? 2014-02-07 21:43:38 +01:00
Sfan5 2b2001905d [Calc] Allow use of str() 2014-02-05 20:28:19 +01:00
Sfan5 6702ceb2e6 [Calc] Allow some more builtin functions 2014-01-30 18:57:54 +01:00
Sfan5 3aea68ff52 [Calc] Allow using math.sin instead of math['sin'] 2014-01-24 19:39:48 +01:00
Sfan5 6b0541bf03 [Calc] Use eval() because I do not want to write a python parser 2014-01-23 21:46:39 +01:00
Sfan5 899d3e9c67 [Calc] Allow map function 2014-01-18 22:02:29 +01:00
Sfan5 626b130186 [Calc] Add random module functions 2014-01-18 17:38:37 +01:00
Sfan5 222dfd58c7 [Calc] Make it 25% better 2014-01-06 20:40:40 +01:00
Sfan5 544a2b6e62 [Calc] Allow sum() too 2014-01-06 16:30:49 +01:00
Sfan5 407ee9fdf8 [Calc] Allow int(), lists and tuples 2014-01-06 16:24:10 +01:00
Sfan5 13b3a2ed90 [Calc] Fix things 2014-01-06 16:16:19 +01:00
Sfan5 0ebecf3c90 [Calc] Make it work again 2014-01-06 16:02:57 +01:00
Sfan5 45cfd0fb2e Add global AntiAbuse module, remove badnick list from search.py 2013-02-14 21:27:04 +01:00
sfan5 d81faf1714 Initial Commit 2 2013-01-07 19:00:44 +01:00