aboutsummaryrefslogtreecommitdiffstats
path: root/native_bus.pyx (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-19some improvments + license change3.1.2Mattias Andrée9-250/+47
2015-11-30improve readmeMattias Andrée1-2/+11
2015-10-02update distMattias Andrée1-2/+2
2015-10-02update makefile for python 3.53.1.1Mattias Andrée1-4/+12
2015-05-17update distMattias Andrée1-2/+2
2015-05-17typo3.1Mattias Andrée1-3/+3
2015-05-17add timed callsMattias Andrée2-38/+283
2015-05-17Bus.chown can use usernames and groupnames, as well as using the group of the ownerMattias Andrée1-3/+14
2015-05-17Bus.chown can keep current owner or group + Bus.chmod can use a permission mask to keep or remove permissionsMattias Andrée1-7/+25
2015-05-17update pollMattias Andrée2-30/+26
2015-05-16update distMattias Andrée1-4/+4
2015-05-16return the errno value that was set by the native bus functions, python clears errno3.0Mattias Andrée2-109/+154
2015-05-16fix pollMattias Andrée2-5/+8
2015-05-16add new functions for bus 3.0Mattias Andrée2-6/+237
2015-05-16update bus.writeMattias Andrée2-5/+17
2015-04-26update distMattias Andrée1-2/+2
2015-04-26update callback wrapper to support bus 2.02.0Mattias Andrée1-2/+6
2015-04-26fix bugMattias Andrée1-1/+1
2015-04-26update docMattias Andrée1-1/+7
2015-04-23distMattias Andrée2-0/+32
2015-04-23suppress error on exit and fix callback1.0Mattias Andrée2-2/+13
2015-04-23fix some errorsMattias Andrée1-5/+4
2015-04-22add destructor for bus classMattias Andrée1-0/+7
2015-04-22...Mattias Andrée4-5/+544