summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* split engine into a separate classRafael H. Schloming2010-02-262-107/+122
* move reconnect logic away from engine portion of the driverRafael H. Schloming2010-02-251-44/+81
* fixed divide by zero when no tests matchRafael H. Schloming2010-02-231-1/+1
* removed redundant state flagRafael H. Schloming2010-02-221-3/+1
* removed redundant notifyRafael H. Schloming2010-02-221-1/+0
* start to split engine logic from transport logicRafael H. Schloming2010-02-221-48/+57
* added an option for timing test runsRafael H. Schloming2010-02-221-8/+20
* moved Pattern into driverRafael H. Schloming2010-02-192-16/+15
* remove extra dots from filenames so as not to confuse windowsRafael H. Schloming2010-02-187-9/+13
* added util subpackage with auto_update_backups and update_backupsRafael H. Schloming2010-02-181-0/+56
* fixed importsRafael H. Schloming2010-02-182-1/+1
* updated setup.py to match the package changesRafael H. Schloming2010-02-181-1/+2
* split messaging.py into multiple files and made qpid.messaging a packageRafael H. Schloming2010-02-1812-410/+559
* fixed subject defaulting and added testRafael H. Schloming2010-02-172-2/+21
* added a subject option to spoutRafael H. Schloming2010-02-171-1/+4
* more todo updatesRafael H. Schloming2010-02-171-0/+3
* updated todoRafael H. Schloming2010-02-171-1/+1
* removed sender caching as this should now be unnecessaryRafael H. Schloming2010-02-171-10/+4
* only cache addresses that existRafael H. Schloming2010-02-171-1/+2
* added caching for resolved addressesRafael H. Schloming2010-02-171-18/+69
* added reservations to examplesRafael H. Schloming2010-02-174-0/+495
* filled out some missing api-docRafael H. Schloming2010-02-171-5/+5
* added support for browsingRafael H. Schloming2010-02-173-29/+69
* fixed address syntax error in docsRafael H. Schloming2010-02-171-1/+1
* tweaks to linkRafael H. Schloming2010-02-171-13/+12
* combined duplicate logic between link_in/link_outRafael H. Schloming2010-02-171-131/+115
* fixed spurious delay in testRafael H. Schloming2010-02-171-2/+7
* changed sender/receiver to be synchronous by default when invoked on a connec...Rafael H. Schloming2010-02-166-64/+85
* capture and report socket errorsRafael H. Schloming2010-02-161-2/+4
* backported package_data support to pre 2.4 pythonRafael H. Schloming2010-02-151-2/+73
* made epydoc a soft depRafael H. Schloming2010-02-151-7/+11
* added build_doc to setup.pyRafael H. Schloming2010-02-151-1/+65
* more futzing with setup.py; pulled specs into python/qpid packageRafael H. Schloming2010-02-1512-166/+16225
* removed Makefile and preppy script as they are now subsumed by setup.pyRafael H. Schloming2010-02-152-145/+0
* updated setup.py to backport annotations as well as properly install qpid_con...Rafael H. Schloming2010-02-152-3/+181
* moved qpid-* tools out of qpid/python into qpid/tools; moved qmf library into...Rafael H. Schloming2010-02-1426-13224/+4
* handle Control-CRafael H. Schloming2010-02-132-44/+52
* added count and print formatting options to drainRafael H. Schloming2010-02-131-4/+22
* QPID-2261: add async method call workitemsKenneth Anthony Giusti2010-02-125-74/+471
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-121-0/+21
* QPID-2261: add async query and schema prefetchKenneth Anthony Giusti2010-02-124-61/+840
* Consistent connection names across a cluster.Alan Conway2010-02-052-4/+2
* fixed setup.pyRafael H. Schloming2010-02-051-1/+11
* fixed Makefile to match new location of testsRafael H. Schloming2010-02-051-5/+1
* moved python/models to sandbox/modelsRafael H. Schloming2010-02-056-710/+0
* moved tests/*.py underneath qpid/tests/*.pyRafael H. Schloming2010-02-059-24/+6
* moved protocol tests from qpid/python to qpid/testsRafael H. Schloming2010-02-0525-5851/+3
* QPID-2261: add multi-msg query response support. Fix mailbox code to allow m...Kenneth Anthony Giusti2010-02-045-232/+546
* QPID-2261: 1) remove direct reference to schema in QmfData (use schema id ins...Kenneth Anthony Giusti2010-02-037-200/+327
* QPID-2261: add schema_id to object query target params. Add more testsKenneth Anthony Giusti2010-02-017-170/+549