Ask Solem
bd6c5bed2b
Merge branch 'daevaorn/priority'
2014-05-20 19:30:05 +01:00
Ask Solem
55197ee341
master now depends on Python 2.7
2014-05-19 22:27:36 +01:00
Alex Koshelev
3dd3d71eb6
Priority support for MongoDB transport. Transport table update. Priority
...
conversion unification.
2014-05-08 09:06:49 +04:00
Klumhru
8b68abfc40
Fix reversed method references
...
According to docs on kombu.serialization.register the params order is (name, encoder, decoder, content_type, content_encoding). This caused us a bit of grief as I was too lazy to read the actual docs on register() :)
2014-05-01 09:48:01 +00:00
Ask Solem
0dd1ccdb17
Adds missing reference page
2014-03-03 16:20:41 +00:00
Ask Solem
f612a949f9
Improve example in consumer user guide. Closes #298
2014-01-13 15:15:20 +00:00
Dustin J. Mitchell
3fc492ad58
fix grammar
2014-01-08 16:49:31 +00:00
Ask Solem
dc32b7ce60
s/framework/library
2013-11-03 15:24:32 +00:00
Ask Solem
493da61205
Improve docs about pickle serailization and disabled by defaualt
2013-10-04 16:26:17 +01:00
Ask Solem
6ba75b907d
Updates Copyright years to 2013
2013-10-02 14:59:25 +01:00
Ask Solem
61c14b22f5
Adds kombu.async.timer (+ accidentally staged documentation fixes)
2013-10-01 17:30:26 +01:00
Ask Solem
b0234bf840
Removes Connection.more_to_read + .nb_keep_draining
2013-09-30 14:46:25 +01:00
Ask Solem
ecf1457f13
Tests passing
2013-09-25 16:48:00 +01:00
Ask Solem
b1ddcaebe9
Fixes kombu.transport.pyro reference page
2013-09-12 17:42:50 +01:00
Ask Solem
e5cb2e19e8
Adds missing reference pages
2013-09-12 17:32:19 +01:00
Ask Solem
554bddd2af
Py3 fixes
2013-09-10 17:26:12 +01:00
Ask Solem
ecd0e7658e
Merge branch 'blaze33/master'
2013-07-29 15:05:12 +01:00
Abi Gopal
889a51a362
Fixed typo.
2013-07-09 16:37:43 -04:00
Maxime Rouyrre
f30f669adc
Added Unix socket connection support to the redis transport
...
cf. https://github.com/celery/celery/issues/1283
and https://github.com/piquadrat/celery-redis-unixsocket/issues/3
2013-06-13 11:00:07 +02:00
Ask Solem
970e27db8e
Merge branch '2.5'
...
Conflicts:
Changelog
README.rst
kombu/__init__.py
kombu/messaging.py
kombu/serialization.py
kombu/transport/redis.py
requirements/default.txt
2013-04-15 12:45:25 +01:00
Ask Solem
d51ba1f94e
Updates serialization guide
2013-04-11 15:28:49 +01:00
Ask Solem
b1a8d2f868
Updates Changelog
2013-04-11 14:11:16 +01:00
Ask Solem
34589403e5
Merge branch '2.5'
...
Conflicts:
README.rst
kombu/__init__.py
kombu/transport/__init__.py
requirements/default.txt
2013-04-02 15:02:39 +01:00
Ask Solem
0e5ece66d5
Use fuzzy matching to suggest alternatives to typos in transport name
2013-03-22 12:39:43 +00:00
Ask Solem
f078863bf8
Merge branch 'sudorandom/SLMQ'
2013-02-07 15:44:23 +00:00
Ask Solem
67d2fa4744
Merge branch '2.5'
...
Conflicts:
pavement.py
2013-02-07 15:38:15 +00:00
Kevin McDonald
9e9323a14c
Adds SoftLayer Message Queue functionality
2013-01-24 13:50:32 -06:00
Ask Solem
dd0fe3a3a6
More pep8ify
2013-01-17 13:50:01 +00:00
Craig Younkins
2b835ab415
Adding section in Connections docs about the different AMQP transports
2013-01-11 17:15:51 +00:00
Craig Younkins
5db8b67d46
Adding section in Connections docs about the different AMQP transports
2013-01-11 17:15:47 +00:00
HVN
6f67983182
merge helloworld into examples
2012-12-11 11:35:02 +07:00
Ask Solem
4dd7023336
Fixes typo (conn.connected is a property). Closes #182
2012-12-06 13:31:21 +00:00
HVN
920bb3cb73
add helloworld example use simple interface
2012-12-06 18:22:06 +07:00
HVN
de5e77e035
correcting interactive code
2012-12-06 17:35:15 +07:00
HVN
e1c2bcec7e
code tested with python 2.7.3 on Ubuntu11.04 64bit
2012-12-06 17:29:01 +07:00
Ask Solem
f68f8ac8c0
Merge branch 'master' into 3.0
...
Conflicts:
kombu/abstract.py
kombu/clocks.py
kombu/messaging.py
kombu/pidbox.py
kombu/pools.py
kombu/tests/mocks.py
kombu/tests/test_common.py
kombu/tests/test_messaging.py
kombu/tests/test_serialization.py
kombu/tests/test_utils.py
kombu/tests/transport/test_redis.py
kombu/tests/utilities/test_encoding.py
kombu/transport/pika.py
kombu/transport/zmq.py
kombu/transport/zookeeper.py
kombu/utils/__init__.py
kombu/utils/encoding.py
kombu/utils/finalize.py
pavement.py
requirements/default.txt
2012-11-27 15:48:42 +00:00
Ask Solem
c16e0822a3
Doc fixes
2012-11-21 17:34:04 +00:00
Ask Solem
9cc13cebe1
Removes pika transport, will wait until pika comes out of experimental its state
2012-11-15 16:05:37 +00:00
Ask Solem
a4a2d483fe
Removes kombu.utils.finalize: Use multiprocessing.util.Finalize instead
2012-11-13 13:56:02 +00:00
Ask Solem
82c906fb20
Documents recoverable_connection_errors and recoverable_channel_errors attributes
2012-11-13 12:45:15 +00:00
Ask Solem
aa0323e398
py-amqp replaces amqplib as the default transport
2012-11-05 13:27:07 +00:00
Ask Solem
9c190595f9
Refs to kombu top level symbols now resolve, and there's a kombu reference page
2012-10-23 16:24:39 +01:00
Ask Solem
d4b0c455d2
Updates Changelog
2012-10-04 16:18:43 +01:00
Ask Solem
14bd3bef6c
Can now register serializers using setuptools entrypoints
2012-09-25 12:21:08 +01:00
Mher Movsisyan
8b57f929b8
Fixes logo url
2012-08-30 21:28:22 +04:00
Ask Solem
ae51d2f654
Fixes doc logo
2012-08-30 15:32:07 +01:00
Ask Solem
f82ac71a41
Adds autodoc for kombu.transport.zmq
2012-08-17 19:47:08 +01:00
Ask Solem
4ef50a5e33
Use pickle protocol 2 by default, allow setting PICKLE_PROTOCOL environment variable to change
2012-08-04 14:31:44 +01:00
Ask Solem
72d9b1c177
Adds reference API for kombu.transport.pyamqp
2012-07-24 16:21:42 +01:00
Ask Solem
8c034338ca
Adds missing reference pages
2012-07-05 15:47:12 +01:00