Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/celery/billiard
Multiprocessing Pool Extensions
https://github.com/celery/billiard
SemLock in Python 3.4 must have name argument. Closes #107
5634b190402bb722fdff5dcd7f28069d15d71589 authored over 10 years ago by Ask Solem <[email protected]>
5634b190402bb722fdff5dcd7f28069d15d71589 authored over 10 years ago by Ask Solem <[email protected]>
Pool: human status for process exitcode log
e82e50a9c745fe2bfdf7120c59d6b159df07bd6d authored over 10 years ago by Ask Solem <[email protected]>
e82e50a9c745fe2bfdf7120c59d6b159df07bd6d authored over 10 years ago by Ask Solem <[email protected]>
flakes
00876aa67eeecc34a887d484f6dc7887ab8eede8 authored almost 11 years ago by Ask Solem <[email protected]>
00876aa67eeecc34a887d484f6dc7887ab8eede8 authored almost 11 years ago by Ask Solem <[email protected]>
SemLock in Python 3.4 must have name argument. Closes #107
4ef9874290b8df47b2e264412b6404592454f6e1 authored almost 11 years ago by Ask Solem <[email protected]>
4ef9874290b8df47b2e264412b6404592454f6e1 authored almost 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.3.0.16 and updates Changes
3753ae8e9df0cf12939e17ca2c2a7919cfa183c8 authored almost 11 years ago by Ask Solem <[email protected]>
3753ae8e9df0cf12939e17ca2c2a7919cfa183c8 authored almost 11 years ago by Ask Solem <[email protected]>
Make sure billiard.py3 is included in MANIFEST
97bf007eb2da1feb1930c5e78b92f3fd49094fe8 authored almost 11 years ago by Ask Solem <[email protected]>
97bf007eb2da1feb1930c5e78b92f3fd49094fe8 authored almost 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.3.0.15 and updates CHANGES.txt
009fd013a5f80e229a02390eb5fefad1cfe358fc authored almost 11 years ago by Ask Solem <[email protected]>
009fd013a5f80e229a02390eb5fefad1cfe358fc authored almost 11 years ago by Ask Solem <[email protected]>
Fixes "cannot join process not started" error
662b9c9d85ed60f1100d46fe9982b7d1195c3f4e authored almost 11 years ago by Ask Solem <[email protected]>
662b9c9d85ed60f1100d46fe9982b7d1195c3f4e authored almost 11 years ago by Ask Solem <[email protected]>
Now uses billiard.py2 and billiard.py3 packages so that the version specific modules are not handled by setup.py. Closes #105
ab882ccfe13d8b2878222442843b1ded6bb469f8 authored almost 11 years ago by Ask Solem <[email protected]>
ab882ccfe13d8b2878222442843b1ded6bb469f8 authored almost 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.3.0.14 and updates Changelog
b247a697649b3e5517f3b7806ec62c7fe975ca53 authored almost 11 years ago by Ask Solem <[email protected]>
b247a697649b3e5517f3b7806ec62c7fe975ca53 authored almost 11 years ago by Ask Solem <[email protected]>
Comment on why we have a custom bytes constructor (Issue #103)
1f90ac1fdb6887204fd99ca7c7333d6015a1eee6 authored almost 11 years ago by Ask Solem <[email protected]>
1f90ac1fdb6887204fd99ca7c7333d6015a1eee6 authored almost 11 years ago by Ask Solem <[email protected]>
bytes return value is not an instance of bytes. Closes #103
27eaecfb730819278cc6fb92421b281198e273c1 authored almost 11 years ago by Ask Solem <[email protected]>
27eaecfb730819278cc6fb92421b281198e273c1 authored almost 11 years ago by Ask Solem <[email protected]>
Prevent Errors in Frozen Apps
Frozen Applications do not have __file__ attribute causing exceptions here. Fixed.
c5e489ee572458d2306a814cb11e53b57fee490c authored about 11 years ago by George Sibble <[email protected]>
Fixes rst errors
c29c4f7adbd0f7f4544c05fb9777800616e89d2f authored about 11 years ago by Ask Solem <[email protected]>
c29c4f7adbd0f7f4544c05fb9777800616e89d2f authored about 11 years ago by Ask Solem <[email protected]>
Tests passing
69543de235d6cb086643696940e26f65011351f3 authored about 11 years ago by Ask Solem <[email protected]>
69543de235d6cb086643696940e26f65011351f3 authored about 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.0.3.13 and updates CHANGES.txt
e7d232eb77f82fd0efe2332527e8c95706f1b8e0 authored about 11 years ago by Ask Solem <[email protected]>
e7d232eb77f82fd0efe2332527e8c95706f1b8e0 authored about 11 years ago by Ask Solem <[email protected]>
Only handle all signals if the ipc semaphore is used (Issue #98)
e90d79974b8b4b12f32e3314857dc902685d42c4 authored about 11 years ago by Ask Solem <[email protected]>
e90d79974b8b4b12f32e3314857dc902685d42c4 authored about 11 years ago by Ask Solem <[email protected]>
Merge branch 'vvatsa/master'
a5519d443adfdee9d530a4910b313caee0c2748f authored about 11 years ago by Ask Solem <[email protected]>
a5519d443adfdee9d530a4910b313caee0c2748f authored about 11 years ago by Ask Solem <[email protected]>
memoryview is broken in Python <2.7.6. Closes celery/celery#1727
8ee6ab51507124c1e2ae7c3afc09773fb56ed002 authored about 11 years ago by Ask Solem <[email protected]>
8ee6ab51507124c1e2ae7c3afc09773fb56ed002 authored about 11 years ago by Ask Solem <[email protected]>
do not catch SIGBUS either as per SIG35-C
This related to commit: 2bef62a7561ccca8509a4ceaaf471967c5737fb6
SIGBUS is also in the list of S...
setup: Only show warning for build commands
3b7d7bff182a2001bd9f6042bbd81c86bca5b19e authored about 11 years ago by Ask Solem <[email protected]>
3b7d7bff182a2001bd9f6042bbd81c86bca5b19e authored about 11 years ago by Ask Solem <[email protected]>
flakes
dc4f3ccb23da9467e735af4b3702b34ba2de1536 authored about 11 years ago by Ask Solem <[email protected]>
dc4f3ccb23da9467e735af4b3702b34ba2de1536 authored about 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.3.0.12
3851667504cac1b1301747515d42987cd1673794 authored about 11 years ago by Ask Solem <[email protected]>
3851667504cac1b1301747515d42987cd1673794 authored about 11 years ago by Ask Solem <[email protected]>
Merge branch 'circlingthesun/master'
8e5cc120aa45afb3ec62a8402b38e334a73704f6 authored about 11 years ago by Ask Solem <[email protected]>
8e5cc120aa45afb3ec62a8402b38e334a73704f6 authored about 11 years ago by Ask Solem <[email protected]>
Merge pull request #95 from ionelmc/pr-2
Run os._exit even if outq.put fails.
f31e62ac9df97a2b82b0c5320de6dcf5fc54cf46 authored about 11 years ago by Ask Solem Hoel <[email protected]>
Merge pull request #96 from ionelmc/pr-3
Fix operator precedence.
a3143e0393c3490633191b3d916e53d119ece196 authored about 11 years ago by Ask Solem Hoel <[email protected]>
Fix operator precedence.
af9af4b58d0608c8e6c90dd41b80c86e9dd714d7 authored about 11 years ago by Ionel Cristian Mărieș <[email protected]>
af9af4b58d0608c8e6c90dd41b80c86e9dd714d7 authored about 11 years ago by Ionel Cristian Mărieș <[email protected]>
Run os._exit even if outq.put fails.
6003b49e7726cb79782a2c0b9bce5fcdc1ae2393 authored about 11 years ago by Ionel Cristian Mărieș <[email protected]>
6003b49e7726cb79782a2c0b9bce5fcdc1ae2393 authored about 11 years ago by Ionel Cristian Mărieș <[email protected]>
Added 2.7 compatibility
549c0c74b4e49b27a5547043ca787508c79ecae1 authored about 11 years ago by Rickert Mulder <[email protected]>
549c0c74b4e49b27a5547043ca787508c79ecae1 authored about 11 years ago by Rickert Mulder <[email protected]>
Pool: terminate handling for old process. Closes celery/celery#1711
ba6c07702cc2bd001ba05a8bd6ef3d4fdc5a483e authored about 11 years ago by Ask Solem <[email protected]>
ba6c07702cc2bd001ba05a8bd6ef3d4fdc5a483e authored about 11 years ago by Ask Solem <[email protected]>
Signum may be None
db66fb48a192f690d7a094f12bac7245b4779842 authored about 11 years ago by Ask Solem <[email protected]>
db66fb48a192f690d7a094f12bac7245b4779842 authored about 11 years ago by Ask Solem <[email protected]>
Fixes Python 3.3 setup.py string bug
bf0a64044354864b48a5c1311d9e1f82c63f9c5f authored about 11 years ago by Rickert Mulder <[email protected]>
bf0a64044354864b48a5c1311d9e1f82c63f9c5f authored about 11 years ago by Rickert Mulder <[email protected]>
Bumps version to 3.3.0.11
48d5436b5e64c58e711b33f2105c6c3ddeaf5d2f authored about 11 years ago by Ask Solem <[email protected]>
48d5436b5e64c58e711b33f2105c6c3ddeaf5d2f authored about 11 years ago by Ask Solem <[email protected]>
Updates CHANGES.txt
d8a1844ed853a5e1ae4a36e868a870ea4bf556df authored about 11 years ago by Ask Solem <[email protected]>
d8a1844ed853a5e1ae4a36e868a870ea4bf556df authored about 11 years ago by Ask Solem <[email protected]>
CHANGES cannot contain Unicode. Closes #89
a63c4075eca63e480014512bc5831cde1d37fec6 authored about 11 years ago by Ask Solem <[email protected]>
a63c4075eca63e480014512bc5831cde1d37fec6 authored about 11 years ago by Ask Solem <[email protected]>
Daemonic processes should be alloed to have children. Closes celery/celery#1709
e6bb0f744e97bd9acc560788a1b6152bc9ba48c3 authored about 11 years ago by Ask Solem <[email protected]>
e6bb0f744e97bd9acc560788a1b6152bc9ba48c3 authored about 11 years ago by Ask Solem <[email protected]>
flakes
264d26e6ce133f9ace1987d981d8c0e5961c0353 authored about 11 years ago by Ask Solem <[email protected]>
264d26e6ce133f9ace1987d981d8c0e5961c0353 authored about 11 years ago by Ask Solem <[email protected]>
Forgot to add Process._is_alive
26519f4e34114da5480f24fa034e0115b2f7ab0e authored about 11 years ago by Ask Solem <[email protected]>
26519f4e34114da5480f24fa034e0115b2f7ab0e authored about 11 years ago by Ask Solem <[email protected]>
Process may also be dead if popen is None
911f7c2c8f04ed6cfb078637325c436a3561fe75 authored about 11 years ago by Ask Solem <[email protected]>
911f7c2c8f04ed6cfb078637325c436a3561fe75 authored about 11 years ago by Ask Solem <[email protected]>
Merge branch 'master' into 3.3
45ac73724b4dd13cdd38c2bd3a9b89b3e7e8f5e4 authored about 11 years ago by Ask Solem <[email protected]>
45ac73724b4dd13cdd38c2bd3a9b89b3e7e8f5e4 authored about 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.3.0.10
54fcdf707bb4212eeb117707da8dca9e2048efc4 authored about 11 years ago by Ask Solem <[email protected]>
54fcdf707bb4212eeb117707da8dca9e2048efc4 authored about 11 years ago by Ask Solem <[email protected]>
Updates CHANGES.txt
6b09ded555ebc5be7ccde9b84b072173a986e297 authored about 11 years ago by Ask Solem <[email protected]>
6b09ded555ebc5be7ccde9b84b072173a986e297 authored about 11 years ago by Ask Solem <[email protected]>
Windows/Python 3.3: Fallback for missing _winapi.WAIT_ABANDONED_0. PipeConnection handles can now be inherited by forked processes.
f58eae45f8bbf167272155f50ef8adce48d08015 authored about 11 years ago by wgt <[email protected]>
f58eae45f8bbf167272155f50ef8adce48d08015 authored about 11 years ago by wgt <[email protected]>
Bumps version to 3.3.0.9
5652fe69e0a0623cea8f9f0c2810e001d4ad53df authored about 11 years ago by Ask Solem <[email protected]>
5652fe69e0a0623cea8f9f0c2810e001d4ad53df authored about 11 years ago by Ask Solem <[email protected]>
Implement a ugly way to make the child wait at shutdown (so that the pipes are fully drained).
Change the sleep to 0.5
Sleep 1 sec and don't raise exception if killing already dead process.
...
Merge branch 'master' into 3.3
5f6f8c62c64f2593c4e959a3b81f6f8beedb89f6 authored about 11 years ago by Ask Solem <[email protected]>
5f6f8c62c64f2593c4e959a3b81f6f8beedb89f6 authored about 11 years ago by Ask Solem <[email protected]>
Use callable() now that it's allowed again (Issue celery/celery#1678)
2f24f628c07b32abb86d006677d0b5e26f10ae22 authored about 11 years ago by Ask Solem <[email protected]>
2f24f628c07b32abb86d006677d0b5e26f10ae22 authored about 11 years ago by Ask Solem <[email protected]>
Fixes typo
c676b94aa4144349b11ab31c82296a5d804909c9 authored about 11 years ago by Ask Solem <[email protected]>
c676b94aa4144349b11ab31c82296a5d804909c9 authored about 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.3.0.8 and updates CHANGES.txt
d6c3eabf7c10eac1096e1806dac0855e1ad40d8d authored about 11 years ago by Ask Solem <[email protected]>
d6c3eabf7c10eac1096e1806dac0855e1ad40d8d authored about 11 years ago by Ask Solem <[email protected]>
Also set multiprocessing.current_process
4c32d2e8dee3ae2b59055567ec2c57c7f714dcc8 authored about 11 years ago by Ask Solem <[email protected]>
4c32d2e8dee3ae2b59055567ec2c57c7f714dcc8 authored about 11 years ago by Ask Solem <[email protected]>
Delete function return value
532d2ec375ddde6c580709b4e014deb14252446d authored about 11 years ago by dongweiming <[email protected]>
532d2ec375ddde6c580709b4e014deb14252446d authored about 11 years ago by dongweiming <[email protected]>
flakes
55913110abc756dfc4dc58f1b9529c993645168f authored about 11 years ago by Ask Solem <[email protected]>
55913110abc756dfc4dc58f1b9529c993645168f authored about 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.3.0.7 and updates CHANGES.txt
787390ff54dd843344c5a917fb7ba03bac032234 authored about 11 years ago by Ask Solem <[email protected]>
787390ff54dd843344c5a917fb7ba03bac032234 authored about 11 years ago by Ask Solem <[email protected]>
Merge branch 'master' of github.com:celery/billiard
b4decb0c2bc0512e078b45fa7afa38db9ca69224 authored about 11 years ago by Ask Solem <[email protected]>
b4decb0c2bc0512e078b45fa7afa38db9ca69224 authored about 11 years ago by Ask Solem <[email protected]>
Adds bitdeli
36e430e478eddc9e8b1ff8702948c3b1e05ae435 authored about 11 years ago by Ask Solem <[email protected]>
36e430e478eddc9e8b1ff8702948c3b1e05ae435 authored about 11 years ago by Ask Solem <[email protected]>
Merge pull request #80 from Tinche/pypy-fix
Small fix in PyPy check - getattr raises exceptions on missing
b6714eb509c687ad2cb48ff8745df770b2e1ea62 authored about 11 years ago by Ask Solem Hoel <[email protected]>
Small fix in PyPy check - getattr raises exceptions on missing
attributes.
6d653f9a31b7a6d070e1c7f95aeb1f05066782b2 authored about 11 years ago by Tin Tvrtkovic <[email protected]>
use find_library instead of hardcoded path for COreServices on MacOS
This is required for successful use with bundling tools like pyinstaller.
7427e0b9a540a302bc4db0f3bac178c3d8534ac4 authored about 11 years ago by mkassner <[email protected]>
Fixes error on PyPy and Py3. Closes #78
0d95973bf4ec9088beb941c56cf0dbc8cdfe28d2 authored about 11 years ago by Ask Solem <[email protected]>
0d95973bf4ec9088beb941c56cf0dbc8cdfe28d2 authored about 11 years ago by Ask Solem <[email protected]>
Fixes type error in setup.py
636b4780fe4bda44a0175d5148ac29dc2852d1dc authored about 11 years ago by Ask Solem <[email protected]>
636b4780fe4bda44a0175d5148ac29dc2852d1dc authored about 11 years ago by Ask Solem <[email protected]>
that was not it...
cb8b05db552f4d6617ea2140513befa615ed4c95 authored about 11 years ago by Ask Solem <[email protected]>
cb8b05db552f4d6617ea2140513befa615ed4c95 authored about 11 years ago by Ask Solem <[email protected]>
closerange high argument is inclusive
81b09750226d77b937f2572946a484ce6fc129af authored about 11 years ago by Ask Solem <[email protected]>
81b09750226d77b937f2572946a484ce6fc129af authored about 11 years ago by Ask Solem <[email protected]>
flakes
103d64fc835a475bed821c34d6320c5df71b1a37 authored about 11 years ago by Ask Solem <[email protected]>
103d64fc835a475bed821c34d6320c5df71b1a37 authored about 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.3.0.6 and updates CHANGES.txt
c72fa890b3ef55f431fdba79eac6d0c3c46a63ab authored about 11 years ago by Ask Solem <[email protected]>
c72fa890b3ef55f431fdba79eac6d0c3c46a63ab authored about 11 years ago by Ask Solem <[email protected]>
Remove readv experimentation replaced by read+buffer
9085742c4a0a026f2955849df5190f7619b1dbc2 authored about 11 years ago by Ask Solem <[email protected]>
9085742c4a0a026f2955849df5190f7619b1dbc2 authored about 11 years ago by Ask Solem <[email protected]>
Reverts change a70d245e89ed1fe24ad0ead3b74fa74fea9c141b (Closes #77)
8aad7b9c32ea1d81503db3610dbdf324b14a1ec2 authored about 11 years ago by Ask Solem <[email protected]>
8aad7b9c32ea1d81503db3610dbdf324b14a1ec2 authored about 11 years ago by Ask Solem <[email protected]>
C send_offset now supports new buffer interface
2e138fe30d084edd8e20c075cb363174844d6171 authored about 11 years ago by Ask Solem <[email protected]>
2e138fe30d084edd8e20c075cb363174844d6171 authored about 11 years ago by Ask Solem <[email protected]>
_billiard.read: Version of os.read that supports the Py_buffer interface
a75fa32b0d02fae51f0e5159ca49d84c5986a0ca authored about 11 years ago by Ask Solem <[email protected]>
a75fa32b0d02fae51f0e5159ca49d84c5986a0ca authored about 11 years ago by Ask Solem <[email protected]>
Pure-python implementation of Connection.send_offset
e007429dc505e9677d906ab354d4d32350b3934c authored about 11 years ago by Ask Solem <[email protected]>
e007429dc505e9677d906ab354d4d32350b3934c authored about 11 years ago by Ask Solem <[email protected]>
Adds _billiard.readv(fd, list_of_buffers)
64f6ea739a710c03815c7db02882330c72fb338e authored about 11 years ago by Ask Solem <[email protected]>
64f6ea739a710c03815c7db02882330c72fb338e authored about 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.3.0.5 and updates CHANGES.txt
c1a400c2f46b1f3ea4becd8e9b0ef2a31db500d4 authored about 11 years ago by Ask Solem <[email protected]>
c1a400c2f46b1f3ea4becd8e9b0ef2a31db500d4 authored about 11 years ago by Ask Solem <[email protected]>
All platforms except for Windows now require C extension
a70d245e89ed1fe24ad0ead3b74fa74fea9c141b authored about 11 years ago by Ask Solem <[email protected]>
a70d245e89ed1fe24ad0ead3b74fa74fea9c141b authored about 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.3.0.4
1f15dfa12b4fae234f1dad1b7f0a20fa15d45ca4 authored about 11 years ago by Ask Solem <[email protected]>
1f15dfa12b4fae234f1dad1b7f0a20fa15d45ca4 authored about 11 years ago by Ask Solem <[email protected]>
Updates CHANGES.txt
caa9ab29f88e48528756f63b5d264c8c7f9a1cd8 authored about 11 years ago by Ask Solem <[email protected]>
caa9ab29f88e48528756f63b5d264c8c7f9a1cd8 authored about 11 years ago by Ask Solem <[email protected]>
Fixes Python 3 setblocking problem. Closes celery/celery#1627
afbd928715164765902f559b69d58a731cdf60e7 authored about 11 years ago by Ask Solem <[email protected]>
afbd928715164765902f559b69d58a731cdf60e7 authored about 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.3.0.3 and updates CHANGES.txt
228834d08f2b496270531c95519b2f35e74361e3 authored about 11 years ago by Ask Solem <[email protected]>
228834d08f2b496270531c95519b2f35e74361e3 authored about 11 years ago by Ask Solem <[email protected]>
Windows: Fixes missing recv_payload
884046c6892ce87a390c5b888f4b14b6bf36c71c authored about 11 years ago by Ask Solem <[email protected]>
884046c6892ce87a390c5b888f4b14b6bf36c71c authored about 11 years ago by Ask Solem <[email protected]>
Windows: More fixes
35cc7b091b8fc1a03d835a28021d0f528ad7ccc9 authored about 11 years ago by Ask Solem <[email protected]>
35cc7b091b8fc1a03d835a28021d0f528ad7ccc9 authored about 11 years ago by Ask Solem <[email protected]>
Windows: Fork fixes
1b8ecb4d04c274739197a606ab1fe453abd92e81 authored about 11 years ago by Ask Solem <[email protected]>
1b8ecb4d04c274739197a606ab1fe453abd92e81 authored about 11 years ago by Ask Solem <[email protected]>
Try to make forking on Windows work again
c1c42e762bd1aeef62c1b9f3fdb138cf438633db authored about 11 years ago by Ask Solem <[email protected]>
c1c42e762bd1aeef62c1b9f3fdb138cf438633db authored about 11 years ago by Ask Solem <[email protected]>
Windows: Make sockets pickleable
1dc24dd05e1aed9f6247de6cf1d531a08edbc228 authored about 11 years ago by Ask Solem <[email protected]>
1dc24dd05e1aed9f6247de6cf1d531a08edbc228 authored about 11 years ago by Ask Solem <[email protected]>
Fix _winapi compat mess
cee0552ed6f7e1a45282a1607da1ae8944ae2950 authored about 11 years ago by Ask Solem <[email protected]>
cee0552ed6f7e1a45282a1607da1ae8944ae2950 authored about 11 years ago by Ask Solem <[email protected]>
Windows fix
e3c80580da824262a725abbe2b32d99bf640b7c8 authored about 11 years ago by Ask Solem <[email protected]>
e3c80580da824262a725abbe2b32d99bf640b7c8 authored about 11 years ago by Ask Solem <[email protected]>
synack fixes for _ack
b8124fe4a8e0da2ec6d60cb38519968624d19663 authored about 11 years ago by Ask Solem <[email protected]>
b8124fe4a8e0da2ec6d60cb38519968624d19663 authored about 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.3.0.2 and updates CHANGES.txt
7ce47e1462d15b6b1afaca75240009d7a4437458 authored about 11 years ago by Ask Solem <[email protected]>
7ce47e1462d15b6b1afaca75240009d7a4437458 authored about 11 years ago by Ask Solem <[email protected]>
ApplyResult._terminated must be None at init
106b68e026b187e0ca88242bcf1e356a6e3f4cc0 authored about 11 years ago by Ask Solem <[email protected]>
106b68e026b187e0ca88242bcf1e356a6e3f4cc0 authored about 11 years ago by Ask Solem <[email protected]>
ApplyResult.terminate now takes signal argument
da46713b518bbc8f193864a688354a0e3ec996f3 authored about 11 years ago by Ask Solem <[email protected]>
da46713b518bbc8f193864a688354a0e3ec996f3 authored about 11 years ago by Ask Solem <[email protected]>
Adds rnonblock,wnonblock arguments to Pipe/_SimpleQueue so that pipes can be set nonblocking without waiting for processes to start.
6bbb3ad5345f7503115977a9d4a2210db364a985 authored about 11 years ago by Ask Solem <[email protected]>
6bbb3ad5345f7503115977a9d4a2210db364a985 authored about 11 years ago by Ask Solem <[email protected]>
Pool: Mistakenly included wrong traceback in process exit message
9134ddc246633f81e8f33215b5115ef4b2334c55 authored about 11 years ago by Ask Solem <[email protected]>
9134ddc246633f81e8f33215b5115ef4b2334c55 authored about 11 years ago by Ask Solem <[email protected]>
Pool: Worker process can now override prepare_result
ddbed7a057b11395828befc4d6b0929087bed05d authored about 11 years ago by Ask Solem <[email protected]>
ddbed7a057b11395828befc4d6b0929087bed05d authored about 11 years ago by Ask Solem <[email protected]>
Bumps version to 3.3.0.1 and updates CHANGES.txt
347536df4bd3ae7b92e33e7422319b6330483aaf authored about 11 years ago by Ask Solem <[email protected]>
347536df4bd3ae7b92e33e7422319b6330483aaf authored about 11 years ago by Ask Solem <[email protected]>
Adds ApplyResult.correlation_id
b33d9b2c236452c5d7e6cb0db51b09186f14ac20 authored about 11 years ago by Ask Solem <[email protected]>
b33d9b2c236452c5d7e6cb0db51b09186f14ac20 authored about 11 years ago by Ask Solem <[email protected]>
Should not be here
e61b41b6fa108344e845ff1b2cdc2180b4fb2b37 authored about 11 years ago by Ask Solem <[email protected]>
e61b41b6fa108344e845ff1b2cdc2180b4fb2b37 authored about 11 years ago by Ask Solem <[email protected]>
Pool: Safety guards
1a0ffb0de516e8f3d0946b90e65595709da7c898 authored about 11 years ago by Ask Solem <[email protected]>
1a0ffb0de516e8f3d0946b90e65595709da7c898 authored about 11 years ago by Ask Solem <[email protected]>
Updates CHANGES.txt
690deb78a4895ba215b51962b18a520fc2852aff authored about 11 years ago by Ask Solem <[email protected]>
690deb78a4895ba215b51962b18a520fc2852aff authored about 11 years ago by Ask Solem <[email protected]>
Cosmetics for Issue #76
31961792b8e66169b3040854e121a82d8b09af19 authored about 11 years ago by Ask Solem <[email protected]>
31961792b8e66169b3040854e121a82d8b09af19 authored about 11 years ago by Ask Solem <[email protected]>
providing api for deinit (worker process shutdown)
a4ba646a7f09aeca8827c30d9685d6ed4a9de31f authored about 11 years ago by Dan <[email protected]>
a4ba646a7f09aeca8827c30d9685d6ed4a9de31f authored about 11 years ago by Dan <[email protected]>
Pool now discards **kwargs
24558832f7929024f24269406993480e9007f8ef authored about 11 years ago by Ask Solem <[email protected]>
24558832f7929024f24269406993480e9007f8ef authored about 11 years ago by Ask Solem <[email protected]>
Pool: Adds callback on_job_ready and inqW_fd is added to the READY payload (Issue celery/celery#1591)
6ef192bfe929f9cbc2701dcc958c5de50d585fcb authored about 11 years ago by Ask Solem <[email protected]>
6ef192bfe929f9cbc2701dcc958c5de50d585fcb authored about 11 years ago by Ask Solem <[email protected]>
Pool: Reset restart state in ACK instead of READY
309ae8c6a6e30dcaa725c52b40003e05bf185cca authored about 11 years ago by Ask Solem <[email protected]>
309ae8c6a6e30dcaa725c52b40003e05bf185cca authored about 11 years ago by Ask Solem <[email protected]>