Ask Solem
|
1d389f0355
|
Merge branch 'robottaway/master'
|
2011-01-06 13:28:12 +01:00 |
Ask Solem
|
d50b27f160
|
Bumped version to 1.0.0b2
|
2011-01-03 13:45:16 +01:00 |
Ask Solem
|
f302d81461
|
Use pure-python pickle on Python <= 2.5, as cPickle is broken there
|
2011-01-03 13:44:40 +01:00 |
Rob Ottaway
|
a60da56e18
|
Fixing missing headers issue
|
2010-12-21 11:01:25 -08:00 |
Ask Solem
|
6d9cdf3830
|
Added Alexandre Bourget to AUTHORS
|
2010-12-21 10:23:53 +01:00 |
Alexandre Bourget
|
ed67ff1966
|
Just fix a missing "import"
|
2010-12-20 14:50:44 -05:00 |
Ask Solem
|
857bd4e2cd
|
PEP8ify
|
2010-12-18 11:52:25 +01:00 |
Ask Solem
|
130823fa14
|
Bumped version to 1.0.0b1
|
2010-12-18 11:49:40 +01:00 |
Ask Solem
|
b5f92c4929
|
Since virtual broker state is now global, so must the Redis server mock be
|
2010-12-07 16:05:06 +01:00 |
Ask Solem
|
5494317a04
|
pika: channel.connection must be available (in pika it's channel.handler.connection)
|
2010-12-05 15:12:46 +01:00 |
Ask Solem
|
f202a35b25
|
Fixed typo in setup.py
|
2010-12-03 14:22:04 +01:00 |
Ask Solem
|
5256b2a4e6
|
BrokerState must be global, otherwise declarations will be lost from connection to connection.
|
2010-12-03 14:16:43 +01:00 |
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 |