summaryrefslogtreecommitdiff
path: root/_dbus_bindings/unixfd.c
Commit message (Expand)AuthorAgeFilesLines
* Add INTORLONG_CHECK macro so we don't have to conditionalize PyInt_CheckSimon McVittie2012-01-111-5/+2
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-1/+6
* First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw2011-12-141-32/+63
* Use PyVarObject_HEAD_INIT to initialize typesBarry Warsaw2011-12-131-2/+1
* unixfd: improve documentationSimon McVittie2011-05-181-18/+18
* UnixFd: don't close file descriptors passed to the constructor as an intSimon McVittie2011-05-181-9/+4
* unixfd: coding styleSimon McVittie2011-05-181-9/+9
* Added Unix Fd support to dbus-pythonElvis Pfützenreuter2011-05-181-0/+225