Commit Graph

207 Commits

Author SHA1 Message Date
Ask Solem 2bf695de2f Unit tests now passing on Python 3 2010-12-03 12:55:41 +01:00
Ask Solem dec4d12d42 Py3k Support 2010-12-02 15:32:26 +01:00
Ask Solem eb7748d27b 2to3 says we should use a for loop here 2010-12-02 15:24:35 +01:00
Ask Solem 97ac8b077c Added eventlet examles: examples/simple_eventlet_receive.py simple_eventlet.send.py 2010-12-01 12:28:31 +01:00
Ask Solem b6d679fe34 Added SimpleQueue examples: examples/simple_receive.py, simple_send.py 2010-12-01 12:28:10 +01:00
Ask Solem 8ebbbd3ac8 Fixed SimpleQueue.get if there was no timeout specified 2010-12-01 12:27:31 +01:00
Ask Solem aa5ee5c436 PEP8ifye 2010-11-30 19:58:04 +01:00
Ask Solem 0e44a16230 Bumped version to 0.9.7 2010-11-30 19:56:39 +01:00
Ask Solem a574515aa9 Allow connection pools with no limit 2010-11-30 19:56:12 +01:00
Ask Solem c86ced6746 Remove useless try: else: 2010-11-29 22:53:45 +01:00
Ask Solem 586faacdf9 msgpack content-encoding must be 'binary' not 'utf-8' 2010-11-25 16:13:40 +01:00
Ask Solem 4ee6495431 ADded Falvio Percoco Premoli, David Clymer and David Ziegler to AUTHORS 2010-11-24 13:29:45 +01:00
Ask Solem 1dc78998b9 Merge branch 'FlaPer87/master' 2010-11-24 13:28:01 +01:00
Ask Solem fe16e2b965 Added examples/ directory with demo_send and demo_receive 2010-11-24 12:31:20 +01:00
Ask Solem 29dd0e37b6 Cosmetics 2010-11-16 11:45:42 +01:00
Ask Solem 9de9f49cb6 Pidbox: Don't declare when replying, also fix unicode with kwargs bug 2010-11-15 14:14:26 +01:00
Ask Solem e736b10058 Redis: Tests for connection disconnect 2010-11-15 14:13:57 +01:00
Ask Solem 5b7f4342b3 Beanstalk: Close connection on channel close. 2010-11-15 14:09:08 +01:00
Ask Solem 6989b4e31a Redis: Only close connection if previously established 2010-11-15 12:53:56 +01:00
Ask Solem e54a449165 Redis: Disconnect on channel close. 2010-11-15 12:38:33 +01:00
Flavio Percoco Premoli 795c8aeede small improvement, connection can be reached using the database instance 2010-11-12 19:58:01 +01:00
Ask Solem 76300d0536 Improved the description some more 2010-11-12 15:54:29 +01:00
Ask Solem 6b06d1338b Messaging -queue framework 2010-11-12 15:48:42 +01:00
Ask Solem 8f03c8fa58 README.rst now passes rst2html --strict 2010-11-12 15:47:29 +01:00
Ask Solem ce302f23ff Fixed amqplib link in README.rst 2010-11-12 15:32:08 +01:00
Ask Solem 180e055fe5 Fixed rst links in README.rst 2010-11-12 15:31:30 +01:00
Ask Solem ce0670929e Bumped version to 0.9.6 2010-11-12 15:22:51 +01:00
Ask Solem 35f8d577c3 Some marketing in README 2010-11-12 15:22:23 +01:00
Ask Solem 952fc27b03 Functional tests for Pika transport, also asyncore drain_events now properly raises socket.timeout on timeout 2010-11-12 13:30:30 +01:00
Ask Solem ff2f590186 Added funtests/setup.py 2010-11-12 12:02:04 +01:00
Ask Solem 5a2b661109 Moved kombu/tests/test_functional to funtests/ so they are not executed with the unit test suite 2010-11-12 11:50:18 +01:00
Ask Solem 8f8b3c9df9 Removed functional requirements from contrib/requirements/test.txt 2010-11-12 11:49:43 +01:00
Ask Solem 62f22f3b2d Added contrib/requirements/funtest.txt: List of requirements to run the functional test suite in funtest/ 2010-11-12 11:49:25 +01:00
Ask Solem 8747025b92 Added functional tests for sqlalchemy-kombu 2010-11-12 11:34:35 +01:00
Ask Solem 5beed9d000 Added functional tests for django-kombu 2010-11-12 11:34:13 +01:00
Ask Solem 3a11485ba5 Removed leftover print statements 2010-11-12 11:33:41 +01:00
Ask Solem b7a07ce272 Fixed functional tests (including basic_get for beanstalk) 2010-11-12 11:33:02 +01:00
Ask Solem c41b385428 Added functional tests for CouchDb transport (not known to pass) 2010-11-12 11:00:47 +01:00
Ask Solem 0c43ceb303 CouchDB transport: Add socket.error to connection_errors, also use default port if not specified 2010-11-12 10:59:42 +01:00
Ask Solem 71c9abfcc4 Fixed syntax errors in MongoDB transport, also added functional tests, but they are *not* passing 2010-11-12 10:56:18 +01:00
Ask Solem d5dacea33d Remove Sphinx directives from README.rst 2010-11-11 16:16:07 +01:00
Ask Solem 97bcb2f7b0 Added missing rst files to reference index 2010-11-11 16:06:53 +01:00
Ask Solem bb3d96c30f Some README changes 2010-11-11 16:05:18 +01:00
Ask Solem 2ea7beb0c5 Moved serialization section from README to it's own section in the user guide 2010-11-11 16:00:44 +01:00
Ask Solem 688d16d045 PEP8ify + pyflakes 2010-11-11 15:54:31 +01:00
Ask Solem 2d1d52431e 100% coverage for kombu.messaging, 97% total 2010-11-11 15:49:39 +01:00
Ask Solem cbc1234b11 Added redis to contrib/requirements/test 2010-11-11 15:31:41 +01:00
Ask Solem 288cc0ad6f Beanstalk transport now passing functional tests 2010-11-11 15:16:23 +01:00
Ask Solem 7d72e78727 Added functional tests for Beanstalk transport 2010-11-11 15:16:09 +01:00
Ask Solem e8bfcaedcf Functional tests for Redis transport 2010-11-11 15:15:49 +01:00