605 Commits

Author SHA1 Message Date
Stefan Agner
c6a8301704
feat: make ErrorType enums compare as strings (#269)
The DBusError exception stores the error type as string. This makes the
exception not directly compare to the ErrorType members (for example
DBusError(ErrorType.FAILED, "").type != ErrorType.FAILED). This makes
ErrorType also a string to make this comparision work.
2023-11-22 09:26:11 +01:00
github-actions
6143cb1e86 2.14.0
Automatically generated by python-semantic-release
2023-11-10 14:50:05 +00:00
J. Nick Koston
0ccb7c5d87
feat: add support for tuples to the marshaller (#267) 2023-11-10 08:46:37 -06:00
github-actions
6b48423b23 2.13.1
Automatically generated by python-semantic-release
2023-11-07 23:19:44 +00:00
J. Nick Koston
158622157f
fix: re-release since the previous release ran out of space on PyPI (#266) 2023-11-07 17:16:18 -06:00
github-actions
1fea9b487b 2.13.0
Automatically generated by python-semantic-release
2023-11-07 21:47:46 +00:00
J. Nick Koston
5bdb161c0a
feat: improve marshaller performance (#264) 2023-11-07 15:44:06 -06:00
github-actions
4b7eeb10d5 2.12.1
Automatically generated by python-semantic-release
2023-11-07 21:13:38 +00:00
J. Nick Koston
e634fc2c70
fix: send reply test failure with cython (#265) 2023-11-07 15:09:22 -06:00
github-actions
40a45b8694 2.12.0
Automatically generated by python-semantic-release
2023-10-18 07:49:25 +00:00
J. Nick Koston
dca459900e
fix: reduce size of wheels by excluding generated .c files (#262) 2023-10-17 21:44:54 -10:00
J. Nick Koston
460a072652
feat: update for final cpython release (#263) 2023-10-17 21:44:41 -10:00
github-actions
601395460d 2.11.1
Automatically generated by python-semantic-release
2023-10-04 17:41:51 +00:00
J. Nick Koston
4de31a3646
fix: marshall multi-byte strings correctly (#261) 2023-10-04 12:37:39 -05:00
J. Nick Koston
f9e5d1d020
chore: add more unmarshall tests (#260) 2023-10-04 12:27:49 -05:00
J. Nick Koston
4d3b666564
chore: add more unmarshall tests (#259) 2023-10-04 12:17:53 -05:00
J. Nick Koston
2fc723eacb
chore: add benchmark for GetValue (#258) 2023-09-28 09:49:51 -05:00
github-actions
8beea1da71 2.11.0
Automatically generated by python-semantic-release
2023-09-27 14:29:06 +00:00
J. Nick Koston
5c8bfe5e15
feat: speed up unpacking arrays (#257) 2023-09-27 09:25:24 -05:00
github-actions
e1d4db724c 2.10.0
Automatically generated by python-semantic-release
2023-09-25 19:29:55 +00:00
J. Nick Koston
0d7a6652d7
feat: speed up constructing Variant objects (#256) 2023-09-25 14:25:52 -05:00
github-actions
eeabcd536f 2.9.0
Automatically generated by python-semantic-release
2023-09-20 09:18:56 +00:00
J. Nick Koston
5aed075166
feat: speed up unmarshalling message body (#255) 2023-09-20 11:14:59 +02:00
github-actions
50b283a4c0 2.8.0
Automatically generated by python-semantic-release
2023-09-20 08:31:01 +00:00
J. Nick Koston
dd74a8409d
feat: speed up unmarshalling Variants (#254) 2023-09-20 10:27:13 +02:00
github-actions
24dbe61160 2.7.0
Automatically generated by python-semantic-release
2023-09-13 18:24:47 +00:00
J. Nick Koston
f9b61b8bc7
feat: speed up readers in the unmarshall path (#253) 2023-09-13 13:21:25 -05:00
github-actions
288ffbe6bb 2.6.0
Automatically generated by python-semantic-release
2023-09-12 03:06:10 +00:00
J. Nick Koston
0b6ba93f73
feat: speed up first connection when using asyncio (#251) 2023-09-11 22:02:16 -05:00
github-actions
7c527b4a39 2.5.0
Automatically generated by python-semantic-release
2023-09-12 02:46:56 +00:00
J. Nick Koston
e4cae13e1a
feat: speed up unmarshaller (#250) 2023-09-11 21:43:34 -05:00
github-actions
1996520489 2.4.0
Automatically generated by python-semantic-release
2023-09-12 00:08:44 +00:00
J. Nick Koston
98c7e75375
feat: add cython typing for ServiceInterface.name (#248) 2023-09-11 19:04:38 -05:00
J. Nick Koston
16b31f91e5
chore: bump cpython CI version (#249) 2023-09-11 19:03:15 -05:00
github-actions
5344884c9b 2.3.0
Automatically generated by python-semantic-release
2023-09-11 23:57:33 +00:00
J. Nick Koston
8f39ba3ada
feat: speed up connect and disconnect (#247) 2023-09-11 18:50:05 -05:00
github-actions
cbcea89509 2.2.0
Automatically generated by python-semantic-release
2023-09-10 20:16:36 +00:00
J. Nick Koston
5f5a150ca0
feat: speed up unmarshalling by skipping unused unix_fds header (#246) 2023-09-10 15:13:17 -05:00
github-actions
5583a2a2e7 2.1.0
Automatically generated by python-semantic-release
2023-09-10 19:52:24 +00:00
J. Nick Koston
da30b04a15
feat: reduce overhead to reset between messages (#245) 2023-09-10 14:49:02 -05:00
github-actions
42bbff5f74 2.0.1
Automatically generated by python-semantic-release
2023-09-08 23:37:35 +00:00
J. Nick Koston
370791da86
fix: clean up address parsing and tests (#244) 2023-09-08 18:33:53 -05:00
github-actions
21f8544d4a 2.0.0
Automatically generated by python-semantic-release
2023-09-07 23:39:15 +00:00
David Lechner
091d421a94
feat!: don't import backends by default (#243) 2023-09-07 18:35:05 -05:00
github-actions
6c3d8c1912 1.95.2
Automatically generated by python-semantic-release
2023-09-07 16:01:11 +00:00
Noel Remy
14f52f216d
fix: handling of None messages from notify callback (#236)
Co-authored-by: Remy Noel <remy.noel@blade-group.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-09-07 10:55:12 -05:00
github-actions
8e17e91f0c 1.95.1
Automatically generated by python-semantic-release
2023-09-07 15:20:04 +00:00
J. Nick Koston
6f6f5f86c0
fix: handle multiple flag bits when unmarshalling (#241) 2023-09-07 10:16:07 -05:00
J. Nick Koston
0386dc2322
chore: add test coverage for issue 239 (#240) 2023-09-07 09:54:18 -05:00
github-actions
91ad820069 1.95.0
Automatically generated by python-semantic-release
2023-09-06 16:29:57 +00:00