Kyle Kelley
|
b12f002b35
|
Performing check only on open.
|
2014-01-22 18:16:06 -06:00 |
|
Kyle Kelley
|
345de4e674
|
Use *args, **kwargs, log.warn
|
2014-01-21 21:08:24 -06:00 |
|
Kyle Kelley
|
104275ab73
|
Indicate Py3 vs. Py2 codepath.
|
2014-01-21 14:47:58 -06:00 |
|
Kyle Kelley
|
5800b1c625
|
Get rid of exc_info as there isn't an exception.
|
2014-01-21 13:23:09 -06:00 |
|
Kyle Kelley
|
7b552d862d
|
Add Origin Checking.
|
2014-01-21 12:55:52 -06:00 |
|
Thomas Kluyver
|
51040fb768
|
Update imports for Python 3
2to3 fixer imports (+ manual changes)
|
2013-10-29 09:15:54 -07:00 |
|
MinRK
|
638c36a7f7
|
fix some unicode in zmqhandlers
prevented session identity from being set properly,
which in turn prevented stdin from working in the notebook in Python 3.
closes #3494
|
2013-07-12 18:47:56 -07:00 |
|
MinRK
|
88668e65f8
|
don't use parent=self in handlers
handlers aren't configurable, so shouldn't be passed as parent.
closes #3502
|
2013-07-01 10:55:48 -07:00 |
|
MinRK
|
bd03a99e28
|
use parent=self throughout IPython
instead of `config=self.config`
only real effective change: IPythonKernelApp.parent has been renamed to IPKernelApp.parent_handle.
|
2013-06-29 12:41:17 -07:00 |
|
MinRK
|
cf726d6a40
|
mv IPython.html.notebook -> IPython.html
|
2013-06-27 11:14:10 -07:00 |
|