summaryrefslogtreecommitdiff
path: root/python/tests
Commit message (Expand)AuthorAgeFilesLines
* moved tests/*.py underneath qpid/tests/*.pyRafael H. Schloming2010-02-057-1419/+0
* Modified to work on Windows; fixes QPID-2149.Stephen D. Huston2009-10-201-2/+2
* added some empty, min, and max to RangedSetRafael H. Schloming2009-09-171-0/+28
* implemented reconnect and separated out the protocol driver from the messagin...Rafael H. Schloming2009-08-201-0/+13
* - removed old and redundent testsRafael H. Schloming2009-08-119-334/+57
* use longs for large hex constant literals, this avoids scary looking warnings...Rafael H. Schloming2009-03-251-5/+5
* added support for encoding buffersRafael H. Schloming2009-03-061-0/+5
* codec and unicode tests and fixesRafael H. Schloming2009-03-061-2/+14
* ignore hearbeat controls rather than barfing on them, also permit the heartbe...Rafael H. Schloming2009-01-081-5/+12
* added codec tests for int64Rafael H. Schloming2008-11-111-0/+8
* fixed potential race condition in qpid.util.listen; added asserts to internal...Rafael H. Schloming2008-11-103-0/+3
* added a timestamp class to qpid.datatypes and modified codec to use it for AM...Rafael H. Schloming2008-11-102-8/+60
* fixed a bug in int16 codecRafael H. Schloming2008-10-281-0/+4
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-281-0/+18
* Merged r685189 (specify literal as decimal for the sake of python 2.3)Gordon Sim2008-08-121-1/+1
* QPID-1143: added buffering, we now only issue one write per assemblyRafael H. Schloming2008-06-161-0/+2
* QPID-1142: made session.sync() always set the sync flag on execution_syncRafael H. Schloming2008-06-161-3/+17
* load the old version of the spec file for old codec tests, removed unused tes...Rafael H. Schloming2008-06-111-1/+1
* QPID-947: added test for nested listsRafael H. Schloming2008-05-231-1/+5
* QPID-947: added codec and tests for array and list typesRafael H. Schloming2008-05-231-0/+27
* QPID-947: Switched over to using proper RFC 1982 serial numbers.Rafael H. Schloming2008-05-231-0/+33
* QPID-1055: use int64 for encoding python both python int and longs; this ensu...Rafael H. Schloming2008-05-131-1/+1
* QPID-947: added handler for known_completed and generate known_completed when...Rafael H. Schloming2008-05-121-0/+28
* QPID-1045: always notify incoming message queues of session closure and provi...Rafael H. Schloming2008-05-091-2/+66
* QPID-979: added convenience accessors for headersRafael H. Schloming2008-05-071-0/+53
* QPID-1033: made loading of the spec file not fail if the results cannot be ca...Rafael H. Schloming2008-05-061-0/+12
* QPID-979: added backwards compatible uuid to qpid.datatypesRafael H. Schloming2008-04-291-0/+9
* QPID-947: update cpp and python management to 0-10 finalRafael H. Schloming2008-04-222-2/+2
* fixed encode/decode of structs in command/control arguments to include the ty...Rafael H. Schloming2008-04-141-1/+9
* renamed datatypes.Struct.type -> datatypes.Struct._type; this avoids naming c...Rafael H. Schloming2008-03-102-8/+12
* added support for mapsRafael H. Schloming2008-03-072-0/+58
* added session.sync(); session.auto_sync; made transfers not auto-complete; fi...Rafael H. Schloming2008-03-072-0/+12
* added codec for sequence_set; added id to Message; RangeSet -> RangedSet; add...Rafael H. Schloming2008-03-061-3/+3
* added incoming queues for messages; altered session dispatch to send entire a...Rafael H. Schloming2008-03-051-13/+11
* import of in-process 0-10 final python clientRafael H. Schloming2008-03-046-0/+462
* put queue listeners in their own threadRafael H. Schloming2008-02-251-23/+18
* added imports to test module __init__.pysRafael H. Schloming2008-01-241-0/+4
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-141-3/+3
* added support for 0-10 field table encodingRafael H. Schloming2007-09-271-7/+0
* made codec.py load the spec file on demandRafael H. Schloming2007-08-211-3/+9
* Permit skipping of self tests and specify a folder for the spec file. Patch i...Rafael H. Schloming2007-08-202-7/+8
* added support for unpacked structs and execution.resultRafael H. Schloming2007-08-101-2/+5
* added support for parsing structs and results into the spec metadataRafael H. Schloming2007-08-091-0/+56
* Some initial 0-10 support including placeholders for new domains, use of exec...Gordon Sim2007-07-241-7/+0
* added listener support to queues, also added support for non version specific...Rafael H. Schloming2007-05-303-0/+707
* removed python/tests: replaced by tests_0-8/tests_0-9Alan Conway2007-03-219-2112/+0
* Merged revisions 507491-507559,507561-507601,507603-507621,507623-507671,5076...Alan Conway2007-03-192-40/+177
* Merged revisions 504601-504602,504604-504609,504611-504702,504704-504707,5047...Alan Conway2007-03-192-22/+66
* Merged revisions 504590 via svnmerge from Alan Conway2007-03-191-0/+64
* * python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ...Alan Conway2007-03-192-26/+44