summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* fix 0-8 cancel test alsoCarl C. Trieloff2007-07-171-3/+4
* fixed raise issue in testCarl C. Trieloff2007-07-171-4/+5
* cancel test assumes threading model -- added sleep, once we move to 0-10 shou...Carl C. Trieloff2007-07-171-2/+2
* Changes to python tests for QPID-533 and QPID-407.Gordon Sim2007-07-033-4/+45
* Fixes and tests:Gordon Sim2007-06-271-0/+69
* Added preview of exchange- and binding- query methods that have been approved...Gordon Sim2007-06-271-0/+155
* Timeout handling for dtx, plus tests.Gordon Sim2007-06-081-0/+47
* Merged in channel.flow implementation and interoperability tests.Gordon Sim2007-06-061-0/+17
* Some tests and fixes for dtx preview.Gordon Sim2007-06-054-13/+557
* disabled the tests directory until the failures are fixedRafael H. Schloming2007-05-311-1/+1
* tests moved to test directoryRafael H. Schloming2007-05-301-38/+0
* added listener support to queues, also added support for non version specific...Rafael H. Schloming2007-05-306-13/+742
* example modsRafael H. Schloming2007-05-301-2/+2
* Load domain docs into the python spec structure.Rafael H. Schloming2007-05-301-9/+38
* removed python/tests: replaced by tests_0-8/tests_0-9Alan Conway2007-03-219-2112/+0
* * python/qpid/*.py:: apply 0-9 changes missed by merge.Alan Conway2007-03-214-11/+22
* * cpp-0-9: svn copy of 0-9 branch cpp, will rename to cpp on next update.Alan Conway2007-03-2111-6/+2166
* * python/cpp_failing_0-8.txt,java_failing_0-8.txt: updated to current failuresAlan Conway2007-03-193-0/+0
* Merged revisions 507491-507559,507561-507601,507603-507621,507623-507671,5076...Alan Conway2007-03-1910-75/+243
* Merged revisions 504601-504602,504604-504609,504611-504702,504704-504707,5047...Alan Conway2007-03-193-22/+70
* Changed tests.* to tests_0-8.*.Alan Conway2007-03-191-2/+2
* Merged revisions 504590 via svnmerge from Alan Conway2007-03-196-14/+256
* * python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ...Alan Conway2007-03-194-27/+54
* * python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ...Alan Conway2007-03-193-48/+69
* Add java_failing_0-1.txt for current Java failures against python/tests_0-8.Alan Conway2007-03-191-0/+2
* Merged revisions 501143 via svnmerge from Alan Conway2007-03-192-2/+415
* * python/qpid/client.py (Client.__init__): Use "/" as default vhost.Alan Conway2007-03-192-20/+3
* Merged revisions 501025 via svnmerge from Alan Conway2007-03-191-1/+1
* * python/qpid/testlib.py:Alan Conway2007-03-171-15/+35
* Merged revisions 500305 via svnmerge from Alan Conway2007-03-1611-131/+140
* * python/tests_0-8/*: copy of python/tests to preserve 0-8 version of tests.Alan Conway2007-03-169-4/+1481
* Merged revisions 497277 via svnmerge from Alan Conway2007-03-161-1/+4
* Merged revisions 496593 via svnmerge from Alan Conway2007-03-1611-215/+424
* Fixed cases where open channel was re-opened.Gordon Sim2007-02-211-6/+3
* Proper fix to race condition where connection-close is sent by server. Now ha...Gordon Sim2007-01-231-15/+9
* QPID-275 : Patch supplied by Rob Godfrey - Update list of expected failures i...Robert Greig2007-01-191-14/+0
* Locked Channel::close() due to race.Gordon Sim2007-01-181-7/+13
* Modified handling of reason for closing in peer to work around race between w...Gordon Sim2007-01-184-3/+7
* QPID-275 : (Patch supplied by Rob Godfrey) Fixes to allow broker to pass more...Robert Greig2007-01-102-16/+2
* use pythonized names to reference spec constantsRafael H. Schloming2007-01-041-11/+11
* add support for 0-9 style usage of the domain attribute, and added content pr...Rafael H. Schloming2007-01-041-3/+6
* File tidy-up for AMQP version code: Removed old XSLT files; moved cluster.asl...Kim van der Riet2006-12-222-2/+2
* Added license.Rafael H. Schloming2006-12-201-1/+19
* Simple setup.py scriptRafael H. Schloming2006-12-201-0/+7
* Changed assertTrue(x) to assertEquals(True, x) as older version od pyunit see...Gordon Sim2006-12-071-2/+2
* Adding license filesCarl C. Trieloff2006-11-292-0/+223
* 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-172-7/+43
* update Apache licenses to the current versionStephen Vinoski2006-11-1024-273/+393
* added default for timestampRafael H. Schloming2006-11-081-1/+2