An open API service providing commit metadata for open source projects.

GitHub / choeger/dbus-python-cmake / commits

SHA Message Author Date Stats
2418022f Add dbus GLIB dependency Christoph Höger <c****r@t****e> about 14 years ago
2e161ed4 Use malloc instead of dynamic size array Christoph Höger <c****r@t****e> about 14 years ago
308e69a0 fix check size includes Christoph Höger <c****r@t****e> about 14 years ago
3de856e2 Find DbusBasicValue Christoph Höger <c****r@t****e> about 14 years ago
9f86d49a Use malloc instead of variable sized array Christoph Höger <c****r@t****e> about 14 years ago
a7f0b507 MSVC does not support inline, so just #def it Christoph Höger <c****r@t****e> about 14 years ago
2ffb03b9 Fix Python 3 incompatibilities Christoph Höger <c****r@t****e> about 14 years ago
5c659aa0 Made tests work
Signed-off-by: Christoph Höger <c****r@t****e>
Christoph Höger <c****r@t****e> over 14 years ago
bdd7f432 Start cmake integration
Signed-off-by: Christoph Höger <c****r@t****e>
Christoph Höger <c****r@t****e> over 14 years ago
2f08b9e6 Back to unreleased status Simon McVittie <s****e@c****k> over 14 years ago
4a4bce95 1.1.0 Simon McVittie <s****e@c****k> over 14 years ago
e2e58988 Make AM_CHECK_PYTHON_HEADERS compatible with Python 3 in the absence of pytho... Simon McVittie <s****e@c****k> over 14 years ago
2f59718a Deprecate dbus.gobject_service and make it vaguely compatible with 1.0 Simon McVittie <s****e@c****k> over 14 years ago
5b9f8767 Reinstate the old dbus.gobject_service, but only for Python 2 Simon McVittie <s****e@c****k> over 14 years ago
ba3f3ff2 Rename gobject_service (PyGI version) to gi_service Simon McVittie <s****e@c****k> over 14 years ago
f264e37f Fix ref leak in dbus_py_variant_level_set
Signed-off-by: Simon McVittie <s****e@c****k>
Simon McVittie <s****e@c****k> over 14 years ago
c5378865 Put sockets for the regression tests in /tmp, not ${builddir}
Signed-off-by: Simon McVittie <s****e@c****k>
Simon McVittie <s****e@c****k> over 14 years ago
8e4836c3 Fix _maintainer-update-htmldocs for out-of-tree builds Simon McVittie <s****e@c****k> over 14 years ago
de81bf8d Remove TODO, which is now empty - use bugzilla instead Simon McVittie <s****e@c****k> over 14 years ago
996a3f46 back to unreleased Simon McVittie <s****e@c****k> over 14 years ago
c59647b0 retroactively add release date Simon McVittie <s****e@c****k> over 14 years ago
5a8eb939 Install _compat.py Barry Warsaw <b****y@p****g>
Committed by: Simon McVittie <s****e@c****k>
over 14 years ago
d1ccc12d Generate ChangeLog correctly when out-of-tree Simon McVittie <s****e@c****k> over 14 years ago
1ee2b1a8 Let's call this 1.0 Simon McVittie <s****e@c****k> over 14 years ago
5b76f66e Remove duplicate -Werror machinery Simon McVittie <s****e@c****k> over 14 years ago
cd4e91c6 Move PY3PORT into doc, use the same extension as other rst, and render it Simon McVittie <s****e@c****k> over 14 years ago
09ca5de0 Describe problems, alternatives Simon McVittie <s****e@c****k> over 14 years ago
b486edf8 Deprecate dbus.glib (use dbus.mainloop.glib or dbus.mainloop.qt4) Simon McVittie <s****e@c****k> over 14 years ago
50fa5eb5 Add INTORLONG_CHECK macro so we don't have to conditionalize PyInt_Check Simon McVittie <s****e@c****k> over 14 years ago
4f043cf3 Use native 'int' (whatever that means) for variant_level etc. Simon McVittie <s****e@c****k> over 14 years ago
cdc0ca5c update NEWS, PY3PORT.rst Simon McVittie <s****e@c****k> over 14 years ago
ae61078c Test behaviour of various Message methods Simon McVittie <s****e@c****k> over 14 years ago
69342f86 Do not allow Byte(unicode(x)) (i.e. Byte(str(x)) in Python 3) Simon McVittie <s****e@c****k> over 14 years ago
cada4883 Use better names for the superclasses of Byte and ByteArray Simon McVittie <s****e@c****k> over 14 years ago
beaa4790 Consistently use the str type for identifier-like (ASCII) strings Simon McVittie <s****e@c****k> over 14 years ago
a5c77b73 DBusPythonString base class: use "native str" as base class instead of reinve... Simon McVittie <s****e@c****k> over 14 years ago
0daad225 SignalMessage.__repr__: include the destination and abbreviate "interface" mo... Simon McVittie <s****e@c****k> over 14 years ago
9201d65b Quash a few more deprecations. Barry Warsaw <b****y@p****g> over 14 years ago
f8dab5af More Python 3 porting, this time primarily to get test-client.py working. Barry Warsaw <b****y@p****g> over 14 years ago
2167b305 Re-enable the other tests, even though these still fail for me (b.f.o #43303). Barry Warsaw <b****y@p****g> over 14 years ago
0c71d7dd Re-enable previously disabled test. Barry Warsaw <b****y@p****g> over 14 years ago
ef05d294 Fix the match rule semantics so that a match rule of "arg0='/'" does not match Barry Warsaw <b****y@p****g> over 14 years ago
8e87ac36 Consistency; clean-up. Barry Warsaw <b****y@p****g> over 14 years ago
f2909c23 - Added back the missing PY3PORT.rst file, with updates. Barry Warsaw <b****y@p****g> over 14 years ago
4c1c2ead This is the big one; it adds Python 3 support. Barry Warsaw <b****y@p****g> over 14 years ago
667082d0 First round of PyInt -> PyLong changes. These are only compatible with Python Barry Warsaw <b****y@p****g> over 14 years ago
11c639e3 Add error checking to dbus_py_variant_level_get() and call sites. Barry Warsaw <b****y@p****g> over 14 years ago
71f4481c In preparation for Python 3 support, use the Python 2 PyBytes aliases for the Barry Warsaw <b****y@p****g> over 14 years ago
ca7a7056 In preparation for Python 3 support, all reprs now return unicodes, which is Barry Warsaw <b****y@p****g> over 14 years ago
5ff1d938 Modernize multiline imports in preparation for Python 3 support. Barry Warsaw <b****y@p****g> over 14 years ago
dc7b07bc Modernize `raise` syntax in preparation of Python 3 support. Barry Warsaw <b****y@p****g> over 14 years ago
e033b0c8 Import threading instead of thread. The latter is gone in Python 3. Barry Warsaw <b****y@p****g> over 14 years ago
061e55e8 Fix an inconsequential typo. Barry Warsaw <b****y@p****g> over 14 years ago
4477b612 For pendantic correctness, and future Python 3 compatibility, explicitly Barry Warsaw <b****y@p****g> over 14 years ago
48abd478 Don't leak the fast_seq object. Barry Warsaw <b****y@p****g> over 14 years ago
033a0f28 - Add a few missing Py_TYPE() changes for Python 3 compatibility. Barry Warsaw <b****y@p****g> over 14 years ago
4a26dab3 Additional PyObject_HEAD_INIT -> PyVarObject_HEAD_INIT changes in preparation Barry Warsaw <b****y@p****g> over 14 years ago
deccd695 Fix rst2html build failure in non-unicode locales
Signed-off-by: Simon McVittie <s****e@c****k>
Alexandre Rostovtsev <t****o@g****g>
Committed by: Simon McVittie <s****e@c****k>
over 14 years ago
75f2aaaa Update NEWS Simon McVittie <s****e@c****k> over 14 years ago
cabcf232 Remove dbus_bindings, deprecated for nearly 5 years Simon McVittie <s****e@c****k> over 14 years ago
14225c74 Use Python 3 syntax to catch exceptions
Signed-off-by: Simon McVittie <s****e@c****k>
Barry Warsaw <b****y@p****g>
Committed by: Simon McVittie <s****e@c****k>
over 14 years ago
959ce518 Use PyVarObject_HEAD_INIT to initialize types
Signed-off-by: Simon McVittie <s****e@c****k>
Barry Warsaw <b****y@p****g>
Committed by: Simon McVittie <s****e@c****k>
over 14 years ago
380d1f38 Adjust debug messages
Signed-off-by: Simon McVittie <s****e@c****k>
Barry Warsaw <b****y@p****g>
Committed by: Simon McVittie <s****e@c****k>
over 14 years ago
fc24dbaa Require Python 2.6, to make porting to Python 3 easier
Signed-off-by: Simon McVittie <s****e@c****k>
Simon McVittie <s****e@c****k> over 14 years ago
ebd44a42 Use Py_TYPE() rather than thing->ob_type, for Python 3 portability
Signed-off-by: Simon McVittie <s****e@c****k>
Simon McVittie <s****e@c****k> over 14 years ago
dc1c98f0 _message_iter_get_pyobject: if UTF-8 from libdbus is invalid, don't crash
Signed-off-by: Simon McVittie <s****e@c****k>
Simon McVittie <s****e@c****k> over 14 years ago
876c668e Don't warn about unused parameters
Signed-off-by: Simon McVittie <s****e@c****k>
Simon McVittie <s****e@c****k> over 14 years ago
d1b628e1 Don't leak UTF-8 string if serializing a unicode object fails with OOM
Signed-off-by: Simon McVittie <s****e@c****k>
Barry Warsaw <b****y@p****g>
Committed by: Simon McVittie <s****e@c****k>
over 14 years ago
fb64313b Remove dbus_py_tp_richcompare_by_pointer, dbus_py_tp_hash_by_pointer
Signed-off-by: Simon McVittie <s****e@c****k>
Simon McVittie <s****e@c****k> over 14 years ago
3caf4241 NEWS Simon McVittie <s****e@c****k> almost 15 years ago
092f60d1 Remove support for Python < 2.5 Simon McVittie <s****e@c****k> almost 15 years ago
1055343d Use DBusBasicValue instead of reinventing it, if dbus is new enough Simon McVittie <s****e@c****k> almost 15 years ago
dfa62b24 Bump dbus dependency to 1.4 so we can make decent error handling mandatory Simon McVittie <s****e@c****k> almost 15 years ago
9c26d255 Nano version Simon McVittie <s****e@c****k> over 15 years ago
6bdb2748 prepare 0.84 Simon McVittie <s****e@c****k> over 15 years ago
5ee02bf8 Let PYTHON_LIBS be overriden on the command line too Simon McVittie <s****e@c****k> over 15 years ago
e9feba0f Let the user set PYTHON_INCLUDES on the configure command line Simon McVittie <s****e@c****k> over 15 years ago
d6962024 merge Merge branch 'fd-passing' Simon McVittie <s****e@c****k> over 15 years ago
4093246a NEWS Simon McVittie <s****e@c****k> over 15 years ago
cbc3f71c remove stray declaration of dbus_py_unixfd_range_check Simon McVittie <s****e@c****k> over 15 years ago
77f745f8 unix-fd-service example: also exercise returning UnixFd(int) Simon McVittie <s****e@c****k> over 15 years ago
917c41bf Don't try to export DBUS_TYPE_UNIX_FD constant if not defined Simon McVittie <s****e@c****k> over 15 years ago
04d9fe48 unixfd: improve documentation Simon McVittie <s****e@c****k> over 15 years ago
9d848d86 _message_iter_get_pyobject: fix whitespace Simon McVittie <s****e@c****k> over 15 years ago
c1f49ac4 UnixFd: don't close file descriptors passed to the constructor as an int Simon McVittie <s****e@c****k> over 15 years ago
630a7c54 unixfd: coding style Simon McVittie <s****e@c****k> over 15 years ago
95dc5876 example-async-client: remove duplicate handle_hello_error() Simon McVittie <s****e@c****k> over 15 years ago
86653c55 _ProxyMethod: allow an explicit signature to be given to method calls Simon McVittie <s****e@c****k> over 15 years ago
070bddd9 adjust Scott's patch to force boolean to be 0 or 1, and for coding style Simon McVittie <s****e@c****k> over 15 years ago
d2fc8a5a ProxyObject: clear _pending_introspect_queue after execution
Signed-off-by: Simon McVittie <s****v@d****g>
Scott Tsai <s****w@g****m>
Committed by: Simon McVittie <s****v@d****g>
over 15 years ago
4965899a Wrap dbus_connection_set_allow_anonymous()
Signed-off-by: Simon McVittie <s****e@c****k>
Scott Tsai <s****w@g****m>
Committed by: Simon McVittie <s****e@c****k>
over 15 years ago
73fce893 Release 0.83.2 Simon McVittie <s****v@d****g> over 15 years ago
d51c445c NEWS Simon McVittie <s****v@d****g> over 15 years ago
59a0ea47 DBusPyException_ConsumeError: check whether the constructor failed Simon McVittie <s****v@d****g> over 15 years ago
28880468 Add a regression test for fd.o #23831 Simon McVittie <s****v@d****g> over 15 years ago
d3f57baf fd.o #23831: make sure to ref types passed to PyModule_AddObject Simon McVittie <s****v@d****g> over 15 years ago
56ad64cd Use Py_CLEAR for greater robustness Simon McVittie <s****v@d****g> over 15 years ago
cb1bbd24 dbus_py_Message_append: avoid looking beyond the valid part of a signature Simon McVittie <s****v@d****g> over 15 years ago
db665719 _message_iter_append_multi: bail out safely if a struct isn't filled Simon McVittie <s****v@d****g> over 15 years ago
3813781f Use dbus_message_iter_abandon_container to bail out, if supported Simon McVittie <s****v@d****g> over 15 years ago

← Back to repository