##// END OF EJS Templates
Massive amount of work to improve the test suite, restores doctests....
Massive amount of work to improve the test suite, restores doctests. After Brian's comments, I realized that our test machinery was NOT in reality running all the ipython-syntax doctests we have. This is now fixed. The test suite isn't completely passing, but this commit is for the underlying machinery. I will now work on fixing as many broken tests as I can. Fixes https://bugs.launchpad.net/ipython/+bug/505071

File last commit:

r1261:a818e11a merge
r2414:7fce7ae8
Show More
api_changes.txt
34 lines | 860 B | text/plain | TextLexer
=============
API Changes
=============
.. contents::
..
1 Purpose
2 Version 0.8.2
Purpose
=======
This file documents backwards-incompatible changes to the IPython API,
including user-visible changes of commands, magics, etc.
It should be filled in reverse chronological order, with one section for each
release (which means changes since the previous release).
Version 0.8.2
=============
Changes made since version 0.8.1 was released:
* %pushd/%popd behave differently; now "pushd /foo" pushes CURRENT directory
and jumps to /foo. The current behaviour is closer to the documented
behaviour, and should not trip anyone.
Version 0.8.3
=============
* pydb is now disabled by default (due to %run -d problems). You can enable
it by passing -pydb command line argument to IPython. Note that setting
it in config file won't work.