Commit message Age Author Refs
r1986:03d5e1b5
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
Administrator
0
r1985:4adca39f
Adding comment about ticket https://bugs.launchpad.net/bugs/366982
Brian Granger
0
r1984:969fbe8f
More fixes for testing on win32.
Administrator
0
r1983:3ae70c87
Adding test_tools.py
Brian Granger
0
r1982:57a94cae
Fixing tests in IPython.testing.
Brian Granger
0
r1981:d622a992
Fixing bugs with the testing system.
Administrator
0
r1980:e49dd853
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!!
Administrator
0
r1979:f491953d
Making the doctest exclude paths os independent.
Brian Granger
0
r1978:314b1b4b
Fixing ticket https://bugs.launchpad.net/bugs/366334 Now we find ipython using platutils.find_cmd
Brian Granger
0
r1977:74aae47d
Adding new tests for test_magic for win32.
Administrator
0
< 1 .. 2686 2687 2688 2689 2690 .. 2886 >