summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* added constant for HEADER_SIZE; made repr(Frame) more informativeRafael H. Schloming2009-07-131-1/+2
* Fixed a typo in the help textTed Ross2009-07-081-1/+1
* Fixed the formatting of error messages written in the connection exception ha...Ted Ross2009-06-291-2/+2
* Added --timeout options to cli tools.Ted Ross2009-06-267-32/+74
* Fixed bug in decoding field tables (maps)Ted Ross2009-06-231-1/+10
* QPID-1920 - bug fix patch from Bryan KearneyTed Ross2009-06-191-6/+7
* changed delay -> sleep and removed hardcoded timeoutsRafael H. Schloming2009-06-151-17/+19
* added halt-on-error option and display ignored testsRafael H. Schloming2009-06-121-6/+33
* fixed ssl closeRafael H. Schloming2009-06-112-24/+16
* cleand up and added license headerRafael H. Schloming2009-06-111-17/+27
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-114-233/+527
* make the client delegate echo heartbeatsRafael H. Schloming2009-06-081-0/+3
* added nested map to test dataRafael H. Schloming2009-06-041-2/+3
* Streamlined transaction tests and added some additional coverage.Rafael H. Schloming2009-06-041-33/+68
* Added commit and rollback to the Session API and streamlined some test utilit...Rafael H. Schloming2009-06-042-27/+146
* This is related QPID-1890Rajith Muditha Attapattu2009-06-041-14/+14
* QPID-1890: Ensure option for alternate exchange is treated consistently (I al...Gordon Sim2009-06-031-3/+3
* added tests for senderRafael H. Schloming2009-06-031-0/+35
* added defines to the test harness and made the delay used by the tests config...Rafael H. Schloming2009-06-022-2/+13
* added receiver capacity and testsRafael H. Schloming2009-06-022-19/+70
* modified start and stop to function independently of fetch vs listen, added R...Rafael H. Schloming2009-06-022-19/+87
* removed unused attributedRafael H. Schloming2009-06-021-1/+0
* removed svn:executable from LICENSE.txtRafael H. Schloming2009-06-021-0/+0
* added a signal handler for terminal resizeRafael H. Schloming2009-06-021-0/+7
* detect the terminal width when possibleRafael H. Schloming2009-06-021-3/+20
* removed another turnary ifRafael H. Schloming2009-06-021-1/+4
* removed another turnary ifRafael H. Schloming2009-06-021-1/+4
* removed another turnary ifRafael H. Schloming2009-06-021-1/+4
* removed keyword arg from __import__ call for python 2.4Rafael H. Schloming2009-06-021-1/+1
* removed turnary ifRafael H. Schloming2009-06-021-1/+5
* modified empty generator idiom to work on python 2.4Rafael H. Schloming2009-06-021-3/+6
* first commit of new messaging API and test harnessRafael H. Schloming2009-06-026-1/+1733
* only sync when we need toRafael H. Schloming2009-06-021-1/+3
* made Future.get throw an exception on timeoutRafael H. Schloming2009-06-021-3/+7
* invoke agent-related callbacks upon broker connect/disconnectNuno Santos2009-05-281-0/+7
* Added installable python cluster tests that can be run from an external store...Kim van der Riet2009-05-261-194/+1
* updated imports to work on python 2.6Rafael H. Schloming2009-05-123-7/+14
* Optimize the qmf queries to only include the broker-embedded agents.Ted Ross2009-05-081-5/+11
* Changed name of environment var used in tests from TMPDIR to TMP_STORE_DIR to...Kim van der Riet2009-05-071-4/+4
* Added missing import from testlib.pyKim van der Riet2009-05-061-1/+1
* Added the ability to start and stop a test broker from within the python test...Kim van der Riet2009-05-061-2/+234
* Fix issue with python clients to cluster, mis handling of channel 0.Alan Conway2009-05-041-2/+1
* used timed wait to improve debugabilityRafael H. Schloming2009-04-182-2/+6
* QPID-1808: added mllib to setup.pyGordon Sim2009-04-151-1/+1
* QPID-1702 QPID-1706Ted Ross2009-03-273-22/+113
* use longs for large hex constant literals, this avoids scary looking warnings...Rafael H. Schloming2009-03-2520-104/+104
* QPID-1758 Applied qpid-config patch from Ffrench Mathilde.Ted Ross2009-03-191-5/+48
* Removing the verify script - it breaks builds. Will restore when fixed.Jonathan Robie2009-03-131-24/+0
* Tests Unicode and handling of all datatypes in applicationJonathan Robie2009-03-124-0/+450
* Update versions to 0.5Martin Ritchie2009-03-111-2/+2