Commit Graph

52 Commits

Author SHA1 Message Date
Jeremy Fincher f4a057cf4b Changed binascii.hexlify to encode('hex_codec'). 2003-08-28 17:56:27 +00:00
Jeremy Fincher d21d868b28 Added hexip command. 2003-08-27 22:43:29 +00:00
Jeremy Fincher b572562cb3 Added utils.wrapLines and wrapped the lines of each plugin's example. 2003-08-27 16:25:43 +00:00
Jeremy Fincher bb1bdd2725 Added tell command. 2003-08-27 07:46:03 +00:00
Jeremy Fincher 7932c6078f Added example, and made dice commaAndify its numbers. 2003-08-25 20:12:21 +00:00
Jeremy Fincher e30cf69ec1 Added privmsgs.thread, and so nuked ThreadedFunCommands (subsumed into FunCommands) 2003-08-25 19:34:25 +00:00
Jeremy Fincher ca646716b1 Removed spaces at the end of lines. 2003-08-20 16:26:23 +00:00
Jeremy Fincher 7fd35a1071 Made some changes to satisfy PyChecker. 2003-08-19 10:38:45 +00:00
Jeremy Fincher b78cabaed5 Wrote some more tests for FunCommands; found some bugs in the process. 2003-08-17 02:02:53 +00:00
Jeremy Fincher d25b3894d7 Fixed bug in calc. 2003-08-15 00:42:35 +00:00
Jeremy Fincher 1bbcfa9a5e Added a semi-accurate refcount measure to objects. 2003-08-11 05:06:41 +00:00
Jeremy Fincher abd94e32fb *Really* optimized objects command. 2003-08-07 09:19:40 +00:00
Jeremy Fincher 6dded57ea2 A few minor optimizations to take advantage of itertools. 2003-08-07 06:25:33 +00:00
Jeremy Fincher 80b04b4d09 Added encode and decode commands. 2003-07-31 06:43:19 +00:00
Jeremy Fincher 73c3b811aa Changed style of ord command to be cleaner. 2003-06-13 16:53:33 +00:00
Jeremy Fincher 046c6998e4 Fixed binary command. 2003-06-12 16:05:27 +00:00
Jeremy Fincher 9bf2b8a624 Handled case in last where argument isn't an integer. 2003-06-02 05:57:54 +00:00
Jeremy Fincher 09340376cb Changed utils.timeElapsed to use just a seconds instead of a now/then argument. 2003-05-20 15:37:25 +00:00
Jeremy Fincher 80e4dfbe63 Added world.threadsSpawned, logging of the number of threads spawned, and added the information to cpustats. 2003-04-20 16:15:35 +00:00
Jeremy Fincher e06ce955fa Changed formatting of rpn in case of a non-empty stack. 2003-04-20 09:04:27 +00:00
Jeremy Fincher b9153e5ad0 Added rpn command. 2003-04-20 08:52:59 +00:00
Jeremy Fincher 42e1a7ca34 Added morehelps to all commands. 2003-04-16 08:26:58 +00:00
Jeremy Fincher 4c67a96b49 Fixed bug in xor. 2003-04-11 21:49:47 +00:00
Jeremy Fincher b24d360775 Just changed some inserts into _mathEnv to be in the initial declaration. 2003-04-11 20:04:43 +00:00
Jeremy Fincher a50643c025 Added soundex to utils (along with a test) and to FunCommands. 2003-04-05 11:23:28 +00:00
Jeremy Fincher 100d0fa016 Added levenshtein distance 2003-04-04 15:49:24 +00:00
Jeremy Fincher d6087e2906 Added i to _mathEnv 2003-04-03 09:59:05 +00:00
Jeremy Fincher 1eb088de21 Added timeElapsed and converted FunCommands to use it. 2003-04-03 09:11:57 +00:00
Jeremy Fincher ea11c0ea5f Whitespace changes 2003-04-03 08:24:52 +00:00
Jeremy Fincher 0dfaa7881d Normalize whitespace in pydoc 2003-04-03 07:38:46 +00:00
Jeremy Fincher 089d032b34 Fixed AttributeError in cpustats 2003-04-02 09:31:50 +00:00
Jeremy Fincher 99cb3579a6 Fixed pydoc command to allow getting docstrings of objects in __builtins__. 2003-04-02 08:13:10 +00:00
Jeremy Fincher 10a0fe9f93 Made uptime command not based on loading of FunCommands module. 2003-04-02 07:50:35 +00:00
Jeremy Fincher 952b7b6517 Added pydoc command 2003-04-02 07:27:00 +00:00
Jeremy Fincher 988618af4f Altered lithp command to handle 'z' and changed a list comprehension with a builtin to a map 2003-03-31 10:45:41 +00:00
Jeremy Fincher bfc6533d22 Changed OverflowError message. 2003-03-31 10:34:22 +00:00
Jeremy Fincher 880e004abb Added better handling for OverflowError 2003-03-31 10:18:40 +00:00
Jeremy Fincher c599e9962b Added binary command 2003-03-31 10:08:22 +00:00
Jeremy Fincher 8fd1d71952 Made lithp a little more naturally lispish 2003-03-31 05:56:22 +00:00
Jeremy Fincher 8d857b6ffd Changed lithp command to change ss or SS to just th. 2003-03-28 07:00:15 +00:00
Jeremy Fincher 42d20674bb Changed lithp command to change Xes too. 2003-03-28 06:57:48 +00:00
Jeremy Fincher c85b3bc052 Changed lithp command to be case-insensitive 2003-03-28 06:54:15 +00:00
Jeremy Fincher c0804180b4 Added lithp command. 2003-03-28 06:52:08 +00:00
Jeremy Fincher 6aacef4cf4 Fixed FunCommands.lastfrom actually use channel argument 2003-03-26 10:12:06 +00:00
Jeremy Fincher 0afc399bfc Added module docstrings (which will later be used by the installer script. 2003-03-25 06:53:51 +00:00
James Vega c803e5e9d8 Added vim:set ... : strings to source in order to keep file formatting
consistent between developers. Jeremy should be adding the equivalent
settings for emacs soon.
2003-03-24 08:41:19 +00:00
Jeremy Fincher 300cb1d766 Removed printf debug 2003-03-22 03:13:51 +00:00
Jeremy Fincher 24c6eaa9df Fixed chr command to take hex/oct/binary literals and added a base command 2003-03-15 12:00:31 +00:00
Jeremy Fincher 8d287c2f66 Fixed bad pluralization in cpustats 2003-03-15 11:51:16 +00:00
Jeremy Fincher f6066236a9 Stupid tabs. 2003-03-15 11:18:28 +00:00