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

Commits on Jun 18, 2023

  1. Fix socketcan KeyError (#1599)

    * use get
    
    * adapt test for issue #1598
    zariiii9003 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    5022501 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9266aa0 View commit details
    Browse the repository at this point in the history
  3. Can Player compatibility with interfaces that use additional configur…

    …ation (#1610)
    
    * Update mf4.py
    
    * Format code with black
    
    * Update trc.py
    
    * Format code with black
    
    * Update ci.yml
    
    Remove pylint specs for directories and files that no longer exist.
    
    ---------
    
    Co-authored-by: MattWoodhead <MattWoodhead@users.noreply.github.com>
    2 people authored and zariiii9003 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    008ae61 View commit details
    Browse the repository at this point in the history
  4. Fix decoding error in Kvaser constructor for non-ASCII product name (#…

    …1613)
    
    * Implement test to trigger ASCII decoding error in Kvaser bus constructor
    
    * Change handling of invalid chars in Kvaser device name
    
    Previously, illegal characters triggered an exception.
    With the new behavior, illegal characters will be replaced
    with a placeholder value.
    
    * Rename variables in test
    lumagi authored and zariiii9003 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    10312b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a786925 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ef0c31 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    6703d5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14bcfeb View commit details
    Browse the repository at this point in the history
Loading