summaryrefslogtreecommitdiff
path: root/_dbus_bindings
Commit message (Expand)AuthorAgeFilesLines
...
* Don't leak memory in Struct repr()Simon McVittie2007-02-051-2/+5
* Don't leak memory in _StringBase and _LongBase repr()Simon McVittie2007-02-051-2/+10
* Switch _IntBase back to using generic alloc/free implementation rather than h...Simon McVittie2007-02-051-1/+2
* Fix a couple of memory leaks - D-Bus signature strings, and decoded Unicode o...Simon McVittie2007-02-051-7/+11
* _dbus_bindings/pending-call.c: Fix memory leak of one Message per method call.Simon McVittie2007-01-311-2/+3
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin...Simon McVittie2007-01-2524-48/+0
* Split up Makefile.am between subdirectoriesSimon McVittie2007-01-221-0/+30
* When running without a main loop, don't make introspection fail.Simon McVittie2007-01-161-7/+17
* conn.c: fix Connection setup in absence of main loop, and error handlingSimon McVittie2007-01-161-1/+4
* Switch types from int to Py_ssize_t to be compatible with Python 2.5 on 64-bi...Simon McVittie2007-01-164-7/+20
* bytes.c, string.c: Don't mention get_object_by_unique_name in docstrings, it ...Simon McVittie2007-01-162-2/+2
* Ensure we put the right number of items in a struct or message and add test c...Simon McVittie2007-01-161-19/+36
* Add special case to serialization: objects with a __dbus_object_path__ attrib...Simon McVittie2007-01-103-24/+101
* Validate that the signature on an Array or Dict has the right number of compl...Simon McVittie2007-01-091-4/+54
* When putting a ByteArray into a variant array, serialise it as an array of va...Simon McVittie2007-01-091-1/+25
* Improve documentation of type conversion from D-Bus to PythonSimon McVittie2007-01-091-11/+12
* Improve docstrings for String and UTF8String explaining how to get UTF8String...Simon McVittie2007-01-091-0/+26
* Subscripting a ByteArray now gives 1-character strings again (for least aston...Simon McVittie2007-01-091-57/+18
* Don't require a main loop unless async calls, signal connections or exported ...Simon McVittie2007-01-094-9/+38
* Improve various type docstringsSimon McVittie2006-12-2113-127/+205
* Fix recommendation given by exception message bringing it into sync with curr...Simon McVittie2006-12-211-1/+1
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-186-23/+51
* bus.c, conn-methods.c, conn.c: Alter format of signatures in docstrings to ke...Simon McVittie2006-12-183-14/+16
* include/dbus_bindings.h: Rename to include/dbus-python.h, improve namespacing.Simon McVittie2006-12-182-3/+3
* _dbus_bindings/module.c: If Python is older than 2.4.2c1, initialize threads.Simon McVittie2006-12-141-0/+10
* message-append.c, message-get-args.c: Turn off debug messages even when debug...Simon McVittie2006-12-132-0/+2
* _dbus_bindings/conn.c: Fix broken weak reference handling, which caused a seg...Simon McVittie2006-12-131-12/+43
* conn-methods.c: Add tracingSimon McVittie2006-12-131-0/+21
* conn-internal.h: Comment weakref listSimon McVittie2006-12-131-0/+1
* bus.c: Add tracing and a couple of missed assertionsSimon McVittie2006-12-131-0/+11
* Add TRACE macro and allow debug to be turned off per fileSimon McVittie2006-12-131-1/+9
* conn.c: Correct number of varargs to debug messageSimon McVittie2006-12-121-1/+1
* conn.c: Use __func__ instead of incorrect __FUNC__Simon McVittie2006-12-121-4/+4
* _dbus_bindings/bus.c, _dbus_bindings/conn-methods.c, _dbus_bindings/conn.c: A...Simon McVittie2006-12-123-13/+55
* _dbus_bindings/dbus_bindings-internal.h: Add wrapper macro "DBG_WHEREAMI;"Simon McVittie2006-12-121-1/+3
* Add assertion macros and supporting functionsSimon McVittie2006-12-122-4/+62
* Whitespace consistency: Don't put a space between function name and parenthes...Simon McVittie2006-12-114-199/+199
* Convert generic glue, main loop integration, message append/get_args, validat...Simon McVittie2006-12-119-266/+321
* Separate out remaining types (abstract, bytes, containers, int, float, signat...Simon McVittie2006-12-1111-361/+453
* Split out exceptions, pending call, message into separate .c filesSimon McVittie2006-12-1118-521/+521
* _dbus_bindings: debug-impl.h -> debug.cSimon McVittie2006-12-082-1/+0
* _dbus_bindings: bus-impl.h -> bus.cSimon McVittie2006-12-083-7/+10
* _dbus_bindings: split out conn, conn-methods into separate translation unitsSimon McVittie2006-12-0814-380/+503
* _dbus_bindings/conn-impl.h: Be more careful that referenced Connections alway...Simon McVittie2006-12-081-4/+22
* _dbus_bindings/bus-impl.h: Correctly construct Bus objects with non-default a...Simon McVittie2006-12-081-0/+2
* _dbus_bindings/validation-impl.h: Mark new functions as :Since: 0.80Simon McVittie2006-12-051-0/+9
* _dbus_bindings/types-impl.h: Always implement Int64 and UInt64 at least as a ...Simon McVittie2006-12-051-41/+217
* _dbus_bindings/signature-impl.h: Improve Signature class docstringSimon McVittie2006-12-051-3/+16
* _dbus_bindings/message-append-impl.h, _dbus_bindings/message-get-args.h: Use ...Simon McVittie2006-12-052-7/+8
* _dbus_bindings/containers-impl.h: Disallow empty structs. Improve docstringsSimon McVittie2006-12-051-13/+67