summaryrefslogtreecommitdiff
path: root/qpid/python
Commit message (Collapse)AuthorAgeFilesLines
* File tidy-up for AMQP version code: Removed old XSLT files; moved ↵Kim van der Riet2006-12-222-2/+2
| | | | | | cluster.asl into spec directory; renamed spec files to better reflect version notation; updated java, c++ and python files to reference new names. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@489715 13f79535-47bb-0310-9956-ffa450edef68
* Added license.Rafael H. Schloming2006-12-201-1/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@489180 13f79535-47bb-0310-9956-ffa450edef68
* Simple setup.py scriptRafael H. Schloming2006-12-201-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@489179 13f79535-47bb-0310-9956-ffa450edef68
* Changed assertTrue(x) to assertEquals(True, x) as older version od pyunit ↵Gordon Sim2006-12-071-2/+2
| | | | | | seems not to have the former. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@483471 13f79535-47bb-0310-9956-ffa450edef68
* Adding license filesCarl C. Trieloff2006-11-292-0/+223
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@480694 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for cleaning up behind tests that fail on re-run if broker is not ↵Gordon Sim2006-11-221-2/+2
| | | | | | restarted. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@478287 13f79535-47bb-0310-9956-ffa450edef68
* Some fixes and tests for bugs uncovered during testing of persistence.Gordon Sim2006-11-172-7/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@476108 13f79535-47bb-0310-9956-ffa450edef68
* update Apache licenses to the current versionStephen Vinoski2006-11-1024-273/+393
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@473568 13f79535-47bb-0310-9956-ffa450edef68
* added default for timestampRafael H. Schloming2006-11-081-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@472608 13f79535-47bb-0310-9956-ffa450edef68
* removed dead codeRafael H. Schloming2006-11-081-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@472606 13f79535-47bb-0310-9956-ffa450edef68
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-081-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@472545 13f79535-47bb-0310-9956-ffa450edef68
* Hid locking within exchange registry, switched to shared_ptr for exchanges, ↵Gordon Sim2006-10-311-3/+33
| | | | | | added some extra error handling and tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@469599 13f79535-47bb-0310-9956-ffa450edef68
* c++ broker now passes the basic tx testsGordon Sim2006-10-302-4/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@469243 13f79535-47bb-0310-9956-ffa450edef68
* Added test for simple commit and rollback.Gordon Sim2006-10-174-0/+163
| | | | | | | | | Updated 'failing' lists Fix for amqp methods with no arguments git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@464943 13f79535-47bb-0310-9956-ffa450edef68
* Implementation of basic_get.Gordon Sim2006-10-112-2/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@462729 13f79535-47bb-0310-9956-ffa450edef68
* Implementation and tests for basic_qos (i.e. prefetching)Gordon Sim2006-10-101-3/+94
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@454677 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@450556 ↵Alan Conway2006-09-275-35/+81
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* Moved ack tests to basic class, added test for requeueing on recovery.Gordon Sim2006-09-272-44/+101
| | | | | | | | Implemented requeuing on recovery. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@450504 13f79535-47bb-0310-9956-ffa450edef68
* Initial implementation of basic_ack & basic_recoverGordon Sim2006-09-271-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@450434 13f79535-47bb-0310-9956-ffa450edef68
* Close channels on fatal errors to prevent hangs, provide useful stack trace.Alan Conway2006-09-251-0/+54
| | | | | | | Stated test module for the testlib itself. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@449763 13f79535-47bb-0310-9956-ffa450edef68
* Close channels on fatal errors to prevent hangs, provide useful stack trace.Alan Conway2006-09-252-7/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@449750 13f79535-47bb-0310-9956-ffa450edef68
* Added tests for basic_cancel and for handling of invalid channel ids.Gordon Sim2006-09-222-0/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@448881 13f79535-47bb-0310-9956-ffa450edef68
* Updated test for fix in broker to use un-named exchange as the default ↵Gordon Sim2006-09-221-2/+2
| | | | | | (rather than amq.direct) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@448851 13f79535-47bb-0310-9956-ffa450edef68
* Implemented topic pattern matching for the TopicExchange.Alan Conway2006-09-213-30/+67
| | | | | | | | | | | Corrected default bindings to use the exchange named "" rather than "amqp.direct". Added python and unit tests for all of the above. Minor improvements to testlib.py, also some tests for testlib itself. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@448624 13f79535-47bb-0310-9956-ffa450edef68
* Import of qpid from etp:Rafael H. Schloming2006-09-1926-0/+3000
URL: https://etp.108.redhat.com/svn/etp/trunk/blaze Repository Root: https://etp.108.redhat.com/svn/etp Repository UUID: 06e15bec-b515-0410-bef0-cc27a458cf48 Revision: 608 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@447994 13f79535-47bb-0310-9956-ffa450edef68