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 (4 |
|
18 | Pull Requests (43): | |
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 | |
@@ -50,16 +50,18 b' Pull Requests (41):' | |||||
50 | * :ghpull:`1413`: get_home_dir expands symlinks, adjust test accordingly |
|
50 | * :ghpull:`1413`: get_home_dir expands symlinks, adjust test accordingly | |
51 | * :ghpull:`1414`: ignore errors in shell.var_expand |
|
51 | * :ghpull:`1414`: ignore errors in shell.var_expand | |
52 | * :ghpull:`1430`: Fix for tornado check for tornado < 1.1.0 |
|
52 | * :ghpull:`1430`: Fix for tornado check for tornado < 1.1.0 | |
|
53 | * :ghpull:`1445`: Don't build sphinx docs for sdists | |||
53 | * :ghpull:`1463`: Fix completion when importing modules in the cwd. |
|
54 | * :ghpull:`1463`: Fix completion when importing modules in the cwd. | |
54 | * :ghpull:`1477`: fix dangling `buffer` in IPython.parallel.util |
|
55 | * :ghpull:`1477`: fix dangling `buffer` in IPython.parallel.util | |
55 | * :ghpull:`1495`: BUG: Fix pretty-printing for overzealous objects |
|
56 | * :ghpull:`1495`: BUG: Fix pretty-printing for overzealous objects | |
56 | * :ghpull:`1496`: BUG: LBYL when clearing the output history on shutdown. |
|
57 | * :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 |
|
58 | * :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 |
|
59 | * :ghpull:`1517`: Fix indentation bug in IPython/lib/pretty.py | |
|
60 | * :ghpull:`1538`: store git commit hash in utils._sysinfo instead of hidden data file | |||
59 | * :ghpull:`1599`: Fix for %run -d in Python 3 |
|
61 | * :ghpull:`1599`: Fix for %run -d in Python 3 | |
60 | * :ghpull:`1602`: Fix %env for Python 3 |
|
62 | * :ghpull:`1602`: Fix %env for Python 3 | |
61 |
|
63 | |||
62 |
Issues (2 |
|
64 | Issues (27): | |
63 |
|
65 | |||
64 | * :ghissue:`676`: IPython.embed() from ipython crashes twice on exit |
|
66 | * :ghissue:`676`: IPython.embed() from ipython crashes twice on exit | |
65 | * :ghissue:`846`: Autoreload extension doesn't work with Python 3.2 |
|
67 | * :ghissue:`846`: Autoreload extension doesn't work with Python 3.2 | |
@@ -87,6 +89,7 b' Issues (26):' | |||||
87 | * :ghissue:`1408`: test_get_home_dir_3 failed on Mac OS X |
|
89 | * :ghissue:`1408`: test_get_home_dir_3 failed on Mac OS X | |
88 | * :ghissue:`1412`: Input parsing issue with %prun |
|
90 | * :ghissue:`1412`: Input parsing issue with %prun | |
89 | * :ghissue:`1421`: ipython32 %run -d breaks with NameError name 'execfile' is not defined |
|
91 | * :ghissue:`1421`: ipython32 %run -d breaks with NameError name 'execfile' is not defined | |
|
92 | * :ghissue:`1484`: unhide .git_commit_info.ini | |||
90 |
|
93 | |||
91 |
|
94 | |||
92 | Issues closed in 0.12 |
|
95 | Issues closed in 0.12 |
General Comments 0
You need to be logged in to leave comments.
Login now