Skip to content
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

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Support IPython 3.0. #114

wants to merge 24 commits into from

Conversation

nheijermans
Copy link

This change adds support for IPython 3.0 to vim-ipython, as it exists today in the ipython-master.

Other notable changes include:

  • Added support for dynamically enabling debug output messages.
  • Fixed typographical consistency problems in comments and documentation.
  • Cleaned up some code structure.

Nathan Heijermans added 24 commits December 2, 2014 13:48
- 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.
- Adjusted update_channel_messages() to support changes to the message types and contents.
- Added debug output to help catch unhandled messages.
Tell folks that vim-ipython supports IPython 3.x too.
@ches
Copy link

ches commented Jul 26, 2015

IPython 3 support was merged in #119, if still motivated maybe there are other remaining changes here that @nheijermans could prepare for a separate review?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants