##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r2093:114f3418
Small fixes after Brian's review. - Apply __IPYTHON__ fix to duplicate copy of ultraTB. This duplication is about to be removed in the refactoring. - Remove junk debug code I accidentally left in.
Fernando Perez
0
r2092:c152d328
Fix some tests using magics. For some odd reason, %hist isn't getting loaded into the ipython instance running the tests. But by loading it manually, now the tests do run and pass. Similarly, load %clear manually so it can be tested.
Fernando Perez
0
r2091:ad7c57da
Small fixes for wx-dependent tests and include clearcmd. Check that wx.aui can be imported and otherwise exclude modules that use it to avoid errors when loading the test suite. Also, do load clearcmd so that the tests for %clear do work.
Fernando Perez
0
r2090:4532d59c
Prevent forced reloading of doctest which was breaking lots of tests. This was the very hard to track source of many test problems. The doctest_reload() function name wasn't changed, but it doesn't actually do reload(doctest) anymore. This is sufficient to clean a large number of test errors in one shot.
Fernando Perez
0
r2089:25180f38
Fix problems with side effects and python 2.6. The isolation decorator wasn't working correctly (side effects were leaking into other tests by breaking the user namespace). Rewrote it to instead use a simpler but more robust strategy (that is also faster). See detailed comment in source for more. I discovered that some tests were failing when running with python 2.6 because of changes in the behavior of int and the new print-as-a-function that Wx seems to activate. Updated the code to cope with both 2.5 and 2.6.
Fernando Perez
0
r2088:283dca85
Fix https://bugs.launchpad.net/ipython/+bug/362137 We still have two instances of ultraTB.py, which is annoying, but I don't want to touch any more than necessary before 0.10 is out. That will get cleaned up in the ongoing refactoring Brian is working on.
Fernando Perez
0
r2087:e19e22aa
Fixing doctest in excolors that changed because of the new ipstruct.py
Brian Granger
0
r2086:1be452ef
Merging upstream changes.
Brian Granger
merge
0
r2085:422f6dd3
Merging from upstream
Fernando Perez
merge
0
r2084:6916a3fb
Add stdout flushing statements to example. This forces the prints to happen right away, so the example behaves a little more like you'd expect.
Fernando Perez
0
r2083:a0f58488
Updated iptest to skip inputhook*.py files for doctesting.
Brian Granger
0
r2082:b9288b66
Merging upstream from module-reorg.
Brian Granger
merge
0
r2081:f858a155
Moved setup_bdist_egg -> tools. This file is related to cutting releases and should go into tools where all release related things are.
Brian Granger
0
r2080:139af195
Removing debian directory to address big report. https://bugs.launchpad.net/bugs/368719
Brian Granger
0
r2079:3b6b0915
Refactored iptest.py to work with new package org. In the process I had to fix 2 small bugs to get all the tests passing.
Brian Granger
0
r2078:c48a2472
Full refactor of ipstruct.Struct. This class is now based on a subclass of dict and has a full doctest test suite and rest documentation. Woohooo!
Brian Granger
0
r2077:755ad6b5
First draft of refactored ipstruct.py.
Brian Granger
0
r2076:c2763ab5
Merging upstream changes from inputhook branch.
Brian Granger
merge
0
r2075:132b27d4
Merging upstream changes from module-reorg branch.
Brian Granger
merge
0
r2074:307d85cc
Fixing imports in __init__.py.
Brian Granger
0
load next
< 1 .. 1331 1332 1333 1334 1335 .. 1437 >
showing 20 out of 28734 commits