lp:~ipython-dev/ipython/set_trace

Created by Ondrej Certik and last modified
Get this branch:
bzr branch lp:~ipython-dev/ipython/set_trace
Members of IPython Developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
IPython Developers
Project:
IPython
Status:
Abandoned

Recent revisions

1177. By Ondrej Certik

Imports the Shell variable, which is no longer imported by default

1176. By Ondrej Certik

set_trace() moved from __init__.py to ipapi.py

1175. By Ondrej Certik

Implements IPython.set_trace() for starting ipython inplace

Important is that you can access all your local and global symbols, e.g. it's
just like if you did

import pdb
pdb.set_trace()

Thus the name.

1174. By Ville M. Vainio

catch MemoryError on compile() (crash reported by Daniel Ashbrook)

1173. By Ville M. Vainio

add 'import warnings' to platutils

1172. By Fernando Perez

Tiny fix so nightly docs build correctly.

1171. By Brian Granger

Fixing readline import in ipy_greedycompleter.py

1170. By Brian Granger

Fixing mysterious bug in IEnginePropertiesTestCase.strictDict.

This one was showing up as a tokenizer error.

1169. By Brian Granger

Fixing small bug in iptest. Can now be run as "iptest".

1168. By Brian Granger

Merging bugfixes0411409 branch.

This branch has a massive number of bug fixes.

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.

Subscribers