Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * glib/dbus-gmain.c (io_handler_dispatch): fix deadlock | John (J5) Palmieri | 2005-05-16 | 1 | -1/+3 |
| | | | | | | | | | | | | when using recursive g_main_loops * python/_dbus.py (class Bus): add the ProxyObjectClass alias for ProxyObject to make it easier for the Twisted networking framework to integrate dbus. * python/proxies.py (class ProxyObject): add the ProxyMethodClass alias for ProxyMethod to make it easier for the Twisted networking framework to integrate dbus. | ||||
* | * python/Makefile.am: changed to use pyexecdir for the binding | John (J5) Palmieri | 2005-05-05 | 1 | -2/+5 |
| | | | | | | | | | | | shared libraries (Bug#2494) * python/exceptions.py: bring exceptions over from the bindings so they can be used in applications (Bug#2036) Make all exceptions derive from DBusException * python/_dbus.py, python/proxies.py: implement __repr__ in a couple of classes so that print obj doesn't throw an exception (Bug #1685) | ||||
* | * python/dbus_bindings.pyx.in: | John (J5) Palmieri | 2005-05-01 | 1 | -0/+219 |
- added new type classes for hinting to the marashaler what type to send over the wire - added int16 and uint16 marshalers - Fixed a bug in the type constants that caused int32 to go out as uint16 over the wire * python/dbus.py: split up into different files and renamed _dbus.py * python/__init__.py, python/_util.py, python/decorators.py, python/exceptions.py, python/proxies.py, python/services.py, python/types.py: new files split off from dbus.py * python/Makefile.am: Add new files, remove dbus.py and install all python files to <python module dir>/dbus * python/examples/*: Added #!/usr/bin/env python to the top of every example. Patch provided by Tatavarty Kalyan |