docs/source/whatsnew/github-stats-0.13.rst
.. _issues_list_013:
GitHub stats since IPython 0.12 (2011/12/19 - 2012/06/30)
These lists are automatically generated, and may be incomplete or contain duplicates.
The following 62 authors contributed 1760 commits.
We closed a total of 1115 issues, 373 pull requests and 742 regular issues;
this is the full list (generated with the script
:file:tools/github_stats.py):
Pull Requests (373):
1943: add screenshot and link into releasenotes1954: update some example notebooks2048: move _encode_binary to jsonutil.encode_images2050: only add quotes around xunit-file on Windows2047: disable auto-scroll on mozilla2015: Fixes for %paste with special transformations2046: Iptest unicode1939: Namespaces2042: increase auto-scroll threshold to 100 lines2043: move RemoteError import to top-level2036: %alias_magic1968: Proposal of icons for .ipynb files2037: remove ipython-qtconsole gui-script2038: add extra clear warning to shell doc2029: Ship unminified js2007: Add custom_control and custom_page_control variables to override the Qt widgets used by qtconsole2034: fix&test push/pull recarrays2028: Reduce unhelpful information shown by pinfo2030: check wxPython version in inputhook2024: Make interactive_usage a bit more rst friendly2031: disable ^C^C confirmation on Windows2027: match stdin encoding in frontend readline test2025: Fix parallel test on WinXP - wait for resource cleanup.2016: BUG: test runner fails in Windows if filenames contain spaces.2020: Fix home path expansion test in Windows.2021: Fix Windows pathname issue in 'odd encoding' test.2022: don't check writability in test for get_home_dir when HOME is undefined1996: frontend test tweaks2014: relax profile regex in notebook2012: Mono cursor offset2004: Clarify generic message spec vs. Python message API in docs2010: notebook: Print a warning (but do not abort) if no webbrowser can be found.2002: Refactor %magic into a lsmagic_docs API function.1999: %magic help: display line and cell magics in alphabetical order.1981: Clean BG processes created by %%script on kernel exit1994: Fix RST misformatting.1951: minor notebook startup/notebook-dir adjustments1974: Allow path completion on notebook.1964: allow multiple instances of a Magic1991: fix _ofind attr in %page1988: check for active frontend in update_restart_checkbox1979: Add support for tox (https://tox.readthedocs.io/) and Travis CI (http://travis-ci.org/)1970: dblclick to restore size of images1978: Notebook names truncating at the first period1825: second attempt at scrolled long output1934: Cell/Worksheet metadata1746: Confirm restart (configuration option, and checkbox UI)1944: [qtconsole] take %,%% prefix into account for completion1973: fix another FreeBSD $HOME symlink issue1967: Fix psums example description in docs1965: fix for #1678, undo no longer clears cells1952: avoid duplicate "Websockets closed" dialog on ws close1962: Support unicode prompts1955: update to latest version of vim-ipython1945: Add --proc option to %%script1956: move import RemoteError after get_exc_info1950: Fix for copy action (Ctrl+C) when there is no pager defined in qtconsole1948: Fix help string for InteractiveShell.ast_node_interactivity1942: swallow stderr of which in utils.process.find_cmd1940: fix completer css on some Chrome versions1938: remove remaining references to deprecated XREP/XREQ names1925: Fix styling of superscripts and subscripts. Closes #1924.1936: increase duration of save messages1937: add %save -f1935: add version checking to pyreadline import test1849: Octave magics1759: github, merge PR(s) just by number(s)1931: Win py3fixes1933: oinspect.find_file: Additional safety if file cannot be found.1932: Fix adding functions to CommandChainDispatcher with equal priority on Py 31928: Select NoDB by default1923: Add IPython syntax support to the %timeit magic, in line and cell mode1926: Make completer recognize escaped quotes in strings.1893: Update Parallel Magics and Exception Display1921: magic_arguments: dedent but otherwise preserve indentation.1919: Use oinspect in CodeMagics._find_edit_target1918: don't warn in iptest if deathrow/quarantine are missing1917: Fix for %pdef on Python 31913: Fix for #14281911: temporarily skip autoreload tests1909: Fix for #1908, use os.path.normcase for safe filename comparisons1907: py3compat fixes for %%script and tests1906: ofind finds non-unique cell magics1845: Fixes to inspection machinery for magics1902: Workaround fix for gh-1632; minimal revert of gh-14241900: Cython libs1899: add ScriptMagics to class list for generated config1898: minimize manpages1897: use glob for bad exclusion warning1855: %%script and %%file magics1870: add %%capture for capturing stdout/err1861: Use dvipng to format sympy.Matrix1867: Fix 1px margin bouncing of selected menu item.1889: Reconnect when the websocket connection closes unexpectedly1886: Fix a bug in renaming notebook1895: Fix error in test suite with ip.system()1762: add locate entry points1883: Fix vertical offset due to bold/italics, and bad browser fonts.1875: re-write columnize, with intermediate step.1851: new completer for qtconsole.1892: Remove suspicious quotes in interactiveshell.py1864: Rmagic exceptions1829: [notebook] don't care about leading prct in completion1832: Make svg, jpeg and png images resizable in notebook.1674: HTML Notebook carriage-return handling, take 21882: Remove importlib dependency which not available in Python 2.6.1879: Correct stack depth for variable expansion in !system commands1841: [notebook] deduplicate completion results1850: Remove args/kwargs handling in TryNext, fix %paste error messages.1663: Keep line-endings in ipynb1815: Make : invalid in filenames in the Notebook JS code.1819: doc: cleanup the parallel psums example a little1839: External cleanup1782: fix Magic menu in qtconsole, split in groups1862: Minor bind_kernel improvements1857: Prevent jumping of window to input when output is clicked.1856: Fix 1px jumping of cells and menus in Notebook.1852: fix chained resubmissions1780: Rmagic extension1847: add InlineBackend to ConsoleApp class list1836: preserve header for resubmitted tasks1828: change default extension to .ipy for %save -r1800: Reintroduce recall1830: lsmagic lists magics in alphabetical order1773: Update SymPy profile: SymPy's latex() can now print set and frozenset1761: Edited documentation to use IPYTHONDIR in place of ~/.ipython1822: aesthetics pass on AsyncResult.display_outputs1821: ENTER submits the rename notebook dialog.1820: NotebookApp: Make the number of ports to retry user configurable.1816: Always use filename as the notebook name.1813: Add assert_in method to nose for Python 2.61711: New Tooltip, New Completer and JS Refactor1798: a few simple fixes for docs/parallel1812: Ensure AsyncResult.display_outputs doesn't display empty streams1811: warn on nonexistent exclusions in iptest1810: fix for #1809, failing tests in IPython.zmq1808: Reposition alternate upload for firefox [need cross browser/OS/language test]1742: Check for custom_exceptions only once1807: add missing cython exclusion in iptest1805: Fixed a vcvarsall.bat error on win32/Py2.7 when trying to compile with m...1739: Dashboard improvement (necessary merge of #1658 and #1676 + fix #1492)1770: Cython related magic functions1707: Accept --gui=<...> switch in IPython qtconsole.1797: Fix comment which breaks Emacs syntax highlighting.1795: fix %gui magic1793: Raise repr limit for strings to 80 characters (from 30).1794: don't use XDG path on OS X1792: Unicode-aware logger1791: update zmqshell magics1787: DOC: Remove regression from qt-console docs.1758: test_pr, fallback on http if git protocol fail, and SSL errors...1748: Fix some tests for Python 3.31755: test for pygments before running qt tests1771: Make default value of interactivity passed to run_ast_nodes configurable1784: restore loadpy to load1768: Update parallel magics1779: Tidy up error raising in magic decorators.1769: Allow cell mode timeit without setup code.1716: Fix for fake filenames in verbose traceback1763: [qtconsole] fix append_plain_html -> append_html1732: Refactoring of the magics system and implementation of cell magics1630: Merge divergent Kernel implementations1705: [notebook] Make pager resizable, and remember size...1606: Share code for %pycat and %loadpy, make %pycat aware of URLs1757: Open IPython notebook hyperlinks in a new window using target=_blank1754: Fix typo enconters->encounters1753: Clear window title when kernel is restarted1449: Fix for bug #735 : Images missing from XML/SVG export1743: Tooltip completer js refactor1681: add qt config option to clear_on_kernel_restart1733: Tooltip completer js refactor1727: terminate kernel after embed_kernel tests1737: add HistoryManager to ipapp class list1686: ENH: Open a notebook from the command line1709: fixes #1708, failing test in arg_split on windows1718: Use CRegExp trait for regular expressions.1729: Catch failure in repr() for %whos1726: use eval for command-line args instead of exec1724: fix scatter/gather with targets='all'1725: add --no-ff to git pull in test_pr1721: Tooltip completer js refactor1657: Add wait optional argument to hooks.editor1717: Define generic sys.ps{1,2,3}, for use by scripts.1691: Finish PR #14461710: update MathJax CDN url for https1713: Make autocall regexp's configurable.1703: Allow TryNext to have an error message without it affecting the command chain1714: minor adjustments to test_pr1704: ensure all needed qt parts can be imported before settling for one1706: Mark test_push_numpy_nocopy as a known failure for Python 31698: fix tooltip on token with number1245: pythonw py3k fixes for issue #12261685: Add script to test pull request1693: deprecate IPYTHON_DIR in favor of IPYTHONDIR1695: Avoid deprecated warnings from ipython-qtconsole.desktop.1694: Add quote to notebook to allow it to load1689: Fix sys.path missing '' as first entry in ipython kernel.1687: import Binary from bson instead of pymongo1616: Make IPython.core.display.Image less notebook-centric1684: CLN: Remove redundant function definition.1670: Point %pastebin to gist1669: handle pyout messages in test_message_spec1295: add binary-tree engine interconnect example1642: Cherry-picked commits from 0.12.1 release1659: Handle carriage return characters ("\r") in HTML notebook output.1656: ensure kernels are cleaned up in embed_kernel tests1664: InteractiveShell.run_code: Update docstring.1662: Delay flushing softspace until after cell finishes1643: handle jpg/jpeg in the qtconsole1652: add patch_pyzmq() for backporting a few changes from newer pyzmq1650: DOC: moving files with SSH launchers1357: add IPython.embed_kernel()1640: Finish up embed_kernel1651: Remove bundled Itpl module1634: incremental improvements to SSH launchers1649: move examples/test_embed into examples/tests/embed1633: Fix installing extension from local file on Windows1645: Exclude UserDict when deep reloading NumPy.1637: Removed a ':' which shouldn't have been there1631: TST: QApplication doesn't quit early enough with PySide.1629: evaluate a few dangling validate_message generators1621: clear In[] prompt numbers on "Clear All Output"1627: Test the Message Spec1624: Fixes for byte-compilation on Python 31615: Add show() method to figure objects.1625: Fix deepreload on Python 31620: pyin message now have execution_count1457: Update deepreload to use a rewritten knee.py. Fixes dreload(numpy).1613: allow map / parallel function for single-engine views1609: exit notebook cleanly on SIGINT, SIGTERM1607: cleanup sqlitedb temporary db file after tests1608: don't rely on timedelta.total_seconds in AsyncResult1599: Fix for %run -d on Python 31602: Fix %env magic on Python 3.1603: Remove python3 profile1604: Exclude IPython.quarantine from installation1600: Specify encoding for io.open in notebook_reformat tests1605: Small fixes for Animation and Progress notebook1529: all feature, improvement to dir2, and tests for both1548: add sugar methods/properties to AsyncResult1535: Fix pretty printing dispatch1399: Use LaTeX to print various built-in types with the SymPy printing extension1597: re-enter kernel.eventloop after catching SIGINT1490: rename plaintext cell -> raw cell1480: Fix %notebook magic, etc. nbformat unicode tests and fixes1588: Gtk3 integration with ipython works.1595: Examples syntax (avoid errors installing on Python 3)1526: Find encoding for Python files1594: Fix writing git commit ID to a file on build with Python 31556: shallow-copy DictDB query results1502: small changes in response to pyflakes pass1445: Don't build sphinx docs for sdists1538: store git commit hash in utils._sysinfo instead of hidden data file1546: attempt to suppress exceptions in channel threads at shutdown1559: update tools/github_stats.py to use GitHub API v31563: clear_output improvements1560: remove obsolete discussion of Twisted/trial from testing docs1569: BUG: qtconsole -- non-standard handling of \a and \b. [Fixes #1561]1573: BUG: Ctrl+C crashes wx pylab kernel in qtconsole.1568: fix PR #15671567: Fix: openssh_tunnel did not parse port in server1565: fix AsyncResult.abort1552: use os.getcwdu in NotebookManager1541: display_pub flushes stdout/err1544: make MultiKernelManager.kernel_manager_class configurable1517: Fix indentation bug in IPython/lib/pretty.py1519: BUG: Include the name of the exception type in its pretty format.1489: Fix zero-copy push1477: fix dangling buffer in IPython.parallel.util1514: DOC: Fix references to IPython.lib.pretty instead of the old location1481: BUG: Improve placement of CallTipWidget1496: BUG: LBYL when clearing the output history on shutdown.1508: fix sorting profiles in clustermanager1495: BUG: Fix pretty-printing for overzealous objects1472: more general fix for #6621483: updated magic_history docstring1383: First version of cluster web service.1398: fix %tb after SyntaxError1440: Fix for failing testsuite when using --with-xml-coverage on windows.1419: Add %install_ext magic function.1424: Win32 shell interactivity1468: Simplify structure of a Job in the TaskScheduler1447: 1107 - Tab autocompletion can suggest invalid syntax1469: Fix typo in comment (insert space)1463: Fix completion when importing modules in the cwd.1466: Fix for issue #1437, unfriendly windows qtconsole error handling1432: Fix ipython directive1465: allow ipython help subcommand syntax1416: Conditional import of ctypes in inputhook1462: expedite parallel tests1410: Add javascript library and css stylesheet loading to JS class.1448: Fix for #875 Never build unicode error messages1458: use eval to uncan References1450: load mathjax from CDN via https1451: include heading level in JSON1444: Fix pyhton -> python typos1414: ignore errors in shell.var_expand1430: Fix for tornado check for tornado < 1.1.01413: get_home_dir expands symlinks, adjust test accordingly1385: updated and prettified magic doc strings1406: Browser selection1377: Saving non-ascii history1402: fix symlinked /home issue for FreeBSD1405: Only monkeypatch xunit when the tests are run using it.1395: Xunit & KnownFailure1396: Fix for %tb magic.1386: Jsd31388: Add simple support for running inside a virtualenv1391: Improve Hub/Scheduler when no engines are registered1369: load header with engine id when engine dies in TaskScheduler1353: Save notebook as script using unicode file handle.1352: Add '-m mod : run library module as a script' option.1363: Fix some minor color/style config issues in the qtconsole1371: Adds a quiet keyword to sync_imports1387: Fixing Cell menu to update cell type select box.1296: Wx gui example: fixes the broken example for %gui wx.1372: ipcontroller cleans up connection files unless reuse=True1374: remove calls to meaningless ZMQStream.on_err1370: allow draft76 websockets (Safari)1368: Ensure handler patterns are str, not unicode1361: Notebook bug fix branch1364: avoid jsonlib returning Decimal1362: Don't log complete contents of history replies, even in debug1347: fix weird magic completion in notebook1346: fixups for alternate URL prefix stuff1336: crack at making notebook.html use the layout.html template1331: RST and heading cells1247: fixes a bug causing extra newlines after comments.1332: notebook - allow prefixes in URL path.1341: Don't attempt to tokenize binary files for tracebacks1334: added key handler for control-s to notebook, seems to work pretty well1338: Fix see also in docstrings so API docs build1335: Notebook toolbar UI1299: made notebook.html extend layout.html1318: make Ctrl-D in qtconsole act same as in terminal (ready to merge)1328: Coverage1206: don't preserve fixConsole output in json1330: Add linewrapping to text cells (new feature in CodeMirror).1309: Inoculate clearcmd extension into %reset functionality1327: Updatecm21326: Removing Ace edit capability.1325: forgotten selected_cell -> get_selected_cell1316: Pass subprocess test runners a suitable location for xunit output1303: Updatecm1312: minor heartbeat tweaks1306: Fix %prun input parsing for escaped characters (closes #1302)1301: New "Fix for issue #1202" based on current master.1289: Make autoreload extension work on Python 3.1288: Don't ask for confirmation when stdin isn't available1294: TaskScheduler.hwm default to 1 instead of 01283: HeartMonitor.period should be an Integer1264: Aceify1284: a fix for GH 12691213: BUG: Minor typo in history_console_widget.py1267: add NoDB for non-recording Hub1222: allow Reference as callable in map/apply1257: use self.kernel_manager_class in qtconsoleapp1253: set auto_create flag for notebook apps1262: Heartbeat no longer shares the app's Context1229: Fix display of SyntaxError in Python 31256: Dewijmoize1246: Skip tests that require X, when importing pylab results in RuntimeError.1211: serve local files in notebook-dir1224: edit text cells on double-click instead of single-click1187: misc notebook: connection file cleanup, first heartbeat, startup flush1207: fix loadpy duplicating newlines1129: Unified setup.py1199: Reduce IPython.external.*1218: Added -q option to %prun for suppression of the output, along with editing the dochelp string.1217: Added -q option to %prun for suppression of the output, along with editing the dochelp string1175: core.completer: Clean up excessive and unused code.1196: docs: looks like a file path might have been accidentally pasted in the middle of a word1190: Fix link to Chris Fonnesbeck blog post about 0.11 highlights.Issues (742):
1943: add screenshot and link into releasenotes1570: [notebook] remove 'left panel' references from example.1954: update some example notebooks2048: move _encode_binary to jsonutil.encode_images2050: only add quotes around xunit-file on Windows2047: disable auto-scroll on mozilla1258: Magic %paste error2015: Fixes for %paste with special transformations760: Windows: test runner fails if repo path contains spaces2046: Iptest unicode1939: Namespaces2042: increase auto-scroll threshold to 100 lines2043: move RemoteError import to top-level641: In %magic help, remove duplicate aliases2036: %alias_magic1968: Proposal of icons for .ipynb files825: keyboardinterrupt crashes gtk gui when gtk.set_interactive is not available1971: Remove duplicate magics docs2040: Namespaces for cleaner public APIs2039: ipython parallel import exception2035: Getdefaultencoding test error with sympy 0.7.1_git2037: remove ipython-qtconsole gui-script1516: ipython-qtconsole script isn't installed for Python 2.x1297: "ipython -p sh" is in documentation but doesn't work2038: add extra clear warning to shell doc1265: please ship unminified js and css sources2029: Ship unminified js1920: Provide an easy way to override the Qt widget used by qtconsole2007: Add custom_control and custom_page_control variables to override the Qt widgets used by qtconsole2009: In %magic help, remove duplicate aliases2033: ipython parallel pushing and pulling recarrays2034: fix&test push/pull recarrays2028: Reduce unhelpful information shown by pinfo1992: Tab completion fails with many spaces in filename1885: handle too old wx2030: check wxPython version in inputhook2024: Make interactive_usage a bit more rst friendly2031: disable ^C^C confirmation on Windows2023: Unicode test failure on OS X2027: match stdin encoding in frontend readline test1901: Windows: parallel test fails assert, leaves 14 python processes alive2025: Fix parallel test on WinXP - wait for resource cleanup.1986: Line magic function %R not found. (Rmagic)1712: test failure in ubuntu package daily build1183: 0.12 testsuite failures2016: BUG: test runner fails in Windows if filenames contain spaces.1806: Alternate upload methods in firefox2019: Windows: home directory expansion test fails2020: Fix home path expansion test in Windows.2017: Windows core test error - filename quoting2021: Fix Windows pathname issue in 'odd encoding' test.1998: call to nt.assert_true(path._writable_dir(home)) returns false in test_path.py2022: don't check writability in test for get_home_dir when HOME is undefined1589: Test failures and docs don't build on Mac OS X Lion1996: frontend test tweaks2011: Notebook server can't start cluster with hyphen-containing profile name2014: relax profile regex in notebook2013: brew install pyqt2005: Strange output artifacts in footer of notebook2012: Mono cursor offset2004: Clarify generic message spec vs. Python message API in docs2006: Don't crash when starting notebook server if runnable browser not found2010: notebook: Print a warning (but do not abort) if no webbrowser can be found.2008: pip install virtualenv2003: Wrong case of rmagic in docs2002: Refactor %magic into a lsmagic_docs API function.2000: kernel.js consistency with generic IPython message format.1999: %magic help: display line and cell magics in alphabetical order.1635: test_prun_quotes fails on Windows1984: Cannot restart Notebook when using %%script --bg1981: Clean BG processes created by %%script on kernel exit1994: Fix RST misformatting.1949: Introduce Notebook Magics1985: Kernels should start in notebook dir when manually specified1980: Notebook should check that --notebook-dir exists1951: minor notebook startup/notebook-dir adjustments1969: tab completion in notebook for paths not triggered1974: Allow path completion on notebook.1964: allow multiple instances of a Magic1960: %page not working1991: fix _ofind attr in %page1982: Shutdown qtconsole problem?1988: check for active frontend in update_restart_checkbox1979: Add support for tox (https://tox.readthedocs.io/) and Travis CI (http://travis-ci.org/)1989: Parallel: output of %px and %px${suffix} is inconsistent1966: ValueError: packer could not serialize a simple message1987: Notebook: MathJax offline install not recognized1970: dblclick to restore size of images1983: Notebook does not save heading level1978: Notebook names truncating at the first period1553: Limited size of output cells and provide scroll bars for such output cells1825: second attempt at scrolled long output1915: add cell-level metadata1934: Cell/Worksheet metadata1746: Confirm restart (configuration option, and checkbox UI)1790: Commenting function.1767: Tab completion problems with cell magics1944: [qtconsole] take %,%% prefix into account for completion1973: fix another FreeBSD $HOME symlink issue1972: Fix completion of '%tim' in the Qt console1887: Make it easy to resize jpeg/png images back to original size.1967: Fix psums example description in docs1678: ctrl-z clears cell output in notebook when pressed enough times1965: fix for #1678, undo no longer clears cells1952: avoid duplicate "Websockets closed" dialog on ws close1961: UnicodeDecodeError on directory with unicode chars in prompt1963: styling prompt, {color.Normal} excepts1962: Support unicode prompts1959: %page not working on qtconsole for Windows XP 32-bit1955: update to latest version of vim-ipython1945: Add --proc option to %%script1957: fix indentation in kernel.js1956: move import RemoteError after get_exc_info1950: Fix for copy action (Ctrl+C) when there is no pager defined in qtconsole1948: Fix help string for InteractiveShell.ast_node_interactivity1941: script magics cause terminal spam1942: swallow stderr of which in utils.process.find_cmd1833: completer draws slightly too small on Chrome1940: fix completer css on some Chrome versions1938: remove remaining references to deprecated XREP/XREQ names1924: HTML superscripts not shown raised in the notebook1925: Fix styling of superscripts and subscripts. Closes #1924.1461: User notification if notebook saving fails1936: increase duration of save messages1542: %save magic fails in clients without stdin if file already exists1937: add %save -f1572: pyreadline version dependency not correctly checked1935: add version checking to pyreadline import test1849: Octave magics1759: github, merge PR(s) just by number(s)1931: Win py3fixes1646: Meaning of restart parameter in client.shutdown() unclear1933: oinspect.find_file: Additional safety if file cannot be found.1916: %paste doesn't work on py31932: Fix adding functions to CommandChainDispatcher with equal priority on Py 31928: Select NoDB by default1923: Add IPython syntax support to the %timeit magic, in line and cell mode1926: Make completer recognize escaped quotes in strings.1929: Ipython-qtconsole (0.12.1) hangs with Python 2.7.3, Windows 7 64 bit1409: [qtconsole] forward delete bring completion into current line1922: py3k compatibility for setupegg.py1598: document that sync_imports() can't handle "import foo as bar"1893: Update Parallel Magics and Exception Display1890: Docstrings for magics that use @magic_arguments are rendered wrong1921: magic_arguments: dedent but otherwise preserve indentation.1919: Use oinspect in CodeMagics._find_edit_target1918: don't warn in iptest if deathrow/quarantine are missing1914: %pdef failing on python31917: Fix for %pdef on Python 31428: Failing test that prun does not clobber string escapes1913: Fix for #14281911: temporarily skip autoreload tests1549: autoreload extension crashes ipython1908: find_file errors on windows1909: Fix for #1908, use os.path.normcase for safe filename comparisons1907: py3compat fixes for %%script and tests1904: %%px? doesn't work, shows info for %px, general cell magic problem1906: ofind finds non-unique cell magics1894: Win64 binary install fails1799: Source file not found for magics1845: Fixes to inspection machinery for magics1774: Some magics seems broken1586: Clean up tight coupling between Notebook, CodeCell and Kernel Javascript objects1632: Win32 shell interactivity apparently broke qtconsole "cd" magic1902: Workaround fix for gh-1632; minimal revert of gh-14241900: Cython libs1503: Cursor is offset in notebook in Chrome 17 on Linux1426: Qt console doesn't handle the --gui flag correctly.1180: Can't start IPython kernel in Spyder581: test IPython.zmq1593: Name embedded in notebook overrides filename1899: add ScriptMagics to class list for generated config1618: generate or minimize manpages1898: minimize manpages1896: Windows: apparently spurious warning 'Excluding nonexistent file' ... test_exampleip1897: use glob for bad exclusion warning1215: updated %quickref to show short-hand for %sc and %sx1855: %%script and %%file magics1863: Ability to silence a cell in the notebook1870: add %%capture for capturing stdout/err1861: Use dvipng to format sympy.Matrix1867: Fix 1px margin bouncing of selected menu item.1889: Reconnect when the websocket connection closes unexpectedly1577: If a notebook loses its network connection WebSockets won't reconnect1886: Fix a bug in renaming notebook1895: Fix error in test suite with ip.system()1762: add locate entry points1883: Fix vertical offset due to bold/italics, and bad browser fonts.1875: re-write columnize, with intermediate step.1860: IPython.utils.columnize sometime wrong...1851: new completer for qtconsole.1892: Remove suspicious quotes in interactiveshell.py1854: Class %hierarchy and graphiz %%dot magics1827: Sending tracebacks over ZMQ should protect against unicode failure1864: Rmagic exceptions1829: [notebook] don't care about leading prct in completion1832: Make svg, jpeg and png images resizable in notebook.1674: HTML Notebook carriage-return handling, take 21874: cython_magic uses importlib, which doesn't ship with py2.61882: Remove importlib dependency which not available in Python 2.6.1878: shell access using ! will not fill class or function scope vars1879: Correct stack depth for variable expansion in !system commands1840: New JS completer should merge completions before display1841: [notebook] deduplicate completion results1736: no good error message on missing tkinter and %paste1741: Display message from TryNext error in magic_paste1850: Remove args/kwargs handling in TryNext, fix %paste error messages.1663: Keep line-endings in ipynb1872: Matplotlib window freezes using intreractive plot in qtconsole1869: Improve CodeMagics._find_edit_target1781: Colons in notebook name causes notebook deletion without warning1815: Make : invalid in filenames in the Notebook JS code.1819: doc: cleanup the parallel psums example a little1838: externals cleanup1839: External cleanup1782: fix Magic menu in qtconsole, split in groups1862: Minor bind_kernel improvements1859: kernmagic during console startup1857: Prevent jumping of window to input when output is clicked.1856: Fix 1px jumping of cells and menus in Notebook.1848: task fails with "AssertionError: not enough buffers!" after second resubmit1852: fix chained resubmissions1780: Rmagic extension1853: Fix jumpy notebook behavior1842: task with UnmetDependency error still owned by engine1847: add InlineBackend to ConsoleApp class list1846: Exceptions within multiprocessing crash Ipython notebook kernel1843: Notebook does not exist and permalinks1837: edit magic broken in head1834: resubmitted tasks doesn't have same session name1836: preserve header for resubmitted tasks1776: fix magic menu in qtconsole1828: change default extension to .ipy for %save -r1800: Reintroduce recall1671: future environments1830: lsmagic lists magics in alphabetical order1835: Use Python import in ipython profile config1773: Update SymPy profile: SymPy's latex() can now print set and frozenset1761: Edited documentation to use IPYTHONDIR in place of ~/.ipython1772: notebook autocomplete fail when typing number1822: aesthetics pass on AsyncResult.display_outputs1460: Redirect http to https for notebook1287: Refactor the notebook tab completion/tooltip1596: In rename dialog, <return> should submit1821: ENTER submits the rename notebook dialog.1750: Let the user disable random port selection1820: NotebookApp: Make the number of ports to retry user configurable.1816: Always use filename as the notebook name.1775: assert_in not present on Python 2.61813: Add assert_in method to nose for Python 2.61498: Add tooltip keyboard shortcuts1711: New Tooltip, New Completer and JS Refactor1798: a few simple fixes for docs/parallel1818: possible bug with latex / markdown1647: Aborted parallel tasks can't be resubmitted1817: Change behavior of ipython notebook --port=...1738: IPython.embed_kernel issues1610: Basic bold and italic in HTML output cells1576: Start and stop kernels from the notebook dashboard1515: impossible to shutdown notebook kernels1812: Ensure AsyncResult.display_outputs doesn't display empty streams1811: warn on nonexistent exclusions in iptest1809: test suite error in IPython.zmq on windows1810: fix for #1809, failing tests in IPython.zmq1808: Reposition alternate upload for firefox [need cross browser/OS/language test]1742: Check for custom_exceptions only once1802: cythonmagic tests should be skipped if Cython not available1062: warning message in IPython.extensions test1807: add missing cython exclusion in iptest1805: Fixed a vcvarsall.bat error on win32/Py2.7 when trying to compile with m...1803: MPI parallel %px bug1804: Fixed a vcvarsall.bat error on win32/Py2.7 when trying to compile with mingw.1492: Drag target very small if IPython Dashboard has no notebooks1562: Offer a method other than drag-n-drop to upload notebooks1739: Dashboard improvement (necessary merge of #1658 and #1676 + fix #1492)1770: Cython related magic functions1532: qtconsole does not accept --gui switch1707: Accept --gui=<...> switch in IPython qtconsole.1797: Fix comment which breaks Emacs syntax highlighting.1796: %gui magic broken1795: fix %gui magic1788: extreme truncating of return values1793: Raise repr limit for strings to 80 characters (from 30).1794: don't use XDG path on OS X1777: ipython crash on wrong encoding1792: Unicode-aware logger1791: update zmqshell magics1787: DOC: Remove regression from qt-console docs.1785: IPython.utils.tests.test_process.SubProcessTestCase1758: test_pr, fallback on http if git protocol fail, and SSL errors...1786: Make notebook save failures more salient1748: Fix some tests for Python 3.31755: test for pygments before running qt tests1771: Make default value of interactivity passed to run_ast_nodes configurable1783: part of PR #1606 (loadpy -> load) erased by magic refactoring.1784: restore loadpy to load1768: Update parallel magics1778: string exception in IPython/core/magic.py:2321779: Tidy up error raising in magic decorators.1769: Allow cell mode timeit without setup code.1716: Fix for fake filenames in verbose traceback1763: [qtconsole] fix append_plain_html -> append_html1766: Test failure in IPython.parallel1611: IPEP1: Cell magics and general cleanup of the Magic system1732: Refactoring of the magics system and implementation of cell magics1765: test_pr should clearn PYTHONPATH for the subprocesses1630: Merge divergent Kernel implementations1705: [notebook] Make pager resizable, and remember size...1606: Share code for %pycat and %loadpy, make %pycat aware of URLs1720: Adding interactive inline plotting to notebooks with flot1701: [notebook] Open HTML links in a new window by default1757: Open IPython notebook hyperlinks in a new window using target=_blank1735: Open IPython notebook hyperlinks in a new window using target=_blank1754: Fix typo enconters->encounters1753: Clear window title when kernel is restarted735: Images missing from XML/SVG export (for me)1449: Fix for bug #735 : Images missing from XML/SVG export1752: Reconnect Websocket when it closes unexpectedly1751: Reconnect Websocket when it closes unexpectedly1749: Load MathJax.js using HTTPS when IPython notebook server is HTTPS1743: Tooltip completer js refactor1700: A module for sending custom user messages from the kernel.1745: htmlnotebook: Cursor is off1728: ipython crash with matplotlib during picking1681: add qt config option to clear_on_kernel_restart1733: Tooltip completer js refactor1676: Kernel status/shutdown from dashboard1658: Alternate notebook upload methods1727: terminate kernel after embed_kernel tests1737: add HistoryManager to ipapp class list945: Open a notebook from the command line1686: ENH: Open a notebook from the command line1709: fixes #1708, failing test in arg_split on windows1718: Use CRegExp trait for regular expressions.1729: Catch failure in repr() for %whos1726: use eval for command-line args instead of exec1723: scatter/gather fail with targets='all'1724: fix scatter/gather with targets='all'1725: add --no-ff to git pull in test_pr1722: unicode exception when evaluating expression with non-ascii characters1721: Tooltip completer js refactor1657: Add wait optional argument to hooks.editor123: Define sys.ps{1,2}1717: Define generic sys.ps{1,2,3}, for use by scripts.1442: cache-size issue in qtconsole1691: Finish PR #14461446: Fixing Issue #14421710: update MathJax CDN url for https81: Autocall fails if first function argument begins with "-" or "+1713: Make autocall regexp's configurable.211: paste command not working1703: Allow TryNext to have an error message without it affecting the command chain1714: minor adjustments to test_pr1509: New tooltip for notebook1697: Major refactoring of the Notebook, Kernel and CodeCell JavaScript.788: Progress indicator in the notebook (and perhaps the Qt console)1034: Single process Qt console1557: magic function conflict while using --pylab1476: Pylab figure objects not properly updating1704: ensure all needed qt parts can be imported before settling for one1708: test failure in arg_split on windows1706: Mark test_push_numpy_nocopy as a known failure for Python 31696: notebook tooltip fail on function with number1698: fix tooltip on token with number1226: Windows GUI only (pythonw) bug for IPython on Python 3.x1245: pythonw py3k fixes for issue #12261417: Notebook Completer Class1690: [Bogus] Deliberately make a test fail1685: Add script to test pull request1167: Settle on a choice for $IPYTHONDIR1693: deprecate IPYTHON_DIR in favor of IPYTHONDIR1672: ipython-qtconsole.desktop is using a deprecated format1695: Avoid deprecated warnings from ipython-qtconsole.desktop.1694: Add quote to notebook to allow it to load1240: sys.path missing '' as first entry when kernel launched without interface1689: Fix sys.path missing '' as first entry in ipython kernel.1683: Parallel controller failing with Pymongo 2.21687: import Binary from bson instead of pymongo1614: Display Image in Qtconsole1616: Make IPython.core.display.Image less notebook-centric1684: CLN: Remove redundant function definition.1655: Add %open magic command to open editor in non-blocking manner1677: middle-click paste broken in notebook1670: Point %pastebin to gist1667: Test failure in test_message_spec1668: Test failure in IPython.zmq.tests.test_message_spec.test_complete "'pyout' != 'status'"1669: handle pyout messages in test_message_spec1295: add binary-tree engine interconnect example1642: Cherry-picked commits from 0.12.1 release1659: Handle carriage return characters ("\r") in HTML notebook output.1313: Figure out MathJax 2 support1653: Test failure in IPython.zmq1656: ensure kernels are cleaned up in embed_kernel tests1666: pip install ipython==dev installs version 0.8 from an old svn repo1664: InteractiveShell.run_code: Update docstring.1512: print stuff, should avoid newline1662: Delay flushing softspace until after cell finishes1643: handle jpg/jpeg in the qtconsole966: dreload fails on Windows XP with IPython 0.11 "Unexpected Error"1500: dreload doesn't seem to exclude numpy1520: kernel crash when showing tooltip (?)1652: add patch_pyzmq() for backporting a few changes from newer pyzmq1650: DOC: moving files with SSH launchers1357: add IPython.embed_kernel()1640: Finish up embed_kernel1651: Remove bundled Itpl module1634: incremental improvements to SSH launchers1649: move examples/test_embed into examples/tests/embed1171: Recognise virtualenvs1479: test_extension failing in Windows1633: Fix installing extension from local file on Windows1644: Update copyright date to 20121636: Test_deepreload breaks pylab irunner tests1645: Exclude UserDict when deep reloading NumPy.1454: make it possible to start engine in 'disabled' mode and 'enable' later1641: Escape code for the current time in PromptManager1638: ipython console clobbers custom sys.path1637: Removed a ':' which shouldn't have been there1536: ipython 0.12 embed shell won't run startup scripts1628: error: QApplication already exists in TestKillRing1631: TST: QApplication doesn't quit early enough with PySide.1629: evaluate a few dangling validate_message generators1621: clear In[] prompt numbers on "Clear All Output"1627: Test the Message Spec1470: SyntaxError on setup.py install with Python 31624: Fixes for byte-compilation on Python 31612: pylab=inline fig.show() non-existent in notebook1615: Add show() method to figure objects.1622: deepreload fails on Python 31625: Fix deepreload on Python 31626: Failure in new dreload tests under Python 3.21623: IPython / matplotlib Memory error with imshow1619: pyin messages should have execution_count1620: pyin message now have execution_count32: dreload produces spurious traceback when numpy is involved1457: Update deepreload to use a rewritten knee.py. Fixes dreload(numpy).1613: allow map / parallel function for single-engine views1609: exit notebook cleanly on SIGINT, SIGTERM1531: Function keyword completion fails if cursor is in the middle of the complete parentheses1607: cleanup sqlitedb temporary db file after tests1608: don't rely on timedelta.total_seconds in AsyncResult1421: ipython32 %run -d breaks with NameError name 'execfile' is not defined1599: Fix for %run -d on Python 31201: %env magic fails with Python 3.21602: Fix %env magic on Python 3.1603: Remove python3 profile1604: Exclude IPython.quarantine from installation1601: Security file is not removed after shutdown by Ctrl+C or kill -INT1600: Specify encoding for io.open in notebook_reformat tests1605: Small fixes for Animation and Progress notebook1452: Bug fix for approval13: Improve robustness and debuggability of test suite70: IPython should prioritize all during tab completion1529: all feature, improvement to dir2, and tests for both1475: Custom namespace for %run1564: calling .abort on AsyncMapResult results in traceback1548: add sugar methods/properties to AsyncResult1535: Fix pretty printing dispatch1522: Discussion: some potential Qt console refactoring1399: Use LaTeX to print various built-in types with the SymPy printing extension1597: re-enter kernel.eventloop after catching SIGINT1490: rename plaintext cell -> raw cell1487: %notebook fails in qtconsole1545: trailing newline not preserved in splitline ipynb1480: Fix %notebook magic, etc. nbformat unicode tests and fixes1588: Gtk3 integration with ipython works.1595: Examples syntax (avoid errors installing on Python 3)1526: Find encoding for Python files1594: Fix writing git commit ID to a file on build with Python 31556: shallow-copy DictDB query results1499: various pyflakes issues1502: small changes in response to pyflakes pass1445: Don't build sphinx docs for sdists1484: unhide .git_commit_info.ini1538: store git commit hash in utils._sysinfo instead of hidden data file1546: attempt to suppress exceptions in channel threads at shutdown1524: unhide git_commit_info.ini1559: update tools/github_stats.py to use GitHub API v31563: clear_output improvements1558: Ipython testing documentation still mentions twisted and trial1560: remove obsolete discussion of Twisted/trial from testing docs1561: Qtconsole - nonstandard \a and \b1569: BUG: qtconsole -- non-standard handling of \a and \b. [Fixes #1561]1574: BUG: Ctrl+C crashes wx pylab kernel in qtconsole1573: BUG: Ctrl+C crashes wx pylab kernel in qtconsole.1590: 'IPython3 qtconsole' doesn't work in Windows 7602: User test the html notebook613: Implement Namespace panel section879: How to handle Javascript output in the notebook1255: figure.show() raises an error with the inline backend1467: Document or bundle a git-integrated facility for stripping VCS-unfriendly binary data1237: Kernel status and logout button overlap1319: Running a cell with ctrl+Enter selects text in cell1571: module member autocomplete should respect all1566: ipython3 doesn't run in Win7 with Python 3.21568: fix PR #15671567: Fix: openssh_tunnel did not parse port in server1565: fix AsyncResult.abort1550: Crash when starting notebook in a non-ascii path1552: use os.getcwdu in NotebookManager1554: wrong behavior of the all function on iterators1541: display_pub flushes stdout/err1539: Asynchrous issue when using clear_display and print x,y,z1544: make MultiKernelManager.kernel_manager_class configurable1494: Untrusted Secure Websocket broken on latest chrome dev1521: only install ipython-qtconsole gui script on Windows1528: Tab completion optionally respects all (+ dir2() cleanup)1527: Making a progress bar work in IPython Notebook1497: all functionality added to dir2(obj)1518: Pretty printing exceptions is broken811: Fixes for ipython unhandeled OSError exception on failure of os.getcwdu()1517: Fix indentation bug in IPython/lib/pretty.py1519: BUG: Include the name of the exception type in its pretty format.1525: A hack for auto-complete numpy recarray1489: Fix zero-copy push1401: numpy arrays cannot be used with View.apply() in Python 31477: fix dangling buffer in IPython.parallel.util1514: DOC: Fix references to IPython.lib.pretty instead of the old location1511: Version comparison error ( '2.1.11' < '2.1.4' ==> True)1506: "Fixing" the Notebook scroll to help in visually comparing outputs1481: BUG: Improve placement of CallTipWidget1241: When our debugger class is used standalone _oh key errors are thrown676: IPython.embed() from ipython crashes twice on exit1496: BUG: LBYL when clearing the output history on shutdown.1507: python3 notebook: TypeError: unorderable types1508: fix sorting profiles in clustermanager1495: BUG: Fix pretty-printing for overzealous objects1505: SQLite objects created in a thread can only be used in that same thread1482: %history documentation out of date?1501: dreload doesn't seem to exclude numpy1472: more general fix for #6621486: save state of qtconsole1485: add history search to qtconsole1483: updated magic_history docstring1383: First version of cluster web service.482: test_run.test_tclass fails on Windows1398: fix %tb after SyntaxError1478: key function or lambda in sorted function doesn't find global variables1415: handle exit/quit/exit()/quit() variants in zmqconsole1440: Fix for failing testsuite when using --with-xml-coverage on windows.1419: Add %install_ext magic function.1424: Win32 shell interactivity1434: Controller should schedule tasks of multiple clients at the same time1268: notebook %reset magic fails with StdinNotImplementedError1438: from cherrypy import expose fails when running script form parent directory1468: Simplify structure of a Job in the TaskScheduler875: never build unicode error messages1107: Tab autocompletion can suggest invalid syntax1447: 1107 - Tab autocompletion can suggest invalid syntax1469: Fix typo in comment (insert space)1463: Fix completion when importing modules in the cwd.1437: unfriendly error handling with pythonw and ipython-qtconsole1466: Fix for issue #1437, unfriendly windows qtconsole error handling1432: Fix ipython directive1465: allow ipython help subcommand syntax1394: Wishlist: Remove hard dependency on ctypes1416: Conditional import of ctypes in inputhook1462: expedite parallel tests1418: Strict mode in javascript1410: Add javascript library and css stylesheet loading to JS class.1427: #922 again1448: Fix for #875 Never build unicode error messages1458: use eval to uncan References1455: Python3 install fails1450: load mathjax from CDN via https1182: Qtconsole, multiwindow1439: Notebook not storing heading celltype information1451: include heading level in JSON1444: Fix pyhton -> python typos1412: Input parsing issue with %prun1414: ignore errors in shell.var_expand1441: (1) Enable IPython.notebook.kernel.execute to publish display_* even it is not called with a code cell and (2) remove empty html element when execute "display_*"1431: Beginner Error: ipython qtconsole1436: "ipython-qtconsole --gui qt" hangs on 64-bit win71433: websocket connection fails on Chrome1430: Fix for tornado check for tornado < 1.1.01408: test_get_home_dir_3 failed on Mac OS X1413: get_home_dir expands symlinks, adjust test accordingly1420: fixes #922823: KnownFailure tests appearing as errors1385: updated and prettified magic doc strings1406: Browser selection1411: ipcluster starts 8 engines "successfully" but Client only finds two1375: %history -g -f file encoding issue1377: Saving non-ascii history797: Source introspection needs to be smarter in python 3.2846: Autoreload extension doesn't work with Python 3.21360: IPython notebook not starting on winXP1407: Qtconsole segfaults on OSX when displaying some pop-up function tooltips1402: fix symlinked /home issue for FreeBSD1403: pyreadline cyclic dependency with pdb++/pdbpp module1405: Only monkeypatch xunit when the tests are run using it.1404: Feature Request: List/Dictionary tab completion1395: Xunit & KnownFailure1396: Fix for %tb magic.1397: Stay or leave message not working, Safari session lost.1389: pylab=inline inoperant through ssh tunnelling?1386: Jsd31388: Add simple support for running inside a virtualenv826: Add support for creation of parallel task when no engine is running1391: Improve Hub/Scheduler when no engines are registered1369: load header with engine id when engine dies in TaskScheduler1345: notebook can't save unicode as script1353: Save notebook as script using unicode file handle.1352: Add '-m mod : run library module as a script' option.1363: Fix some minor color/style config issues in the qtconsole1371: Adds a quiet keyword to sync_imports1390: Blank screen for notebooks on Safari1387: Fixing Cell menu to update cell type select box.645: Standalone WX GUI support is broken1296: Wx gui example: fixes the broken example for %gui wx.1254: typo in notebooklist.js breaks links781: Users should be able to clone a notebook1372: ipcontroller cleans up connection files unless reuse=True1374: remove calls to meaningless ZMQStream.on_err1382: Update RO for Notebook1370: allow draft76 websockets (Safari)1368: Ensure handler patterns are str, not unicode1379: Sage link on website homepage broken1376: FWIW does not work with Chrome 16.0.912.77 Ubuntu 10.101358: Cannot install ipython on Windows 7 64-bit1367: Ctrl - m t does not toggle output in chrome1359: [sympyprinting] MathJax can't render \root{m}{n}1337: Tab in the notebook after ( should not indent, only give a tooltip1339: Notebook printing broken1344: Ctrl + M + L does not toggle line numbering in htmlnotebook1348: Ctrl + M + M does not switch to markdown cell1361: Notebook bug fix branch1364: avoid jsonlib returning Decimal1362: Don't log complete contents of history replies, even in debug888: ReST support in notebooks1205: notebook stores HTML escaped text in the file1351: add IPython.embed_kernel()1243: magic commands without % are not completed properly in htmlnotebook1347: fix weird magic completion in notebook1355: notebook.html extends layout.html now1354: min and max in the notebook1346: fixups for alternate URL prefix stuff1336: crack at making notebook.html use the layout.html template1331: RST and heading cells1350: Add '-m mod : run library module as a script' option1247: fixes a bug causing extra newlines after comments.1329: add base_url to notebook configuration options1332: notebook - allow prefixes in URL path.1317: Very slow traceback construction from Cython extension1341: Don't attempt to tokenize binary files for tracebacks1300: Cell Input collapse1334: added key handler for control-s to notebook, seems to work pretty well1338: Fix see also in docstrings so API docs build1335: Notebook toolbar UI1299: made notebook.html extend layout.html1318: make Ctrl-D in qtconsole act same as in terminal (ready to merge)873: ReST support in notebook frontend1139: Notebook webkit notification1314: Insertcell1328: Coverage1206: don't preserve fixConsole output in json1330: Add linewrapping to text cells (new feature in CodeMirror).1309: Inoculate clearcmd extension into %reset functionality1327: Updatecm21326: Removing Ace edit capability.1325: forgotten selected_cell -> get_selected_cell1316: Pass subprocess test runners a suitable location for xunit output1315: Collect results from subprocess runners and spit out Xunit XML output.1233: Update CodeMirror to the latest version1234: Refactor how the notebook focuses cells1235: After upgrading CodeMirror check the status of some bugs1236: Review how select is called when notebook cells are inserted1303: Updatecm1311: Fixing CM related indentation problems.1304: controller/server load can disrupt heartbeat1312: minor heartbeat tweaks1302: Input parsing with %prun clobbers escapes1306: Fix %prun input parsing for escaped characters (closes #1302)1251: IPython-0.12 can't import map module on Python 3.11202: Pyreadline install exclusion for 64 bit windows no longer required, version dependency not correctly specified.1301: New "Fix for issue #1202" based on current master.1242: changed key map name to match changes to python mode1203: Fix for issue #12021289: Make autoreload extension work on Python 3.1263: Different 'C-x' for shortcut, 'C-m c' not toCodeCell anymore1259: Replace "from (.|..) import" with absolute imports.1278: took a crack at making notebook.html extend layout.html1210: Add 'quiet' option to suppress screen output during %prun calls, edited dochelp1288: Don't ask for confirmation when stdin isn't available1290: Cell-level cut & paste overwrites multiple cells1291: Minor, but important fixes to cut/copy/paste.1293: TaskScheduler.hwm default value1294: TaskScheduler.hwm default to 1 instead of 01281: in Hub: registration_timeout must be an integer, but heartmonitor.period is CFloat1283: HeartMonitor.period should be an Integer1162: Allow merge/split adjacent cells in notebook1264: Aceify1261: Mergesplit1269: Another strange input handling error1284: a fix for GH 12691232: Dead kernel loop1279: ImportError: cannot import name S1 (from logging)1276: notebook menu item to send a KeyboardInterrupt to the kernel1213: BUG: Minor typo in history_console_widget.py1248: IPython notebook doesn't work with lastest version of tornado1267: add NoDB for non-recording Hub1222: allow Reference as callable in map/apply1257: use self.kernel_manager_class in qtconsoleapp1220: Open a new notebook while connecting to an existing kernel (opened by qtconsole or terminal or standalone)1253: set auto_create flag for notebook apps1260: heartbeat failure on long gil-holding operation1262: Heartbeat no longer shares the app's Context1225: SyntaxError display broken in Python 31229: Fix display of SyntaxError in Python 31256: Dewijmoize1246: Skip tests that require X, when importing pylab results in RuntimeError.1250: Wijmoize1244: can not imput chinese word "造" , exit right now1194: Adding Opera 11 as a compatible browser for ipython notebook1198: Kernel Has Died error in Notebook1211: serve local files in notebook-dir1224: edit text cells on double-click instead of single-click1187: misc notebook: connection file cleanup, first heartbeat, startup flush1207: fix loadpy duplicating newlines1060: Always save the .py file to disk next to the .ipynb1066: execute cell in place should preserve the current insertion-point in the notebook1141: "In" numbers are not invalidated when restarting kernel1231: pip on OSX tries to install files in /System directory.1129: Unified setup.py1199: Reduce IPython.external.*1219: Make all the static files path absolute.1218: Added -q option to %prun for suppression of the output, along with editing the dochelp string.1217: Added -q option to %prun for suppression of the output, along with editing the dochelp string1216: Pdb tab completion does not work in QtConsole1197: Interactive shell trying to: from ... import history1175: core.completer: Clean up excessive and unused code.1208: should dv.sync_import print failed imports ?1186: payloadpage.py not used by qtconsole1204: double newline from %loadpy in python notebook (at least on mac)1192: Invalid JSON data1196: docs: looks like a file path might have been accidentally pasted in the middle of a word1189: Right justify of 'in' prompt in variable prompt size configurations1185: ipython console not work proper with stdout...1191: profile/startup files not executed with "notebook"1190: Fix link to Chris Fonnesbeck blog post about 0.11 highlights.1174: Remove %install_default_config and %install_profiles