summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - Add a few missing Py_TYPE() changes for Python 3 compatibility.Barry Warsaw2011-12-133-6/+6
* Additional PyObject_HEAD_INIT -> PyVarObject_HEAD_INIT changes in preparationBarry Warsaw2011-12-136-26/+13
* Fix rst2html build failure in non-unicode localesAlexandre Rostovtsev2011-12-132-0/+3
* Update NEWSSimon McVittie2011-12-131-0/+9
* Remove dbus_bindings, deprecated for nearly 5 yearsSimon McVittie2011-12-136-63/+6
* Use Python 3 syntax to catch exceptionsBarry Warsaw2011-12-139-21/+21
* Use PyVarObject_HEAD_INIT to initialize typesBarry Warsaw2011-12-139-42/+21
* Adjust debug messagesBarry Warsaw2011-12-131-3/+3
* Require Python 2.6, to make porting to Python 3 easierSimon McVittie2011-12-132-2/+2
* Use Py_TYPE() rather than thing->ob_type, for Python 3 portabilitySimon McVittie2011-12-1313-25/+25
* _message_iter_get_pyobject: if UTF-8 from libdbus is invalid, don't crashSimon McVittie2011-12-131-3/+7
* Don't warn about unused parametersSimon McVittie2011-12-131-1/+2
* Don't leak UTF-8 string if serializing a unicode object fails with OOMBarry Warsaw2011-12-131-0/+1
* Remove dbus_py_tp_richcompare_by_pointer, dbus_py_tp_hash_by_pointerSimon McVittie2011-12-132-27/+0
* NEWSSimon McVittie2011-11-151-0/+9
* Remove support for Python < 2.5Simon McVittie2011-11-153-18/+1
* Bump dbus dependency to 1.4 so we can make decent error handling mandatorySimon McVittie2011-11-152-15/+1
* Nano versionSimon McVittie2011-05-251-1/+1
* prepare 0.84dbus-python-0.84.0Simon McVittie2011-05-252-3/+12
* Let PYTHON_LIBS be overriden on the command line tooSimon McVittie2011-05-241-1/+10
* Let the user set PYTHON_INCLUDES on the configure command lineSimon McVittie2011-05-241-13/+19
* Merge branch 'fd-passing'Simon McVittie2011-05-2410-2/+438
|\
| * remove stray declaration of dbus_py_unixfd_range_checkSimon McVittie2011-05-181-1/+0
| * unix-fd-service example: also exercise returning UnixFd(int)Simon McVittie2011-05-181-6/+11
| * Don't try to export DBUS_TYPE_UNIX_FD constant if not definedSimon McVittie2011-05-181-0/+2
| * unixfd: improve documentationSimon McVittie2011-05-181-18/+18
| * _message_iter_get_pyobject: fix whitespaceSimon McVittie2011-05-181-1/+1
| * UnixFd: don't close file descriptors passed to the constructor as an intSimon McVittie2011-05-182-11/+11
| * unixfd: coding styleSimon McVittie2011-05-181-9/+9
| * Added Unix Fd support to dbus-pythonElvis Pfützenreuter2011-05-1811-2/+432
* | NEWSSimon McVittie2011-05-181-0/+17
* | _ProxyMethod: allow an explicit signature to be given to method callsSimon McVittie2011-05-181-13/+18
|/
* example-async-client: remove duplicate handle_hello_error()Simon McVittie2011-05-171-12/+0
* adjust Scott's patch to force boolean to be 0 or 1, and for coding styleSimon McVittie2011-05-171-2/+4
* Wrap dbus_connection_set_allow_anonymous()Scott Tsai2011-05-171-0/+20
* ProxyObject: clear _pending_introspect_queue after executionScott Tsai2011-05-171-0/+1
* Release 0.83.2dbus-python-0.83.2Simon McVittie2010-12-022-6/+6
* NEWSSimon McVittie2010-12-021-1/+23
* DBusPyException_ConsumeError: check whether the constructor failedSimon McVittie2010-12-021-0/+5
* Add a regression test for fd.o #23831Simon McVittie2010-12-024-1/+29
* fd.o #23831: make sure to ref types passed to PyModule_AddObjectSimon McVittie2010-12-0213-0/+25
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-0219-220/+209
* dbus_py_Message_append: avoid looking beyond the valid part of a signatureSimon McVittie2010-12-021-14/+22
* _message_iter_append_multi: bail out safely if a struct isn't filledSimon McVittie2010-12-021-0/+9
* Use dbus_message_iter_abandon_container to bail out, if supportedSimon McVittie2010-12-022-2/+24
* _message_iter_append_multi: assert that mode is what we expectSimon McVittie2010-12-021-0/+5
* Makefile.am: build API docs etc. last, so they pick up any recent changesSimon McVittie2010-12-021-1/+1
* fd.o #21831: deserialize empty ByteArray objects correctlySimon McVittie2010-11-232-0/+13
* Move CFLAGS_WARNINGS setup after uses of JH_ADD_CFLAGSimon McVittie2010-11-231-2/+2
* Fix compilation in 64-bit architectureElvis Pfützenreuter2010-10-181-1/+1