Commit Graph
20 Commits
Author SHA1 Message Date
James Hilton-BalfeandGitHub 1dd001b6d3 Add CodeQL scanning (#418) 2023-10-18 09:55:28 +11:00
James Hilton-BalfeandGitHub 2bcb05a905 Tests for #523 (#538) 2023-10-16 22:33:42 +11:00
James Hilton-BalfeandGitHub 6b36b9ba9f Add issue templates (#166) 2023-10-16 14:23:14 +11:00
James Hilton-BalfeandGitHub e3b44f491f Fix timestamp parsing (#415)
Fixes #407
2023-10-16 13:35:32 +11:00
c82816b8be Map enum int's into Enums redux (#293)
Re-implement Enum to be faster along with being an open set

---------
Co-authored-by: ydylla <ydylla@gmail.com>
2023-10-16 13:32:30 +11:00
James Hilton-BalfeandGitHub e7f07fa2a1 Update __init__.py (#451) 2023-03-08 08:20:56 +00:00
James Hilton-BalfeandGitHub 6df8cef3f0 Fix CI (#456) 2023-02-13 00:20:58 +00:00
James Hilton-BalfeandGitHub 1b1bd47cb1 Drop support for python3.6 (#444) 2023-02-09 08:35:41 +00:00
James Hilton-BalfeandGitHub 496eba2750 Bump version to b5 (#404) 2022-08-02 09:23:44 +10:00
d663a318b7 Release v.2.0.0b5 (#350)
* Implement Message.__bool__ for #130
* Add __bool__ to special members
* Tweak __bool__ docstring
* remove compiler: prefix

Co-authored-by: nat <n@natn.me>
2022-08-02 08:59:44 +10:00
James Hilton-BalfeandGitHub 3fd5a0d662 Fix parameters missing from services (#381) 2022-07-06 19:05:40 +01:00
James Hilton-BalfeandGitHub 6a70b8e8ea compiler: do not overwrite top level __init__.py
Resolves: #168 #260
2022-04-24 01:44:16 +02:00
James Hilton-BalfeandGitHub 3ca092a724 Fix is_set for optional proto3 fields 2022-04-24 01:37:15 +02:00
James Hilton-BalfeandGitHub 6f7d706a8e fix float nan comparison
This change also adds minor docstrings fixes and bumps pre-commit blac
version.
2022-04-24 01:13:58 +02:00
James Hilton-BalfeandGitHub ac96d8254b Add a minimal repro for #312 (#340) 2022-04-22 11:04:40 +01:00
James Hilton-BalfeandGitHub b9b0b22d57 Make Message.__getattribute__ invisible to type checkers (#359)
This lets linters know that we shouldn't access fields that aren't actually defined
2022-04-21 15:44:55 +01:00
James Hilton-BalfeandGitHub 402c21256f Fix unicodefun import error in black (#366) 2022-04-16 22:15:14 +01:00
James Hilton-BalfeandGitHub 74205e3319 Implement __deepcopy__ for Message (#339) 2022-02-16 23:12:51 +00:00
James Hilton-BalfeandGitHub 3f377e3bfd Remove the poetry.lock (#338) 2022-02-15 15:37:47 +00:00
6dd7baa26c Release v2.0.0.b4 (#307)
Co-authored-by: Kalan <22137047+kalzoo@users.noreply.github.com>
2022-01-03 18:18:44 +00:00