summaryrefslogtreecommitdiff
path: root/qpid/python/qpid/datatypes.py
Commit message (Expand)AuthorAgeFilesLines
* made qpid.datatypes module use builtin UUID when availableRafael H. Schloming2010-09-101-27/+31
* Remove non-portable @staticmethod from qpid/datatypes.pyAlan Conway2010-04-061-7/+5
* Added qpid-cluster-store tool to examine & modify cluster store status.Alan Conway2010-04-061-0/+6
* form compat uuid generation, use a random number generator that is initialize...Rafael H. Schloming2010-03-261-2/+4
* added some empty, min, and max to RangedSetRafael H. Schloming2009-09-171-0/+18
* fixed some more channel attribute errors; eliminated most uses of catchup in ...Rafael H. Schloming2009-08-211-1/+1
* implemented reconnect and separated out the protocol driver from the messagin...Rafael H. Schloming2009-08-201-3/+6
* - removed old and redundent testsRafael H. Schloming2009-08-111-3/+3
* made Future.get throw an exception on timeoutRafael H. Schloming2009-06-021-3/+7
* use longs for large hex constant literals, this avoids scary looking warnings...Rafael H. Schloming2009-03-251-3/+3
* codec and unicode tests and fixesRafael H. Schloming2009-03-061-1/+2
* QPID-1512 - Catch only connection-related exceptions in qmf consoleTed Ross2008-12-031-0/+3
* added a timestamp class to qpid.datatypes and modified codec to use it for AM...Rafael H. Schloming2008-11-101-1/+49
* Minor additions to Range and RangedSetKim van der Riet2008-06-051-1/+10
* QPID-947: Switched over to using proper RFC 1982 serial numbers.Rafael H. Schloming2008-05-231-3/+44
* QPID-947: added handler for known_completed and generate known_completed when...Rafael H. Schloming2008-05-121-0/+8
* QPID-979: added convenience accessors for headersRafael H. Schloming2008-05-071-1/+30
* QPID-979: added backwards compatible uuid to qpid.datatypesRafael H. Schloming2008-04-291-1/+38
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-1/+2
* Fixed headers exchange to allow unbind using binding key and not argsGordon Sim2008-03-111-1/+1
* added convenience API for turning on logging; added logging for controls and ...Rafael H. Schloming2008-03-111-2/+2
* renamed datatypes.Struct.type -> datatypes.Struct._type; this avoids naming c...Rafael H. Schloming2008-03-101-7/+40
* added session.sync(); session.auto_sync; made transfers not auto-complete; fi...Rafael H. Schloming2008-03-071-1/+6
* added timeouts to hello-010-world; switched to conditions rather than events ...Rafael H. Schloming2008-03-071-1/+8
* added codec for sequence_set; added id to Message; RangeSet -> RangedSet; add...Rafael H. Schloming2008-03-061-17/+19
* added incoming queues for messages; altered session dispatch to send entire a...Rafael H. Schloming2008-03-051-0/+8
* added logging; fixed deprecation warnings in old codec; filled in datatypes.M...Rafael H. Schloming2008-03-051-3/+9
* import of in-process 0-10 final python clientRafael H. Schloming2008-03-041-0/+112