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

fixing gzip import issue 2774 #2783

Closed
wants to merge 24 commits into from
Closed

Commits on Jul 23, 2014

  1. fixing gzip import issue 2774

    Azalee Bostroem committed Jul 23, 2014
    Copy the full SHA
    ba6b7cd View commit details
    Browse the repository at this point in the history
  2. Code now import both astropy and system gzip

    For clarity the astropy gzip is called _astropy_gzip
    and the system gzip is called _system_gzip.
    
    All gzip.x statements have been changed to use the
    _astropy_gzip.
    
    All isinstances statements check both
    Azalee Bostroem committed Jul 23, 2014
    Copy the full SHA
    8a4d1f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. creating global variable with the two GzipFile types

    Azalee Bostroem committed Jul 30, 2014
    Copy the full SHA
    dde05ca View commit details
    Browse the repository at this point in the history
  2. adding issue 2783 to the changelog for 0.4.1

    Azalee Bostroem committed Jul 30, 2014
    Copy the full SHA
    b6141bd View commit details
    Browse the repository at this point in the history
  3. fixing indentation of global variable

    Azalee Bostroem committed Jul 30, 2014
    Copy the full SHA
    26738ab View commit details
    Browse the repository at this point in the history
  4. adding test for gzip. This test fails in astropy versions 0.4 and low…

    …er and passes for 0.4.1 and higher
    Azalee Bostroem committed Jul 30, 2014
    Copy the full SHA
    b542232 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2014

  1. Added test for gzip file suggested by Erik Bray.

    This tests the utils.compat.gzip function's ability to open files
    abostroem committed Aug 27, 2014
    Copy the full SHA
    8ad1697 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5ff38ed View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f187a67 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2014

  1. Copy the full SHA
    b8749ae View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8faca58 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a779d16 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f092ee3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2014

  1. Copy the full SHA
    5011382 View commit details
    Browse the repository at this point in the history
  2. creating global variable with the two GzipFile types

    Azalee Bostroem authored and abostroem committed Aug 29, 2014
    Copy the full SHA
    4a23c29 View commit details
    Browse the repository at this point in the history
  3. adding issue 2783 to the changelog for 0.4.1

    Azalee Bostroem authored and abostroem committed Aug 29, 2014
    Copy the full SHA
    ab5ee97 View commit details
    Browse the repository at this point in the history
  4. fixing indentation of global variable

    Azalee Bostroem authored and abostroem committed Aug 29, 2014
    Copy the full SHA
    28a61f4 View commit details
    Browse the repository at this point in the history
  5. adding test for gzip. This test fails in astropy versions 0.4 and low…

    …er and passes for 0.4.1 and higher
    Azalee Bostroem authored and abostroem committed Aug 29, 2014
    Copy the full SHA
    9de8803 View commit details
    Browse the repository at this point in the history
  6. Added test for gzip file suggested by Erik Bray.

    This tests the utils.compat.gzip function's ability to open files
    abostroem committed Aug 29, 2014
    Copy the full SHA
    5aa0258 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b47bfc5 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0dbc2a5 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    06e3f23 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    bb36c2a View commit details
    Browse the repository at this point in the history
  11. Merge branch 'gzip_fix'

    abostroem committed Aug 29, 2014
    Copy the full SHA
    6107068 View commit details
    Browse the repository at this point in the history