Aaron Meurer
2d75efff2a
Use repr() for the Whitespace repr
...
This makes whitespace appear as <Whitespace: '\n'> instead of <Whitespace:
>.
2015-05-05 19:00:25 -05:00
Aaron Meurer
fc4e5408ba
Try to make it clearer that the first output of sith.py run is just the input
2013-09-06 20:39:26 -06:00
Aaron Meurer
5e81fc22e1
Skip doctests that are just completion examples
2013-08-10 11:20:31 -06:00
Aaron Meurer
b6b510693b
Make sith.py random work with files
2013-08-10 10:39:19 -06:00
Aaron Meurer
754835bec5
Add some print statements to the .pythonrc.py example
2013-08-10 10:34:30 -06:00
Aaron Meurer
1ac6d779a1
Cleanup to the Jedi .pythonrc.py example
2013-08-10 10:28:09 -06:00
Aaron Meurer
8b3a62a76f
Indent code blocks in the docstring
2013-08-10 00:50:26 -06:00
Aaron Meurer
7c53988bae
Note that you have to add PYTHONSTARTUP to your profile
2013-08-10 00:44:30 -06:00
Aaron Meurer
6f9da26593
Show how to fallback to regular readline completion
2013-08-10 00:43:37 -06:00
Aaron Meurer
c60fd21805
Don't make it sound like Jedi has to be installed with pip
2013-08-10 00:42:34 -06:00
Aaron Meurer
396e19c2fd
Don't format the code to go in .pythonrc.py in a doctest
...
This is way too confusing. You don't put doctests in files, you put code in
files.
2013-08-10 00:42:00 -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