Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
MinRK
- Wed, 06 Apr 2011 20:31:11
Show More
The requested changes are too big and content was truncated.
Show full diff
IPython/kernel/__init__.py
0
755
➡
644
+6
-21
@@
-1,25
+1,10
b''
1
# encoding: utf-8
1
"""IPython.kernel has been replaced by IPython.parallel.
2
"""The IPython1 kernel.
3
2
4
The IPython kernel actually refers to three things:
3
The previous version of IPython's parallel library was located at this
4
location (IPython.kernel). It has been moved to the IPython.parallel
5
subpackage and has been refactored to use zeromq/pyzmq instead of twisted.
5
6
6
* The IPython Engine
7
Please see INSERT URL for further details.
7
* The IPython Controller
8
* Clients to the IPython Controller
9
10
The kernel module implements the engine, controller and client and all the
11
network protocols needed for the various entities to talk to each other.
12
13
An end user should probably begin by looking at the `client.py` module
14
if they need blocking clients or in `asyncclient.py` if they want asynchronous,
15
deferred/Twisted using clients.
16
"""
8
"""
17
__docformat__ = "restructuredtext en"
18
#-----------------------------------------------------------------------------
19
# Copyright (C) 2008 The IPython Development Team
20
#
21
# Distributed under the terms of the BSD License. The full license is in
22
# the file COPYING, distributed as part of this software.
23
#-----------------------------------------------------------------------------
24
9
25
from IPython.kernel.error import TaskRejectError
10
raise ImportError ( __doc__ )
IPython/testing/iptest.py
0
limited diff
0
0
1
NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
IPython/testing/tests/test_decorators.py
0
limited diff
0
0
1
NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
docs/source/index.txt
0
limited diff
0
0
1
NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
setup.py
0
limited diff
0
0
1
NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
setupbase.py
0
limited diff
0
0
1
NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
setupext/setupext.py
0
limited diff
0
0
1
NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/asyncclient.py
0
removed
0
-42
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/client.py
0
removed
0
-110
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/clientconnector.py
0
removed
0
-788
1
NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (788 lines changed)
Show them
Hide them
IPython/kernel/clientinterfaces.py
0
removed
0
-32
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/clusterdir.py
0
removed
0
-538
1
NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (538 lines changed)
Show them
Hide them
IPython/kernel/codeutil.py
0
removed
0
-39
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/configobjfactory.py
0
removed
0
-79
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/controllerservice.py
0
removed
0
-374
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/__init__.py
0
removed
0
-16
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/display_formatter.py
0
removed
0
-70
IPython/kernel/core/display_trap.py
0
removed
0
-100
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/error.py
0
removed
0
-41
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/fd_redirector.py
0
removed
0
-81
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/file_like.py
0
removed
0
-66
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/history.py
0
removed
0
-137
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/interpreter.py
0
removed
0
-760
1
NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (760 lines changed)
Show them
Hide them
IPython/kernel/core/macro.py
0
removed
0
-34
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/magic.py
0
removed
0
-147
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/message_cache.py
0
removed
0
-98
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/output_trap.py
0
removed
0
-107
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/prompts.py
0
removed
0
-588
1
NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (588 lines changed)
Show them
Hide them
IPython/kernel/core/redirector_output_trap.py
0
removed
0
-97
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/sync_traceback_trap.py
0
removed
0
-53
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/tests/__init__.py
0
removed
0
-10
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/tests/test_interpreter.py
0
removed
0
-62
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/tests/test_redirectors.py
0
removed
0
-79
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/traceback_formatter.py
0
removed
0
-62
IPython/kernel/core/traceback_trap.py
0
removed
0
-85
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/core/util.py
0
removed
0
-195
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/engineconnector.py
0
removed
0
-138
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/enginefc.py
0
removed
0
-544
1
NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (544 lines changed)
Show them
Hide them
IPython/kernel/engineservice.py
0
removed
0
-903
1
NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (903 lines changed)
Show them
Hide them
IPython/kernel/error.py
0
removed
0
-234
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/fcutil.py
0
removed
0
-296
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/ipclusterapp.py
0
removed
0
-499
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/ipcontrollerapp.py
0
removed
0
-271
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/ipengineapp.py
0
removed
0
-242
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/launcher.py
0
removed
0
-834
1
NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (834 lines changed)
Show them
Hide them
IPython/kernel/map.py
0
removed
0
-121
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/mapper.py
0
removed
0
-232
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/multiengine.py
0
removed
0
-745
1
NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (745 lines changed)
Show them
Hide them
IPython/kernel/multiengineclient.py
0
removed
0
-905
1
NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (905 lines changed)
Show them
Hide them
IPython/kernel/multienginefc.py
0
removed
0
-760
1
NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (760 lines changed)
Show them
Hide them
IPython/kernel/newserialized.py
0
removed
0
-170
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/parallelfunction.py
0
removed
0
-107
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/pbconfig.py
0
removed
0
-34
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/pbutil.py
0
removed
0
-92
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/pendingdeferred.py
0
removed
0
-174
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/pickleutil.py
0
removed
0
-82
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/scripts/__init__.py
0
removed
0
-16
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/scripts/ipcluster
0
removed
0
-18
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/scripts/ipcontroller
0
removed
0
-18
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/scripts/ipengine
0
removed
0
-20
1
NO CONTENT: file was removed
NO CONTENT: file was removed
IPython/kernel/task.py
0
removed
0
-1115
1
NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (1115 lines changed)
Show them
Hide them
IPython/kernel/taskclient.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/taskfc.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/tests/__init__.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/tests/controllertest.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/tests/engineservicetest.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/tests/multienginetest.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/tests/tasktest.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/tests/test_controllerservice.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/tests/test_enginefc.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/tests/test_engineservice.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/tests/test_multiengine.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/tests/test_multienginefc.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/tests/test_newserialized.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/tests/test_pendingdeferred.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/tests/test_task.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/tests/test_taskfc.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/tests/test_twistedutil.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/twistedutil.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/util.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/kernel/winhpcjob.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/testing/decorators_trial.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/testing/parametric.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/testing/tests/test_decorators_trial.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
IPython/testing/util.py
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
docs/source/parallel/asian_call.pdf
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/asian_call.png
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/asian_put.pdf
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/asian_put.png
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/hpc_job_manager.pdf
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/hpc_job_manager.png
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/index.txt
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
docs/source/parallel/ipcluster_create.pdf
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/ipcluster_create.png
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/ipcluster_start.pdf
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/ipcluster_start.png
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/ipython_shell.pdf
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/ipython_shell.png
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/mec_simple.pdf
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/mec_simple.png
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/parallel_demos.txt
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
docs/source/parallel/parallel_intro.txt
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
docs/source/parallel/parallel_mpi.txt
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
docs/source/parallel/parallel_multiengine.txt
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
docs/source/parallel/parallel_pi.pdf
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/parallel_pi.png
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/parallel_process.txt
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
docs/source/parallel/parallel_security.txt
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
docs/source/parallel/parallel_task.txt
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
docs/source/parallel/parallel_winhpc.txt
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
docs/source/parallel/single_digits.pdf
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/single_digits.png
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/two_digit_counts.pdf
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/two_digit_counts.png
0
removed
binary
0
0
1
NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
docs/source/parallel/winhpc_index.txt
0
limited diff
removed
0
0
1
NO CONTENT: file was removed
NO CONTENT: file was removed
The requested commit or file is too big and content was truncated. Show full diff
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages