summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update NEWS againSimon McVittie2008-07-171-5/+10
* Omit the remote traceback from certain D-Bus errorsSimon McVittie2008-07-174-1/+96
* Update NEWS. Let's call the next release 0.83 since it's a feature releaseSimon McVittie2008-07-172-2/+8
* Merge branch 'master' into serverSimon McVittie2008-07-151-0/+1
|\
| * Bugfix for: if using Connection.add_message_filter, only the last filter will...Huang Peng2008-07-151-0/+1
* | Alter dbus.server.Server API to have pseudo-signalsSimon McVittie2008-07-152-15/+57
* | Initialize LibDBusConnection correctlySimon McVittie2008-07-151-0/+2
* | Add some more compiler warning flags if supportedSimon McVittie2008-07-151-0/+5
* | Make DBusPyConnection_NewConsumingDBusConnection static now nobody else needs...Simon McVittie2008-07-151-1/+1
* | DbusPyServer: construct connections by calling the type, so the object will b...Simon McVittie2008-07-151-8/+20
* | Refactor DBusPyConnection_NewForBus and make it go via DbusPyConnection_Type....Simon McVittie2008-07-151-26/+59