summaryrefslogtreecommitdiff
path: root/_dbus_bindings/message-get-args.c
Commit message (Expand)AuthorAge
* Rename source directories for C code to silence an ImportWarningSimon McVittie2017-11-05
* Always include dbus_bindings-internal.h firstSimon McVittie2016-03-05
* Use DBusBasicValue instead of reinventing it, if dbus is new enoughSimon McVittie2012-02-24
* Use native 'int' (whatever that means) for variant_level etc.Simon McVittie2012-01-11
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-15
* First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw2011-12-14
* Use Py_TYPE() rather than thing->ob_type, for Python 3 portabilitySimon McVittie2011-12-13
* _message_iter_get_pyobject: if UTF-8 from libdbus is invalid, don't crashSimon McVittie2011-12-13
* _message_iter_get_pyobject: fix whitespaceSimon McVittie2011-05-18
* UnixFd: don't close file descriptors passed to the constructor as an intSimon McVittie2011-05-18
* Added Unix Fd support to dbus-pythonElvis Pfützenreuter2011-05-18
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-02
* fd.o #21831: deserialize empty ByteArray objects correctlySimon McVittie2010-11-23
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie2007-09-27
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-07
* Fix a couple of memory leaks - D-Bus signature strings, and decoded Unicode o...Simon McVittie2007-02-05
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-25
* Switch types from int to Py_ssize_t to be compatible with Python 2.5 on 64-bi...Simon McVittie2007-01-16
* Improve documentation of type conversion from D-Bus to PythonSimon McVittie2007-01-09
* Improve various type docstringsSimon McVittie2006-12-21
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-18
* message-append.c, message-get-args.c: Turn off debug messages even when debug...Simon McVittie2006-12-13
* Whitespace consistency: Don't put a space between function name and parenthes...Simon McVittie2006-12-11
* Convert generic glue, main loop integration, message append/get_args, validat...Simon McVittie2006-12-11