Thu, 10 Dec 2009 23:43:40 -0600 Barry Pederson The serialization layer was making hardcoded assumptions about how default tip
Mon, 05 Oct 2009 09:38:02 -0500 barryp Minor tweak to ensure the Channel class is included in pydocs, no real change
Fri, 28 Aug 2009 22:53:35 -0500 barryp Sync up CHANGES file with version 0.6.1
Sun, 16 Aug 2009 22:17:21 -0500 barryp Close TCP sockets when there's an error connecting, to keep file descriptors
Sun, 16 Aug 2009 10:23:28 -0500 barryp Fix minor typo in docs
Sat, 15 Aug 2009 23:29:29 -0500 barryp denis.bilenko@... pointed out a couple try/except blocks that catch too much,
Sat, 15 Aug 2009 18:31:14 -0500 barryp Make it so that the upper levels see the exceptions raised by the lower levels,
Sat, 15 Aug 2009 13:37:12 -0500 barryp Get rid of the __del__ methods in Connection and Channel classes, which
Sat, 15 Aug 2009 13:33:56 -0500 barryp Add unittests provided by majek04@... checking that objects from this
Mon, 23 Feb 2009 14:32:11 -0600 barryp Add some documentation about using 'with' statements.
Mon, 23 Feb 2009 14:13:09 -0600 barryp Add support for using Connection and Channel objects in Python 'with'
Mon, 23 Feb 2009 13:03:13 -0600 barryp Document the recent changes and change the version number so as not to be confused
Mon, 23 Feb 2009 13:02:16 -0600 barryp Fix problem with dangling reference loops after Connections close. Thanks
Mon, 23 Feb 2009 12:27:12 -0600 barryp Make sure any while loops in the transport module raise IOError exceptions
Mon, 19 Jan 2009 11:03:04 -0600 barryp Restore the thread-related code that was temporarily removed for 0.6.
Mon, 19 Jan 2009 10:42:46 -0600 barryp Added tag 0.6 for changeset dbf98c6e962a
Mon, 19 Jan 2009 10:42:24 -0600 barryp Temporarily remove the thread-related development code, so the rest of 0.6
Thu, 15 Jan 2009 20:14:02 -0600 barryp Polish up the docs a bit, including a warning to be sure to
Thu, 15 Jan 2009 19:41:53 -0600 barryp Have the Connection initializer actually behave the way the docs
Thu, 15 Jan 2009 19:07:44 -0600 barryp Combine the two different SSL transports, turns out they're not that different.
Thu, 15 Jan 2009 15:56:35 -0600 barryp Add support for Python 2.6's ssl module, without this the
Thu, 15 Jan 2009 15:23:30 -0600 barryp SSL support was broken, and also the new unittest for large messages
Thu, 15 Jan 2009 11:16:09 -0600 barryp A little pylint cleanup, add a unittest for sending large messages
Thu, 15 Jan 2009 10:32:44 -0600 barryp Send frames to the TCP socket with a single call instead of 3, this small change
Thu, 15 Jan 2009 10:19:27 -0600 barryp Get rid of unused code, you can't really flush a TCP socket.
Wed, 14 Jan 2009 19:25:16 -0600 barryp Fix problem reported by Brian Sullivan, where AMQP channel exceptions were
Wed, 14 Jan 2009 14:38:55 -0600 barryp Move lowest-level networking code into a separate module, untangling
Wed, 14 Jan 2009 13:20:38 -0600 barryp Get rid of unused logging code.
Sat, 13 Dec 2008 18:18:48 -0600 barryp Remove unused array.
Thu, 11 Dec 2008 22:09:58 -0600 barryp Need to add another item to setup.py for this to actually build and install.
Mon, 01 Dec 2008 15:44:49 -0600 barryp Show in the diagram, what exactly is flowing between
Mon, 01 Dec 2008 15:14:43 -0600 barryp Add a document describing how the Python code is arranged, for people interested
Mon, 01 Dec 2008 14:32:25 -0600 barryp Reorganize unittests, dividing them up into modules that correspond
Sun, 30 Nov 2008 20:18:13 -0600 barryp Pylint cleanup
Sun, 30 Nov 2008 20:10:15 -0600 barryp Rename method.py to method_framing.py, which is a more descriptive name.
Sun, 30 Nov 2008 19:46:44 -0600 barryp Combine two methods that no longer need to be separate.
Sun, 30 Nov 2008 19:39:24 -0600 barryp Fix a problem where deferred content methods would not have their bodies decoded
Sun, 30 Nov 2008 19:09:13 -0600 barryp Work on flow control, handling returned messages. Some minor cleanup too.
Sat, 29 Nov 2008 20:25:00 -0600 barryp The timeout for a wait() call should not be passed straight through
Sat, 29 Nov 2008 13:32:16 -0600 barryp Provide a link to txAMQP in the README file
Sat, 29 Nov 2008 13:19:53 -0600 barryp Very minor comment cleanup.
Sat, 29 Nov 2008 13:13:31 -0600 barryp Cleanup and document what's happened so far.
Sat, 29 Nov 2008 12:53:22 -0600 barryp Pylint cleanups, and fix for compatibility with Python 2.4
Sat, 29 Nov 2008 11:36:42 -0600 barryp Try to clean up visibility of various classes, so things are cleaner
Sat, 29 Nov 2008 11:24:00 -0600 barryp Move the Channel class into its own module.
Sat, 29 Nov 2008 11:11:11 -0600 barryp Split the AbstractChannel class off into its own module.
Sat, 29 Nov 2008 11:03:30 -0600 barryp Split the code that assembles frames into methods off into its own module.
Sat, 29 Nov 2008 10:30:25 -0600 barryp Start reorganizing code to have smaller more independent modules representing
Wed, 26 Nov 2008 16:35:47 -0600 barryp Use a custom TimeoutException, so that users of this module don't have to know
Wed, 26 Nov 2008 16:18:16 -0600 barryp Change the version number, so this isn't confused with the old release.
Wed, 26 Nov 2008 16:16:58 -0600 barryp Remove the nbclient_0_8.py module, and corresponding demo. The main client
Wed, 26 Nov 2008 16:14:59 -0600 barryp When running non-threaded, check that we're throwing and exception because
Wed, 26 Nov 2008 16:10:40 -0600 barryp Have an initial wait() with timeout that seems to work.
Wed, 26 Nov 2008 15:28:26 -0600 barryp Replace our old single-threaded client with the new one that can
Wed, 26 Nov 2008 11:17:24 -0600 barryp Minor stylistic cleanup.
Wed, 26 Nov 2008 11:10:55 -0600 barryp Implement a client that works in both threaded and non-threaded modes, selectable
Wed, 26 Nov 2008 10:05:40 -0600 barryp Minor optimization of two heavily used functions, seems to speed things
Wed, 26 Nov 2008 09:56:50 -0600 barryp Push the code for reading/writing AMQP frames down into the util_0_8 module
Tue, 25 Nov 2008 23:30:57 -0600 barryp Cleanup a few minor things, improve comments.
Tue, 25 Nov 2008 23:19:43 -0600 barryp Radical reworking of the threading client so that the receiving thread