##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r1781:8eaf3854
review: more notes about shadow history
Ville M. Vainio
0
r1780:4fcef75b
Merging branch: ~gael-varoquaux/ipython/ipython-sync-frontend.
Brian Granger
merge
0
r1779:b1c1fe59
Merging upstreat changes.
Brian Granger
merge
0
r1778:8a18869b
Updated the docs for using MPI with IPython.
Brian Granger
0
r1777:99314f63
Merging changes in branch ~vvatsa/ipython/ipython-trunk-merge.
Brian Granger
merge
0
r1776:3e16a8fc
looks like a typo in the exception log msg
Vishal Vatsa
0
r1775:b3cf074d
Updating docs to reflect recent work on ipcluster. * Updated changes.txt with descriptions of recent work. * Updated development/index.txt to include new config blueprint. * Added note in ipcluster to say that this is a tech preview.
Brian Granger
0
r1774:e76a2ddf
Final few cleanup changes to the PBS cluster in ipcluster.
Brian Granger
0
r1773:7452dcaf
More changes to the PBS batch cluster.
Brian Granger
0
r1772:b1fb2823
Initial version that works with PBS.
Brian Granger
0
r1771:ffb30367
The local mode of ipcluster now works on Win32.
Brian Granger
0
r1770:49f63bba
Initial version of working refactored ipcluster. This new version uses Twisted's cross platform process management API and provides: * New command line parsing using argparse. This allows for different subcommands (ipcluster local, ipcluster pbs, ipcluster mpirun, etc). * Currently working local and mpirun stating of clusters. * Almost working pbs starting. This has no docs and no tests as of yet and should be considered a tech preview.
Brian Granger
0
r1769:e574479c
A number of changes getting ready for a new ipcluster. * Added argparse.py to IPython/external * New reuse_furls options to ipcontroller. By default the controller will now delete all old furl files unless the -r flag i given. This is needed so engines starting up don't pick up the old furl files. * Minor logic changes in ipengine and engineconnector related to detecting errors relating to furl files.
Brian Granger
0
r1768:a3ba322d
docs: add shadow history
Ville M. Vainio
0
r1767:65f84a50
Adding new config blueprint
Brian Granger
0
r1766:a3e09c39
Adding the argparse module to externals.
Brian Granger
0
r1765:78f12f6c
Small changes to the security documentation.
Brian Granger
0
r1764:5ed656e9
Slight improvements to doctest skipping. Add a proper +SKIP directive instead of a None docstring. While this still doesn't report the doctests as skipped via nose, it is the correct way to do doctest skipping, and perhaps later we can fix the nose integration so they get correctly reported as being skipped.
Fernando Perez
0
r1763:a26f8e3c
Override makeTest to correctly support path/to/test.py:test_function syntax. If we don't explicitly override this, the checker used isn't IPython-aware and we don't get full support for things like #random markers, when using the syntax:: iptest tests/test_magic.py:doctest_clear_array
Fernando Perez
0
r1762:5221b5f0
Fix a number of bugs with %history, add proper tests. - Closes #295371.
Fernando Perez
0
load next
< 1 .. 1347 1348 1349 1350 1351 .. 1438 >
showing 20 out of 28742 commits