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

Optionally use pickle5 (Redux) #370

Merged
merged 98 commits into from
Jul 1, 2020

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    a860509 View commit details
    Browse the repository at this point in the history
  2. python 3.8 compat

    pierreglaser committed May 14, 2020
    Configuration menu
    Copy the full SHA
    ee722f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d69ca86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6264641 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc9ba84 View commit details
    Browse the repository at this point in the history
  6. pypy compat

    pierreglaser committed May 14, 2020
    Configuration menu
    Copy the full SHA
    d5ed4d9 View commit details
    Browse the repository at this point in the history
  7. be pickle5 friendly

    pierreglaser committed May 14, 2020
    Configuration menu
    Copy the full SHA
    c44ad88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd67f4b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9740b22 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c657fe1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Add compat

    Tries to use `pickle5` for `pickle` if available on older Python
    versions.
    jakirkham committed May 21, 2020
    Configuration menu
    Copy the full SHA
    1f2410f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebaf7f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d6abbd View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Configuration menu
    Copy the full SHA
    fb34d27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a15782f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35e39d0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. call typing reducers inside reducer_override

    reducer_override is no longer Python 3.8+-only code
    pierreglaser committed May 29, 2020
    Configuration menu
    Copy the full SHA
    a03a1ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdaeec5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95fdce0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38ed5f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Simplify version_info check

    jakirkham committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    5334e79 View commit details
    Browse the repository at this point in the history
  2. Update cloudpickle/cloudpickle.py

    Co-authored-by: jakirkham <jakirkham@gmail.com>
    pierreglaser and jakirkham committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    abbb978 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb536de View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Tweak pickle5 imports

    jakirkham committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    53111d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Configuration menu
    Copy the full SHA
    9d56632 View commit details
    Browse the repository at this point in the history
  2. debug ci not launching

    pierreglaser committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    9e92413 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    043ff81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09d9e33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f74372a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    829b919 View commit details
    Browse the repository at this point in the history
  7. fix pathlib/open compat

    pierreglaser committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    f693401 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46405e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f57df63 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. fix ci script

    pierreglaser committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    df6fa9b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    20a522b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3908dfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5deaf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff2baa9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13a76f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    393b312 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52746b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b531b14 View commit details
    Browse the repository at this point in the history
  9. debug ci

    pierreglaser committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    e85ab4d View commit details
    Browse the repository at this point in the history
  10. fixup! debug ci

    pierreglaser committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    2a82a41 View commit details
    Browse the repository at this point in the history
  11. fixup! debug ci

    pierreglaser committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    21c82b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. fixup! debug ci

    pierreglaser committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    4fb4ca5 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. remove debug leftovers

    pierreglaser committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    5909c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2822390 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d239943 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8deef74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb3436f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    884ee89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b98492 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    0469528 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Remove commented lines

    ogrisel committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    371d015 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    d661ce6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de14b2 View commit details
    Browse the repository at this point in the history
  3. Skip failing macos + pypy3

    ogrisel committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    a0f8d73 View commit details
    Browse the repository at this point in the history
  4. Trigger CI

    ogrisel committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    ca07fce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96fe5c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78602e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dad2938 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4dcbf3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    677a114 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd7cd1a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8eba950 View commit details
    Browse the repository at this point in the history
  12. Add compat

    Tries to use `pickle5` for `pickle` if available on older Python
    versions.
    jakirkham authored and pierreglaser committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    bff0786 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fccb9e3 View commit details
    Browse the repository at this point in the history
  14. Import pickle from compat in tests

    jakirkham authored and pierreglaser committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    0d11d66 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0522cfb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    149b01e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    695cbb8 View commit details
    Browse the repository at this point in the history
  18. call typing reducers inside reducer_override

    reducer_override is no longer Python 3.8+-only code
    pierreglaser committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    adc1220 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    71dcd2a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e4fc3a0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e41b4dd View commit details
    Browse the repository at this point in the history
  22. Simplify version_info check

    jakirkham authored and pierreglaser committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    4688643 View commit details
    Browse the repository at this point in the history
  23. Tweak pickle5 imports

    jakirkham authored and pierreglaser committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    5bfb9f3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    794cd9d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b9ccea7 View commit details
    Browse the repository at this point in the history
  26. remove unused import

    pierreglaser committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    afec159 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1dc8dd8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9502999 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6530ff6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7aabd2a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4d33877 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    5800bb6 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4e1bc25 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    cc5efb2 View commit details
    Browse the repository at this point in the history
  35. Require NumPy 1.18.5 for testing

    This includes pickle5 support for Python 3.5. So make sure we get this
    version for testing.
    jakirkham committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    ec3468e View commit details
    Browse the repository at this point in the history
  36. Require pickle5 0.0.11

    Has a fix for the module name `PickleBuffer` is in.
    jakirkham committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    d588774 View commit details
    Browse the repository at this point in the history
  37. Include NumPy test on Python 3.5

    As NumPy 1.18.5 supports `pickle5` on Python 3.5 and we require that
    NumPy version for testing, include this out-of-band buffers test on
    Python 3.5 as well.
    jakirkham committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    7b3f1a7 View commit details
    Browse the repository at this point in the history
  38. Add blank line

    jakirkham committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    8178a2c View commit details
    Browse the repository at this point in the history
  39. Revert "Add blank line"

    This reverts commit 8178a2c.
    jakirkham committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    dc8bd28 View commit details
    Browse the repository at this point in the history
  40. Fix typo

    Co-authored-by: Pierre Glaser <pierreglaser@msn.com>
    jakirkham and pierreglaser committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    8a890f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    5cdb5e1 View commit details
    Browse the repository at this point in the history
  2. CI trigger

    pierreglaser committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    268778b View commit details
    Browse the repository at this point in the history
  3. Update CHANGES.md

    ogrisel committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    f17b31a View commit details
    Browse the repository at this point in the history