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: ffe4/python-ebml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: QBobWatson/python-ebml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 27, 2022

  1. Refer to Unsupported by type not by name

    Unsupported entities crash in trying to refer to their element tags.
    Rosuav authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    9843b3a View commit details
    Browse the repository at this point in the history
  2. Fix generators to be PEP 479 compatible.

    This has no impact on the operation in pre-Py3.5 versions, and fixes
    the failures in Python 3.7 and later (when generator_stop became
    mandatory).
    Rosuav committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2b39cd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Merge pull request QBobWatson#4 from Rosuav/patch-1

    Update code to run on modern versions of Python
    QBobWatson authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    aeae62f View commit details
    Browse the repository at this point in the history
Loading