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

_png.read_png crashes on Python 3 with urllib.request object #1650

Merged
merged 5 commits into from Jan 16, 2013

Commits on Jan 10, 2013

  1. Fixes matplotlib#1650 where using a file-like object on Python 3 fail…

    …s. Use npy_PyFile_* compatibility methods instead of rolling it ourselves.
    mdboom committed Jan 10, 2013
    Configuration menu
    Copy the full SHA
    889951e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2013

  1. Clear exceptions if PyFile_Dup() fails -- we have a way to handle "no…

    …n-real" file objects.
    mdboom committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    cd6c8c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bee6479 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3d39b5 View commit details
    Browse the repository at this point in the history
  4. Open files in binary mode.

    mdboom committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    dda9b7a View commit details
    Browse the repository at this point in the history