Skip to content

Commit 011cd9e

Browse files
committed
Merge branch '3.13'
2 parents 2c9dbad + c2a9b64 commit 011cd9e

File tree

4 files changed

+121
-5
lines changed

4 files changed

+121
-5
lines changed

CHANGES.rst

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,127 @@
1010

1111
.. towncrier release notes start
1212
13+
3.13.0 (2025-10-06)
14+
===================
15+
16+
Features
17+
--------
18+
19+
- Added support for Python 3.14.
20+
21+
22+
*Related issues and pull requests on GitHub:*
23+
:issue:`10851`, :issue:`10872`.
24+
25+
26+
27+
- Added support for free-threading in Python 3.14+ -- by :user:`kumaraditya303`.
28+
29+
30+
*Related issues and pull requests on GitHub:*
31+
:issue:`11466`, :issue:`11464`.
32+
33+
34+
35+
- Added support for Zstandard (aka Zstd) compression
36+
-- by :user:`KGuillaume-chaps`.
37+
38+
39+
*Related issues and pull requests on GitHub:*
40+
:issue:`11161`.
41+
42+
43+
44+
- Added ``StreamReader.total_raw_bytes`` to check the number of bytes downloaded
45+
-- by :user:`robpats`.
46+
47+
48+
*Related issues and pull requests on GitHub:*
49+
:issue:`11483`.
50+
51+
52+
53+
Bug fixes
54+
---------
55+
56+
- Fixed pytest plugin to not use deprecated :py:mod:`asyncio` policy APIs.
57+
58+
59+
*Related issues and pull requests on GitHub:*
60+
:issue:`10851`.
61+
62+
63+
64+
- Updated `Content-Disposition` header parsing to handle trailing semicolons and empty parts
65+
-- by :user:`PLPeeters`.
66+
67+
68+
*Related issues and pull requests on GitHub:*
69+
:issue:`11243`.
70+
71+
72+
73+
- Fixed saved ``CookieJar`` failing to be loaded if cookies have ``partitioned`` flag when
74+
``http.cookie`` does not have partitioned cookies supports. -- by :user:`Cycloctane`.
75+
76+
77+
*Related issues and pull requests on GitHub:*
78+
:issue:`11523`.
79+
80+
81+
82+
83+
Improved documentation
84+
----------------------
85+
86+
- Added ``Wireup`` to third-party libraries -- by :user:`maldoinc`.
87+
88+
89+
*Related issues and pull requests on GitHub:*
90+
:issue:`11233`.
91+
92+
93+
94+
95+
Packaging updates and notes for downstreams
96+
-------------------------------------------
97+
98+
- The `blockbuster` test dependency is now optional; the corresponding test fixture is disabled when it is unavailable
99+
-- by :user:`musicinybrain`.
100+
101+
102+
*Related issues and pull requests on GitHub:*
103+
:issue:`11363`.
104+
105+
106+
107+
- Added ``riscv64`` build to releases -- by :user:`eshattow`.
108+
109+
110+
*Related issues and pull requests on GitHub:*
111+
:issue:`11425`.
112+
113+
114+
115+
116+
Contributor-facing changes
117+
--------------------------
118+
119+
120+
121+
- Fixed ``test_send_compress_text`` failing when alternative zlib implementation
122+
is used. (``zlib-ng`` in python 3.14 windows build) -- by :user:`Cycloctane`.
123+
124+
125+
*Related issues and pull requests on GitHub:*
126+
:issue:`11546`.
127+
128+
129+
130+
131+
----
132+
133+
13134
3.12.15 (2025-07-28)
14135
====================
15136

CHANGES/11161.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGES/11233.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/11243.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)