-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support IPython 3.0. #114
base: master
Are you sure you want to change the base?
Support IPython 3.0. #114
Commits on Dec 2, 2014
-
Some pedantic typographical/grammatical changes.
Nathan Heijermans committedDec 2, 2014 Configuration menu - View commit details
-
Copy full SHA for d9820fa - Browse repository at this point
Copy the full SHA d9820faView commit details -
Move imports to the beginning of the file.
Nathan Heijermans committedDec 2, 2014 Configuration menu - View commit details
-
Copy full SHA for a89c9cf - Browse repository at this point
Copy the full SHA a89c9cfView commit details -
Cleaned up wrapping of stout/sterr's flush.
Nathan Heijermans committedDec 2, 2014 Configuration menu - View commit details
-
Copy full SHA for 4e61c4d - Browse repository at this point
Copy the full SHA 4e61c4dView commit details -
Replaced s.lstrip().rstrip() with s.strip().
Nathan Heijermans committedDec 2, 2014 Configuration menu - View commit details
-
Copy full SHA for cfaa1f7 - Browse repository at this point
Copy the full SHA cfaa1f7View commit details -
- IPython's shell_channel doesn't have the ``object_info`` attribute any more. - ``user_variables`` are going away. ``user_expressions`` remain, and provide the same type of interface back to the client.
Nathan Heijermans committedDec 2, 2014 Configuration menu - View commit details
-
Copy full SHA for 8d5f2e8 - Browse repository at this point
Copy the full SHA 8d5f2e8View commit details -
More pedantic typographical/whitespace tweaks.
Nathan Heijermans committedDec 2, 2014 Configuration menu - View commit details
-
Copy full SHA for 66d2ba7 - Browse repository at this point
Copy the full SHA 66d2ba7View commit details -
Add support dynamically enabling debug output messages.
Nathan Heijermans committedDec 2, 2014 Configuration menu - View commit details
-
Copy full SHA for 8e4e42d - Browse repository at this point
Copy the full SHA 8e4e42dView commit details -
Corrected more typographical errors.
Nathan Heijermans committedDec 2, 2014 Configuration menu - View commit details
-
Copy full SHA for 45fba4a - Browse repository at this point
Copy the full SHA 45fba4aView commit details -
- Adjusted update_channel_messages() to support changes to the message types and contents. - Added debug output to help catch unhandled messages.
Nathan Heijermans committedDec 2, 2014 Configuration menu - View commit details
-
Copy full SHA for 7dfe43a - Browse repository at this point
Copy the full SHA 7dfe43aView commit details -
Renamed variable for clarification.
Nathan Heijermans committedDec 2, 2014 Configuration menu - View commit details
-
Copy full SHA for 194b0c0 - Browse repository at this point
Copy the full SHA 194b0c0View commit details -
Updated README.rst to use proper names when appropriate.
Nathan Heijermans committedDec 2, 2014 Configuration menu - View commit details
-
Copy full SHA for ddb7cb5 - Browse repository at this point
Copy the full SHA ddb7cb5View commit details -
Tell folks that vim-ipython supports IPython 3.x too.
Nathan Heijermans committedDec 2, 2014 Configuration menu - View commit details
-
Copy full SHA for b8b3016 - Browse repository at this point
Copy the full SHA b8b3016View commit details -
Updated README.rst to use proper names when appropriate.
Nathan Heijermans committedDec 2, 2014 Configuration menu - View commit details
-
Copy full SHA for f51bdf2 - Browse repository at this point
Copy the full SHA f51bdf2View commit details
Commits on Dec 3, 2014
-
Support Python 3.0 error messages.
Nathan Heijermans committedDec 3, 2014 Configuration menu - View commit details
-
Copy full SHA for bf567f9 - Browse repository at this point
Copy the full SHA bf567f9View commit details
Commits on Dec 6, 2014
-
Tweaks to try to pin-point travis CI failures.
Nathan Heijermans committedDec 6, 2014 Configuration menu - View commit details
-
Copy full SHA for a518b69 - Browse repository at this point
Copy the full SHA a518b69View commit details
Commits on Dec 7, 2014
-
Print out the Python version, too.
Nathan Heijermans committedDec 7, 2014 Configuration menu - View commit details
-
Copy full SHA for 9a3add8 - Browse repository at this point
Copy the full SHA 9a3add8View commit details -
Added logging to Vader test script.
Nathan Heijermans committedDec 7, 2014 Configuration menu - View commit details
-
Copy full SHA for f2d15a0 - Browse repository at this point
Copy the full SHA f2d15a0View commit details -
Debugging: Add list of Vim variables to output.
Nathan Heijermans committedDec 7, 2014 Configuration menu - View commit details
-
Copy full SHA for c33e5aa - Browse repository at this point
Copy the full SHA c33e5aaView commit details
Commits on Dec 8, 2014
-
Nathan Heijermans committed
Dec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for f8da199 - Browse repository at this point
Copy the full SHA f8da199View commit details -
Noted: Python support test is broken in < Vim 7.4.
Nathan Heijermans committedDec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for c499d31 - Browse repository at this point
Copy the full SHA c499d31View commit details -
Install python-zmq, fix PYTHONPATH used for Vim call.
Nathan Heijermans committedDec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 8959cb5 - Browse repository at this point
Copy the full SHA 8959cb5View commit details -
Try installing pyzmq another way.
Nathan Heijermans committedDec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for f4fcd8f - Browse repository at this point
Copy the full SHA f4fcd8fView commit details
Commits on Dec 11, 2014
-
Added Vader test to exercise IPython round trip.
Nathan Heijermans committedDec 11, 2014 Configuration menu - View commit details
-
Copy full SHA for 2e6208c - Browse repository at this point
Copy the full SHA 2e6208cView commit details -
Run an IPython notebook instead of the console app.
Nathan Heijermans committedDec 11, 2014 Configuration menu - View commit details
-
Copy full SHA for cb0a3ca - Browse repository at this point
Copy the full SHA cb0a3caView commit details