Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ionelmc/python-lazy-object-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.1
Choose a base ref
...
head repository: ionelmc/python-lazy-object-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 10 commits
  • 29 files changed
  • 2 contributors

Commits on Dec 25, 2021

  1. Stop trying to use cPickle, removed from python3

    cPickle has been removed in python3, and since lazy-object-proxy now only supports python3, we can remove it.
    
    The effect of keeping it there is 300+ tests being skipped, confusing the test suite output
    sandrotosi authored and ionelmc committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    03003b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    83d7ff3 View commit details
    Browse the repository at this point in the history
  2. Up envs.

    ionelmc committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    e1def5b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Up skel.

    ionelmc committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    66f4d90 View commit details
    Browse the repository at this point in the history
  2. Fix pytest deprecation.

    ionelmc committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    8448c23 View commit details
    Browse the repository at this point in the history
  3. Add python 3.11.

    ionelmc committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3244fe6 View commit details
    Browse the repository at this point in the history
  4. Update changelog.

    ionelmc committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    4a940b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00a7af8 View commit details
    Browse the repository at this point in the history
  6. Cleanup more dead code.

    ionelmc committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    5685991 View commit details
    Browse the repository at this point in the history
  7. Bump version: 1.7.1 → 1.8.0

    ionelmc committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    5b36b50 View commit details
    Browse the repository at this point in the history
Loading