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
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 }}
Will-Song
/
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
setup.py
on
develop
User selector
All users
All time
Commit history
Commits on Jun 2, 2019
Remove dependency on Six (#607)
Show description for a7a9c09
Lauszus
authored and
hardbyte
committed
a7a9c09
View commit details
Copy full SHA for a7a9c09
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
remove unused mock and future dependencies; six will be done in a seperate PR
felixdivo
committed
d8828ca
View commit details
Copy full SHA for d8828ca
View code at this point
Browse repository at this point
remove python <3.6 from root filea
felixdivo
committed
342f740
View commit details
Copy full SHA for 342f740
View code at this point
Browse repository at this point
Commits on May 2, 2019
FIX: Warning: 'classifiers' should be a list, got type 'tuple'
felixdivo
committed
b64350e
View commit details
Copy full SHA for b64350e
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 Apr 16, 2019
Direct setup.py test to use pytest.
bhass1
authored and
hardbyte
committed
5a2f011
View commit details
Copy full SHA for 5a2f011
View code at this point
Browse repository at this point
Commits on Mar 14, 2019
Remove support for Python 3.4 + update testing dependencies (#532)
Show description for 15c8016
felixdivo
authored and
hardbyte
committed
15c8016
View commit details
Copy full SHA for 15c8016
View code at this point
Browse repository at this point
Commits on Feb 13, 2019
Message class changes (#497)
Show description for 4ea358f
felixdivo
authored and
hardbyte
committed
4ea358f
View commit details
Copy full SHA for 4ea358f
View code at this point
Browse repository at this point
Commits on Oct 7, 2018
Make typing dependency conditional < python 3.5
maxchill
authored
eb8ee51
View commit details
Copy full SHA for eb8ee51
View code at this point
Browse repository at this point
Commits on Sep 30, 2018
Feature update deprecation notes (#437)
Show description for 6a6c641
hardbyte
authored
6a6c641
View commit details
Copy full SHA for 6a6c641
View code at this point
Browse repository at this point
Commits on Sep 28, 2018
Change can.Message (#413)
Show description for c37420d
felixdivo
authored and
hardbyte
committed
c37420d
View commit details
Copy full SHA for c37420d
View code at this point
Browse repository at this point
Remove spaces from setup.py version specifiers (#432)
hardbyte
authored
1110ac3
View commit details
Copy full SHA for 1110ac3
View code at this point
Browse repository at this point
Commits on Aug 17, 2018
Color error frames red, set timeout in a better way so frames are never dropped, sort frame by pressing 's' instead of doing it automatically and moved "pack_data" into the test
Lauszus
committed
33ffd6c
View commit details
Copy full SHA for 33ffd6c
View code at this point
Browse repository at this point
Commits on Aug 11, 2018
Merge the CAN viewer terminal application into python-can
Show description for 79d6970
Lauszus
committed
79d6970
View commit details
Copy full SHA for 79d6970
View code at this point
Browse repository at this point
Commits on Jul 30, 2018
New location for scripts (#370)
Show description for d9d3fa5
felixdivo
authored and
hardbyte
committed
d9d3fa5
View commit details
Copy full SHA for d9d3fa5
View code at this point
Browse repository at this point
Commits on Jul 24, 2018
add initial draft
felixdivo
authored and
hardbyte
committed
66ce4aa
View commit details
Copy full SHA for 66ce4aa
View code at this point
Browse repository at this point
Commits on Jul 1, 2018
Add coverage reports to repo and CI tests (#346)
felixdivo
authored
63d57e2
View commit details
Copy full SHA for 63d57e2
View code at this point
Browse repository at this point
Commits on Jun 25, 2018
Exclude test package in distribution
christiansandberg
committed
405ca77
View commit details
Copy full SHA for 405ca77
View code at this point
Browse repository at this point
Commits on Jun 14, 2018
Adding proper bitrate and timestamp support for neovi (#324)
Show description for cc3f5f7
pierreluctg
authored and
felixdivo
committed
cc3f5f7
View commit details
Copy full SHA for cc3f5f7
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
removed the subprocess32 dependency
felixdivo
committed
b68afa4
View commit details
Copy full SHA for b68afa4
View code at this point
Browse repository at this point
remove setuptools dependency
felixdivo
committed
c82eea6
View commit details
Copy full SHA for c82eea6
View code at this point
Browse repository at this point
Commits on May 28, 2018
attempt to fix metaclass in ThreadSafeBus
felixdivo
committed
b66c610
View commit details
Copy full SHA for b66c610
View code at this point
Browse repository at this point
explicitly require pytest
felixdivo
committed
7b1f5c2
View commit details
Copy full SHA for 7b1f5c2
View code at this point
Browse repository at this point
try to use metaclasses correctly
felixdivo
committed
1b8414e
View commit details
Copy full SHA for 1b8414e
View code at this point
Browse repository at this point
added a ThreadSafeBus based on the wrapt library
felixdivo
committed
00f36d1
View commit details
Copy full SHA for 00f36d1
View code at this point
Browse repository at this point
Commits on May 15, 2018
add timeouts to CI tests
felixdivo
committed
3abbdd7
View commit details
Copy full SHA for 3abbdd7
View code at this point
Browse repository at this point
Commits on May 14, 2018
Feature: API for automatic configuration detection (#278)
Show description for ddfac97
felixdivo
authored
ddfac97
View commit details
Copy full SHA for ddfac97
View code at this point
Browse repository at this point
Commits on Apr 17, 2018
Fix SocketCAN version selection, many crashes and re-enable tests (#293)
Show description for 40f660c
felixdivo
authored and
hardbyte
committed
40f660c
View commit details
Copy full SHA for 40f660c
View code at this point
Browse repository at this point
Commits on Mar 16, 2018
Added proof-of-concept testing of SocketCAN on Travis CI & Smaller changes (#275)
Show description for 1051f1e
felixdivo
authored
1051f1e
View commit details
Copy full SHA for 1051f1e
View code at this point
Browse repository at this point
Commits on Feb 24, 2018
completely remove SqlReader. closes #263
felixdivo
committed
e4569c4
View commit details
Copy full SHA for e4569c4
View code at this point
Browse repository at this point
Commits on Feb 23, 2018
structural changes to setup.py & added 'Deprecated' library
felixdivo
committed
72cc66c
View commit details
Copy full SHA for 72cc66c
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
general cleanup of misc files & closing opened file in setup.py
felixdivo
committed
434aa04
View commit details
Copy full SHA for 434aa04
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
More test platforms, most notably OSX (#244)
Show description for 7afacef
felixdivo
authored and
hardbyte
committed
7afacef
View commit details
Copy full SHA for 7afacef
View code at this point
Browse repository at this point
Commits on Feb 9, 2018
Simplifying the plugin interface
Pierre-Luc Tessier Gagné
authored and
hardbyte
committed
878e043
View commit details
Copy full SHA for 878e043
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.