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

GitHub / warsaw/dbus-python / commits

SHA Message Author Date Stats
425993a3 development version Simon McVittie <s****e@c****k> over 13 years ago
d0d5b5be distribute new tests Simon McVittie <s****e@c****k> over 13 years ago
bd6aac59 1.2.0 Simon McVittie <s****e@c****k> over 13 years ago
9b26cf82 Add support for skipping tests, and use it Simon McVittie <s****e@c****k> over 13 years ago
08727822 utf8 test: pass when used with dbus 1.6.10, 1.7.2 Simon McVittie <s****e@c****k> over 13 years ago
f909f596 Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS Marko Lindqvist <c****m>
Committed by: Simon McVittie <s****e@c****k>
over 13 years ago
423ee853 Use GObject.__class__ instead of GObjectMeta Simon McVittie <s****e@c****k> over 13 years ago
c9ad0a39 Unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE Simon McVittie <s****e@c****k> over 13 years ago
121c294b Require D-Bus 1.6, drop fallback paths Simon McVittie <s****e@c****k> over 13 years ago
c57c4d28 NEWS Simon McVittie <s****e@c****k> almost 14 years ago
f5246523 Update the confusing notice of what license dbus-python is under Thiago Macieira <t****a@i****m>
Committed by: Simon McVittie <s****e@c****k>
almost 14 years ago
d262628e DBusException: override both __str__ and __unicode__ Simon McVittie <s****e@c****k> almost 14 years ago
544e05a1 Slightly better test coverage Simon McVittie <s****e@c****k> almost 14 years ago
efdd1823 Use a form of assertRaises() that works in Python 2.6 Simon McVittie <s****e@c****k> almost 14 years ago
83615efb Skip test_dbus_exception_convert_str_fail under unusual default encodings Simon McVittie <s****e@c****k> almost 14 years ago
09b540bd Support unicode messages for DBusException in Python 2 Michael Vogt <m****o@u****m>
Committed by: Simon McVittie <s****e@c****k>
almost 14 years ago
9c02d056 run-test.sh: don't go via make to run the cross-test Simon McVittie <s****e@c****k> about 14 years ago
e8a50757 NEWS Simon McVittie <s****e@c****k> about 14 years ago
f3199102 Don't include stdint.h Simon McVittie <s****e@c****k> about 14 years ago
6f5ec955 Re-indent now that the indentation is unecessary Simon McVittie <s****e@c****k> about 14 years ago
5b79604a Avoid variable-length arrays, which MSVC *still* doesn't support Simon McVittie <s****e@c****k> about 14 years ago
bdc48547 Use AC_C_INLINE to make sure "inline" works Simon McVittie <s****e@c****k> about 14 years ago
5558ee11 Link Python extensions differently on Windows Simon McVittie <s****e@c****k> about 14 years ago
ec267148 Replace incorrect AM_LDFLAGS usage with a proper AM_LDFLAGS/LIBADD split Simon McVittie <s****e@c****k> about 14 years ago
3d23ff9e reset to unreleased Simon McVittie <s****e@c****k> about 14 years ago
86b97804 prepare release Simon McVittie <s****e@c****k> about 14 years ago
f6066573 fd.o #40817: validate UTF-8 according to the same rules as libdbus Simon McVittie <s****e@c****k> about 14 years ago
4a0f4379 NEWS Simon McVittie <s****e@c****k> about 14 years ago
6ff89bf0 Py3: correctly guess the signature of ObjectPath(...) and Signature(...) Simon McVittie <s****e@c****k> about 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

← Back to repository