Commit message Age Author Refs
r1852:37edbe78
Make set_term_title() default to no-op, as it can cause problems. In embedded contexts this can corrupt stdout (e.g. gedit ipython plugin), by default ipython should be 'safe' to use in all contexts. The user-facing terminal app can activate more aggressive configurations as needed. Added an API call to actually toggle the state, and deprecated the old one (which could only disable but not enable).
Fernando Perez
0
r1851:0b7fe03a
Cleanup testing machinery.
Fernando Perez
0
r1850:d536fe7e
Update docs for automatic API building.
Fernando Perez
0
r1849:f8615860
Add file for automatic API doc generation. This is taken from nipy, where we modified pymvpa code. Eventually this code will work its way back up to sphinx proper, we hope.
Fernando Perez
0
r1848:17521f4f
Update decorators and test scripts.
Fernando Perez
0
r1847:d7ebbe9b
Very small changes to %run for tracking an ongoing problem. The comments in there tell the story, I don't have a good solution yet.
Fernando Perez
0
r1846:041ce97b
Update to upstream of numpy decorators, and add a few fixes. Note that right now this means our copy diverges from upstream, because I have a few fixes of my own I need to send to them. I will later sync and send those patches to them, so we sync again.
Fernando Perez
0
r1845:cf8cb577
Update exception colors API to PEP8, various small fixes in related files. - XXX: we are still carrying two copies of ultraTB, we need to clean this up. Will be done in a later commit.
Fernando Perez
0
r1844:6921c624
Add tests and fixes to clearcmd extension, when using numpy.
Fernando Perez
0
r1843:d22048f9
Fixes for Jorgen's branch in tests to genutils. - Make sure that tests run correctly with out write access to test dir. - Fix failure in Unix that depended on where the tests were being run from. - Cleanup: uppercase globals and reuse them rather than recomputing hardcoded paths multiple time.
Fernando Perez
0
< 1 .. 2690 2691 2692 2693 2694 .. 2877 >