index
:
~rhabacker/dbus-python
master
Unnamed repository; edit this file 'description' to name the repository.
rhabacker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-01
Add CMake build support.
HEAD
master
Ralf Habacker
4
-0
/
+275
2012-10-23
NEWS
Simon McVittie
1
-0
/
+7
2012-10-23
Update the confusing notice of what license dbus-python is under
Thiago Macieira
1
-1
/
+2
2012-10-16
DBusException: override both __str__ and __unicode__
Simon McVittie
1
-11
/
+17
2012-10-16
Slightly better test coverage
Simon McVittie
1
-0
/
+4
2012-10-16
Use a form of assertRaises() that works in Python 2.6
Simon McVittie
1
-3
/
+2
2012-10-16
Skip test_dbus_exception_convert_str_fail under unusual default encodings
Simon McVittie
1
-3
/
+8
2012-10-16
Support unicode messages for DBusException in Python 2
Michael Vogt
4
-2
/
+116
2012-07-05
Link Python extensions differently on Windows
Simon McVittie
3
-0
/
+41
2012-07-05
Replace incorrect AM_LDFLAGS usage with a proper AM_LDFLAGS/LIBADD split
Simon McVittie
2
-2
/
+12
2012-07-04
run-test.sh: don't go via make to run the cross-test
Simon McVittie
1
-2
/
+2
2012-07-04
NEWS
Simon McVittie
1
-1
/
+13
2012-07-04
Don't include stdint.h
Simon McVittie
6
-11
/
+0
2012-07-04
Re-indent now that the indentation is unecessary
Simon McVittie
1
-32
/
+29
2012-07-04
Avoid variable-length arrays, which MSVC *still* doesn't support
Simon McVittie
2
-13
/
+33
2012-07-04
Use AC_C_INLINE to make sure "inline" works
Simon McVittie
1
-0
/
+1
2012-06-25
reset to unreleased
Simon McVittie
1
-1
/
+1
2012-06-25
prepare release
Simon McVittie
2
-3
/
+5
2012-06-25
fd.o #40817: validate UTF-8 according to the same rules as libdbus
Simon McVittie
4
-30
/
+143
2012-06-05
NEWS
Simon McVittie
1
-1
/
+6
2012-06-05
Py3: correctly guess the signature of ObjectPath(...) and Signature(...)
Simon McVittie
2
-2
/
+14
2012-05-09
Back to unreleased status
Simon McVittie
2
-1
/
+6
2012-05-09
1.1.0
Simon McVittie
3
-2
/
+38
2012-05-02
Make AM_CHECK_PYTHON_HEADERS compatible with Python 3 in the absence of pytho...
Simon McVittie
1
-2
/
+2
2012-05-02
Deprecate dbus.gobject_service and make it vaguely compatible with 1.0
Simon McVittie
1
-1
/
+15
2012-05-02
Reinstate the old dbus.gobject_service, but only for Python 2
Simon McVittie
3
-0
/
+82
2012-05-02
Rename gobject_service (PyGI version) to gi_service
Simon McVittie
3
-12
/
+12
2012-03-12
Fix ref leak in dbus_py_variant_level_set
Simon McVittie
1
-0
/
+2
2012-02-29
Put sockets for the regression tests in /tmp, not ${builddir}
Simon McVittie
1
-1
/
+1
2012-02-24
Use DBusBasicValue instead of reinventing it, if dbus is new enough
Simon McVittie
5
-66
/
+104
2012-02-01
Fix _maintainer-update-htmldocs for out-of-tree builds
Simon McVittie
1
-1
/
+1
2012-02-01
Remove TODO, which is now empty - use bugzilla instead
Simon McVittie
2
-1
/
+1
2012-01-24
back to unreleased
Simon McVittie
1
-1
/
+1
2012-01-24
retroactively add release date
Simon McVittie
1
-1
/
+1
2012-01-24
Install _compat.py
Barry Warsaw
1
-0
/
+1
2012-01-24
Generate ChangeLog correctly when out-of-tree
Simon McVittie
1
-2
/
+2
2012-01-24
Let's call this 1.0
Simon McVittie
2
-5
/
+7
2012-01-24
Remove duplicate -Werror machinery
Simon McVittie
1
-8
/
+0
2012-01-24
Move PY3PORT into doc, use the same extension as other rst, and render it
Simon McVittie
4
-5
/
+16
2012-01-24
Describe problems, alternatives
Simon McVittie
1
-0
/
+24
2012-01-24
Deprecate dbus.glib (use dbus.mainloop.glib or dbus.mainloop.qt4)
Simon McVittie
1
-0
/
+10
2012-01-11
Add INTORLONG_CHECK macro so we don't have to conditionalize PyInt_Check
Simon McVittie
5
-21
/
+11
2012-01-11
Use native 'int' (whatever that means) for variant_level etc.
Simon McVittie
8
-16
/
+17
2012-01-11
update NEWS, PY3PORT.rst
Simon McVittie
2
-8
/
+21
2012-01-11
Test behaviour of various Message methods
Simon McVittie
1
-0
/
+54
2012-01-11
Do not allow Byte(unicode(x)) (i.e. Byte(str(x)) in Python 3)
Simon McVittie
4
-36
/
+46
2012-01-11
Use better names for the superclasses of Byte and ByteArray
Simon McVittie
1
-9
/
+9
2012-01-11
Consistently use the str type for identifier-like (ASCII) strings
Simon McVittie
5
-20
/
+12
2012-01-11
DBusPythonString base class: use "native str" as base class instead of reinve...
Simon McVittie
2
-11
/
+7
2012-01-11
SignalMessage.__repr__: include the destination and abbreviate "interface" mo...
Simon McVittie
1
-2
/
+5
[next]