lp:~laurent-dufrechou/ipython/ipython-0.10-trunkdev

Created by Laurent Dufrechou and last modified

Some patch to correct bugs of 0.10 release with wxIpython app.

Get this branch:
bzr branch lp:~laurent-dufrechou/ipython/ipython-0.10-trunkdev
Only Laurent Dufrechou can upload to this branch. If you are Laurent Dufrechou please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Laurent Dufrechou
Project:
IPython
Status:
Development

Recent revisions

1211. By Laurent Dufrechou

changed wxIpython to revision number to 0.10

1210. By Laurent Dufrechou

correct a bug with linux 64bit system. A 'C' thread function needed a long and python arg passing default to int. Forced to long wiht ctypes.c_long()

1209. By Laurent Dufrechou

add a check to verify is wx.aui is present on the system.\n Else tells the user to install wxpython > 2.8.0

1208. By Fernando Perez

Final rev number and tag update for 0.10 release.

1207. By Brian Granger

Add Brian's comments regarding an elusive non-fatal error in the trial tests.

1206. By Fernando Perez

Remove duplicate ultraTB and adjust code accordingly.

1205. By Fernando Perez

Releasing 0.10.

Final tag and revnumber update for the relase. I will now apply this state
of trunk to the 0.10 branch and cut the release from there.

The next immediate commit will be to re-mark trunk as in-development for the
0.11 series.

1204. By Fernando Perez

Protect against absent global IPython instance.

This basically applies most of the changes to ultraTB made by Brian in the
reorg branch here:

http://bazaar.launchpad.net/~ipython-dev/ipython/module-reorg/revision/1225

To our duplicate copies of ultraTB (the duplication is already gone in the
reorg branch).

This now means that the trial-based tests run fine if executed as

trial IPython

OR

trial IPython.kernel

where as the latter form was failing before. The reason why the former used
to work was that a hidden global ipython is created, *upon import*, by
ipdoctest. That will stay for now, but I've made it bug

https://bugs.launchpad.net/ipython/+bug/409096

marked as critical for 0.11 that I'll need to fix.

1203. By Fernando Perez

Updated docs to reflect changes in our test running.

1202. By Steven Bethard

Updated Steven Bethard's argparse to version 1.0 final.

Argparse is developed at: http://code.google.com/p/argparse/

In IPython.external, we *only* include argparse.py, we do not ship the docs
nor the test suite.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.