summaryrefslogtreecommitdiff
path: root/_dbus_bindings
AgeCommit message (Expand)AuthorFilesLines
2007-09-27Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie24-354/+427
2007-07-31_dbus_bindings/mainloop.c: Remove Watch and Timeout.Simon McVittie1-357/+0
2007-07-12Avoid cpp directives inside macro calls, to be nice to old gcc versionsSimon McVittie2-19/+1
2007-07-11Use PyArg_ParseTuple correctly, fixing the timeout in send_message_with_reply...Simon McVittie1-2/+2
2007-06-21_dbus_bindings: add DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE etc.Simon McVittie1-0/+9
2007-06-21Avoid using deprecated dbus_watch_get_fd()Simon McVittie1-1/+7
2007-05-29_dbus_bindings/conn-methods.c: add list_exported_child_objects().Simon McVittie1-0/+62
2007-05-16Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie6-53/+67
2007-04-30Remove BusImplementation, removing its remaining functionality to Connection.Simon McVittie4-95/+76
2007-04-30Implement o.fd.DBus method wrappers in Python instead of C.Simon McVittie1-235/+0
2007-04-27_dbus_bindings/module.c: Add some useful constantsSimon McVittie1-0/+17
2007-04-24Remove trailing whitespace in C sourceSimon McVittie8-13/+13
2007-04-24Add optional checks for coding style (mainly whitespace at the moment).Simon McVittie1-0/+3
2007-04-24_dbus_bindings/message.c: untabifySimon McVittie1-30/+30
2007-02-21If send_with_reply() returns TRUE but with pending call NULL, cope gracefully.Simon McVittie1-0/+7
2007-02-21Don't examine args for functions declared METH_NOARGS.Simon McVittie1-6/+3
2007-02-07Actually commit the numerous copyright-statement changes.Simon McVittie21-152/+152
2007-02-07Audit tp_dealloc callbacks to make sure they preserve the exception state.Simon McVittie2-1/+7
2007-02-07Fix memory leak where Struct, _LongBase, _StrBase, String leaked their __dict...Simon McVittie5-108/+309
2007-02-05Close a couple of reference leaks in String (there's another somewhere, but I...Simon McVittie1-8/+22
2007-02-05Don't leak memory in Struct repr()Simon McVittie1-2/+5
2007-02-05Don't leak memory in _StringBase and _LongBase repr()Simon McVittie1-2/+10
2007-02-05Switch _IntBase back to using generic alloc/free implementation rather than h...Simon McVittie1-1/+2
2007-02-05Fix a couple of memory leaks - D-Bus signature strings, and decoded Unicode o...Simon McVittie1-7/+11
2007-01-31_dbus_bindings/pending-call.c: Fix memory leak of one Message per method call.Simon McVittie1-2/+3
2007-01-25dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie24-48/+0
2007-01-22Split up Makefile.am between subdirectoriesSimon McVittie1-0/+30
2007-01-16When running without a main loop, don't make introspection fail.Simon McVittie1-7/+17
2007-01-16conn.c: fix Connection setup in absence of main loop, and error handlingSimon McVittie1-1/+4
2007-01-16Switch types from int to Py_ssize_t to be compatible with Python 2.5 on 64-bi...Simon McVittie4-7/+20
2007-01-16bytes.c, string.c: Don't mention get_object_by_unique_name in docstrings, it ...Simon McVittie2-2/+2
2007-01-16Ensure we put the right number of items in a struct or message and add test c...Simon McVittie1-19/+36
2007-01-10Add special case to serialization: objects with a __dbus_object_path__ attrib...Simon McVittie3-24/+101
2007-01-09Validate that the signature on an Array or Dict has the right number of compl...Simon McVittie1-4/+54
2007-01-09When putting a ByteArray into a variant array, serialise it as an array of va...Simon McVittie1-1/+25
2007-01-09Improve documentation of type conversion from D-Bus to PythonSimon McVittie1-11/+12
2007-01-09Improve docstrings for String and UTF8String explaining how to get UTF8String...Simon McVittie1-0/+26
2007-01-09Subscripting a ByteArray now gives 1-character strings again (for least aston...Simon McVittie1-57/+18
2007-01-09Don't require a main loop unless async calls, signal connections or exported ...Simon McVittie4-9/+38
2006-12-21Improve various type docstringsSimon McVittie13-127/+205
2006-12-21Fix recommendation given by exception message bringing it into sync with curr...Simon McVittie1-1/+1
2006-12-18Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie6-23/+51
2006-12-18bus.c, conn-methods.c, conn.c: Alter format of signatures in docstrings to ke...Simon McVittie3-14/+16
2006-12-18include/dbus_bindings.h: Rename to include/dbus-python.h, improve namespacing.Simon McVittie2-3/+3
2006-12-14_dbus_bindings/module.c: If Python is older than 2.4.2c1, initialize threads.Simon McVittie1-0/+10
2006-12-13message-append.c, message-get-args.c: Turn off debug messages even when debug...Simon McVittie2-0/+2
2006-12-13_dbus_bindings/conn.c: Fix broken weak reference handling, which caused a seg...Simon McVittie1-12/+43
2006-12-13conn-methods.c: Add tracingSimon McVittie1-0/+21
2006-12-13conn-internal.h: Comment weakref listSimon McVittie1-0/+1
2006-12-13bus.c: Add tracing and a couple of missed assertionsSimon McVittie1-0/+11