summaryrefslogtreecommitdiff
path: root/python/qpid/ops.py
Commit message (Collapse)AuthorAgeFilesLines
* fix for python 2.3Rafael H. Schloming2010-06-151-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@954901 13f79535-47bb-0310-9956-ffa450edef68
* added back values method for backwards compatibilityRafael H. Schloming2010-06-151-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@954787 13f79535-47bb-0310-9956-ffa450edef68
* remove extra dots from filenames so as not to confuse windowsRafael H. Schloming2010-02-181-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@911596 13f79535-47bb-0310-9956-ffa450edef68
* more futzing with setup.py; pulled specs into python/qpid packageRafael H. Schloming2010-02-151-46/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@910165 13f79535-47bb-0310-9956-ffa450edef68
* added address support for specifying node type and propertiesRafael H. Schloming2009-11-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@880720 13f79535-47bb-0310-9956-ffa450edef68
* used cross-platform file modesRafael H. Schloming2009-11-131-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@836008 13f79535-47bb-0310-9956-ffa450edef68
* made addresses not auto-create by default; added error handling and tests ↵Rafael H. Schloming2009-10-101-1/+1
| | | | | | for nonexist/invalid addresses; added logging for aborted connections; fixed spurious reattach git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@823890 13f79535-47bb-0310-9956-ffa450edef68
* reenabled spec file cachingRafael H. Schloming2009-09-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@820329 13f79535-47bb-0310-9956-ffa450edef68
* changed dispatch to throw an attribute error if there is no handlerRafael H. Schloming2009-09-171-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@816222 13f79535-47bb-0310-9956-ffa450edef68
* added back support for get/setitem on generated classesRafael H. Schloming2009-08-111-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803261 13f79535-47bb-0310-9956-ffa450edef68
* - removed old and redundent testsRafael H. Schloming2009-08-111-0/+277
- removed old test harness in favor of qpid-python-test - modified qpid-python-test to support "skipped" tests, these are tests that failed due to an anticipated environmental reason such as the broker is not running or it is the wrong version - modified the qpid-python-test harness to exit with appropriate error codes based on the test results - modified the python clients to report version mismatches rather than framing errors - made qpid_config provide variables for 0-8, 0-9, and 0-10 versions of the spec - modified the 0-10 client to directly codegen classes - added new 0-10 framing layer based on push parsing rather than pull parsing - added numerous framing tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803168 13f79535-47bb-0310-9956-ffa450edef68