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 }}
feuerball
/
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
Breadcrumbs
History for
python-can
can
bus.py
on
develop
User selector
All users
All time
Commit history
Commits on Jan 4, 2023
Run doctest in CI (#1476)
zariiii9003
authored
1278a0f
View commit details
Copy full SHA for 1278a0f
View code at this point
Browse repository at this point
Commits on Dec 31, 2022
Update pylint (#1471)
Show description for eb0331d
zariiii9003
authored
eb0331d
View commit details
Copy full SHA for eb0331d
View code at this point
Browse repository at this point
Commits on Oct 9, 2022
Fix Sphinx warnings (#1405)
Show description for 451ce48
zariiii9003
authored
451ce48
View commit details
Copy full SHA for 451ce48
View code at this point
Browse repository at this point
Commits on Nov 24, 2021
Calling stop_all_periodic_tasks() in BusABC (#1174)
Show description for 78c0db3
pierreluctg
authored
78c0db3
View commit details
Copy full SHA for 78c0db3
View code at this point
Browse repository at this point
Commits on Apr 26, 2021
Merge branch 'develop' into unified-exceptions
felixdivo
authored
47057a1
View commit details
Copy full SHA for 47057a1
View code at this point
Browse repository at this point
cleanup rename to CanInterfaceNotImplementedError
felixdivo
committed
d193bf2
View commit details
Copy full SHA for d193bf2
View code at this point
Browse repository at this point
Commits on Apr 25, 2021
Merge branch 'develop' into unified-exceptions
mergify[bot]
authored
6f65d77
View commit details
Copy full SHA for 6f65d77
View code at this point
Browse repository at this point
Merge branch 'develop' into type-interface.py
felixdivo
authored
8aa18fc
View commit details
Copy full SHA for 8aa18fc
View code at this point
Browse repository at this point
Commits on Apr 24, 2021
add lots of typing annotations
felixdivo
committed
740738c
View commit details
Copy full SHA for 740738c
View code at this point
Browse repository at this point
simplify
felixdivo
committed
2177a0e
View commit details
Copy full SHA for 2177a0e
View code at this point
Browse repository at this point
Format code with black
felixdivo
committed
7a76463
View commit details
Copy full SHA for 7a76463
View code at this point
Browse repository at this point
update linter rules
felixdivo
committed
c7f0c58
View commit details
Copy full SHA for c7f0c58
View code at this point
Browse repository at this point
Commits on Apr 22, 2021
finalize adding specific exceptions to the generic part of the library
felixdivo
committed
8d0d20a
View commit details
Copy full SHA for 8d0d20a
View code at this point
Browse repository at this point
Commits on Apr 19, 2021
Add more typying (#1012)
Show description for 941d2aa
felixdivo
authored
941d2aa
View commit details
Copy full SHA for 941d2aa
View code at this point
Browse repository at this point
Commits on Apr 18, 2021
Improve code of serial interface (#1010)
Show description for fd0dbb1
felixdivo
authored
fd0dbb1
View commit details
Copy full SHA for fd0dbb1
View code at this point
Browse repository at this point
Commits on Apr 10, 2021
bump pylint version
felixdivo
committed
9d10f35
View commit details
Copy full SHA for 9d10f35
View code at this point
Browse repository at this point
Commits on Nov 19, 2020
run black on newer version
felixdivo
committed
4a4f4a7
View commit details
Copy full SHA for 4a4f4a7
View code at this point
Browse repository at this point
Commits on Aug 4, 2020
Add a default fileno function to the BusABC class. (#877)
Show description for ac6e3ef
hardbyte
authored
ac6e3ef
View commit details
Copy full SHA for ac6e3ef
View code at this point
Browse repository at this point
Commits on Jul 31, 2020
use IntEnum instead of Enum, remove aenum dependency
zariiii9003
committed
13625ea
View commit details
Copy full SHA for 13625ea
View code at this point
Browse repository at this point
Commits on Apr 19, 2020
Add typing annotations for Virtual interface (#813)
Show description for 0ee6704
karlding
authored
0ee6704
View commit details
Copy full SHA for 0ee6704
View code at this point
Browse repository at this point
Commits on Nov 7, 2019
Add typing annotations for SocketCAN interface (#710)
Show description for c001ef2
karlding
authored
c001ef2
View commit details
Copy full SHA for c001ef2
View code at this point
Browse repository at this point
Commits on Sep 12, 2019
add doc/conf.py to pylint checking, reformat files
felixdivo
committed
8f1ba23
View commit details
Copy full SHA for 8f1ba23
View code at this point
Browse repository at this point
removing coding: utf-8 directive since that is now the defualt in Python 3
felixdivo
committed
1947e56
View commit details
Copy full SHA for 1947e56
View code at this point
Browse repository at this point
Commits on Aug 8, 2019
Add typing annotations for can.listener
Show description for 7252e86
karlding
authored and
felixdivo
committed
7252e86
View commit details
Copy full SHA for 7252e86
View code at this point
Browse repository at this point
Commits on Aug 1, 2019
Add typing annotations for can.broadcastmanager
Show description for 80cc665
karlding
authored and
hardbyte
committed
80cc665
View commit details
Copy full SHA for 80cc665
View code at this point
Browse repository at this point
Commits on Jul 29, 2019
Add typing annotations for functions in can.bus (#652)
Show description for 0019438
karlding
authored and
hardbyte
committed
0019438
View commit details
Copy full SHA for 0019438
View code at this point
Browse repository at this point
Commits on Jul 11, 2019
Fix iteration in Bus.stop_all_periodic_tasks
Show description for 36a8d63
felixdivo
authored
36a8d63
View commit details
Copy full SHA for 36a8d63
View code at this point
Browse repository at this point
Commits on Jul 10, 2019
Add support for multiple Cyclic Messages in Task (#610)
Show description for 56f153f
karlding
authored
56f153f
View commit details
Copy full SHA for 56f153f
View code at this point
Browse repository at this point
Commits on May 27, 2019
Format files using black formatter
karlding
authored and
hardbyte
committed
ad4d46e
View commit details
Copy full SHA for ad4d46e
View code at this point
Browse repository at this point
Commits on May 19, 2019
fix other linter stuff
felixdivo
committed
8a0d980
View commit details
Copy full SHA for 8a0d980
View code at this point
Browse repository at this point
fix other linter stuff
felixdivo
committed
53724a6
View commit details
Copy full SHA for 53724a6
View code at this point
Browse repository at this point
run 2to3 and cleanup afterwards
felixdivo
committed
83710ca
View commit details
Copy full SHA for 83710ca
View code at this point
Browse repository at this point
remove python <3.6 from can/*
felixdivo
committed
036b99f
View commit details
Copy full SHA for 036b99f
View code at this point
Browse repository at this point
Commits on Apr 19, 2019
Turn BusState into an enum (#533)
felixdivo
authored and
hardbyte
committed
dcf87ce
View commit details
Copy full SHA for dcf87ce
View code at this point
Browse repository at this point
Commits on Mar 21, 2019
Updated instances of **config to **kwargs, closes #492
Peter Andersen
authored and
felixdivo
committed
b6c8752
View commit details
Copy full SHA for b6c8752
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.