-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to 2f25d855dffe03a5f15ad8709d495f8dc9daae27 (nightly)
- Loading branch information
1 parent
efe757d
commit bc7aef4
Showing
4 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
python3.13 (3.13.0~rc2-60-g2f25d855df-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.13.0rc2-60-g2f25d855df. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 25 Sep 2024 08:52:14 +0000 | ||
|
||
python3.13 (3.13.0~rc2-44-ge9b00cc788-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.13.0rc2-44-ge9b00cc788. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
python3.13 (3.13.0~rc2-60-g2f25d855df-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.13.0rc2-60-g2f25d855df. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 25 Sep 2024 08:52:15 +0000 | ||
|
||
python3.13 (3.13.0~rc2-44-ge9b00cc788-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.13.0rc2-44-ge9b00cc788. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
python3.13 (3.13.0~rc2-60-g2f25d855df-1+noble1) noble; urgency=medium | ||
|
||
* Update to v3.13.0rc2-60-g2f25d855df. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 25 Sep 2024 08:52:15 +0000 | ||
|
||
python3.13 (3.13.0~rc2-44-ge9b00cc788-1+noble1) noble; urgency=medium | ||
|
||
* Update to v3.13.0rc2-44-ge9b00cc788. | ||
|
Submodule cpython
updated
17 files
+19 −3 | Android/testbed/app/src/main/python/main.py | |
+5 −4 | Doc/c-api/buffer.rst | |
+8 −4 | Doc/library/argparse.rst | |
+47 −0 | Doc/library/asyncio-task.rst | |
+1 −0 | Doc/library/cmdline.rst | |
+6 −4 | Doc/library/contextvars.rst | |
+2 −2 | Doc/library/logging.rst | |
+1 −1 | Doc/library/secrets.rst | |
+1 −1 | Doc/library/tomllib.rst | |
+18 −0 | Doc/library/typing.rst | |
+10 −8 | Doc/whatsnew/3.13.rst | |
+25 −10 | Lib/idlelib/Icons/README.txt | |
+3 −0 | Lib/test/test_free_threading/test_list.py | |
+3 −0 | Lib/test/test_free_threading/test_monitoring.py | |
+2 −0 | Lib/test/test_free_threading/test_type.py | |
+6 −3 | Lib/test/test_signal.py | |
+6 −0 | Lib/test/test_super.py |