summaryrefslogtreecommitdiff
path: root/python/tests
Commit message (Expand)AuthorAgeFilesLines
* synchronized with trunk except for ruby dirRafael H. Schloming2009-12-269-333/+206
* 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
* Merged revisions 501143 via svnmerge from Alan Conway2007-03-191-0/+397
* Merged revisions 501025 via svnmerge from Alan Conway2007-03-191-1/+1
* Merged revisions 500305 via svnmerge from Alan Conway2007-03-166-115/+98
* Merged revisions 496593 via svnmerge from Alan Conway2007-03-161-2/+2
* Fixed cases where open channel was re-opened.Gordon Sim2007-02-211-6/+3
* Modified handling of reason for closing in peer to work around race between w...Gordon Sim2007-01-182-3/+4
* QPID-275 : (Patch supplied by Rob Godfrey) Fixes to allow broker to pass more...Robert Greig2007-01-101-2/+2
* Changed assertTrue(x) to assertEquals(True, x) as older version od pyunit see...Gordon Sim2006-12-071-2/+2
* Fixes for cleaning up behind tests that fail on re-run if broker is not resta...Gordon Sim2006-11-221-2/+2
* Some fixes and tests for bugs uncovered during testing of persistence.Gordon Sim2006-11-171-1/+37
* update Apache licenses to the current versionStephen Vinoski2006-11-108-91/+131
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-081-1/+0
* Hid locking within exchange registry, switched to shared_ptr for exchanges, a...Gordon Sim2006-10-311-3/+33