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

add patch_pyzmq() for backporting a few changes from newer pyzmq #1652

Merged
merged 4 commits into from
Apr 24, 2012

Commits on Apr 23, 2012

  1. add patch_pyzmq for backporting a few changes from pyzmq

    * missing constants in pyzmq < 2.1.9
    * avoid jsonlib with pyzmq < 2.2.0
    minrk committed Apr 23, 2012
    Configuration menu
    Copy the full SHA
    b4f978f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97d5895 View commit details
    Browse the repository at this point in the history
  3. add pyzmq check to notebook.__init__

    ensures patch_pyzmq() has been applied before any containing files are imported.
    minrk committed Apr 23, 2012
    Configuration menu
    Copy the full SHA
    ffeb4a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82a2402 View commit details
    Browse the repository at this point in the history