index
:
dbus-python.git
cflags
master
Unnamed repository; edit this file to name it for gitweb.
Louis-Francis Ratté-Boulianne
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-24
Fixed typo in dbus/bus.py where list_activatable_names would call org.freedes...
HEAD
master
Johan Sandelin
1
-1/+1
2010-02-18
Start 0.83.2
Simon McVittie
2
-1/+6
2010-02-18
Prepare version 0.83.1
Simon McVittie
2
-6/+7
2010-02-18
Use telepathy-glib's macros for desirable and undesirable compiler warnings
Simon McVittie
4
-11/+95
2010-02-18
Require a halfway modern Automake
Simon McVittie
1
-1/+1
2010-02-18
Support silent rules if automake >= 1.11
Simon McVittie
1
-0/+1
2010-02-18
Fix signature and return value of Connection_tp_init (oops)
Simon McVittie
1
-1/+3
2010-02-18
Revert "Prepare version 0.83.1"
Simon McVittie
2
-7/+6
2010-02-18
Prepare version 0.83.1
Simon McVittie
2
-6/+7
2010-02-18
Ignore generated files from newer libtool
Simon McVittie
1
-0/+5
2010-02-18
Use git log rather than git-log, to support distcheck with modern git
Simon McVittie
1
-2/+2
2010-02-18
fd.o#21172: avoid DeprecationWarning with Python 2.6
Simon McVittie
1
-1/+8
2010-02-18
tests/cross-test-*: don't use deprecated sets module
Simon McVittie
2
-5/+3
2010-02-18
fd.o #15013: expose dbus.lowlevel.MESSAGE_TYPE_SIGNAL and friends
Simon McVittie
2
-4/+10
2008-09-30
Update NEWS again
Simon McVittie
1
-0/+3
2008-09-30
Message.set_sender: allow org.freedesktop.DBus
Huang Peng
1
-1/+1
2008-09-30
NEWS: mention mpg's bugfix
Simon McVittie
1
-0/+4
2008-09-16
Merge branch 'mpg'
Simon McVittie
1
-1/+9
2008-09-16
Start development for 0.83.1
Simon McVittie
2
-1/+10
2008-09-15
Cleanup self._signal_recipients_by_object_path (fd.o #17551)
Marco Pesenti Gritti
1
-1/+9
2008-07-23
Release version 0.83.0
Simon McVittie
2
-4/+4
2008-07-23
Avoid some compiler warnings
Simon McVittie
3
-0/+5
2008-07-23
Make the API docs build correctly when out-of-tree
Simon McVittie
2
-1/+6
2008-07-23
Require dbus 1.0.
Simon McVittie
4
-3/+4
2008-07-17
Update NEWS again
Simon McVittie
1
-5/+10
2008-07-17
Omit the remote traceback from certain D-Bus errors
Simon McVittie
4
-1/+96
2008-07-17
Update NEWS. Let's call the next release 0.83 since it's a feature release
Simon McVittie
2
-2/+8
2008-07-15
Merge branch 'master' into server
Simon McVittie
1
-0/+1
2008-07-15
Bugfix for: if using Connection.add_message_filter, only the last filter will...
Huang Peng
1
-0/+1
2008-07-15
Alter dbus.server.Server API to have pseudo-signals
Simon McVittie
2
-15/+57
2008-07-15
Initialize LibDBusConnection correctly
Simon McVittie
1
-0/+2
2008-07-15
Add some more compiler warning flags if supported
Simon McVittie
1
-0/+5
2008-07-15
Make DBusPyConnection_NewConsumingDBusConnection static now nobody else needs...
Simon McVittie
1
-1/+1
2008-07-15
DbusPyServer: construct connections by calling the type, so the object will b...
Simon McVittie
1
-8/+20
2008-07-15
Refactor DBusPyConnection_NewForBus and make it go via DbusPyConnection_Type....
Simon McVittie
1
-26/+59
2008-07-15
_dbus_bindings._Connection: sort out constructor
Simon McVittie
1
-13/+27
2008-07-15
[trivial] un-extern Struct_tp_getattro
Simon McVittie
1
-1/+1
2008-07-15
Add LibDBusConnection in _dbus_bindings
Simon McVittie
4
-3/+143
2008-07-14
Add Connection.call_on_disconnection
Simon McVittie
1
-0/+24
2008-07-14
Actually create objects of class Server->conn_class
Simon McVittie
1
-3/+4
2008-07-14
dbus.server.Server: implement a stub version of _on_new_connection
Simon McVittie
1
-0/+17
2008-07-14
Fix *another* thinko in dbus.server
Simon McVittie
1
-1/+1
2008-07-14
Fix thinko in dbus.server: actually instantiate a _Server
Simon McVittie
1
-0/+2
2008-07-14
Add some whitespace to make reStructuredText happy
Simon McVittie
1
-0/+2
2008-07-14
Hook DBusServer into the build system.
Simon McVittie
5
-0/+31
2008-07-14
Rename _dbus_bindings.Server to _dbus_bindings._Server
Simon McVittie
2
-5/+6
2008-07-14
DBusPyServer: construct a user-specified subtype of Connection
Simon McVittie
2
-7/+45
2008-07-14
test-server: import Connection from the right place
Simon McVittie
1
-2/+2
2008-07-14
DBusPyServer initialization: remove some debugging printfs
Simon McVittie
1
-5/+3
2008-07-14
DBusPyServer get_address, get_id: correct docs, these return str not String
Simon McVittie
1
-2/+2
[next]