| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Relicense Collabora code under the MIT/X11 license proposed for dbus core, ↵ | Simon McVittie | 2007-09-27 | 1 | -15/+18 |
| | | | | | removing all references to the LGPL as a result | ||||
| * | Actually commit the numerous copyright-statement changes. | Simon McVittie | 2007-02-07 | 1 | -8/+8 |
| | | |||||
| * | Fix a couple of memory leaks - D-Bus signature strings, and decoded Unicode ↵ | Simon McVittie | 2007-02-05 | 1 | -7/+11 |
| | | | | | objects | ||||
| * | dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated ↵ | Simon McVittie | 2007-01-25 | 1 | -2/+0 |
| | | | | | lines in license statement | ||||
| * | Switch types from int to Py_ssize_t to be compatible with Python 2.5 on ↵ | Simon McVittie | 2007-01-16 | 1 | -2/+5 |
| | | | | | 64-bit archs | ||||
| * | Improve documentation of type conversion from D-Bus to Python | Simon McVittie | 2007-01-09 | 1 | -11/+12 |
| | | |||||
| * | Improve various type docstrings | Simon McVittie | 2006-12-21 | 1 | -1/+1 |
| | | |||||
| * | Switch to autotools and test with Python 2.5 as well as 2.4. | Simon McVittie | 2006-12-18 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | In the process: HACKING.txt: update include/dbus-python.h: add some typedefs to make it saner bus.c, conn.c, conn-methods.c: further alter docstrings to keep epydoc happy exceptions.c: create exceptions in a more longwinded way for Python 2.5 compatibility message-get-args.c, bus/__init__.py: tweak docstrings dbus/introspect_parser.py: make docstring valid reStructuredText run-test.sh: simplify, since configure now does some of the work test/*.py: use paths from run-test.sh, cope with out-of-tree builds test-standalone.py: carry out additional sanity checks | ||||
| * | message-append.c, message-get-args.c: Turn off debug messages even when ↵ | Simon McVittie | 2006-12-13 | 1 | -0/+1 |
| | | | | | debugging other things, they're too verbose | ||||
| * | Whitespace consistency: Don't put a space between function name and ↵ | Simon McVittie | 2006-12-11 | 1 | -2/+2 |
| | | | | | parentheses around arguments | ||||
| * | Convert generic glue, main loop integration, message append/get_args, ↵ | Simon McVittie | 2006-12-11 | 1 | -0/+512 |
| validation into separate translation units - no *-impl.h remaining | |||||
