summaryrefslogtreecommitdiff
path: root/python/qpid/spec010.py
Commit message (Expand)AuthorAgeFilesLines
* - removed old and redundent testsRafael H. Schloming2009-08-111-708/+0
* use longs for large hex constant literals, this avoids scary looking warnings...Rafael H. Schloming2009-03-251-1/+1
* changed regular string encoding from str16_latin to str16 for backwards compa...Rafael H. Schloming2009-03-101-1/+1
* added support for encoding buffersRafael H. Schloming2009-03-061-0/+1
* codec and unicode tests and fixesRafael H. Schloming2009-03-061-13/+27
* added a timestamp class to qpid.datatypes and modified codec to use it for AM...Rafael H. Schloming2008-11-101-2/+4
* QPID-947: added codec and tests for array and list typesRafael H. Schloming2008-05-231-0/+1
* QPID-947: initialize docstrings for protocol methods from the specRafael H. Schloming2008-05-161-14/+38
* QPID-1055: use int64 for encoding python both python int and longs; this ensu...Rafael H. Schloming2008-05-131-1/+1
* QPID-1045 and QPID-1041: added a destination attribute to incoming queues, an...Rafael H. Schloming2008-05-091-2/+8
* QPID-979: added access to enums through the session so that symbolic constant...Rafael H. Schloming2008-05-081-0/+16
* QPID-1033: made loading of the spec file not fail if the results cannot be ca...Rafael H. Schloming2008-05-061-3/+11
* fixed encode/decode of structs in command/control arguments to include the ty...Rafael H. Schloming2008-04-141-0/+5
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-0/+2
* renamed datatypes.Struct.type -> datatypes.Struct._type; this avoids naming c...Rafael H. Schloming2008-03-101-36/+9
* added support for mapsRafael H. Schloming2008-03-071-4/+26
* added incoming queues for messages; altered session dispatch to send entire a...Rafael H. Schloming2008-03-051-7/+25
* check the mtime of the cached spec against the code that generates itRafael H. Schloming2008-03-041-4/+3
* import of in-process 0-10 final python clientRafael H. Schloming2008-03-041-0/+617