@@ -15,7 +15,7 @@ issues; this is the full list (generated with the script
15
15
16
16
This list is automatically generated, and may be incomplete:
17
17
18
- Pull Requests (39 ):
18
+ Pull Requests (41 ):
19
19
20
20
* :ghpull:`1175`: core.completer: Clean up excessive and unused code.
21
21
* :ghpull:`1187`: misc notebook: connection file cleanup, first heartbeat, startup flush
@@ -56,20 +56,24 @@ Pull Requests (39):
56
56
* :ghpull:`1496`: BUG: LBYL when clearing the output history on shutdown.
57
57
* :ghpull:`1514`: DOC: Fix references to IPython.lib.pretty instead of the old location
58
58
* :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
59
61
60
- Issues (23 ):
62
+ Issues (26 ):
61
63
62
64
* :ghissue:`676`: IPython.embed() from ipython crashes twice on exit
63
65
* :ghissue:`846`: Autoreload extension doesn't work with Python 3.2
64
66
* :ghissue:`1187`: misc notebook: connection file cleanup, first heartbeat, startup flush
65
67
* :ghissue:`1191`: profile/startup files not executed with "notebook"
66
68
* :ghissue:`1197`: Interactive shell trying to: from ... import history
67
69
* :ghissue:`1198`: Kernel Has Died error in Notebook
70
+ * :ghissue:`1201`: %env magic fails with Python 3.2
68
71
* :ghissue:`1204`: double newline from %loadpy in python notebook (at least on mac)
69
72
* :ghissue:`1208`: should dv.sync_import print failed imports ?
70
73
* :ghissue:`1225`: SyntaxError display broken in Python 3
71
74
* :ghissue:`1232`: Dead kernel loop
72
75
* :ghissue:`1241`: When our debugger class is used standalone `_oh` key errors are thrown
76
+ * :ghissue:`1254`: typo in notebooklist.js breaks links
73
77
* :ghissue:`1260`: heartbeat failure on long gil-holding operation
74
78
* :ghissue:`1268`: notebook %reset magic fails with StdinNotImplementedError
75
79
* :ghissue:`1269`: Another strange input handling error
@@ -82,6 +86,8 @@ Issues (23):
82
86
* :ghissue:`1401`: numpy arrays cannot be used with View.apply() in Python 3
83
87
* :ghissue:`1408`: test_get_home_dir_3 failed on Mac OS X
84
88
* :ghissue:`1412`: Input parsing issue with %prun
89
+ * :ghissue:`1421`: ipython32 %run -d breaks with NameError name 'execfile' is not defined
90
+
85
91
86
92
Issues closed in 0.12
87
93
---------------------
0 commit comments