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

[windows] Adds win32.WAIT_TIMEOUT

bf969109c7b2a4d0b5a49651bfd53f9160fb3308 authored about 9 years ago by Ask Solem <[email protected]>
[appveyor] Removes UpgradeSetuptools

715be6c048b03be598dfb45ac38d23a0a28e45ae authored about 9 years ago by Ask Solem <[email protected]>
win32: Ensure fucntions have the right signature type

624985bf9f04f5ac509c54f44330525993e350a7 authored about 9 years ago by Ask Solem <[email protected]>
Move Py_MIN to multiprocessing.h

2f0c14bf1dff1aea2cb5a636467a370ec4e05023 authored about 9 years ago by Ask Solem <[email protected]>
Ugh, needs more coffee

04c9b26241fc77189bbd3d2ef78150a13ba4fb23 authored about 9 years ago by Ask Solem <[email protected]>
Fixes typo

adedd5b93b920d0156d6395fc6aaa4e106e26214 authored about 9 years ago by Ask Solem <[email protected]>
Only use _winapi on Windows

1844dd56e73782238dace98bfa86e512d51e515f authored about 9 years ago by Ask Solem <[email protected]>
Attempts to add missing _winapi functions and consts

00d7b86976c6d857077a5877980a5b5fc4f5e8d7 authored about 9 years ago by Ask Solem <[email protected]>
Remove setuptools requirement from test

f0d7ad16e307edf0c96e6587d6ea877769f4d430 authored about 9 years ago by Ask Solem <[email protected]>
[appveyor] Do not test on Python3.3

c539a0f474bb9697033888492694a703a065c950 authored about 9 years ago by Ask Solem <[email protected]>
Always import _winapi from .compat

bf448ffa0dcbd90aa4c708520888f4727e205eaf authored about 9 years ago by Ask Solem <[email protected]>
Fixes signal tests on Windows

65e6951678668fb359533936b956bd570e03919c authored about 9 years ago by Ask Solem <[email protected]>
Please work

87d501b5096cf0fa63bf1470aa84c23fba0481f5 authored about 9 years ago by Ask Solem <[email protected]>
appveyor: Upgrade setuptools

31a7429f7226c2b57c0531eb420b1d02b078ed41 authored about 9 years ago by Ask Solem <[email protected]>
Requires setuptools

a675b813f31d758eda2be31329b6e0d75a383df1 authored about 9 years ago by Ask Solem <[email protected]>
Adds appveyor support files

0cfe700398dc9860c0b897508380dad149cc36e9 authored about 9 years ago by Ask Solem <[email protected]>
Cleanup

881ff4761f6035425758561f7253eb931e3915f2 authored about 9 years ago by Ask Solem <[email protected]>
Merge pull request #175 from gtmanfred/master

use 0 if max_memory_per_child is undefined

52741fed811cb0ab4d92fb9aa76a98eb9420467b authored about 9 years ago by Ask Solem Hoel <[email protected]>
Adds enable_timeouts argument. Closes #156

28671b3017ef5791f9c36ae874d20f6c4a15561e authored about 9 years ago by Ask Solem <[email protected]>
Fixes Travis

4f72a986ccb2d2130a7a1aeb3a28c709152b0b08 authored about 9 years ago by Ask Solem <[email protected]>
Pool processes now support .terminate_controlled

649b22b8a5e716d23603541933b72a426bb47f5a authored about 9 years ago by Ask Solem <[email protected]>
use 0 if max_memory_per_child is undefined

Otherwise you get a TypeError

TypeError: unorderable types: NoneType() > int()

5b034a4eeca5f5150c3c6d7adb721bb312ab2114 authored about 9 years ago by Daniel Wallace <[email protected]>
Cosmetics for #126

4ac42695ce60cdf4786ca36b0cba170a3eb2e12f authored about 9 years ago by Ask Solem <[email protected]>
Merge pull request #126 from djsmith42/master

Add maximum memory feature

7e6603608232c61f56f3c713186a868bcb4d8ac9 authored about 9 years ago by Ask Solem Hoel <[email protected]>
Merge pull request #173 from flaviogrossi/master

Some fixes when using the 'spawn' mode

5e543a6576c9c8eafe0112abe3ac08d52799e0a3 authored about 9 years ago by Ask Solem Hoel <[email protected]>
Fixes libSystem error on El Capitan (see celery/kombu#522)

20b0c26cc9649f8241427619994adbe39e5a5afc authored over 9 years ago by Ask Solem <[email protected]>
Fix for reduction.loads

7fcfc15c48501801fde055ea4e114cf2439493c0 authored over 9 years ago by Ask Solem <[email protected]>
fix module name in forkserver

b1d3e723d99c35931bf7bf543b0d4a952b02e909 authored over 9 years ago by Flavio Grossi <[email protected]>
fix module name in popen_fork

6ef8f37ff709e35e18c68dba0a7ce31372c84d19 authored over 9 years ago by Flavio Grossi <[email protected]>
fix module name in spawned child

e1596356018cf858c97eaf45e703481e40fc503e authored over 9 years ago by Flavio Grossi <[email protected]>
python 2 doesn't have os.fsencode()

50e7bd53243a2cc8f1bf6147e585df386bda5f1c authored over 9 years ago by Flavio Grossi <[email protected]>
python 2 must use os.fdopen() on file descriptors

6a1c1ca6ba15a8a7808468e2a3a979bb5919fca1 authored over 9 years ago by Flavio Grossi <[email protected]>
[CI] Fixes build, upgrades tox config

b117f7507acc7d3f64731e9c41e4e1e889915b43 authored over 9 years ago by Ask Solem <[email protected]>
flakes

e7932815de80735dd7a03a7627f49e2c68da12c3 authored over 9 years ago by Ask Solem <[email protected]>
Merge branch 'master' of github.com:celery/billiard

281dc9155ee5882ca5270765fca61c6a84075d3e authored over 9 years ago by Ask Solem <[email protected]>
pickle.loads does not take protocol argument. Cloes #170

8f774fc492ad5e62eb23a5e4f32a84bbeb886d13 authored over 9 years ago by Ask Solem <[email protected]>
Add maximum memory feature

This allows callers to configure worker child processes to
respawn if they consume too much memory.

77fee9edbd14a11791f79500a70a73d743183cf9 authored over 9 years ago by Dave Smith <[email protected]>
Merge pull request #166 from edmorley/update-changelog

Update CHANGES.txt to include entries from the v3.3.0.20 branch

2c5f5a38646d2d303c1baf7f2aef3c151829ac78 authored over 9 years ago by Omer Katz <[email protected]>
Update CHANGES.txt to include entries from the v3.3.0.20 branch

Fixes #164.

97d21924e7a04d938d0cddf227c89765afd0e973 authored over 9 years ago by Ed Morley <[email protected]>
Merge pull request #157 from nikolas/patch-1

Fix grammatical error in readme: it's -> its

61c9c769edfb81a5cf7e62dc157036c566d5f6d0 authored over 9 years ago by Omer Katz <[email protected]>
Added Python 3.3 to the CI process. Fixes #92.

2eaff388fd385deb1e2f9ab5d068ff5f5bea225a authored over 9 years ago by Omer Katz <[email protected]>
Added Python 3.3 test environment to tox.

90931bdc5982e78d3ee7b38bd37395f0ddfd7fdc authored over 9 years ago by Omer Katz <[email protected]>
Added a CI status badge.

b5a06465b7530251c7e4a3d1b31ea56e80ed30c5 authored over 9 years ago by Omer Katz <[email protected]>
Fixed the build.

4b51e7f5d8d59a0d3bc924b0f0d4917a287fe14d authored over 9 years ago by Omer Katz <[email protected]>
Update .travis.yml

93c3d6ba31b70a8f1221a2acf873332d03119590 authored over 9 years ago by Omer Katz <[email protected]>
Added PyPy to the tox test environments.

9d52c1eb4559b0f9c79453f537c0f64c9094250b authored over 9 years ago by Omer Katz <[email protected]>
Fix grammatical error in readme: it's -> its

"its" shouldn't have an apostrophe when using it in possessive form

34c6e9bc149ddab3c300c0ebe799c18855e05b6a authored over 9 years ago by nikolas <[email protected]>
__maintainer__ was a tuple

13d7f80252a332999f46012853ffb27309357cc6 authored over 9 years ago by Ask Solem <[email protected]>
Merge pull request #140 from dexter-xiong/windows-sigkill

bugfix: sigkill is not exist on Windows

56a2d938fb452d607f3d6ffacb001711a3a38c43 authored over 9 years ago by Ask Solem Hoel <[email protected]>
Merge branch 'master' of github.com:celery/billiard

ef2a3f3a3db434d5e1dbbe8994f0878f868c6052 authored over 9 years ago by Ask Solem <[email protected]>
Merge branch 'daevaorn/fix-py27-compat'

9c0470d8ee672049226cc2681acae3b17d8bc226 authored over 9 years ago by Ask Solem <[email protected]>
Merge pull request #134 from sontek/add_encoding

This adds a utf-8 encoding line to connection.py

5b60a5cac69a1a793d20133ce2da6b0391b266b9 authored over 9 years ago by Ask Solem Hoel <[email protected]>
Use io.open for closefd on Python2 (see #150)

3dbe2650de38b65191f064be03d309566e56e503 authored over 9 years ago by Ask Solem <[email protected]>
Merge pull request #150 from jakirkham/fix_149

Use `io.open` when opening the file descriptor.

7101a434f589ac735bbc1f3f8f7ad92b8682a5e5 authored over 9 years ago by Ask Solem Hoel <[email protected]>
Merge pull request #148 from jakirkham/fix_147

Adjust relative import

3f8032870582ae8da76da712181c71cb9dd291ab authored over 9 years ago by Dmitry Malinovsky <[email protected]>
billiard/popen_spawn_posix.py: Use `io.open` when opening the file descriptor.

5f42b20c83dde158d81d2fe10d6d575b4e30e631 authored over 9 years ago by John Kirkham <[email protected]>
billiard/reduction.py: Adjust relative import.

57700f609f80555a3d8382fd23efa9721b06e6b6 authored over 9 years ago by John Kirkham <[email protected]>
bugfix: sigkill is not exist on Windows

db859997a19199b2446e2f07dddb00098c92e13e authored over 9 years ago by Dexter Xiong <[email protected]>
Fix main module name determination

8a73081eb861f9153ec8df27baf11ebbd37bcd68 authored almost 10 years ago by Alex Koshelev <[email protected]>
Fix relative import

cdbbb0d1b8393f4ead5ca79736f68a3b62fd38b2 authored almost 10 years ago by Alex Koshelev <[email protected]>
Fix pipe opening

ece4da9571d8cdf2eca41678fc288117676f6f77 authored almost 10 years ago by Alex Koshelev <[email protected]>
Removed non ASCII symbol in comment

585911a8383f6f559f4b1c15d426c33c311bd009 authored almost 10 years ago by Alex Koshelev <[email protected]>
Add missing sys module import

bd1af31b1dea27eb5de562a7695e3223404b51cd authored almost 10 years ago by Alex Koshelev <[email protected]>
Fix sys.path copying

d7cdf344b3885060f021fa7ee3595ad0494218f4 authored almost 10 years ago by Alex Koshelev <[email protected]>
This adds a utf-8 encoding line to connection.py

1f3bcedc75411187627d7539527fdbe94ffe5ae0 authored about 10 years ago by John Anderson <[email protected]>
Travis: Disable Py2.6 for master

0fedae7cb7c7408a4287e3d161b4f2b63541c279 authored about 10 years ago by Ask Solem <[email protected]>
Adds compat version of util._args_from_interpreter_flags. Closes #133

bcb9347659c2ff2fcf620c5f7afe573115283d92 authored about 10 years ago by Ask Solem <[email protected]>
Removes useless line

91a2aca4eaddfa53077987034b8f1dcf0b22d0ca authored about 10 years ago by Ask Solem <[email protected]>
Merge changes from multiprocessing in Python 3.4 (phew)

c7eedbd0ee1498e76d4fa1affac5b1a275660ee7 authored about 10 years ago by Ask Solem <[email protected]>
Pool: fixes timeout callback and kwargs

a09360a7a01732d3b445eacffb6c0fb86d82b2a1 authored about 10 years ago by Ask Solem <[email protected]>
Fixes import problems

6d57b86d414c7c3ac45f4c6c1a5d67e019266bc7 authored about 10 years ago by Ask Solem <[email protected]>
billiard now lazyloading Process, current_process, active_children (Issue celery/celery#2345)

7c8d339b954c66b3c64a1ae0bfa322d509775d45 authored about 10 years ago by Ask Solem <[email protected]>
Cosmetics for Issue #119

be386f467c8a37900e3033874b816b5aa656d6c0 authored about 10 years ago by Ask Solem <[email protected]>
Merge pull request #119 from PierreF/timeout_callback

Timeout callback could break job timeout

884359dd77574b48c9b512b0a964371bc1036594 authored about 10 years ago by Ask Solem Hoel <[email protected]>
Merge pull request #123 from pbu88/readme_typo

Fix minor typo in README.rst

8e3548c8db338a70401884e8a1b101e63c7e54ff authored about 10 years ago by Ask Solem Hoel <[email protected]>
Fix minor typo in README.rst

e253974af4179931bc81c94b355239c424abc4a9 authored about 10 years ago by Paulo Bu <[email protected]>
Fixes precedence issue with human_status

f13ac4237cd94d59ffc73727ef7c58483c7498a5 authored about 10 years ago by Ask Solem <[email protected]>
Tests now depends on nose 1.3.4. Closes #110

2c1368e605a499513b48d02999ab129a6443c1e7 authored over 10 years ago by Ask Solem <[email protected]>
Fixes MapResult and IMapIterator. Closes #118

a76ed4809adff4795db4e792853d3ad38499c1f0 authored over 10 years ago by Ask Solem <[email protected]>
Catch exception when calling timeout exception.

3c4317e58b419b4e0c357115f79ce1a2dd2720de authored over 10 years ago by Pierre Fersing <[email protected]>
Fix #111: "'Supervisor' object has no attribute '_children'"

cf920acf80cf10c32d40c54ef9d92041a0f5d13d authored over 10 years ago by Andres Riancho <[email protected]>
Merge pull request #113 from Lordpeara/master

fixed typo (python 3->2)

e8f46f6eb083933580706971da7b8ded563b200c authored over 10 years ago by Ask Solem Hoel <[email protected]>
Also consider GNU/kFreeBSD as a FreeBSD platform.

d62287175af905e3bdbdbb3a8a62a8f0c47b0fb1 authored over 10 years ago by Michael Fladischer <[email protected]>
Fix AF_PIPE address in 2.7.7. Closes #114

68cb3052557d714bcda6fbaf33fc3239947272e6 authored over 10 years ago by Joshua Tacoma <[email protected]>
Fixes human_status when status is None. Closes celery/celery#2093

f7ad874da9572b7d885cd4f5df541406d87751cf authored over 10 years ago by Ask Solem <[email protected]>
fixed typo (python 3->2)

c091b92d669293a94407ed29c9ecc245206b49ea authored over 10 years ago by lordpeara <[email protected]>
master is now 3.4.0a1

0c8b96c47551f4f0d2d58c53dda7251bcf03236c authored over 10 years ago by Ask Solem <[email protected]>
Merge branch '3.3'

7d51f3e534672edb5e5ddc15b83e961b3d326309 authored over 10 years ago by Ask Solem <[email protected]>
Fixes flakes after flake8 upgrade

fba3f280f5d33477d8013e0b0e9965b3778dc81c authored over 10 years ago by Ask Solem <[email protected]>
Adds Makefile

c787c194729ef137f8f216d13e8dd26343b9bddd authored over 10 years ago by Ask Solem <[email protected]>
Pool: shrink now works with n > 1

6aff945d925e47f04d94ab420ceb75bff77676b6 authored over 10 years ago by Ask Solem <[email protected]>
Fixes flakes after flake8 upgrade

c434770eec1769bc839e10db544eb51dcf208360 authored over 10 years ago by Ask Solem <[email protected]>
Adds Makefile

b4cf5c45b1ff9dd4c40cdb809707c6907062e2b6 authored over 10 years ago by Ask Solem <[email protected]>
Pool: shrink now works with n > 1

325333ccb99819a06d46e4efd8ee5c59fc41e23c authored over 10 years ago by Ask Solem <[email protected]>
Merge branch '3.3'

0b1924eda6872b1d815b1411de1de231c24df497 authored over 10 years ago by Ask Solem <[email protected]>
Fixes rst error in CHANGES.txt

51ae93bf4626ec3482de84147a964ec44fedfc2d authored over 10 years ago by Ask Solem <[email protected]>
Bumps version to 3.3.0.17 and updates Changelog

63b0ead0bd16b4ba6fcf18ec742ad9d05c995a35 authored over 10 years ago by Ask Solem <[email protected]>
Removes python 2.5 from tox

2e591ff0ca567c665ac11fa0ed0349ad0e21a9d8 authored over 10 years ago by Ask Solem <[email protected]>
Pool: human status for process exitcode log

2f25d7a71b8577430a9946c425aa02dd292b40ac authored over 10 years ago by Ask Solem <[email protected]>
flakes

ce615de3e7b8dfb1fa66365f6fd5d3e75039371a authored over 10 years ago by Ask Solem <[email protected]>