blob: 882dfd29ee85af4e5bb68b745f64e7148ff87ba0 (
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
|
-------------------------------------------------------
Changelog : pyconcurrent
Tags : 1.5.0 ➙ 2.2.0
: 2025-04-26 ➙ 2025-05-01
: 6 tags. See Docs for full changelog
-------------------------------------------------------
2025-05-01 : 2.2.0
PEP 561 type hints (module users using mypy etc get type hints)
Update status to Production/Stable
2025-04-30 update Docs/Changelogs Docs/_build/html Docs/pyconcurrent.pdf
2025-04-30 : 2.1.0
Bug fix returning stdout string from subprocess
2025-04-27 update Docs/Changelogs Docs/_build/html Docs/pyconcurrent.pdf
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
|