Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
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: Dreamsorcerer/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: gvalkov/python-evdev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 21 files changed
  • 5 contributors

Commits on Feb 4, 2025

  1. Expose type annotations (gvalkov#233)

    * Expose type annotations
    Dreamsorcerer authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    bc91d17 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. More type hints

    gvalkov committed Feb 8, 2025
    Configuration menu
    Copy the full SHA
    2c623eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cb02b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Configuration menu
    Copy the full SHA
    6523e3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7916a7b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Configuration menu
    Copy the full SHA
    a98b68f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. Bump version: 1.9.0 → 1.9.1

    gvalkov committed Feb 22, 2025
    Configuration menu
    Copy the full SHA
    82d09f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Configuration menu
    Copy the full SHA
    5f9fd2c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Add a reproducibility option for building ecodes.c (gvalkov#242)

    ecodes.c currently contains the kernel info of the build machine and the
    full path of the input*.h headers: This is not reproducible as output
    can change even is headers content do not. Downstream distributions
    might package ecodes.c and get non-reproducible output.
    
    To fix this: introduce a --reproducible option in the build:
    - in setup.py build_ecodes command
    - in underlying genecodes_c.py
    
    Note: These options are disabled by default so no change is expected in
    current builds.
    
    Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
    ycongal-smile authored May 1, 2025
    Configuration menu
    Copy the full SHA
    6b4e8ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bc969b View commit details
    Browse the repository at this point in the history
  3. Use Generic to set precise type for InputDevice.path (gvalkov#241)

    * Use Generic to set precise type for InputDevice.path
    
    * Update src/evdev/device.py
    Dreamsorcerer authored and gvalkov committed May 1, 2025
    Configuration menu
    Copy the full SHA
    8f45223 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5d8cf0 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. Fix memory leaks

    gvalkov committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    5227b16 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. CI fixes

    gvalkov committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    60c6392 View commit details
    Browse the repository at this point in the history
  2. Use an SPDX license

    gvalkov committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    fae2cf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faf7bc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a47b5b5 View commit details
    Browse the repository at this point in the history
Loading