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: gvalkov/python-evdev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: luizoti/evdev
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.
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 15, 2021

  1. Fix --> ImportError: sys.meta_path is None

    This fix is related to PR #154, strangely, the __del__ method generates these executions that cannot be ignored, in another project I used the same method and the result was the same, after removing it as the change above evdev doesn't seem to generate any more problem.
    luizoti committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    ab6ea63 View commit details
    Browse the repository at this point in the history
  2. Bump version: 1.3.0 -> 1.4.0

    luizoti committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    a757413 View commit details
    Browse the repository at this point in the history
  3. Bump version: 1.4.0 -> 1.4.1

    luizoti committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    3d98bd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee5c09c View commit details
    Browse the repository at this point in the history
Loading