Commit Graph

945 Commits (293243fcf435fcb8d7ccfdcdb6d12790b77bbe23)
 

Author SHA1 Message Date
Matthias BUSSONNIER 293243fcf4 remove references to loadpy
14 years ago
MinRK 97151aa3b8 revert PR #1659
14 years ago
Min RK 721e83a61e Merge pull request #1659 from mdboom/notebook-carriage-return
14 years ago
Michael Droettboom a5d7dd8d2b Fix typo in comment
14 years ago
Michael Droettboom e8be6bbe50 Fix the "test for nothing was streamed" so it doesn't add empty elements -- but only when there wasn't already something there.
14 years ago
Michael Droettboom 50fa35b1cc Handle carriage return characters ("\r") in HTML notebook output.
14 years ago
Fernando Perez 0b6aa846e1 Merge pull request #1652 from minrk/zmqcompat
14 years ago
MinRK 86e3e953da add ioloop.install to backported patches
14 years ago
Fernando Perez e5e200eaa7 Merge pull request #1621 from ivanov/clear-input-prompt-on-clear-all-output
14 years ago
Fernando Perez 53ccdfbd44 Merge pull request #1627 from minrk/msgspec
14 years ago
MinRK 6419b0b130 include IPython.zmq in iptest groups
14 years ago
Fernando Perez 496d6331c5 Merge pull request #1624 from takluyver/i1470
14 years ago
Thomas Kluyver e825279ded Force setuptools to skip byte compilation when installing on Python 3.
14 years ago
Paul Ivanov 06dd2b00c6 clear In[] prompt numbers on "Clear All Output"
14 years ago
Fernando Perez af3dd115a3 Merge pull request #1609 from minrk/sigterm
14 years ago
MinRK 6e2694a9d9 handle old pyzmq in notebook exit confirmation
14 years ago
MinRK c5d7d6f08a confirm notebook shutdown on SIGINT
14 years ago
Fernando Perez 8e4d5e90a8 Merge pull request #1604 from takluyver/exclude-quarantine-package
14 years ago
MinRK 3c19b40d2f exit notebook cleanly on SIGINT, SIGTERM
14 years ago
Thomas Kluyver 2c693fc89b Exclude IPython.quarantine from installation.
14 years ago
Fernando Perez 0344f92a62 Merge pull request #1490 from minrk/raw
14 years ago
MinRK e7a45e9454 add VERSIONHACK markers for never-released plaintext handling
14 years ago
Min RK ee9cbf39cb Merge pull request #1594 from takluyver/setupbase-py3
14 years ago
Thomas Kluyver 2711bdf8dd Fix writing git commit ID to a file on build with Python 3.
14 years ago
Fernando Perez 526d842289 Merge pull request #1502 from minrk/pyflakes
14 years ago
Fernando Perez ffe488ee0b Emergency fix for py3 breakage introduced in 576f6f (merge of #1538)
14 years ago
Fernando Perez 4b73021647 Merge pull request #1445 from minrk/nosphinx
14 years ago
Fernando Perez 6e5d8d5d1a Merge pull request #1538 from minrk/git_info
14 years ago
MinRK cc4f0f3619 use writelines when writing _sysinfo.py
14 years ago
Fernando Perez 98ac51808e Merge pull request #1563 from minrk/clear_output
14 years ago
Fernando Perez 14d29450a3 Merge pull request #1560 from minrk/testdocs
14 years ago
Min RK c543852c33 Merge pull request #1552 from minrk/fix1550
14 years ago
MinRK 9cb1559d5e document initially hidden javascript container
14 years ago
MinRK c21be2f386 hide output_area for js
14 years ago
MinRK 5c6c247b65 [notebook] clear_output is handled after a delay
14 years ago
MinRK fe92e50471 remove a few more obsolete twisted notes
14 years ago
MinRK 124037690e use os.getcwdu in NotebookManager
14 years ago
Min RK a9e226f943 Merge pull request #1544 from minrk/multilingual
14 years ago
MinRK fd2cc9d19e make MultiKernelManager.kernel_manager_class configurable
14 years ago
MinRK 0495291a83 store git commit hash in utils._sysinfo instead of hidden git_commit_info.ini data file.
14 years ago
Min RK c7de46e6cc Merge pull request #1508 from minrk/i1507
14 years ago
MinRK 600acfb694 fix sorting profiles in clustermanager
14 years ago
MinRK f9438de710 small changes in response to pyflakes pass
14 years ago
MinRK 9927cec392 denote raw cell with 'Raw Text' in UI
14 years ago
MinRK f036c032c7 interpret 'plaintext' cells with their new name 'raw'
14 years ago
MinRK 9ffc7829da rename plaintext cell -> raw cell
14 years ago
Brian E. Granger 5a444db9f7 Merge pull request #1383 from ellisonbg/nbparallel
14 years ago
MinRK 9d80f8522c use DummyIPClusterStart to load config in notebook ClusterManager
14 years ago
Brian Granger 19322be14d Chaging # of engines format in cluster list.
14 years ago
Brian Granger 24510c6e00 Sort profiles in cluster tab.
14 years ago