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

copy.deepcopy(UnitRegistry()) #864

Merged
merged 10 commits into from
Sep 10, 2019
Merged

copy.deepcopy(UnitRegistry()) #864

merged 10 commits into from
Sep 10, 2019

Commits on Aug 30, 2019

  1. Add issue number to already existing test

    Guido Imperiale committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    b7804ce View commit details
    Browse the repository at this point in the history
  2. Fix crash in copy.deepcopy(ParserHelper(1))

    Guido Imperiale committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    4ff5a28 View commit details
    Browse the repository at this point in the history
  3. Many speedups in UnitsContainer and ParserHelper

    Guido Imperiale committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    a9a97ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90c5aee View commit details
    Browse the repository at this point in the history
  5. Successfully complete copy.deepcopy(UnitRegistry())

    Guido Imperiale committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    3186f6c View commit details
    Browse the repository at this point in the history
  6. Remove spurious change

    Guido Imperiale committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    59d3612 View commit details
    Browse the repository at this point in the history
  7. Fix regression in Python 2.7

    Guido Imperiale committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    d3861d6 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master' into deepcopy

    # Conflicts:
    #	pint/testsuite/test_issues.py
    Guido Imperiale committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    db0e4e7 View commit details
    Browse the repository at this point in the history
  9. Merge from Master

    Guido Imperiale committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    e507c1d View commit details
    Browse the repository at this point in the history
  10. Deep-copied UnitRegistries don't share state anymore

    Guido Imperiale committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    fb888ae View commit details
    Browse the repository at this point in the history