Aaron Meurer
b6b510693b
Make sith.py random work with files
2013-08-10 10:39:19 -06:00
Aaron Meurer
2b5f53d1d4
Minor fixes
2013-07-29 11:55:09 -05:00
Aaron Meurer
fe63e3bc97
Add printing for all the different kinds of completions in sith.py run
...
This kind of printing should probably go in the objects themselves, but I was
too disgusted by the completion APIs to even begin to start extending the
code for that (it needs to be cleaned up first).
2013-07-28 15:13:09 -05:00
Aaron Meurer
47bed4a30d
Add type checking for sith.py run
2013-07-28 15:12:51 -05:00
Aaron Meurer
ae09a2d0a4
Define the operations in the class, not in the function
...
I was originally going to try to automatically include these in the docstring
using format, but they would have to be defined before the docstring for that
to work. But I think it's still useful to have these defined in the class.
2013-07-28 14:31:47 -05:00
Aaron Meurer
78f7ff6760
Document sith.py run
2013-07-28 14:31:40 -05:00
Aaron Meurer
40dec0c2c6
Fix a typo in the sith.py usage
2013-07-28 14:31:21 -05:00
Aaron Meurer
8af28bef2d
Extra line for readability
2013-07-28 14:14:46 -05:00
Aaron Meurer
607f66c974
Print the location and the completions for sith.py run
2013-07-28 11:43:19 -05:00
Aaron Meurer
9c4c36ce6a
Add myself to AUTHORS
2013-07-26 09:34:33 -05:00
Aaron Meurer
42e1737be3
Don't require distribute in setup.py
...
It isn't actually required to install (it's only needed if you want to
setup.py develop).
Fixes #269 .
2013-07-25 21:58:54 -05:00
Aaron Meurer
783f71501e
Give all the necessary traceback info when using PuDB
2013-07-25 19:00:02 -05:00
Aaron Meurer
a0d8b4b508
PuDB's post_mortem is now consistant with pdb ( https://github.com/inducer/pudb/pull/71 )
2013-07-25 18:41:53 -05:00