summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * unixfd: improve documentationSimon McVittie2011-05-181-18/+18
| * _message_iter_get_pyobject: fix whitespaceSimon McVittie2011-05-181-1/+1
| * UnixFd: don't close file descriptors passed to the constructor as an intSimon McVittie2011-05-182-11/+11
| * unixfd: coding styleSimon McVittie2011-05-181-9/+9
| * Added Unix Fd support to dbus-pythonElvis Pfützenreuter2011-05-1811-2/+432
* | NEWSSimon McVittie2011-05-181-0/+17
* | _ProxyMethod: allow an explicit signature to be given to method callsSimon McVittie2011-05-181-13/+18
|/
* example-async-client: remove duplicate handle_hello_error()Simon McVittie2011-05-171-12/+0
* adjust Scott's patch to force boolean to be 0 or 1, and for coding styleSimon McVittie2011-05-171-2/+4
* Wrap dbus_connection_set_allow_anonymous()Scott Tsai2011-05-171-0/+20
* ProxyObject: clear _pending_introspect_queue after executionScott Tsai2011-05-171-0/+1
* Release 0.83.2dbus-python-0.83.2Simon McVittie2010-12-022-6/+6
* NEWSSimon McVittie2010-12-021-1/+23
* DBusPyException_ConsumeError: check whether the constructor failedSimon McVittie2010-12-021-0/+5
* Add a regression test for fd.o #23831Simon McVittie2010-12-024-1/+29
* fd.o #23831: make sure to ref types passed to PyModule_AddObjectSimon McVittie2010-12-0213-0/+25
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-0219-220/+209
* dbus_py_Message_append: avoid looking beyond the valid part of a signatureSimon McVittie2010-12-021-14/+22
* _message_iter_append_multi: bail out safely if a struct isn't filledSimon McVittie2010-12-021-0/+9
* Use dbus_message_iter_abandon_container to bail out, if supportedSimon McVittie2010-12-022-2/+24
* _message_iter_append_multi: assert that mode is what we expectSimon McVittie2010-12-021-0/+5
* Makefile.am: build API docs etc. last, so they pick up any recent changesSimon McVittie2010-12-021-1/+1
* fd.o #21831: deserialize empty ByteArray objects correctlySimon McVittie2010-11-232-0/+13
* Move CFLAGS_WARNINGS setup after uses of JH_ADD_CFLAGSimon McVittie2010-11-231-2/+2
* Fix compilation in 64-bit architectureElvis Pfützenreuter2010-10-181-1/+1
* Don't override CFLAGS when adding compiler warningsLouis-Francis Ratté-Boulianne2010-08-261-1/+3
* Fixed typo in dbus/bus.py where list_activatable_names would call org.freedes...Johan Sandelin2010-03-241-1/+1
* Start 0.83.2Simon McVittie2010-02-182-1/+6
* Prepare version 0.83.1dbus-python-0.83.1Simon McVittie2010-02-182-6/+7
* Use telepathy-glib's macros for desirable and undesirable compiler warningsSimon McVittie2010-02-184-11/+95
* Require a halfway modern AutomakeSimon McVittie2010-02-181-1/+1
* Support silent rules if automake >= 1.11Simon McVittie2010-02-181-0/+1
* Fix signature and return value of Connection_tp_init (oops)Simon McVittie2010-02-181-1/+3
* Revert "Prepare version 0.83.1"Simon McVittie2010-02-182-7/+6
* Prepare version 0.83.1Simon McVittie2010-02-182-6/+7
* Ignore generated files from newer libtoolSimon McVittie2010-02-181-0/+5
* Use git log rather than git-log, to support distcheck with modern gitSimon McVittie2010-02-181-2/+2
* fd.o#21172: avoid DeprecationWarning with Python 2.6Simon McVittie2010-02-181-1/+8
* tests/cross-test-*: don't use deprecated sets moduleSimon McVittie2010-02-182-5/+3
* fd.o #15013: expose dbus.lowlevel.MESSAGE_TYPE_SIGNAL and friendsSimon McVittie2010-02-182-4/+10
* Update NEWS againSimon McVittie2008-09-301-0/+3
* Message.set_sender: allow org.freedesktop.DBusHuang Peng2008-09-301-1/+1
* NEWS: mention mpg's bugfixSimon McVittie2008-09-301-0/+4
* Merge branch 'mpg'Simon McVittie2008-09-161-1/+9
|\
| * Cleanup self._signal_recipients_by_object_path (fd.o #17551)Marco Pesenti Gritti2008-09-151-1/+9
* | Start development for 0.83.1Simon McVittie2008-09-162-1/+10
|/
* Release version 0.83.0dbus-python-0.83.0Simon McVittie2008-07-232-4/+4
* Avoid some compiler warningsSimon McVittie2008-07-233-0/+5
* Make the API docs build correctly when out-of-treeSimon McVittie2008-07-232-1/+6
* Require dbus 1.0.Simon McVittie2008-07-234-3/+4