summaryrefslogtreecommitdiff
path: root/qpid/python
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkAidan Skinner2009-10-144-15/+147
* Merge from trunkAidan Skinner2009-10-1111-366/+1346
* Merge from trunkAidan Skinner2009-09-174-5/+54
* Merge from trunk Aidan Skinner2009-09-0916-381/+1410
* Fixed regression (caused by Codec change) in the old management API.Ted Ross2009-08-143-15/+13
* made width default pay attention to the COLUMNS environment variableRafael H. Schloming2009-08-121-1/+4
* check the TERM environment variable as well as isatty to determine how smart ...Rafael H. Schloming2009-08-121-2/+5
* Re-enable the management tests in 0-10Ted Ross2009-08-122-1/+2
* made if test slightly less obtuseRafael H. Schloming2009-08-121-3/+3
* fixed bug in default includesRafael H. Schloming2009-08-121-4/+5
* added support for specify the modules searched for tests from the command lineRafael H. Schloming2009-08-111-2/+8
* added defines to base test classRafael H. Schloming2009-08-111-0/+1
* added back support for get/setitem on generated classesRafael H. Schloming2009-08-111-0/+6
* fixed qmf consoleRafael H. Schloming2009-08-111-14/+14
* removed more dead code and filesRafael H. Schloming2009-08-118-519/+0
* - removed old and redundent testsRafael H. Schloming2009-08-1154-4574/+1159
* added support for setting attributesRafael H. Schloming2009-08-111-0/+15
* workaround jython/python xml parser bug with unicode sources; added path supp...Rafael H. Schloming2009-07-211-5/+25
* QPID-1973 - Calling session.objects fails to return objects in certain casesTed Ross2009-07-171-0/+6
* added non blocking framing codeRafael H. Schloming2009-07-172-0/+315
* added a ConnectError exceptionRafael H. Schloming2009-07-163-4/+17
* 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