- 23 Nov, 2020 3 commits
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
It is deprecated and no longer necessary. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Back in the days of PyGTK, there was only the gobject module, containing bindings for both GLib and GObject. This is no longer the case. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- 19 Nov, 2020 1 commit
-
-
Martin Stumpf authored
Analogous to 78816667
-
- 14 Jan, 2020 5 commits
-
-
Simon McVittie authored
Since Python 3.3 the recommended location is collections.abc.Sequence, and the collections.Sequence alias will be removed in 3.9. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Python 3.9 nightly builds rely on intermixed declarations and statements in their headers, so we can no longer enforce this. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
The latest version only supports Python 3. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- 11 Jan, 2020 4 commits
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
The autoconf-archive macros do not guarantee not to use $AX_foo names for shell variables (see dbus#249, dbus!86). Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
The latest version of tappy dropped Python 2 support, but I want to be able to continue to run dbus-python tests on Python 2 for now. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
-
- 25 Nov, 2019 1 commit
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- 21 Nov, 2019 6 commits
-
-
Simon McVittie authored
Being told that a `static inline` function was not inlined is not particularly useful as a way to detect bugs. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Python 3.8 removes the tp_str for various built-in types, so we would print Double values as their repr (for example dbus.Double(0.5)), which is a regression. Print them as 0.5 instead. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Python 3.8 removes the tp_str for various built-in types, so we would print Boolean values as their repr (for example dbus.Boolean(True)), which is a regression. Print them as 0 or 1 instead, which was the historical behaviour (arguably False or True would be better, but that would be a behaviour change). Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Python 3.8 removes the tp_str for various built-in types, so we would print long-derived values as their repr (for example dbus.Int64(42)), which is a regression. Print them as 42 instead. Co-authored-by:
matclab <mathieu@clabaut.net> Signed-off-by:
Simon McVittie <smcv@collabora.com> Fixes: #31
-
- 12 Sep, 2019 3 commits
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Saving and restoring the exception indicator breaks users of dbus-python that rely on being able to raise SystemExit (or call sys.exit()) from a dbus-python method, such as libsecret's test suite. This reverts commit dbc0f7ef. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- 02 Sep, 2019 17 commits
-
-
Simon McVittie authored
-
Simon McVittie authored
Otherwise I'll probably forget a step, usually updating PyPI. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This lets us catch them in the test code. Fixes: e9f658d9Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This avoids unnecessary bus traffic, and when used on the system bus it also avoids system log spam from the dbus-daemon rejecting the unexpected reply. Closes: #26Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
See #26Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
-