Commit message Age Author Refs
r1858:0868afcc
Close https://bugs.launchpad.net/ipython/+bug/341726 Apply patch submitted by Alexander Clausen <alex-AT-gc-web.de>. Fixes incorrect bug reporting URL for IPython and stale SVN references.
Fernando Perez
0
r1857:eacd8e41
Minor formatting cleanups, remove more svn keyword marks
Fernando Perez
0
r1856:2f5ba090
Fix bug: https://bugs.launchpad.net/ipython/+bug/269966 This fixes a long-standing and serious problem with long-running IPython sessions. Finally! Many thanks to John D. Hunter and Sameer D'Costa for the feedback, especially for Sameer's patch that finally put me on the right track for a clean solution.
Fernando Perez
0
r1855:0981f81c
Fixed errors in testcases specific to py2exe after Fernando's patch
Jorgen Stenarson
0
r1854:cac20dea
Updated dev doc guide for sphinx/numpy doc standard instead of the outdated epydoc information.
Fernando Perez
0
r1853:b8f5152c
Remove svn-style $Id marks from docstrings and Release imports. The Id marks show up as junk in the API docs (and they were outdated anyway, since we now use bzr). The Release imports were in there for pulling author/license information for epydoc, but now with sphinx they aren't necessary, and they just are extra startup work.
Fernando Perez
0
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
< 1 .. 2692 2693 2694 2695 2696 .. 2879 >