blob: ced3e7c481872f763a6141528983eab5a91d722a (
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
|
-------------------------------------------------------
Changelog : pyconcurrent
Tags : 1.3.2 ➙ 1.5.0
: 2025-04-24 ➙ 2025-04-26
: 6 tags. See Docs for full changelog
-------------------------------------------------------
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
2025-04-25 : 1.3.3
Fix readme typo and small tweak for clarity
2025-04-24 update Docs/Changelogs Docs/_build/html Docs/pyconcurrent.pdf
2025-04-24 : 1.3.2
Change examples in README to include everything to actually run
update Docs/Changelogs Docs/_build/html Docs/pyconcurrent.pdf
|