Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
YP6729
/
python-can
Public
forked from
hardbyte/python-can
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
develop
User selector
All users
All time
Commit history
Commits on Jul 11, 2023
align `ID:` in message string (#1635)
zariiii9003
authored
631f7be
View commit details
Copy full SHA for 631f7be
Browse repository at this point
Commits on Jul 9, 2023
Fix Vector channel detection (#1634)
zariiii9003
authored
ddc7c35
View commit details
Copy full SHA for ddc7c35
Browse repository at this point
Commits on Jul 6, 2023
Enable send and receive on network ID above 255 (#1627)
pierreluctg
authored
78d25ff
View commit details
Copy full SHA for 78d25ff
Browse repository at this point
Commits on Jun 30, 2023
BigEndian test fixes (#1625)
Show description for c5d7a7c
umlaeute
and
IOhannes m zmölnig (Debian/GNU)
authored
c5d7a7c
View commit details
Copy full SHA for c5d7a7c
Browse repository at this point
Commits on Jun 18, 2023
update CHANGELOG.md and version to 4.2.2 (#1615)
zariiii9003
authored
dc0ae68
View commit details
Copy full SHA for dc0ae68
Browse repository at this point
Commits on Jun 13, 2023
Fix decoding error in Kvaser constructor for non-ASCII product name (#1613)
Show description for 67324f1
lumagi
authored
67324f1
View commit details
Copy full SHA for 67324f1
Browse repository at this point
Commits on Jun 2, 2023
Can Player compatibility with interfaces that use additional configuration (#1610)
Show description for 1df6604
MattWoodhead
authored
1df6604
View commit details
Copy full SHA for 1df6604
Browse repository at this point
Commits on May 31, 2023
fix IXXAT not properly shut down message (#1606)
zariiii9003
authored
9412513
View commit details
Copy full SHA for 9412513
Browse repository at this point
Commits on May 21, 2023
remove unnecessary script files (#1604)
zariiii9003
authored
2582fe9
View commit details
Copy full SHA for 2582fe9
Browse repository at this point
Commits on May 20, 2023
Update linter instructions in development.rst (#1603)
zariiii9003
authored
e8aa4e7
View commit details
Copy full SHA for e8aa4e7
Browse repository at this point
activate ruff pycodestyle checks (#1602)
zariiii9003
authored
88a0dbf
View commit details
Copy full SHA for 88a0dbf
Browse repository at this point
Fix socketcan KeyError (#1599)
Show description for b291f80
zariiii9003
authored
b291f80
View commit details
Copy full SHA for b291f80
Browse repository at this point
Raise Minimum Python Version to 3.8 (#1597)
Show description for 1a3f5e3
zariiii9003
authored
1a3f5e3
View commit details
Copy full SHA for 1a3f5e3
Browse repository at this point
Commits on May 16, 2023
can.io: Distinguish Text/Binary-IO for Reader/Writer classes. (#1585)
ro-i
authored
b61482a
View commit details
Copy full SHA for b61482a
Browse repository at this point
Convert setup.py to pyproject.toml (#1592)
Show description for 97f1e16
Tbruno25
and
zariiii9003
authored
97f1e16
View commit details
Copy full SHA for 97f1e16
Browse repository at this point
Commits on May 15, 2023
Add auto-modifying cyclic tasks (#703)
Show description for 7918209
bessman
and
zariiii9003
authored
7918209
View commit details
Copy full SHA for 7918209
Browse repository at this point
Add `protocol` property to BusABC to determine active CAN Protocol (#1532)
Show description for 09213b1
lumagi
and
zariiii9003
authored
09213b1
View commit details
Copy full SHA for 09213b1
Browse repository at this point
Improve can.Bus typing (#1557)
zariiii9003
authored
25fe566
View commit details
Copy full SHA for 25fe566
Browse repository at this point
update CHANGELOG.md for 4.2.1 (#1593)
zariiii9003
authored
7eac6f7
View commit details
Copy full SHA for 7eac6f7
Browse repository at this point
Commits on May 12, 2023
With Windows event the first two periodic frames are sent back without delay (#1590)
Show description for 1cfd876
pierreluctg
authored
1cfd876
View commit details
Copy full SHA for 1cfd876
Browse repository at this point
Commits on May 11, 2023
Fix PCAN OSError (#1580)
zariiii9003
authored
efb301a
View commit details
Copy full SHA for efb301a
Browse repository at this point
ASCWriter: use correct channel for error frame (#1583)
Show description for f2cb4cb
zariiii9003
authored
f2cb4cb
View commit details
Copy full SHA for f2cb4cb
Browse repository at this point
Commits on Apr 25, 2023
Release version 4.2.0 (#1576)
Show description for 6c820a1
hardbyte
and
zariiii9003
authored
6c820a1
View commit details
Copy full SHA for 6c820a1
Browse repository at this point
Commits on Apr 16, 2023
Add interface modules to __all__ (#1568)
zariiii9003
authored
af52622
View commit details
Copy full SHA for af52622
Browse repository at this point
Commits on Apr 12, 2023
Improve __del__ error message (#1564)
Show description for 1f2f29c
zariiii9003
authored
1f2f29c
View commit details
Copy full SHA for 1f2f29c
Browse repository at this point
Commits on Apr 10, 2023
remove Travis CI (#1562)
zariiii9003
authored
ef69400
View commit details
Copy full SHA for ef69400
Browse repository at this point
Fix TRC test (#1561)
zariiii9003
authored
e522e39
View commit details
Copy full SHA for e522e39
Browse repository at this point
Commits on Apr 9, 2023
Remove asterisk
zariiii9003
authored
f004edb
View commit details
Copy full SHA for f004edb
Browse repository at this point
Update CHANGELOG.md for 4.2.0 (#1552)
Show description for 39a3965
zariiii9003
and
hardbyte
authored
39a3965
View commit details
Copy full SHA for 39a3965
Browse repository at this point
improve slcanTestCase robustness (#1559)
zariiii9003
authored
d62c97f
View commit details
Copy full SHA for d62c97f
Browse repository at this point
add modules to __all__ (#1558)
zariiii9003
authored
fd8d076
View commit details
Copy full SHA for fd8d076
Browse repository at this point
Commits on Apr 4, 2023
Optional dependency and docs for the CANine interface (#1556)
Show description for e0155c7
yconst
authored
e0155c7
View commit details
Copy full SHA for e0155c7
Browse repository at this point
Commits on Apr 3, 2023
mf4 followup (#1555)
zariiii9003
authored
6e5df1d
View commit details
Copy full SHA for 6e5df1d
Browse repository at this point
Add MF4 support (#1289)
Show description for d7d617b
5 people
authored
d7d617b
View commit details
Copy full SHA for d7d617b
Browse repository at this point
Test python 3.12 alpha (#1554)
Show description for ccfd7f3
zariiii9003
authored
ccfd7f3
View commit details
Copy full SHA for ccfd7f3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.