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

Commits on Dec 2, 2014

  1. Some pedantic typographical/grammatical changes.

    Nathan Heijermans committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    d9820fa View commit details
    Browse the repository at this point in the history
  2. Move imports to the beginning of the file.

    Nathan Heijermans committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    a89c9cf View commit details
    Browse the repository at this point in the history
  3. Cleaned up wrapping of stout/sterr's flush.

    Nathan Heijermans committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    4e61c4d View commit details
    Browse the repository at this point in the history
  4. Replaced s.lstrip().rstrip() with s.strip().

    Nathan Heijermans committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    cfaa1f7 View commit details
    Browse the repository at this point in the history
  5. Support for IPython 3.

    - 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 committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    8d5f2e8 View commit details
    Browse the repository at this point in the history
  6. More pedantic typographical/whitespace tweaks.

    Nathan Heijermans committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    66d2ba7 View commit details
    Browse the repository at this point in the history
  7. Add support dynamically enabling debug output messages.

    Nathan Heijermans committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    8e4e42d View commit details
    Browse the repository at this point in the history
  8. Corrected more typographical errors.

    Nathan Heijermans committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    45fba4a View commit details
    Browse the repository at this point in the history
  9. Support for Python 3.

    - Adjusted update_channel_messages() to support changes to the message types and contents.
    - Added debug output to help catch unhandled messages.
    Nathan Heijermans committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    7dfe43a View commit details
    Browse the repository at this point in the history
  10. Renamed variable for clarification.

    Nathan Heijermans committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    194b0c0 View commit details
    Browse the repository at this point in the history
  11. Updated README.rst to use proper names when appropriate.

    Nathan Heijermans committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    ddb7cb5 View commit details
    Browse the repository at this point in the history
  12. Support for Python 3.0.

    Tell folks that vim-ipython supports IPython 3.x too.
    Nathan Heijermans committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    b8b3016 View commit details
    Browse the repository at this point in the history
  13. Updated README.rst to use proper names when appropriate.

    Nathan Heijermans committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    f51bdf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2014

  1. Support Python 3.0 error messages.

    Nathan Heijermans committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    bf567f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2014

  1. Tweaks to try to pin-point travis CI failures.

    Nathan Heijermans committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    a518b69 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2014

  1. Print out the Python version, too.

    Nathan Heijermans committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    9a3add8 View commit details
    Browse the repository at this point in the history
  2. Added logging to Vader test script.

    Nathan Heijermans committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    f2d15a0 View commit details
    Browse the repository at this point in the history
  3. Debugging: Add list of Vim variables to output.

    Nathan Heijermans committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    c33e5aa View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2014

  1. Add IPython to the mix.

    Nathan Heijermans committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    f8da199 View commit details
    Browse the repository at this point in the history
  2. Noted: Python support test is broken in < Vim 7.4.

    Nathan Heijermans committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    c499d31 View commit details
    Browse the repository at this point in the history
  3. Install python-zmq, fix PYTHONPATH used for Vim call.

    Nathan Heijermans committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    8959cb5 View commit details
    Browse the repository at this point in the history
  4. Try installing pyzmq another way.

    Nathan Heijermans committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    f4fcd8f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2014

  1. Added Vader test to exercise IPython round trip.

    Nathan Heijermans committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    2e6208c View commit details
    Browse the repository at this point in the history
  2. Run an IPython notebook instead of the console app.

    Nathan Heijermans committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    cb0a3ca View commit details
    Browse the repository at this point in the history