summaryrefslogtreecommitdiff
path: root/dbus_bindings
Commit message (Collapse)AuthorAgeFilesLines
* Consistently save/restore exception indicator when called from C codeSimon McVittie2019-09-023-16/+43
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* TRACE: Fix NULL argument to format stringSimon McVittie2019-09-021-1/+1
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* unixfd: Adjust docstringSimon McVittie2019-09-021-2/+2
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Add variant_level to UnixFd typeJohn Baublitz2019-08-301-3/+27
|
* Silence -Wcast-function-type with gcc 8Simon McVittie2019-07-236-45/+48
| | | | | | | | | Casting via void (*)(void) is the documented way to suppress this warning. This is required because the CPython API treats function pointers as generic, with flags to indicate different calling conventions. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Don't set deprecated tp_print to NULL on Python 3Simon McVittie2019-07-157-1/+40
| | | | | | | This has apparently never actually done anything in the Python 3 series. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-1528-0/+56
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Improve documentation for SphinxSimon McVittie2018-05-028-93/+63
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* doc: Be more clear about bytes vs. unicodeSimon McVittie2018-05-022-5/+9
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Improve UTF8String documentationSimon McVittie2018-05-021-9/+8
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Convert documentation from epydoc to SphinxSimon McVittie2018-05-027-70/+56
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Rename source directories for C code to silence an ImportWarningSimon McVittie2017-11-0528-0/+11289
Python warns that it is not importing these directories because they contain no __init__.py. Signed-off-by: Simon McVittie <smcv@collabora.com>