Skip to content

Commit

Permalink
update to d9ed42bc00c74b3150be2a0eb28da03e01dffcc7 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Dec 25, 2024
1 parent 53b7815 commit 9d4b556
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelogs/nightly/jammy
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.14 (3.14.0~a3-61-gd9ed42bc00-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a3-61-gd9ed42bc00.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 25 Dec 2024 08:53:02 +0000

python3.14 (3.14.0~a3-52-g30efede33c-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a3-52-g30efede33c.
Expand Down
6 changes: 6 additions & 0 deletions changelogs/nightly/noble
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.14 (3.14.0~a3-61-gd9ed42bc00-1+noble1) noble; urgency=medium

* Update to v3.14.0a3-61-gd9ed42bc00.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 25 Dec 2024 08:53:03 +0000

python3.14 (3.14.0~a3-52-g30efede33c-1+noble1) noble; urgency=medium

* Update to v3.14.0a3-52-g30efede33c.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 37 files
+4 −0 Doc/library/asyncio-eventloop.rst
+16 −0 Doc/library/asyncio-policy.rst
+6 −0 Doc/library/ssl.rst
+6 −6 Doc/requirements-oldest-sphinx.txt
+8 −0 Doc/whatsnew/3.14.rst
+16 −0 Lib/asyncio/__init__.py
+1 −1 Lib/asyncio/__main__.py
+27 −17 Lib/asyncio/events.py
+2 −2 Lib/asyncio/runners.py
+3 −3 Lib/asyncio/unix_events.py
+5 −5 Lib/asyncio/windows_events.py
+1 −1 Lib/ssl.py
+1 −1 Lib/test/test_asyncgen.py
+2 −2 Lib/test/test_asyncio/functional.py
+4 −4 Lib/test/test_asyncio/test_base_events.py
+40 −20 Lib/test/test_asyncio/test_events.py
+4 −4 Lib/test/test_asyncio/test_futures.py
+1 −1 Lib/test/test_asyncio/test_runners.py
+5 −5 Lib/test/test_asyncio/test_streams.py
+9 −9 Lib/test/test_asyncio/test_tasks.py
+2 −2 Lib/test/test_asyncio/test_unix_events.py
+11 −7 Lib/test/test_asyncio/test_windows_events.py
+2 −2 Lib/test/test_asyncio/utils.py
+1 −1 Lib/test/test_coroutines.py
+2 −2 Lib/test/test_httplib.py
+13 −15 Lib/test/test_inspect/test_inspect.py
+4 −16 Lib/test/test_pdb.py
+2 −1 Lib/test/test_ssl.py
+1 −1 Lib/test/test_type_params.py
+1 −1 Lib/test/test_unittest/test_async_case.py
+12 −0 Lib/test/test_zipfile/test_core.py
+4 −1 Lib/zipfile/__init__.py
+1 −0 Misc/NEWS.d/next/Core_and_Builtins/2024-12-17-18-20-37.gh-issue-128035.JwqHdB.rst
+1 −0 Misc/NEWS.d/next/Library/2024-12-12-07-27-51.gh-issue-127847.ksfNKM.rst
+6 −0 Modules/_ssl.c
+1 −1 Modules/_winapi.c
+5 −0 PC/python.manifest

0 comments on commit 9d4b556

Please sign in to comment.