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: Marco-Sulla/python-frozendict
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: Marco-Sulla/python-frozendict
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 17 commits
  • 28 files changed
  • 1 contributor

Commits on Jan 30, 2022

  1. cleaning up

    Marco Sulla committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    a1def02 View commit details
    Browse the repository at this point in the history
  2. added function for empty frozendict

    Marco Sulla committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    5a41066 View commit details
    Browse the repository at this point in the history
  3. sync 3.10 and 3.9 code

    Marco Sulla committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    75d6c5d View commit details
    Browse the repository at this point in the history
  4. aligned code of the different py versions

    Marco Sulla committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    355cb75 View commit details
    Browse the repository at this point in the history
  5. minor

    Marco Sulla committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    1db0476 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. added __copy__ and __deepcopy to C ext and make copy and deepcopy on …

    …Py version return the object itself only if it's not a subclass
    Marco Sulla committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    1387470 View commit details
    Browse the repository at this point in the history
  2. updated tests

    Marco Sulla committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    33fb1f0 View commit details
    Browse the repository at this point in the history
  3. added checks to hash and reduce

    Marco Sulla committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    07102a8 View commit details
    Browse the repository at this point in the history
  4. Aligned all py versions

    Marco Sulla committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    b30e19a View commit details
    Browse the repository at this point in the history
  5. moved coold tp_base for portability

    Marco Sulla committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    95ab72a View commit details
    Browse the repository at this point in the history
  6. removed check in copy

    Marco Sulla committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    0aad598 View commit details
    Browse the repository at this point in the history
  7. minor

    Marco Sulla committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    a52bae8 View commit details
    Browse the repository at this point in the history
  8. added set, delete and setdefault to frozendict

    Marco Sulla committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    14b9118 View commit details
    Browse the repository at this point in the history
  9. version

    Marco Sulla committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    8a34b24 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. aligned code of all py versions

    Marco Sulla committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    71089d1 View commit details
    Browse the repository at this point in the history
  2. Added new API docs

    Marco Sulla authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    cca43f5 View commit details
    Browse the repository at this point in the history
  3. Added examples

    Marco Sulla authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    35611f4 View commit details
    Browse the repository at this point in the history
Loading