Go to file
Administrator f4d078c8be 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!!
2009-04-25 10:05:09 -07:00
IPython/testing Fixing doctest EXCLUDES in iptest on win32. 2009-04-25 10:05:09 -07:00
setup.py Final updates for releasing the 0.9.rc1. 2008-08-28 16:34:53 -07:00
setupbase.py Take in account remarks by Fernando on code review 2009-04-20 23:25:20 +02:00