blob: f6ffd8498964145dd3e7e5461a46c8f510dd8ed4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
-------------------------------------------------------
Changelog : pyconcurrent
Tags : 1.4.0 ➙ 2.0.2
: 2025-04-25 ➙ 2025-04-27
: 6 tags. See Docs for full changelog
-------------------------------------------------------
2025-04-27 : 2.0.2
API ref rst format
Fix typo in api reference
2025-04-27 : 2.0.0
Asyncio now uses the recommended TaskGroup class together with
the timeout() context manager. These were introduced in python 3.11.
This newer approach is cleaner, more robust and ensures all tasks
are appropriately cancelled in the event one task fails. It also offers
superior timeout capabilities.
Timeout now works when using a caller provided function in addition to
subprocesses.
2025-04-26 update Docs/Changelogs Docs/_build/html Docs/pyconcurrent.pdf
2025-04-26 : 1.5.0
Style per PEP-8, PEP-257 and PEP-484.
Bug fix with stdout/stderr returned for asyncio using subprocesses
update Docs/Changelogs Docs/_build/html Docs/pyconcurrent.pdf
2025-04-26 : 1.4.1
More consistent with PEP-8 & PEP-257.
Primarily double quotes for docstrings instead of single and ensure ends
with period.
2025-04-25 update Docs/Changelogs Docs/_build/html Docs/pyconcurrent.pdf
2025-04-25 : 1.4.0
asyncio : missing decode() for stdout/err
pytest : ensure python path uses dev source for tests
Add missing SPDX identifiers
update Docs/Changelogs Docs/_build/html Docs/pyconcurrent.pdf
|