Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f89ab65

Browse files
committed
update issue list
1 parent 4993577 commit f89ab65

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/source/whatsnew/github-stats-0.12.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ issues; this is the full list (generated with the script
1515

1616
This list is automatically generated, and may be incomplete:
1717

18-
Pull Requests (39):
18+
Pull Requests (41):
1919

2020
* :ghpull:`1175`: core.completer: Clean up excessive and unused code.
2121
* :ghpull:`1187`: misc notebook: connection file cleanup, first heartbeat, startup flush
@@ -56,20 +56,24 @@ Pull Requests (39):
5656
* :ghpull:`1496`: BUG: LBYL when clearing the output history on shutdown.
5757
* :ghpull:`1514`: DOC: Fix references to IPython.lib.pretty instead of the old location
5858
* :ghpull:`1517`: Fix indentation bug in IPython/lib/pretty.py
59+
* :ghpull:`1599`: Fix for %run -d in Python 3
60+
* :ghpull:`1602`: Fix %env for Python 3
5961

60-
Issues (23):
62+
Issues (26):
6163

6264
* :ghissue:`676`: IPython.embed() from ipython crashes twice on exit
6365
* :ghissue:`846`: Autoreload extension doesn't work with Python 3.2
6466
* :ghissue:`1187`: misc notebook: connection file cleanup, first heartbeat, startup flush
6567
* :ghissue:`1191`: profile/startup files not executed with "notebook"
6668
* :ghissue:`1197`: Interactive shell trying to: from ... import history
6769
* :ghissue:`1198`: Kernel Has Died error in Notebook
70+
* :ghissue:`1201`: %env magic fails with Python 3.2
6871
* :ghissue:`1204`: double newline from %loadpy in python notebook (at least on mac)
6972
* :ghissue:`1208`: should dv.sync_import print failed imports ?
7073
* :ghissue:`1225`: SyntaxError display broken in Python 3
7174
* :ghissue:`1232`: Dead kernel loop
7275
* :ghissue:`1241`: When our debugger class is used standalone `_oh` key errors are thrown
76+
* :ghissue:`1254`: typo in notebooklist.js breaks links
7377
* :ghissue:`1260`: heartbeat failure on long gil-holding operation
7478
* :ghissue:`1268`: notebook %reset magic fails with StdinNotImplementedError
7579
* :ghissue:`1269`: Another strange input handling error
@@ -82,6 +86,8 @@ Issues (23):
8286
* :ghissue:`1401`: numpy arrays cannot be used with View.apply() in Python 3
8387
* :ghissue:`1408`: test_get_home_dir_3 failed on Mac OS X
8488
* :ghissue:`1412`: Input parsing issue with %prun
89+
* :ghissue:`1421`: ipython32 %run -d breaks with NameError name 'execfile' is not defined
90+
8591

8692
Issues closed in 0.12
8793
---------------------

0 commit comments

Comments
 (0)