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 }}
pleepleus
/
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 Feb 8, 2022
If parsed data has shortened, overwrite end of line with spaces (#1201)
Show description for 1142299
simonkerscher
authored
1142299
View commit details
Copy full SHA for 1142299
Browse repository at this point
Commits on Feb 7, 2022
Update history & contributors (#1251)
Show description for 207be4b
hardbyte
authored
207be4b
View commit details
Copy full SHA for 207be4b
Browse repository at this point
Commits on Feb 4, 2022
Fix guaranteed crash when using usb2can (#1249)
felixdivo
authored
257d57d
View commit details
Copy full SHA for 257d57d
Browse repository at this point
Prepare 4.0.0-rc.0 (#1241)
felixdivo
authored
a2c0128
View commit details
Copy full SHA for a2c0128
Browse repository at this point
Commits on Jan 28, 2022
Update changelog (#1240)
felixdivo
authored
24ea2f2
View commit details
Copy full SHA for 24ea2f2
Browse repository at this point
Commits on Jan 27, 2022
Fix entry_points deprecation (#1233)
Show description for c7ba84a
felixdivo
authored
c7ba84a
View commit details
Copy full SHA for c7ba84a
Browse repository at this point
Fix deprecation of asyncio.get_event_loop() (#1235)
Show description for 48f9c27
felixdivo
authored
48f9c27
View commit details
Copy full SHA for 48f9c27
Browse repository at this point
Address pylint issues (#1239)
Show description for f1808ed
felixdivo
authored
f1808ed
View commit details
Copy full SHA for f1808ed
Browse repository at this point
Merge pull request #1238 from zariiii9003/io_typing
Show description for 28513eb
zariiii9003
authored
28513eb
View commit details
Copy full SHA for 28513eb
Browse repository at this point
Merge pull request #1232 from hardbyte/felixdivo-patch-list-conversion-removed
Show description for cb58f9a
felixdivo
authored
cb58f9a
View commit details
Copy full SHA for cb58f9a
Browse repository at this point
improve io typing
zariiii9003
committed
55c5fdf
View commit details
Copy full SHA for 55c5fdf
Browse repository at this point
Merge pull request #1229 from zariiii9003/vector_mypy
Show description for 00e2302
zariiii9003
authored
00e2302
View commit details
Copy full SHA for 00e2302
Browse repository at this point
Merge pull request #1221 from Tbruno25/1210_add-gzipreader
Show description for d142257
zariiii9003
authored
d142257
View commit details
Copy full SHA for d142257
Browse repository at this point
Remove unnssesary conversion to list
felixdivo
authored
9f7842a
View commit details
Copy full SHA for 9f7842a
Browse repository at this point
Update can/io/player.py
Tbruno25
committed
bfc3283
View commit details
Copy full SHA for bfc3283
Browse repository at this point
Format code with black
Tbruno25
committed
fe74050
View commit details
Copy full SHA for fe74050
Browse repository at this point
Update can/io/player.py
Show description for 9e1fe3a
Tbruno25
and
zariiii9003
authored
9e1fe3a
View commit details
Copy full SHA for 9e1fe3a
Browse repository at this point
Update can/io/logger.py
Show description for 3bdd60a
Tbruno25
and
zariiii9003
authored
3bdd60a
View commit details
Copy full SHA for 3bdd60a
Browse repository at this point
Update can/io/logger.py
Show description for 72408e5
Tbruno25
and
zariiii9003
authored
72408e5
View commit details
Copy full SHA for 72408e5
Browse repository at this point
Commits on Jan 26, 2022
add missing type annotation
zariiii9003
committed
50071cc
View commit details
Copy full SHA for 50071cc
Browse repository at this point
edit unittest to work on windows
Tbruno25
committed
c546bd0
View commit details
Copy full SHA for c546bd0
Browse repository at this point
fix mypy errors
Tbruno25
committed
caeab0e
View commit details
Copy full SHA for caeab0e
Browse repository at this point
Remove unittests
Tbruno25
committed
9b563bf
View commit details
Copy full SHA for 9b563bf
Browse repository at this point
Remove gzip classes
Tbruno25
committed
ac1df03
View commit details
Copy full SHA for ac1df03
Browse repository at this point
Format code with black
Tbruno25
committed
a2b840d
View commit details
Copy full SHA for a2b840d
Browse repository at this point
Merge branch 'develop' into 1210_add-gzipreader
Tbruno25
authored
0b74c68
View commit details
Copy full SHA for 0b74c68
Browse repository at this point
Add multiple dot suffix variant
Tbruno25
committed
57a955e
View commit details
Copy full SHA for 57a955e
Browse repository at this point
Add logger unittest
Tbruno25
committed
4234808
View commit details
Copy full SHA for 4234808
Browse repository at this point
Commits on Jan 25, 2022
add test and correct type annotations
zariiii9003
committed
4739391
View commit details
Copy full SHA for 4739391
Browse repository at this point
check vector with mypy
zariiii9003
committed
c56ff40
View commit details
Copy full SHA for c56ff40
Browse repository at this point
Commits on Jan 24, 2022
Add compress method to logger
Tbruno25
committed
5e5ca2b
View commit details
Copy full SHA for 5e5ca2b
Browse repository at this point
Add player unittest
Tbruno25
committed
56c5791
View commit details
Copy full SHA for 56c5791
Browse repository at this point
Apply PR feedback
Show description for 7e59007
Tbruno25
committed
7e59007
View commit details
Copy full SHA for 7e59007
Browse repository at this point
Add unzip method to logreader
Tbruno25
committed
5088ec2
View commit details
Copy full SHA for 5088ec2
Browse repository at this point
Commits on Jan 23, 2022
Merge pull request #1212 from zariiii9003/issue_1183
Show description for 2807da1
felixdivo
authored
2807da1
View commit details
Copy full SHA for 2807da1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.