summaryrefslogtreecommitdiff
path: root/_dbus_bindings
Commit message (Expand)AuthorAge
* Use non-recursive make for everything except testsSimon McVittie2016-01-20
* Use AX_COMPILER_FLAGSSimon McVittie2015-12-06
* _dbus_py_assertion_failed: flag as NORETURNSimon McVittie2015-12-05
* Require D-Bus 1.6, drop fallback pathsSimon McVittie2013-04-22
* Link Python extensions differently on WindowsSimon McVittie2012-07-05
* Replace incorrect AM_LDFLAGS usage with a proper AM_LDFLAGS/LIBADD splitSimon McVittie2012-07-05
* Don't include stdint.hSimon McVittie2012-07-04
* Re-indent now that the indentation is unecessarySimon McVittie2012-07-04
* Avoid variable-length arrays, which MSVC *still* doesn't supportSimon McVittie2012-07-04
* fd.o #40817: validate UTF-8 according to the same rules as libdbusSimon McVittie2012-06-25
* Py3: correctly guess the signature of ObjectPath(...) and Signature(...)Simon McVittie2012-06-05
* Fix ref leak in dbus_py_variant_level_setSimon McVittie2012-03-12
* Use DBusBasicValue instead of reinventing it, if dbus is new enoughSimon McVittie2012-02-24
* Add INTORLONG_CHECK macro so we don't have to conditionalize PyInt_CheckSimon McVittie2012-01-11
* Use native 'int' (whatever that means) for variant_level etc.Simon McVittie2012-01-11
* Do not allow Byte(unicode(x)) (i.e. Byte(str(x)) in Python 3)Simon McVittie2012-01-11
* Use better names for the superclasses of Byte and ByteArraySimon McVittie2012-01-11
* Consistently use the str type for identifier-like (ASCII) stringsSimon McVittie2012-01-11
* DBusPythonString base class: use "native str" as base class instead of reinve...Simon McVittie2012-01-11
* SignalMessage.__repr__: include the destination and abbreviate "interface" mo...Simon McVittie2012-01-11
* Consistency; clean-up.Barry Warsaw2011-12-15
* - Added back the missing PY3PORT.rst file, with updates.Barry Warsaw2011-12-15
* 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
* Add error checking to dbus_py_variant_level_get() and call sites.Barry Warsaw2011-12-14
* In preparation for Python 3 support, use the Python 2 PyBytes aliases for theBarry Warsaw2011-12-14
* In preparation for Python 3 support, all reprs now return unicodes, which isBarry Warsaw2011-12-14
* Fix an inconsequential typo.Barry Warsaw2011-12-13
* For pendantic correctness, and future Python 3 compatibility, explicitlyBarry Warsaw2011-12-13
* Don't leak the fast_seq object.Barry Warsaw2011-12-13
* - Add a few missing Py_TYPE() changes for Python 3 compatibility.Barry Warsaw2011-12-13
* Additional PyObject_HEAD_INIT -> PyVarObject_HEAD_INIT changes in preparationBarry Warsaw2011-12-13
* Use PyVarObject_HEAD_INIT to initialize typesBarry Warsaw2011-12-13
* Adjust debug messagesBarry Warsaw2011-12-13
* 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
* Don't leak UTF-8 string if serializing a unicode object fails with OOMBarry Warsaw2011-12-13
* Remove dbus_py_tp_richcompare_by_pointer, dbus_py_tp_hash_by_pointerSimon McVittie2011-12-13
* Remove support for Python < 2.5Simon McVittie2011-11-15
* Bump dbus dependency to 1.4 so we can make decent error handling mandatorySimon McVittie2011-11-15
* remove stray declaration of dbus_py_unixfd_range_checkSimon McVittie2011-05-18
* Don't try to export DBUS_TYPE_UNIX_FD constant if not definedSimon McVittie2011-05-18
* unixfd: improve documentationSimon McVittie2011-05-18
* _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
* unixfd: coding styleSimon McVittie2011-05-18
* Added Unix Fd support to dbus-pythonElvis Pfützenreuter2011-05-18
* adjust Scott's patch to force boolean to be 0 or 1, and for coding styleSimon McVittie2011-05-17
* Wrap dbus_connection_set_allow_anonymous()Scott Tsai2011-05-17
* DBusPyException_ConsumeError: check whether the constructor failedSimon McVittie2010-12-02