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

bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve #19639

Commits on Apr 21, 2020

  1. bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve

    Use pickle.DEFAULT_PROTOCOL (currently 4) in shelve instead of a
    hardcoded 3.
    ZackerySpytz committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    1c9214e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    4925fcd View commit details
    Browse the repository at this point in the history
  2. Doc tweaks.

    ZackerySpytz committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    04ad2c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    9c8d118 View commit details
    Browse the repository at this point in the history
  2. 3.9 -> 3.10

    ZackerySpytz committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    2b9cae4 View commit details
    Browse the repository at this point in the history