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