Skip to content

Update windows APPDATA location #769

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 335 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
335 commits
Select commit Hold shift + click to select a range
dcc60ac
fix faulty if in read of slcanBus
Jun 2, 2019
807e288
rename get_serial to get_serial_number
Jun 2, 2019
ba2a457
reformat using black
Jun 2, 2019
bca1fa4
Add wrongly removed statement back to codebase (#612)
felixdivo Jun 3, 2019
570ff34
Merge branch 'develop' into revise_slcan
felixdivo Jun 4, 2019
0c7a18e
document public methods that take arguments
Jun 4, 2019
1d7701e
make read hidden method
Jun 4, 2019
f7866d0
First shot at a BitTiming class
christiansandberg Jun 4, 2019
86a5f34
document get_version and get_serial_number
Jun 4, 2019
b6133b2
Merge branch 'amend_revise_slcan' into revise_slcan
Jun 4, 2019
47d738f
Inverse BRP calculation
christiansandberg Jun 5, 2019
bbc647b
make write an hidden method
Jun 5, 2019
f03f135
Merge branch 'amend_revise_slcan' into revise_slcan
Jun 5, 2019
55a4396
Merge pull request #611 from albertoscotta/revise_slcan
felixdivo Jun 6, 2019
934a753
[canalystii] get CANalystII working through init
dankamongmen Jun 8, 2019
f0017ca
Add canalystii+systec to configuration doc
dankamongmen Jun 8, 2019
c3b18b1
Add myself to CONTRIBUTORS
dankamongmen Jun 8, 2019
07d8fc2
[black] normalize indentation
dankamongmen Jun 8, 2019
324afd0
changing name to seeedstuido and changes for python3
Jun 9, 2019
aad6d66
update option name in setup.py to seeedstudio.
Jun 9, 2019
19287be
tidy up merge conflicts.
Jun 9, 2019
525e779
Merge branch 'develop' into asc-writer-canfd
felixdivo Jun 9, 2019
8530dac
Merge branch 'develop' into seeedstudio
felixdivo Jun 9, 2019
16deb5c
Fixes, tweaks, and clarifications.
christiansandberg Jun 9, 2019
80a7945
Add __str__ method
christiansandberg Jun 10, 2019
3e33acc
Add unit tests
christiansandberg Jun 10, 2019
950a9c6
Rename and add some test
christiansandberg Jun 11, 2019
efc1cf8
Add docs
christiansandberg Jun 11, 2019
7b6c422
Fix Lint
christiansandberg Jun 11, 2019
6beeecb
Remove OSX + Python 3.7 & nightly
felixdivo Jun 11, 2019
afc6eaf
[canalystii] fix param description bytes->bits
dankamongmen Jun 11, 2019
2a61ed9
Use inter-process mutex to prevent concurrent neoVI device open
Jun 11, 2019
d1aa80c
Move neoVI open lock to module level
Jun 11, 2019
c2e767b
Adding filelock to neovi extra requirements
Jun 11, 2019
3dc6dfc
Adding dummy file lock when importing FileLock fails
Jun 11, 2019
e18c2d5
Using doubles quote since Black refers double quotes
Jun 11, 2019
33ee636
Add typings
christiansandberg Jun 11, 2019
200707f
Add badge for black
felixdivo Jun 9, 2019
6ddd1e5
Merge branch 'develop' into remove-osx-and-py37-and-nightly
hardbyte Jun 11, 2019
b0f7884
Merge pull request #622 from hardbyte/remove-osx-and-py37-and-nightly
felixdivo Jun 12, 2019
3fa6773
Merge branch 'develop' into seeedstudio
felixdivo Jun 12, 2019
ba7f3fc
Merge branch 'develop' into neovi-device-open-mutex
felixdivo Jun 12, 2019
e53efc8
Merge branch 'develop' into bit-timing-class
felixdivo Jun 12, 2019
fa3ab30
Allow bit timing to be set from config file
christiansandberg Jun 12, 2019
59dc6d4
Merge branch 'develop' into develop
christiansandberg Jun 12, 2019
e717da7
Merge pull request #617 from dankamongmen/develop
christiansandberg Jun 12, 2019
b7f9661
Merge branch 'develop' into neovi-device-open-mutex
pierreluctg Jun 12, 2019
587de9b
Grammar fix
Jun 12, 2019
3ded783
adding doc and cleaning up comments. Changing to Bus class name Seeed…
Jun 12, 2019
d3ef672
changing from bit_rate to bitrate to match other interfaces and examp…
Jun 12, 2019
fde4fdd
corrected crc calc and removed crccheck package.
Jun 12, 2019
0c0b9a1
remove crccheck reference from doco
Jun 12, 2019
833c4f5
Merge pull request #621 from hardbyte/neovi-device-open-mutex
felixdivo Jun 12, 2019
8e98b74
Merge branch 'develop' into bit-timing-class
felixdivo Jun 13, 2019
ed54cc4
Update docs
christiansandberg Jun 13, 2019
a26c209
Update Readme: 4.x is currently developed
felixdivo Jun 13, 2019
24e4b35
Simplifying the configuration context handling.
Jun 19, 2019
575f2fa
Merge branch 'develop' into config-context
pierreluctg Jun 19, 2019
2e37856
Updating tests
Jun 19, 2019
62ff42e
Allow to set bus config argument via CAN_CONFIG environment variable
Jun 19, 2019
f7afe99
Disable unnecessary lambda pylint warning.
Jun 19, 2019
dce7431
Avoid padding CAN_FD_MESSAGE_64 objects to 4 bytes
Jun 22, 2019
d483472
Merge branch 'develop' into seeedstudio
felixdivo Jun 22, 2019
983314a
Merge branch 'develop' into bit-timing-class
felixdivo Jun 22, 2019
12955ae
Merge branch 'develop' into asc-writer-canfd
felixdivo Jun 22, 2019
fee2454
fixing pylint errors, Unused variable 'i', unused import sleep.
Jun 23, 2019
cf1fcb4
fixing pylint errors, logging string arguments
Jun 23, 2019
876e12c
fixing format errors, ran back format tool.
Jun 23, 2019
405c996
minor tidy-up
Jun 23, 2019
0b7af59
Merge pull request #567 from shedfly/seeedstudio
felixdivo Jun 23, 2019
60e1491
Merge branch 'develop' into bit-timing-class
felixdivo Jun 23, 2019
d6c5700
Merge branch 'develop' into asc-writer-canfd
felixdivo Jun 23, 2019
37dc484
reformat asc.py
felixdivo Jun 23, 2019
9ab5e35
Merge pull request #615 from hardbyte/bit-timing-class
felixdivo Jun 23, 2019
ccab928
Refactor to save calculations
Jun 23, 2019
0a31628
Merge branch 'develop' into read-can-fd-msg-64
kscharlund Jun 23, 2019
f6e946f
Merge pull request #628 from kscharlund/read-can-fd-msg-64
christiansandberg Jun 23, 2019
1753dc8
hope to make black happier
felixdivo Jun 24, 2019
296ad9e
Merge branch 'develop' into asc-writer-canfd
felixdivo Jun 24, 2019
b1c7c13
Add CAN-FD support to CLI's and config file
christiansandberg Jun 26, 2019
161eb0a
Fix viewer when data does not fit
christiansandberg Jun 26, 2019
c3f4c82
Remove debug print
christiansandberg Jun 26, 2019
b59b684
Adding doc
Jun 27, 2019
b083c67
Merge branch 'develop' into config-context
pierreluctg Jun 27, 2019
2bf0dbe
Merge pull request #626 from hardbyte/config-context
felixdivo Jun 27, 2019
2061438
Merge branch 'develop' into cli-fd-support
christiansandberg Jul 1, 2019
788dd7b
Merge pull request #632 from hardbyte/cli-fd-support
christiansandberg Jul 1, 2019
1892dc5
setup.py: require pytest-runner only when necessary (#633)
texierp Jul 4, 2019
b2e1d75
added xlCanRequestChipState and some constants
zariiii9003 Jul 6, 2019
56f153f
Add support for multiple Cyclic Messages in Task (#610)
karlding Jul 10, 2019
36a8d63
Fix iteration in Bus.stop_all_periodic_tasks
felixdivo Jul 11, 2019
948f141
Read the BCM status before creating a Task
karlding Jul 11, 2019
6a4da47
Raise Exception instead of using assert on EINVAL
karlding Jul 13, 2019
c7c1640
Merge pull request #638 from karlding/read_bcm_status_before_creating…
felixdivo Jul 14, 2019
0120e29
Merge branch 'develop' into felixdivo-patch-stop_all_periodic_tasks
felixdivo Jul 14, 2019
3ad6c3f
Merge branch 'develop' into develop
felixdivo Jul 14, 2019
b05d946
add support for query available PCAN channels
Jul 14, 2019
4ecf02e
add CAN FD support of channel in config
Jul 14, 2019
dab03b7
provide CAN FD support information in config detection
Jul 14, 2019
b4cfda2
skip channels without CAN support
Jul 14, 2019
27ea950
Merge branch 'develop' into asc-writer-canfd
felixdivo Jul 15, 2019
2868b66
use consistent naming scheme
jsee23 Jul 15, 2019
2c03af4
use consistent naming scheme
jsee23 Jul 15, 2019
b1839f8
Document socketcan
felixdivo Jul 15, 2019
9f170be
fix unvalid syntax
Jul 15, 2019
a036214
handle exception if library cannot be loaded
jsee23 Jul 15, 2019
15264be
fix linter and formatting warnings
jsee23 Jul 15, 2019
8112d13
Merge pull request #637 from hardbyte/felixdivo-patch-stop_all_period…
felixdivo Jul 16, 2019
c12034e
Merge branch 'develop' into develop
zariiii9003 Jul 16, 2019
30d534b
Merge branch 'develop' into vectorCanFdConfig
felixdivo Jul 17, 2019
1aa0bc6
Add test for stopping Cyclic Tasks with removal (#645)
karlding Jul 17, 2019
f8de386
Merge branch 'develop' into develop
zariiii9003 Jul 17, 2019
e37f44c
Merge branch 'develop' into asc-writer-canfd
felixdivo Jul 18, 2019
79615d7
Merge branch 'develop' into felixdivo-document-socketcan
felixdivo Jul 18, 2019
4300c8f
Merge branch 'develop' into pcan-config-query
felixdivo Jul 18, 2019
3023b70
Merge pull request #635 from zariiii9003/develop
felixdivo Jul 18, 2019
10037e9
Merge branch 'develop' into vectorCanFdConfig
felixdivo Jul 18, 2019
adcfe97
Merge branch 'develop' into pcan-config-query
felixdivo Jul 18, 2019
12eae4d
Merge pull request #640 from jsee23/pcan-config-query
felixdivo Jul 18, 2019
ba63309
fix formatter warnings
jsee23 Jul 18, 2019
407c16c
Merge branch 'develop' into vectorCanFdConfig
felixdivo Jul 18, 2019
2b3d794
Merge branch 'develop' into felixdivo-document-socketcan
felixdivo Jul 19, 2019
e8c2ee9
Merge pull request #641 from jsee23/vectorCanFdConfig
felixdivo Jul 19, 2019
89e0826
Merge branch 'develop' into felixdivo-document-socketcan
felixdivo Jul 19, 2019
1bdd572
Merge pull request #642 from hardbyte/felixdivo-document-socketcan
felixdivo Jul 19, 2019
541c2f6
Merge pull request #1 from hardbyte/develop
zariiii9003 Jul 20, 2019
38bef11
Merge branch 'develop' into asc-writer-canfd
felixdivo Jul 21, 2019
8fef699
Add mypy type-checking to Travis CI builds
karlding Jul 17, 2019
acda992
refactoring and tests for vector interface (#646)
zariiii9003 Jul 22, 2019
d0a9b8f
Add sphinx-autodoc-typehints to sphinx docs
karlding Jul 23, 2019
cb315b2
Merge pull request #654 from karlding/add_sphinx_autodocs_typehints_e…
felixdivo Jul 24, 2019
8106c3e
Merge branch 'develop' of https://github.com/hardbyte/python-can into…
zariiii9003 Jul 24, 2019
6384baa
add event based cyclic send
zariiii9003 Jul 24, 2019
8e5a309
little fix
zariiii9003 Jul 24, 2019
8b66f09
little fix
zariiii9003 Jul 24, 2019
0019438
Add typing annotations for functions in can.bus (#652)
karlding Jul 29, 2019
bb6ac47
Merge branch 'develop' into event-based-send-task
felixdivo Jul 29, 2019
02d5032
Do not incorrectly reset CANMsg.MSGTYPE on remote frame.
craffert0 Jul 29, 2019
80cc665
Add typing annotations for can.broadcastmanager
karlding Jul 29, 2019
41e592c
Add typing annotations for can.message
karlding Aug 1, 2019
d58aac2
Add RedirectReader to the generated Listener docs
karlding Aug 3, 2019
089e29c
State "windows only" in Vector docs
felixdivo Aug 3, 2019
35402f2
raise more helpful exception if using vector on non-windows platforms
felixdivo Aug 3, 2019
451ac0b
add testing flag to vector
felixdivo Aug 3, 2019
39af904
syntax fixed
felixdivo Aug 3, 2019
4de88d2
add tiny test for new exception being thrown
felixdivo Aug 3, 2019
a333bca
Merge pull request #667 from hardbyte/felixdivo-vector-docs
felixdivo Aug 4, 2019
b4a4de3
Merge branch 'develop' into asc-writer-canfd
felixdivo Aug 4, 2019
c549f15
Merge branch 'develop' into event-based-send-task
zariiii9003 Aug 4, 2019
d035cab
install pywin32 on appveyor CI
zariiii9003 Aug 4, 2019
dd5cb66
Merge branch 'develop' into develop
craffert0 Aug 4, 2019
88b4a21
Add Vector dependencies to docs (#670)
zariiii9003 Aug 6, 2019
1204eb1
Merge branch 'develop' into develop
hardbyte Aug 6, 2019
20bac3b
Merge branch 'develop' into event-based-send-task
felixdivo Aug 6, 2019
866bd80
Merge pull request #659 from craffert0/develop
felixdivo Aug 6, 2019
a634ab1
Merge branch 'develop' into event-based-send-task
zariiii9003 Aug 6, 2019
93062bd
Revert "install pywin32 on appveyor CI"
zariiii9003 Aug 6, 2019
3c5edf8
add pywin32 to setup.py
zariiii9003 Aug 6, 2019
f301b49
Merge pull request #656 from zariiii9003/event-based-send-task
felixdivo Aug 6, 2019
78585da
Add the seeedstudio interface to docs
karlding Aug 3, 2019
3594d6b
Fix the docs for can.detect_available_configs
karlding Aug 3, 2019
7252e86
Add typing annotations for can.listener
karlding Aug 3, 2019
29e8e1f
Add .mypy_cache to gitignore file
felixdivo Aug 6, 2019
a7527a4
add mypy deamon config to gitignore
felixdivo Aug 8, 2019
ec4862f
Remove deprecated SocketCAN interfaces from list
karlding Aug 9, 2019
807fc54
resolves #680
bmeisels Aug 12, 2019
e6f3453
Add typing annotations for can.notifier
karlding Aug 8, 2019
a78c0d7
Merge branch 'develop' into asc-writer-canfd
pierreluctg Aug 15, 2019
cd3f81b
add typing to the generic IO module
felixdivo Aug 6, 2019
fb4e529
add io/logger.py
felixdivo Aug 7, 2019
3200713
fix problem with shpinx-build and typing
felixdivo Aug 7, 2019
dfa264a
fix formatting
felixdivo Aug 7, 2019
8f8c5e7
finalize IO typechecking, some import erros remain
felixdivo Aug 7, 2019
b8a1130
cleanups
felixdivo Aug 7, 2019
32d1ffc
fix problem in sphinx-build doc generation
felixdivo Aug 8, 2019
c01f49a
make linter happier
felixdivo Aug 8, 2019
219f482
fix grammar in doc string
felixdivo Aug 8, 2019
56c6adb
address review
felixdivo Aug 11, 2019
329f5bc
address review
felixdivo Aug 11, 2019
2ae5100
address review on typing of PathLike
felixdivo Aug 11, 2019
2dda623
address review comments, cleanup tests
felixdivo Aug 11, 2019
a4154a4
fix exception message if filetype is unknown
felixdivo Aug 15, 2019
31c23bb
Update Readme
felixdivo Aug 16, 2019
fca9827
Fix bitrate setting in slcan
christiansandberg Aug 19, 2019
3b68a54
Merge branch 'develop' into asc-writer-canfd
felixdivo Sep 4, 2019
908fd87
Merge branch 'asc-writer-canfd' into develop
felixdivo Sep 4, 2019
224c803
add pylint checking for examples
felixdivo Sep 4, 2019
303ee65
cleanup asyncio_demo.py
felixdivo Sep 4, 2019
69d482e
remove coding: utf-8 and __future__ statements from examples
felixdivo Sep 4, 2019
d321bb4
adapt .travis.yml
felixdivo Sep 4, 2019
725bbd0
cleanup the examples; they now pass the linter and formatter and alwa…
felixdivo Sep 4, 2019
65f46cd
also enable mypy on the examples; this required two tiny changes some…
felixdivo Sep 4, 2019
80747e3
reformat files
felixdivo Sep 4, 2019
1d05ef7
fix a tiny typechecker regression introduced by the formatter
felixdivo Sep 4, 2019
1ac5510
Ignore error frames in can.player by default
christiansandberg Aug 17, 2019
63572da
add setup.py to linter check
felixdivo Sep 4, 2019
1947e56
removing coding: utf-8 directive since that is now the defualt in Pyt…
felixdivo Sep 4, 2019
9e0520b
removing coding: utf-8 directive also from setup.py
felixdivo Sep 4, 2019
8f1ba23
add doc/conf.py to pylint checking, reformat files
felixdivo Sep 4, 2019
81c5e15
add scripts/*.py to pylint
felixdivo Sep 4, 2019
e611e08
Merge branch 'develop' into cleanup-examples
felixdivo Sep 12, 2019
024aa0c
Merge branch 'cleanup-examples' into develop
felixdivo Sep 12, 2019
2ef710c
ASCReader: Skip J1939TP messages
bessman Sep 11, 2019
6caa9d4
Add example J1939TP message to logfile.asc
bessman Sep 12, 2019
b268712
Document log entry types ignored by ASCReader
bessman Sep 12, 2019
68855df
Add some more J1939TP examples
bessman Sep 12, 2019
7bf3928
Add typing annotations for can.util
karlding Aug 7, 2019
c93a2e0
Fix typing annotation for LogReader constructor
karlding Oct 23, 2019
216ed73
Initialized dataBin in canutils with None to prevent crashes when rea…
Oct 24, 2019
17093cc
Bump mypy version in lint step to 0.740
karlding Oct 24, 2019
6945150
Add support for error frames on PCAN (#711)
tamenol Nov 7, 2019
c001ef2
Add typing annotations for SocketCAN interface (#710)
karlding Nov 7, 2019
ac84454
vector xlclass - implement XLbusParams (#718)
zariiii9003 Nov 12, 2019
3cf42bb
VectorBus - add methods to handle non message events (#708)
zariiii9003 Nov 12, 2019
4937382
Bump Python 3.8 from dev version in Travis CI (#723)
karlding Nov 14, 2019
f342c1c
fixes #732: add support for VN8900 xlGetChannelTime function (#733)
danielhrisca Dec 2, 2019
b0d7460
Refactoring of BLF module
christiansandberg Aug 16, 2019
8aa8a44
Add support for "Robotell" USB-CAN interface (#731)
deonvdw Dec 16, 2019
638bbeb
Update test deps (#745)
hardbyte Dec 23, 2019
e11725d
Fix example usage (#739)
ptoews Dec 23, 2019
dcd694e
Exclude all test packages, not just toplevel (#740)
chrisoro Dec 24, 2019
148921a
Fix date format to show correct day of month (#754)
bessman Jan 7, 2020
44b0265
Add example with cyclic counter and checksum
Oct 4, 2019
eeb6593
Fix crc_send docstring
Oct 4, 2019
c92fbc2
Fixing ASCII reader unable to read FD frames (#741)
sou1hacker Jan 30, 2020
8ace40b
Added keycheck for windows platform (#724)
tamenol Feb 5, 2020
e495478
Added status_string method to return simple status strings (#725)
tamenol Feb 5, 2020
2282bfc
'can.interface' NOT 'can.interfaces.interface' (#762)
auden-rovellequartz Feb 7, 2020
651f162
Supports other base number(radix) at ASCReader. (#764)
typecprint Feb 8, 2020
b873299
Fix some BLF files can't be read (#765)
christiansandberg Feb 11, 2020
cb138c0
Changes to add direction to CAN messages (#773)
sou1hacker Feb 21, 2020
780db5c
Adding plugin support to can.io Reader/Writer (#783)
sou1hacker Mar 2, 2020
0c698cc
Adding direction to virutal bus messages (#779)
sou1hacker Mar 3, 2020
ffa1800
caching msg.data value (#798)
pierreluctg Mar 23, 2020
f4c2cff
add vector hardware config popup (#774)
zariiii9003 Mar 28, 2020
a35ab98
Add TX/RX message direction to socketcan (#780)
tysonite Apr 4, 2020
2d672b3
Relax restriction of arbitration ID uniqueness for SocketCAN (#785)
tysonite Apr 9, 2020
56c410c
Update api.rst (#812)
Joey5337 Apr 19, 2020
0ee6704
Add typing annotations for Virtual interface (#813)
karlding Apr 19, 2020
7780242
Seek for start of object instead of calculating it (#806)
christiansandberg Apr 19, 2020
b8ca212
Notifier no longer raises handled exceptions in rx_thread (#789)
aajn Apr 19, 2020
b418245
fix winreg bug in pcan (#802)
tamenol Apr 19, 2020
8c1b3f3
Fix Vector CANlib treatment of empty app name
karlding Apr 19, 2020
de0613e
Add _detect_available_configs to serial_can (#811)
josko7452 Apr 29, 2020
5cada6d
Add typing annotations for ASC module (#818)
karlding May 2, 2020
fa9df7b
Add an error callback to ThreadBasedCyclicSendTask (#781)
tysonite May 5, 2020
397e487
Possible fix for tests sometimes failing
May 6, 2020
ffbdab6
Same idea as before but faster
May 6, 2020
52a4588
Update windows APPDATA location
pierreluctg Feb 18, 2020
9291c43
Update %USERPROFILE% path
pierreluctg Feb 18, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ environment:

# For Python versions available on Appveyor, see
# https://www.appveyor.com/docs/windows-images-software/#python
# Python pre-2.7 and 3.0-3.4 have reached EOL
# Only Python 3.6+ is supported

- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
test/__tempdir__/
.pytest_cache/
.mypy_cache/
.dmypy.json
dmypy.json

# -------------------------
# below: https://github.com/github/gitignore/blob/da00310ccba9de9a988cc973ef5238ad2c1460e9/Python.gitignore
Expand Down
Loading