lp:~ellisonbg/ipython/bugfixes0411409

Created by Brian Granger and last modified
Get this branch:
bzr branch lp:~ellisonbg/ipython/bugfixes0411409
Only Brian Granger can upload to this branch. If you are Brian Granger please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Brian Granger
Project:
IPython
Status:
Merged

Recent revisions

1203. By Administrator <Administrator@brian-cda46cdbf>

Changing comment in test_magic to reflect bug status.

1202. By Administrator <Administrator@brian-cda46cdbf>

Merging changes from above.

1201. By Administrator <Administrator@brian-cda46cdbf>

Added platutils.get_long_path_name to expand paths with "~" on win32.

This might be needed to fix ticket https://bugs.launchpad.net/bugs/366353
But, there are still problems with Magic.parse_options

1200. By Administrator <Administrator@brian-cda46cdbf>

More fixes for testing on win32.

1199. By Brian Granger

Adding test_tools.py

1198. By Brian Granger

Fixing tests in IPython.testing.

1197. By Administrator <Administrator@brian-cda46cdbf>

Fixing bugs with the testing system.

1196. By Administrator <Administrator@brian-cda46cdbf>

Fixing doctest EXCLUDES in iptest on win32.

The regular expressions we were using on win32 were not matching. The
trick is to construct the regular expression with double \\ like this::

    re.compile('foo\\\\bar')

Arggg!!

1195. By Brian Granger

Making the doctest exclude paths os independent.

1194. By Brian Granger

Fixing ticket https://bugs.launchpad.net/bugs/366334

Now we find ipython using platutils.find_cmd

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