aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/qbytearray_test.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 717 - "QByteArray doesn't honor \0 inside strings."Hugo Parente Lima2012-03-081-1/+1
* Fix 720 - "QByteArray prints itself wrong, on tp_print and tp_repr"Hugo Parente Lima2012-03-081-0/+6
* Fix bug 718 - "PySide/PyQt4 QByteArray incompatibilities: setNum method"Hugo Parente Lima2012-03-081-0/+19
* Fix 666 - "QByteArray does not support slices"Hugo Parente Lima2012-03-081-0/+9
* Fix comparisson of QByteArray with Python strings that have zeroes inside.Hugo Parente Lima2012-03-081-0/+1
* Fix bug#584 - "python pickle module can't treat QByteArray object of PySide"Hugo Parente Lima2012-03-081-0/+11
* Fix bug#514 - "Static method QByteArray.fromRawData is missing from QtCore"Hugo Parente Lima2012-03-081-0/+7
* Fix bug#455 - "QByteArray.data() cuts data to first '\x00' char"Hugo Parente Lima2010-11-111-0/+6
* Fix bug#309 - "QtCore.QByteArray() or list from QtCore.Qsettings.value() as d...Hugo Parente Lima2010-08-301-3/+5
* Created new unittest model.Renato Filho2010-06-071-0/+98