##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r2533:73460d9d
[merge] Typo fix.
Fernando Perez
merge
0
r2532:227ec978
Merging with upstream
Fernando Perez
merge
0
r2531:b243e8a2
added default behavior, to allow for unhandled backends, such as 'MacOSX'
Benjamin Ragan-Kelley
0
r2530:9d940dc9
Merging Brian's trunk-dev. * Fixed Foolscap import warnings (#525805). * Improved Monte-Carlo options pricing example.
Brian Granger
merge
0
r2529:43350bb3
Merging upstream.
Brian Granger
merge
0
r2528:5234bee2
Add notes by Brian on Mathematica notebook format.
Fernando Perez
0
r2527:891a9b45
Add doc about the format for storing interactive sessions. The idea is to use a notebook-like representation, but using plain rst for storage, with a few added directives of our own.
Fernando Perez
0
r2526:ec6b47e5
Fixed foolscap imports. As of Foolscap 0.4.3, foolscap introduces a foolscap.api module that all top-level symbols must be imported from. Fixes https://bugs.launchpad.net/ipython/+bug/525805
Brian Granger
0
r2525:b83de157
Improved Monte-Carlo options pricing example.
Brian Granger
0
r2524:4fe04245
Work on the development docs. * Added a new inputhook_app.txt to discuss the problems with app creation and the inputhook with matplotlib and enthought folks. * Wrote more on the core design.
Brian Granger
0
r2523:a49a578d
Renaming doc to have the .txt extension we are using.
Brian Granger
0
r2522:86d05a22
Fix small typo in variable name.
Fernando Perez
0
r2521:6dde913a
Add design doc about core module.
Fernando Perez
0
r2520:16ce76c4
Fixing two small bugs in :mod:`IPython.kernel`. * In :mod:`IPython.kernel.launcher` we were not handling the lookup of ``job.exe`` properly on Windows if the HPC pack was not installed. * When :mod:`IPython.kernel.client` was imported, Twisted was giving warnings that we have silenced.
Brian Granger
0
r2519:c075f034
Bumping version to 0.11.apha1.
Brian Granger
0
r2518:dc6f3528
Merging work to get ready for first alpha release of 0.11. This mostly fixes bugs and tests in IPython.kernel.
Brian Granger
merge
0
r2517:8185e15c
Fixed bugs in IPython.kernel. * Removed :mod:`IPython.kernel.contexts` and :mod:`IPython.kernel.tests.test_contexts` and all code that used them. This was broken and needed to be removed. Also Enthought has a nice decorator that does this. * Fixed broken tests in :file:`test_multienginefc.py` and :file:`test_taskfc.py`. See https://bugs.launchpad.net/ipython/+bug/505358. * Changed ports number in :mod:`IPython.kernel.tests` to 10111 to avoid conflicts with users who are using the older 10105 ports. See https://bugs.launchpad.net/ipython/+bug/504515. * Fixed logic and bugs in :mod:`IPython.kernel.fcutils` and :mod:`IPython.kernel.clientconnector` related to how FURL files are validated and found. See https://bugs.launchpad.net/ipython/+bug/502790. * Fixed the unhandled :class:`DeadReferenceError`` exception that was happening in :mod:`IPython.kernel.multiengineclient' and :mod:`IPython.kernel.taskclient` when the controller died or restarted. Now we capture that error and raises a :class:`IPython.kernel.error.ConnectionError` that has a better error message. See https://bugs.launchpad.net/ipython/+bug/502796.
Brian Granger
0
r2516:6b6d4719
Merging from upstream trunk.
Brian Granger
merge
0
r2515:08ca9176
Merging Fernando's trunk (fp-trunk-dev) and Brian's edits (fp-review). This is a huge merge of months worth of work by Fernando and Brian. Some highlights: * The test suite has been ported to use the new APIs. * The test suite runs and passes on all platforms!!! * The IPython Sphinx directive has been updated to use the new APIs. * %history works again. * New %tb magic for showing last traceback. * Significant design improvements in the config loaders and applications. * Zillions of bugs fixed. * Completely new %pylab implementation that uses the new GUI support. This allows pylab to be enabled *at runtime*. * Many other things.
Brian Granger
merge
0
r2514:aa693782
Changing revno before merge to trunk.
Brian Granger
0
load next
< 1 .. 1309 1310 1311 1312 1313 .. 1437 >
showing 20 out of 28734 commits