Skip to content

Commit

Permalink
update to 834ba5aaf21ac7fd123534dae8f9e478ee526aaa (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Oct 23, 2024
1 parent e34bdbc commit afffeba
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 11 deletions.
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~a1-86-g834ba5aaf2-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a1-86-g834ba5aaf2.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 23 Oct 2024 08:54:09 +0000

python3.14 (3.14.0~a1-78-gc1bdbe84c8-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a1-78-gc1bdbe84c8.
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~a1-86-g834ba5aaf2-1+noble1) noble; urgency=medium

* Update to v3.14.0a1-86-g834ba5aaf2.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 23 Oct 2024 08:54:10 +0000

python3.14 (3.14.0~a1-78-gc1bdbe84c8-1+noble1) noble; urgency=medium

* Update to v3.14.0a1-78-gc1bdbe84c8.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 33 files
+2 −1 Doc/conf.py
+11 −10 Doc/deprecations/pending-removal-in-future.rst
+16 −9 Doc/library/argparse.rst
+14 −21 Doc/library/unittest.rst
+1 −0 Doc/tools/extensions/pyspecific.py
+6 −0 Doc/tools/static/sidebar-wrap.css
+15 −0 Doc/whatsnew/3.14.rst
+47 −70 Lib/argparse.py
+25 −17 Lib/enum.py
+75 −38 Lib/test/test_argparse.py
+1 −0 Lib/test/test_dis.py
+26 −0 Lib/test/test_enum.py
+27 −0 Lib/test/test_generated_cases.py
+73 −0 Lib/test/test_generators.py
+0 −0 Lib/test/test_unittest/namespace_test_pkg/bar/__init__.py
+5 −0 Lib/test/test_unittest/namespace_test_pkg/bar/test_bar.py
+0 −0 Lib/test/test_unittest/namespace_test_pkg/noop/no2/__init__.py
+5 −0 Lib/test/test_unittest/namespace_test_pkg/noop/no2/test_no2.py
+5 −0 Lib/test/test_unittest/namespace_test_pkg/noop/test_noop.py
+5 −0 Lib/test/test_unittest/namespace_test_pkg/test_foo.py
+52 −2 Lib/test/test_unittest/test_discovery.py
+45 −14 Lib/unittest/loader.py
+4 −0 Makefile.pre.in
+2 −0 Misc/NEWS.d/next/Core_and_Builtins/2024-10-09-13-53-50.gh-issue-125038.ffSLCz.rst
+1 −0 Misc/NEWS.d/next/Library/2024-09-07-13-57-49.gh-issue-80958.fVYnqV.rst
+1 −0 Misc/NEWS.d/next/Library/2024-09-27-13-10-17.gh-issue-58032.0aNAQ0.rst
+1 −0 Misc/NEWS.d/next/Library/2024-10-17-16-10-29.gh-issue-125259.oMew0c.rst
+1 −0 Misc/NEWS.d/next/Library/2024-10-19-13-37-37.gh-issue-125710.FyFAAr.rst
+7 −0 Misc/NEWS.d/next/Library/2024-10-22-13-28-00.gh-issue-125355.zssHm_.rst
+1 −0 Python/codegen.c
+34 −34 Python/generated_cases.c.h
+1 −1 Tools/cases_generator/analyzer.py
+13 −5 Tools/cases_generator/generators_common.py
4 changes: 2 additions & 2 deletions patches/argparse-no-shutil.diff
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Subject: argparse-no-shutil
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Lib/argparse.py b/Lib/argparse.py
index 9a3890b..59212c4 100644
index 2032fe5..1898adb 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -176,9 +176,12 @@ def __init__(self,
@@ -178,9 +178,12 @@ def __init__(self,

# default setting for width
if width is None:
Expand Down
2 changes: 1 addition & 1 deletion patches/destshared-location.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Forwarded: no
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 84ee9cc..0a285bc 100644
index c06d32c..2853799 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -169,7 +169,7 @@ EXT_SUFFIX= @EXT_SUFFIX@
Expand Down
2 changes: 1 addition & 1 deletion patches/distutils-install-layout.diff
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ index 035913c..c23db4f 100644
else:
# other platforms
diff --git a/Makefile.pre.in b/Makefile.pre.in
index fb6f22d..aba97f0 100644
index d6f75a9..ea2760a 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -159,7 +159,7 @@ WHEEL_PKG_DIR= @WHEEL_PKG_DIR@
Expand Down
4 changes: 2 additions & 2 deletions patches/lib-argparse.diff
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Subject: lib-argparse
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/Lib/argparse.py b/Lib/argparse.py
index 49271a1..9a3890b 100644
index 9746173..2032fe5 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -89,7 +89,16 @@
@@ -91,7 +91,16 @@
import re as _re
import sys as _sys

Expand Down
2 changes: 1 addition & 1 deletion patches/multiarch.diff
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ index c8ced46..0bdf61d 100644
srcdir = _CONFIG_VARS.get('srcdir', _PROJECT_BASE)
if os.name == 'posix':
diff --git a/Makefile.pre.in b/Makefile.pre.in
index aba97f0..b46b810 100644
index ea2760a..de3341e 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1778,6 +1778,7 @@ Python/interpconfig.o: $(srcdir)/Python/interpconfig.c $(srcdir)/Python/config_c
Expand Down
2 changes: 1 addition & 1 deletion patches/reproducible-buildinfo.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: reproducible-buildinfo
1 file changed, 2 insertions(+)

diff --git a/Makefile.pre.in b/Makefile.pre.in
index b46b810..372d2bb 100644
index de3341e..d3cd3bc 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1736,6 +1736,8 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \
Expand Down
4 changes: 2 additions & 2 deletions patches/sysconfigdata-name.patch
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ index 0bdf61d..be085ec 100644

def _init_posix(vars):
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 372d2bb..84ee9cc 100644
index d3cd3bc..c06d32c 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2623,8 +2623,10 @@ libinstall: all $(srcdir)/Modules/xxmodule.c
@@ -2627,8 +2627,10 @@ libinstall: all $(srcdir)/Modules/xxmodule.c
esac; \
done; \
done
Expand Down

0 comments on commit afffeba

Please sign in to comment.