Ask Solem
|
372448c48a
|
Merge branch '2.5'
Conflicts:
Changelog
README.rst
kombu/__init__.py
|
2013-10-11 17:42:23 +01:00 |
Ask Solem
|
a7410f03a7
|
Fixed wrong dates in Changelog
|
2013-10-11 16:35:21 +01:00 |
Ask Solem
|
6cd76a9620
|
Wording
|
2013-10-11 16:32:39 +01:00 |
Ask Solem
|
f35b4571db
|
Wording
|
2013-10-11 16:32:32 +01:00 |
Ask Solem
|
62acf811ca
|
Fixed typo 2014 -> 2013. Closes #258
|
2013-10-11 14:38:50 +01:00 |
Ask Solem
|
7c2ade4edc
|
Fixed typo 2014 -> 2013
|
2013-10-11 14:38:22 +01:00 |
Ask Solem
|
48fbb44908
|
Connection.as_uri now supports mask argument for replacing passwords
|
2013-10-10 18:00:27 +01:00 |
Ask Solem
|
35f14ecfcd
|
Use call_soon rather than generator draining events from amqp transports
|
2013-10-08 13:49:40 +01:00 |
Ask Solem
|
c9c3ea95a6
|
Tests passing
|
2013-10-07 17:57:39 +01:00 |
Ask Solem
|
5821d12e41
|
Message.reject and reject_log_error now supports a requeue argument
|
2013-10-07 17:44:53 +01:00 |
Ask Solem
|
5a2bbf1e52
|
Use time.monotonic when available
|
2013-10-07 15:45:12 +01:00 |
Ask Solem
|
3a3cabb9a5
|
Fixes MongoDB host parsing
|
2013-10-07 14:56:58 +01:00 |
Ask Solem
|
221ae11044
|
Adds loop.call_soon and loop.run_forever
|
2013-10-07 13:12:39 +01:00 |
Ask Solem
|
3d340d574a
|
Removes .common.entry_to_queue and .messaging.entry_to_queue
|
2013-10-07 11:38:52 +01:00 |
Ask Solem
|
ec5d33ebc3
|
Removes kombu.common.ipublish and isend_reply
|
2013-10-07 11:31:26 +01:00 |
Ask Solem
|
9f715a9ed8
|
Fixes typo 2.4 -> 3.4. Thanks to Wes Mason
|
2013-10-07 11:27:19 +01:00 |
Ask Solem
|
493da61205
|
Improve docs about pickle serailization and disabled by defaualt
|
2013-10-04 16:26:17 +01:00 |
Ask Solem
|
00efce7d9f
|
Bumps version to 2.5.15
|
2013-10-04 15:21:11 +01:00 |
Ask Solem
|
d3259de791
|
Fixes tests
|
2013-10-04 15:19:59 +01:00 |
Ask Solem
|
df1438c18f
|
Now depends on amqp 1.3.0
|
2013-10-04 15:18:30 +01:00 |
Ask Solem
|
126845ecb4
|
MongoDB: Pass URL unmodified to transport. Closes #205
|
2013-10-03 15:06:36 +01:00 |
Ask Solem
|
13e2de161b
|
Replaces URI_PASSTHROUGH global with Transport.can_parse_url
|
2013-10-03 15:05:30 +01:00 |
Ask Solem
|
138bf3f822
|
Zmq: Must use finally to clear timeout
|
2013-10-03 15:04:29 +01:00 |
Ask Solem
|
ba3171352a
|
MongoDB: Connection deprecated in favor of MongoClient, and end_request no longer needed. Re #250
|
2013-10-03 13:05:56 +01:00 |
Ask Solem
|
4d1e615cf5
|
Removes useless maybe_block
|
2013-10-03 12:49:37 +01:00 |
Ask Solem
|
539f2990d3
|
Updates Cangelog
|
2013-10-03 12:47:29 +01:00 |
Ask Solem
|
51571f63e8
|
Adds Jesper Thomschütz to AUTHORS
|
2013-10-03 12:46:38 +01:00 |
Jesper Thomschütz
|
e5830448f1
|
zmq transport: Respect the timeout argument in Client.get()
|
2013-10-03 12:46:08 +01:00 |
Ask Solem
|
789abab5bb
|
Fixes
|
2013-10-03 12:44:15 +01:00 |
Ask Solem
|
6ba75b907d
|
Updates Copyright years to 2013
|
2013-10-02 14:59:25 +01:00 |
Ask Solem
|
09f3a696c1
|
Cosmetics
|
2013-10-02 14:50:42 +01:00 |
Ask Solem
|
d96241454e
|
Fixes typo
|
2013-10-02 14:48:34 +01:00 |
Ask Solem
|
69ecc1ac3e
|
Adds setuptools bundles
|
2013-10-02 14:43:19 +01:00 |
Ask Solem
|
73b226d7eb
|
Adds Maxime Rouyrre to AUTHORS (was missing)
|
2013-10-02 14:03:36 +01:00 |
Ask Solem
|
1342ea8055
|
Updates Changelog
|
2013-10-02 14:03:32 +01:00 |
Ask Solem
|
78f2dd7f98
|
Adds Davanum Srinivas to AUTHORS (was missing)
|
2013-10-02 13:41:58 +01:00 |
Ask Solem
|
1df2ba494e
|
Timer defines len so must also define __nonzero__
|
2013-10-02 13:35:21 +01:00 |
Ask Solem
|
9ec687e57a
|
Timer API now using secs instead of msecs
|
2013-10-02 11:58:09 +01:00 |
Ask Solem
|
025df22353
|
Merge branch '2.5'
Conflicts:
Changelog
kombu/common.py
|
2013-10-01 18:40:39 +01:00 |
Ask Solem
|
0f38470399
|
Updates Changelog
|
2013-10-01 18:38:26 +01:00 |
Ask Solem
|
61c14b22f5
|
Adds kombu.async.timer (+ accidentally staged documentation fixes)
|
2013-10-01 17:30:26 +01:00 |
Ask Solem
|
b703282ec5
|
Wording
|
2013-10-01 14:49:10 +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
|
8dd0a84ce1
|
Merge branch 'master' into asyncmove
Conflicts:
kombu/async/hub.py
kombu/connection.py
kombu/serialization.py
|
2013-09-25 16:27:28 +01:00 |
Ask Solem
|
7b172665c8
|
Do not check heartbeats when in blocking sections
|
2013-09-25 15:41:33 +01:00 |
Ask Solem
|
24a3454791
|
Adds kombu.async.maybe_block context
|
2013-09-25 15:31:39 +01:00 |
Ask Solem
|
8bfde1f5e4
|
Redis: reject+requeue should restore at beginning (Related to #254)
|
2013-09-25 12:59:32 +01:00 |
Ask Solem
|
91a6c1b3c3
|
Adds Mark Lavin to AUTHORS
|
2013-09-25 12:45:33 +01:00 |
Mark Lavin
|
c0307b15d6
|
Change redis transport to rpush rather than lpush messages on the queue when they are restored to make the ack emulation more consistent with the amqp transport.
|
2013-09-25 12:44:55 +01:00 |