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 }}
HonestLocksmith
/
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
io
on
remove-MultiRateCyclicSendTaskABC
User selector
All users
All time
Commit history
Commits on May 12, 2020
Formatting with black
hardbyte
committed
8f0a7e5
View commit details
Copy full SHA for 8f0a7e5
View code at this point
Browse repository at this point
ASCII Reader/Writer enhancements (#820)
Show description for 30ef0c3
sou1hacker
authored
30ef0c3
View commit details
Copy full SHA for 30ef0c3
View code at this point
Browse repository at this point
Commits on May 2, 2020
Add typing annotations for ASC module (#818)
Show description for 5cada6d
karlding
authored
5cada6d
View commit details
Copy full SHA for 5cada6d
View code at this point
Browse repository at this point
Commits on Apr 19, 2020
Seek for start of object instead of calculating it (#806)
Show description for 7780242
christiansandberg
authored
7780242
View commit details
Copy full SHA for 7780242
View code at this point
Browse repository at this point
Commits on Mar 2, 2020
Adding plugin support to can.io Reader/Writer (#783)
sou1hacker
authored
780db5c
View commit details
Copy full SHA for 780db5c
View code at this point
Browse repository at this point
Commits on Feb 21, 2020
Changes to add direction to CAN messages (#773)
Show description for cb138c0
sou1hacker
authored
cb138c0
View commit details
Copy full SHA for cb138c0
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
Fix some BLF files can't be read (#765)
Show description for b873299
christiansandberg
authored
b873299
View commit details
Copy full SHA for b873299
View code at this point
Browse repository at this point
Commits on Feb 8, 2020
Supports other base number(radix) at ASCReader. (#764)
typecprint
authored
651f162
View commit details
Copy full SHA for 651f162
View code at this point
Browse repository at this point
Commits on Jan 30, 2020
Fixing ASCII reader unable to read FD frames (#741)
Show description for c92fbc2
sou1hacker
authored
c92fbc2
View commit details
Copy full SHA for c92fbc2
View code at this point
Browse repository at this point
Commits on Jan 7, 2020
Fix date format to show correct day of month (#754)
Show description for 148921a
bessman
authored and
hardbyte
committed
148921a
View commit details
Copy full SHA for 148921a
View code at this point
Browse repository at this point
Commits on Dec 5, 2019
Refactoring of BLF module
Show description for b0d7460
christiansandberg
authored and
hardbyte
committed
b0d7460
View commit details
Copy full SHA for b0d7460
View code at this point
Browse repository at this point
Commits on Oct 24, 2019
Initialized dataBin in canutils with None to prevent crashes when reading remote frames (#713)
Kai Oberbeckmann
authored and
hardbyte
committed
216ed73
View commit details
Copy full SHA for 216ed73
View code at this point
Browse repository at this point
Fix typing annotation for LogReader constructor
Show description for c93a2e0
karlding
authored and
hardbyte
committed
c93a2e0
View commit details
Copy full SHA for c93a2e0
View code at this point
Browse repository at this point
Commits on Sep 20, 2019
Document log entry types ignored by ASCReader
bessman
authored and
felixdivo
committed
b268712
View commit details
Copy full SHA for b268712
View code at this point
Browse repository at this point
ASCReader: Skip J1939TP messages
bessman
authored and
felixdivo
committed
2ef710c
View commit details
Copy full SHA for 2ef710c
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 Sep 4, 2019
Merge branch 'develop' into asc-writer-canfd
felixdivo
authored
3b68a54
View commit details
Copy full SHA for 3b68a54
View code at this point
Browse repository at this point
Commits on Aug 16, 2019
fix exception message if filetype is unknown
felixdivo
committed
a4154a4
View commit details
Copy full SHA for a4154a4
View code at this point
Browse repository at this point
address review comments, cleanup tests
felixdivo
committed
2dda623
View commit details
Copy full SHA for 2dda623
View code at this point
Browse repository at this point
address review
felixdivo
committed
329f5bc
View commit details
Copy full SHA for 329f5bc
View code at this point
Browse repository at this point
address review
felixdivo
committed
56c6adb
View commit details
Copy full SHA for 56c6adb
View code at this point
Browse repository at this point
fix grammar in doc string
Show description for 219f482
felixdivo
and
karlding
committed
219f482
View commit details
Copy full SHA for 219f482
View code at this point
Browse repository at this point
make linter happier
felixdivo
committed
c01f49a
View commit details
Copy full SHA for c01f49a
View code at this point
Browse repository at this point
cleanups
felixdivo
committed
b8a1130
View commit details
Copy full SHA for b8a1130
View code at this point
Browse repository at this point
finalize IO typechecking, some import erros remain
felixdivo
committed
8f8c5e7
View commit details
Copy full SHA for 8f8c5e7
View code at this point
Browse repository at this point
fix formatting
felixdivo
committed
dfa264a
View commit details
Copy full SHA for dfa264a
View code at this point
Browse repository at this point
fix problem with shpinx-build and typing
felixdivo
committed
3200713
View commit details
Copy full SHA for 3200713
View code at this point
Browse repository at this point
add io/logger.py
felixdivo
committed
fb4e529
View commit details
Copy full SHA for fb4e529
View code at this point
Browse repository at this point
add typing to the generic IO module
felixdivo
committed
cd3f81b
View commit details
Copy full SHA for cd3f81b
View code at this point
Browse repository at this point
Commits on Jun 24, 2019
Merge branch 'develop' into asc-writer-canfd
felixdivo
authored
296ad9e
View commit details
Copy full SHA for 296ad9e
View code at this point
Browse repository at this point
hope to make black happier
felixdivo
committed
1753dc8
View commit details
Copy full SHA for 1753dc8
View code at this point
Browse repository at this point
Commits on Jun 23, 2019
Refactor to save calculations
Karl Schärlund
committed
ccab928
View commit details
Copy full SHA for ccab928
View code at this point
Browse repository at this point
reformat asc.py
felixdivo
committed
37dc484
View commit details
Copy full SHA for 37dc484
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
Avoid padding CAN_FD_MESSAGE_64 objects to 4 bytes
Karl Schärlund
committed
dce7431
View commit details
Copy full SHA for dce7431
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.