<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/qpid/tools/src/py/qmf-tool, branch help</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>Improve exception reporting for queries and method calls.</title>
<updated>2011-02-04T05:49:57+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-02-04T05:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=cdfac7f31225df587f34b6ac618098c93883fd64'/>
<id>cdfac7f31225df587f34b6ac618098c93883fd64</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1067091 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1067091 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Add detection of negative numbers to the method-argument evaluator.</title>
<updated>2011-02-03T02:42:40+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-02-03T02:42:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=3f506b8c7c48fd444690c0eea83f2af4e8445ce5'/>
<id>3f506b8c7c48fd444690c0eea83f2af4e8445ce5</id>
<content type='text'>
Note: This logic is getting a bit hairy, it should be replaced with a regular expression match.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1066725 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note: This logic is getting a bit hairy, it should be replaced with a regular expression match.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1066725 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the detection of data types in command-line method arguments.</title>
<updated>2011-02-02T18:18:46+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-02-02T18:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=c7740b10d0b4fe5fe1b4fbabf6804ca815d1ebea'/>
<id>c7740b10d0b4fe5fe1b4fbabf6804ca815d1ebea</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1066564 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1066564 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Usability changes:</title>
<updated>2011-01-10T20:58:10+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-01-10T20:58:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=ac697e679759575cb9fdf00d87e1ba405456517c'/>
<id>ac697e679759575cb9fdf00d87e1ba405456517c</id>
<content type='text'>
  1) Improved exception reporting.
  2) Changed query structure to keep query results until 'clear' command is invoked.
  3) Use 'list' and 'show' in a more intuitive way.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1057356 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  1) Improved exception reporting.
  2) Changed query structure to keep query results until 'clear' command is invoked.
  3) Use 'list' and 'show' in a more intuitive way.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1057356 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanup:</title>
<updated>2011-01-10T19:04:51+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-01-10T19:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=75453246dfbcd48fdb54a017efc80d056dc20f95'/>
<id>75453246dfbcd48fdb54a017efc80d056dc20f95</id>
<content type='text'>
  1) Removed dead code.
  2) Cleaned up command completion and handling of incorrect number of arguments.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1057316 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  1) Removed dead code.
  2) Cleaned up command completion and handling of incorrect number of arguments.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1057316 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>A new command-line tool, similar to qpid-tool but with the following differences:</title>
<updated>2011-01-10T14:12:40+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2011-01-10T14:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=a5c843ca76304dd9da3ffff411a9310b8fa8acdd'/>
<id>a5c843ca76304dd9da3ffff411a9310b8fa8acdd</id>
<content type='text'>
  1) Operation is active and synchronous, rather than passive and async.
  2) Operations are per-agent (i.e. work with one agent at a time).
  3) Uses the new QMFv2 API (Python wrapper around C++ core).


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1057208 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  1) Operation is active and synchronous, rather than passive and async.
  2) Operations are per-agent (i.e. work with one agent at a time).
  3) Uses the new QMFv2 API (Python wrapper around C++ core).


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1057208 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
