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

ENH: derive from C-pickler for fast serialization #253

Merged
merged 70 commits into from
Jun 7, 2019

Commits on Jun 6, 2019

  1. Configuration menu
    Copy the full SHA
    8e75654 View commit details
    Browse the repository at this point in the history
  2. FIX fix is_dynamic for some builtin packages in pypy

    Previously, this bug was not revealed because we tried
    Pickle.save_global(obj) (which would succeed in these cases) before
    calling is_dynamic(obj.__module__), but now the order is reversed
    pierreglaser committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    51df1aa View commit details
    Browse the repository at this point in the history
  3. FIX python2-3 compat

    pierreglaser committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    b89b259 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    161924b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7da9aaf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d44fd1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    daee859 View commit details
    Browse the repository at this point in the history
  8. CLN comment cosmetics

    pierreglaser committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    c44f75b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7aae29b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ec461ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e75f466 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7e311ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    009e4a2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c28d156 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dfea4f5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3df299f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    78dd8c7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c364505 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    de67530 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    eb77646 View commit details
    Browse the repository at this point in the history
  21. CLN unused imports

    pierreglaser committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    1dea4ab View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    10afbe8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    df3b5a2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e3344b0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    749e88b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    09c38cd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3151fc4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cac49e4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c9402e9 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    841f33f View commit details
    Browse the repository at this point in the history
  31. CLN stale comments

    pierreglaser committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    ea21d06 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0145a1c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    0aba017 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    707ec29 View commit details
    Browse the repository at this point in the history
  35. CLN cleanups

    pierreglaser committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    b92ac58 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    920949e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    54e7341 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2357fa4 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    d753cdf View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d79c3a9 View commit details
    Browse the repository at this point in the history
  41. CLN duplicated code

    pierreglaser committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    8db031a View commit details
    Browse the repository at this point in the history
  42. MNT rebasing mistakes

    pierreglaser committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    6e70c2d View commit details
    Browse the repository at this point in the history
  43. CLN make some reducers CloudPickler methods

    also, typos, comments
    pierreglaser committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    e439f7a View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0bdb4bc View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    ac1d05c View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    968f769 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    db8b2c5 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    c276d83 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    c50339b View commit details
    Browse the repository at this point in the history
  50. Fix equality test?

    ogrisel authored and pierreglaser committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    4c3c05f View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a712557 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    5f6defe View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Update cloudpickle/cloudpickle_fast.py

    Co-Authored-By: Olivier Grisel <olivier.grisel@ensta.org>
    pierreglaser and ogrisel committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    a3bb79a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e90d45d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b87904 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    042e8e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71f3c09 View commit details
    Browse the repository at this point in the history
  6. CLN cleaner __init__

    pierreglaser committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    8219e37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4a8bdf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3db1d3d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8be8e72 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3290de2 View commit details
    Browse the repository at this point in the history
  11. MNT changelog

    pierreglaser committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    1419073 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e9425ce View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    80246a9 View commit details
    Browse the repository at this point in the history
  14. CLN clearer doc

    pierreglaser committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    4275d10 View commit details
    Browse the repository at this point in the history
  15. CLN cosmetics

    pierreglaser committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    853bd31 View commit details
    Browse the repository at this point in the history
  16. CLN cosmetics (2)

    pierreglaser committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    021a6b1 View commit details
    Browse the repository at this point in the history
  17. CLN stale comment

    pierreglaser committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    f27427a View commit details
    Browse the repository at this point in the history
  18. typo

    ogrisel committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    21726eb View commit details
    Browse the repository at this point in the history