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

add on_ready_counter to reduction

8bffa2c2067f43da746c8f4e890c5a007bab0a12 authored 11 months ago by weiwei <[email protected]>
Remove `SIGUSR2` from `TERMSIGS_DEAULT`

8619ad0df94b02ffea30ab1c562b1fdaa71dd7e4 authored 11 months ago by Helio Machado <[email protected]>
Bump version: 4.1.0 → 4.2.0

13922230092a4191583e592e9c6d49f912a3fd03 authored about 1 year ago by Asif Saif Uddin <[email protected]>
added python 3.12 in classifier

6db9461b236729a3dde325824629ac07c111c2fb authored about 1 year ago by Asif Saif Uddin <[email protected]>
added changelog for v4.2.0 release

ffcf7a14e4f7b9603ffa1df1dc8260acf3a39288 authored about 1 year ago by Asif Saif Uddin <[email protected]>
Merge branch 'main' of https://github.com/celery/billiard

a0c581f5dbedc600e4d314167cf6b5e15239d06d authored about 1 year ago by Asif Saif Uddin <[email protected]>
delete obsolete appveyor folder

9cda164c7ae4c3359830ddf48dd132a63ef63c29 authored about 1 year ago by Asif Saif Uddin <[email protected]>
Delete appveyor.yml

db3774c5920ea4177b075b9f142f4538df339da3 authored about 1 year ago by Asif Saif Uddin <[email protected]>
changed nose test to pytest (#397)

adaa178bfc6b4821667298108199abd1b4389933 authored about 1 year ago by Asif Saif Uddin <[email protected]>
change nose dependency (#383)

65f6863a856f158bf080ecac2051a0f1e48fce19 authored about 1 year ago by Asif Saif Uddin <[email protected]>
added python 3.12 to CI (#396)

48bfadea232bf8eb029acdcc964f4dfc4d3f17a0 authored about 1 year ago by Asif Saif Uddin <[email protected]>
FIX: Replaced mktemp usage for PY2

ddb28584ada62d82c32e4f3daa51512d98a05b15 authored about 1 year ago by fazledyn-or <[email protected]>
fix(co_positions): resolve issue caused by absence `co_positions` (#395)

* fix(co_positions): resolve issue caused by absence `co_positions` attribute on billiard _Objec...

17037e55c3bec0309d9ff008b76a8296b2da43e3 authored about 1 year ago by Max Nikitenko <[email protected]>
remove python 3.7

32e51b50aa3e6eaec597f5587c41951376554066 authored over 1 year ago by Asif Saif Uddin <[email protected]>
adjust the __repr__ in ApplyResult

change the replacement field %s to {name} in __repr__ in ApplyResult, since this line uses forma...

cbe5a3f3e22014cc2dd0cd5df1c1fc35859584a0 authored over 1 year ago by Hector <[email protected]>
Update process.py to close during join only if process has completed

If a timeout is set, the wait will return before process exit. `close` deletes the sentinel and ...

5030d32c3230956e0cfb08cdb410807ec26fe88a authored over 1 year ago by Ben Mosher <[email protected]>
This PR changes the remains of the references to master that we didn't change yet to main.

I also noticed our build status still refers to Travis which is now not in use anymore so we now ...

57200e7b5cfa710e6d3a695ecb12506afba465f0 authored about 2 years ago by Omer Katz <[email protected]>
Bump version: 4.0.2 → 4.1.0

9497a6be65516969f4b785c55b20f1a545862bf0 authored about 2 years ago by Asif Saif Uddin <[email protected]>
added changelog for v4.1.0

0ef31793576d78d6be9b2f7aa8c2839a061344e1 authored about 2 years ago by Asif Saif Uddin <[email protected]>
declare python 3.11 support

b38ef83d98428c6f366c00f8868473a14eff8740 authored about 2 years ago by Asif Saif Uddin <[email protected]>
delete tidelift

02e229c73a143c9aabfd97b9bd8ccd409f2de107 authored about 2 years ago by Asif Saif Uddin <[email protected]>
remove tidelift cron

d7cd0cbb91537bd3dcb9671905d26db2c31fd9b4 authored about 2 years ago by Asif Saif Uddin <[email protected]>
Enable CI for Python 3.11

261334ee8a1fa3379e3b813935e961d4bd46ed9c authored about 2 years ago by Elton Leong <[email protected]>
Add missing attribute co_positions to einfo._Code

e1259e43cc374fd0242ff5424c5028eb59b893d4 authored about 2 years ago by Elton Leong <[email protected]>
fix a python 2 to 3 compat issue which was missed earlier (#374)

* fix a python 2 to 3 compat issue which was missed earlier

* fix a python 2 to 3 compat issu...

8bf0085f710ba35c26603cae12bb9c05cfd6aa9c authored over 2 years ago by Asif Saif Uddin <[email protected]>
Bump version: 4.0.1 → 4.0.2

dd19a090929356ff59fc1827aeaaa2eb5d65063d authored over 2 years ago by Asif Saif Uddin <[email protected]>
changelog for v4.0.2

2526500424c002ce9bd1b7d5f5b1de412744a3e4 authored over 2 years ago by Asif Saif Uddin <[email protected]>
ExceptionInfo.exception should be an exception

7a27c7c160397db104e4e4b8b14ca9803a8813fe authored over 2 years ago by woutdenolf <[email protected]>
Bump version: 4.0.0 → 4.0.1

69c576df48d062457baccc06a016d52356755133 authored over 2 years ago by Asif Saif Uddin <[email protected]>
changelog entry for v4.0.1

c6ba3fb4b9e7e3477712563e19b0c5bc9b672b75 authored over 2 years ago by Asif Saif Uddin <[email protected]>
Keep exception traceback somehow (#368)

* Preserve exception traceback when re-raising in ApplyResult.

* Use BilliardException.

* ...

cda13d46dc589fa1c2d29b9cee45737a8eccc3f7 authored over 2 years ago by Ján Jančár <[email protected]>
Add support for Python 3.11 _posixsubprocess.fork_exec() arguments

ff8efc5d689ef048f5203593390f1ff6a052a5d5 authored over 2 years ago by Miro Hrončok <[email protected]>
v4.0.0

86b6f620ebdf268df12e6f10cc84924c1a3015a9 authored over 2 years ago by Asif Saif Uddin <[email protected]>
added python 3.10 to classifier

444050f74e5db29e9834c4c36013ff138755873a authored over 2 years ago by Asif Saif Uddin <[email protected]>
changelog entry for v4.0.0

e7b87483e1ff292d9dd22e9db1b93625d6fc7fb6 authored over 2 years ago by Asif Saif Uddin <[email protected]>
remove python 2 object & super calls

88ff851b9f97fdba497e6ad7062f76265795f1af authored over 2 years ago by Asif Saif Uddin <[email protected]>
remove python 2 compat imports

4d8ce36e2c484aab7e1cb06310d755840e6f272d authored over 2 years ago by Asif Saif Uddin <[email protected]>
integration tests clean up

b8040521e9580eeb26978295fc4d28d716e966cf authored over 2 years ago by Asif Saif Uddin <[email protected]>
unit tests clean up

1fcdffd48f764b26284eed6e130c4731921cbf0e authored over 2 years ago by Asif Saif Uddin <[email protected]>
try python 3.10 & tox-gh-actions for CI (#362)

* try python 3.10 & tox-gh-actions for CI

* try python 3.10 & tox-gh-actions for CI

da4e383666aaf9e665ddfebde88b33bf4d009172 authored over 2 years ago by Asif Saif Uddin <[email protected]>
remove jython checks

56d5d1fbb53a8eeb633373e24c154a3be58b36cf authored over 2 years ago by Asif Saif Uddin <[email protected]>
remove print_function

40a1ce065dd471b31255b5f07ceb1a7b1f5148bd authored over 2 years ago by Asif Saif Uddin <[email protected]>
Versions of Python before 3.7 are not supported

2f4bafa45b9994e2dfb2a18ea3a0ce4d530fea46 authored over 2 years ago by Asif Saif Uddin <[email protected]>
checkout@v3

a4bc913d66ddfbaf66debe65df749b2173d24c85 authored over 2 years ago by Asif Saif Uddin <[email protected]>
Prevent segmentation fault in get_pdeathsig while using ctypes (#361)

See https://github.com/colesbury/nogil/issues/44#issuecomment-1090569003 for details.

48cd6c3d9f939ca96dd87da13c7b6cd141277b11 authored over 2 years ago by Omer Katz <[email protected]>
Replace deprecated threading Event.isSet with Event.is_set

Prevent deprecation warnings on Python 3.10

Event.is_set has been available since Python 2.6 an...

445d75466f6609074f4c40ab6a1d7821d6ad3f86 authored almost 3 years ago by Michael P. Nitowski <[email protected]>
Add python_requires to enforce Python version

5c6212a12ac776703071616292f9e1d8126a4b0c authored almost 3 years ago by gopackgo90 <[email protected]>
update tidelift scan CI configs

269ef67354a3a205cea780aa8ea451e0d17cd37c authored about 3 years ago by Asif Saif Uddin <[email protected]>
test psutil 5.9.0

7c19b8c0106311e12e98f70e208199f746fdbd4d authored about 3 years ago by Asif Saif Uddin <[email protected]>
tidelift action

cfd2da2ab53e432011da1460646ee7cbb3620368 authored about 3 years ago by Asif Saif Uddin <[email protected]>
keep python only for now

8c1f8e27db34e3a58e89054c5bd84bd783bda4d5 authored about 3 years ago by Asif Saif Uddin <[email protected]>
update language to c from cpp

bc5b9feeb53d88422024890e70c772af6437da4f authored about 3 years ago by Asif Saif Uddin <[email protected]>
added codeql checks

8fb649e72cf1506ef2455898505c046ad731065d authored about 3 years ago by Asif Saif Uddin <[email protected]>
create security policy

40d4164a5118eea384beb49f1ca231d198eda7cd authored about 3 years ago by Asif Saif Uddin <[email protected]>
not used anymore

12fe7fa124b3a8113ec5b1d8635e6b07b3c7d86a authored about 3 years ago by Asif Saif Uddin <[email protected]>
update test dependencies

6fb6d8300b1ae85a7ab7b71ab9ff19c1c61004d5 authored about 3 years ago by Asif Saif Uddin <[email protected]>
update dependencies

39495c80a100bf7b739ce79db1340c6ac094301d authored about 3 years ago by Asif Saif Uddin <[email protected]>
Fix forgotten five import

c7c35ea4ba58f4e7b738dde803c68777addf4a9d authored about 3 years ago by Matus Valo <[email protected]>
Drop support of Python < 3.7

f6cd14c2218aa7bb8479f2ebf7a659d488fd7f64 authored about 3 years ago by Matus Valo <[email protected]>
Remove dependency to case

fb7d1a9f39488c04f5ef8145cf1ec7b7ed048492 authored about 3 years ago by Matus Valo <[email protected]>
Added Github CI (#345)

0713348618a72dfd1eec376adc867f228f6c5567 authored about 3 years ago by Matus Valo <[email protected]>
Fix typos (#341)

bb23a4fca339bbe53a94dfff78edce2c6238e265 authored about 3 years ago by Kian Meng Ang <[email protected]>
README is RST (#334)

9e89952f53cf8bd23fc115069b6fa1414fb94f44 authored over 3 years ago by Hugo van Kemenade <[email protected]>
Support Sphinx 4.x

The newer Sphinx version stumbles over the `ur` annotation. since it isn't containing any non-as...

a1c57dc361e5bfcb1ee443897480519c22bdad09 authored over 3 years ago by Dirk Mueller <[email protected]>
v3.6.4.0

ce45e03f751976e825cb32a7ef1ca06f4b33cac0 authored almost 4 years ago by Asif Saif Uddin (Auvi) <[email protected]>
added python 3.9 classifier

741efffecadef8f64ffebdfc36b8dddc07ac0c91 authored almost 4 years ago by Asif Saif Uddin (Auvi) <[email protected]>
changelog for v3.6.4.0

13141872cd54d51ddda958c081d8a2f9509e471b authored almost 4 years ago by Asif Saif Uddin (Auvi) <[email protected]>
check if new deps pass tests

fd35bf31572ab75660a2ecf7cac428b56caea0b3 authored almost 4 years ago by Asif Saif Uddin <[email protected]>
Fix Tidelift marketing text

Convert the Tidelift link from Markdown to reStructuredText, standardize
billiard, and split ove...

55e02afd14b5a4a49508bf5da13d4aea61102564 authored almost 4 years ago by John Whitlock <[email protected]>
creating PR (#320)

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

5c1dc2ab18a77ed738b1aa4a1f916b092bd7fabe authored over 4 years ago by santosh653 <[email protected]>
Bump psutil from 5.6.3 to 5.6.6 in /requirements

Bumps [psutil](https://github.com/giampaolo/psutil) from 5.6.3 to 5.6.6.
- [Release notes](https...

3f9a8b0600de061077bbfe3e19a922163049942a authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#296 Add job id to WorkerLostError message (#317)

* #296 Add job id to error

* #296 Pin psutil to the last version that supports pypy2

* Fix...

9c1ab4fc1795149d7b87e2725f3eba56c8e57469 authored over 4 years ago by Thomas Wunderlich <[email protected]>
fix https://github.com/celery/billiard/issues/314

8a212ab50d5e7f5cef3d315d9a61d033c1b84064 authored over 4 years ago by y.shumilov <[email protected]>
Issue #309: Add Python 3.9 support to spawnv_passfds()

Python 3.9 added (umask, user, group, extra_groups) parameters to
_posixsubprocess.fork_exec().

ca3220ba4596ac7bb03f64b80e91878353fc5be1 authored over 4 years ago by Victor Stinner <[email protected]>
v3.6.3.0

45bbd9fe08d9fa19329386028689c585da35dd08 authored almost 5 years ago by Asif Saif Uddin (Auvi) <[email protected]>
fix test_spawn on pypy (#300)

use sigusr1 for pdeathsignal test

a55ad4906541a78e1c69745adf25f240fe498608 authored almost 5 years ago by Thomas Grainger <[email protected]>
Remove deprecated use of 'setup.py test' (#307)

Since setuptools v41.5.0 (27 Oct 2019), the 'test' command is formally
deprecated and should no...

64c0f6e654104646e6f01f6edcb9d4f28f3363b7 authored almost 5 years ago by Jon Dufresne <[email protected]>
Test against the latest Python 3.8 and PyPy3 release (#308)

685893804c1b51197d3ad2d3bdf1ff4bf234a616 authored almost 5 years ago by Jon Dufresne <[email protected]>
The inqueue and outqueue may already be None. (#305)

In this case, there's no need to close them when terminating.

644c52070b02642833b5dde759a8fbd875654d25 authored almost 5 years ago by Omer Katz <[email protected]>
3.6.2.0

cd230594eb3d496dfcd2ef0b0989d6277814dfeb authored almost 5 years ago by Asif Saif Uddin (Auvi) <[email protected]>
Merge branch 'master' of https://github.com/celery/billiard

2582c3568f2864cc0dd713125cf9e8dde654a154 authored almost 5 years ago by Asif Saif Uddin (Auvi) <[email protected]>
In PyPy 2 IOError is thrown in bootstrap (#303)

```
Process unittest:
Traceback (most recent call last):
File "/home/arcivanov/Documents/sr...

fd7b2da12042f639a3986fd1995bd1a4d26d4368 authored almost 5 years ago by Arcadiy Ivanov <[email protected]>
upgrade to pytest<6 Fixes #297 (#298)

* fix test_spawn on pypy

use sigusr1 for pdeathsignal test

* upgrade to pytest<6 Fixes #29...

ab78a876902f6b2f2396ffff37367ccf73dc39dc authored almost 5 years ago by Thomas Grainger <[email protected]>
Adding Tidelift marketing text (#294)

@auvipy as requested, here is the README marketing text

4724b2540e201a612db21237519d651f71a566ec authored about 5 years ago by Brenna Heaps <[email protected]>
Close the inqueue and outqueue when terminating to avoid

file descriptor leakage.

a3869c8c3e7b1d48a028b9e52590a7bf37253f02 authored about 5 years ago by Omer Katz <[email protected]>
version

2c5ef593f794c18634900905ebfe7c677954b4d9 authored about 5 years ago by Asif Saif Uddin (Auvi) <[email protected]>
Update version to match latest pypi release version and not prior. (#289)

6107a378ba72a1a56c3a2881c4322b7388971399 authored over 5 years ago by Matt Davis <[email protected]>
changelog for 3.6.1

872c95f61562ec5b8afdfa262b478d3b05ca8648 authored over 5 years ago by Asif Saif Uddin (Auvi) <[email protected]>
Revert "[bdist_wheel] universal = 1 (#285)" (#286)

This reverts commit 57990422825d8a1fa558413b240a2451ba9410c2.

9e56f734e1b6e03ac6dd54ef9e497d16c9fa4088 authored over 5 years ago by Asif Saif Uddin <[email protected]>
[bdist_wheel] universal = 1 (#285)

57990422825d8a1fa558413b240a2451ba9410c2 authored over 5 years ago by Asif Saif Uddin <[email protected]>
Fix compatibility with Python 2.7 on Windows (#283)

These changes also:

- declare support for Python 3.7

- drop support for EOLed Python 3.4...

0391a4bfe121345f2961b2475e198399aaebceee authored over 5 years ago by Aliaksei Urbanski <[email protected]>
Add section on documentation (#281)

551c307c4a30400536283d7f893b503d3e7c8f3f authored over 5 years ago by Syed Faheel Ahmad <[email protected]>
Pass max_memory_per_child to child worker process (#251)

This fixes issue on Windows, forking is made via multi-processing. The configuration parameter "...

0e4e7f58618e703e56f1fad2f73076dc1af20ce6 authored over 5 years ago by genben <[email protected]>
Ensure READY messages sent out by exiting worker are consumed prior to it actually exiting (issue #278) (#279)

* Ensure READY messages sent out via `Worker.workloop` are consumed

This commit fixes a race-...

241c0d4782ba6c24bd5f2777ed5d1e084d39501c authored over 5 years ago by srafehi <[email protected]>
Remove win32/py2k special (#276)

265f119ec8b2944e36e3b0810578b5d615e6f987 authored over 5 years ago by Elmar Pruesse <[email protected]>
Pass arguments when wrapping sys.exit (#275)

* Pass arguments when wrapping sys.exit

* Fix win&py2k

* Fix typo

c2c23abb030f19dc5c9767f5ffdcad21edc886f4 authored almost 6 years ago by Elmar Pruesse <[email protected]>
Logging max memory reached at INFO rather than WARNING (#255) (#272)

* Logging max memory reached at INFO rather than ERROR (#255)

* Logging max memory reached at...

74fe4b7cb42f729ee7f695c8940c8d17d4cae529 authored almost 6 years ago by Doug Harris <[email protected]>
Fix date in a changelog entry (#274)

201ca1cbfa3aec06a5ebb60177a3a3ec266ad859 authored almost 6 years ago by Dmitry Dygalo <[email protected]>
Updated changelog & bump version.

529a3d59c50528c21d68c2e2bc176cefae410716 authored almost 6 years ago by Omer Katz <[email protected]>
Fix warm shutdown crash from timeout handler (#271)

* Fix warm shutdown crash from timeout handler

This is an attempt at fixing #260 while attemp...

f9ad391cd2ae32627c506761dc0187a575fd514d authored almost 6 years ago by Greg <[email protected]>