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