Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-134674: fix: ast.MatchStar.name incorrectly having class-level default value#134676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
hunterhogan wants to merge2,314 commits intopython:mainfromhunterhogan:ast_MatchStar_name
Closed
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
2314 commits
Select commitHold shift + click to select a range
17b6139
[3.13] gh-123441: Update Belorussian spelling (GH-132409) (GH-132432)
miss-islingtonApr 12, 2025
70c4bd6
[3.13] gh-58211: Add tests for the `__self__` attribute of builtins …
miss-islingtonApr 12, 2025
1884a3b
[3.13] Docs: Fix specifications of `gcvisitobjects_t` (GH-132433) (#1…
miss-islingtonApr 12, 2025
f943376
[3.13] gh-132185: Speed up expanduser() test with large password data…
miss-islingtonApr 12, 2025
67b1c76
[3.13] gh-132213: use relaxed atomics for set hash (#132447)
kumaraditya303Apr 12, 2025
5be7505
[3.13] gh-132429: Fix support of Bluetooth sockets on NetBSD and Drag…
serhiy-storchakaApr 12, 2025
244a642
[3.13] Fix a typo in c-api/typeobj.rst (GH-132317) (#132464)
miss-islingtonApr 13, 2025
ff66901
[3.13] gh-132354: document return value for `asyncio.Task.cancel` (GH…
miss-islingtonApr 13, 2025
4ff5d88
[3.13] gh-131927: Prevent emitting compiler warnings twice (GH-131993…
tomasr8Apr 13, 2025
1dcdac6
[3.13] gh-132106: Ensure that running `logging.handlers.QueueListener…
vsajipApr 13, 2025
54e1b63
[3.13] gh-132099: Fix documentation for the BTPROTO_HCI protocol (GH-…
serhiy-storchakaApr 13, 2025
d021b71
[3.13] gh-132111: Document dataclasses.InitVar (GH-132446) (#132483)
miss-islingtonApr 13, 2025
f206b98
[3.13] gh-101100: Fix sphinx warnings in `library/plistlib.rst` (GH-1…
miss-islingtonApr 13, 2025
ff9198d
[3.13] gh-124986: Fix test_no_leaking in test_subprocess on NetBSD an…
miss-islingtonApr 14, 2025
5f1eaff
[3.13] gh-132435: Test syntax warnings in a finally block (GH-132436)…
tomasr8Apr 14, 2025
fd0bba6
[3.13] gh-86513: improve docs of loop.call_exception_handler (GH-1324…
miss-islingtonApr 14, 2025
a50aa33
[3.13] gh-132515: de-duplicate `test_dataclass_derived_generic_from_s…
miss-islingtonApr 14, 2025
d321b6e
[3.13] gh-132099: Harmonize Bluetooth address handling (GH-132486) (G…
serhiy-storchakaApr 14, 2025
866b635
[3.13] gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040) (#…
vstinnerApr 14, 2025
bdff88b
[3.13] gh-131803: Clarify that you must register signal handlers for …
miss-islingtonApr 14, 2025
f218549
[3.13] gh-124476: Fix decoding from the locale encoding in the C.UTF-…
serhiy-storchakaApr 14, 2025
6d48194
[3.13] gh-132176: Fix crash on `type()` when `tuple` subclass passed …
miss-islingtonApr 15, 2025
11617d5
[3.13] Fix argument order in multinomial() example (gh-132557) (gh-13…
miss-islingtonApr 15, 2025
a3a3bfd
[3.13] gh-114713: Handle case of an empty string passed to `zoneinfo.…
miss-islingtonApr 15, 2025
2a1a337
[3.13] Docs: Synchronise ``indexsidebar.html`` with docsbuild-scripts…
miss-islingtonApr 15, 2025
08faa2a
[3.13] gh-132535: Fix resource warnings in test_timeout (GH-132572) (…
miss-islingtonApr 16, 2025
8128bcf
[3.13] gh-127591: Fix altering environment in test_urllib2 (unsetting…
miss-islingtonApr 16, 2025
ee8f681
[3.13] gh-130941: Fix `configparser` parsing values with `allow_no_va…
miss-islingtonApr 16, 2025
ff3f658
[3.13] gh-130052: Fix search_map_for_section() error handling (GH-132…
miss-islingtonApr 16, 2025
88d95c3
[3.13] typing: Add missing test case for Protocol inheritance (GH-132…
miss-islingtonApr 16, 2025
f9578dc
[3.13] typing docs: Clarify Protocol / runtime_checkable docs (GH-132…
miss-islingtonApr 16, 2025
db7ad1c
[3.13] gh-132608: Fix a sample code coloring for ast.While (GH-132609…
miss-islingtonApr 16, 2025
582d1ef
[3.13] gh-130070: Fix `exec(<string>, closure=<non-None>)` unexpected…
bswckApr 17, 2025
afd865a
gh-132649: Allow passing --include-tcltk to PC\layout on Windows ARM6…
miss-islingtonApr 17, 2025
7d4c00e
[3.13] Docs: Migrate entirely to PSF hosted plausible for analytics (…
miss-islingtonApr 18, 2025
bfba11a
[3.13] gh-132668: Remove outdated description of `POP_JUMP_*` instruc…
miss-islingtonApr 18, 2025
b787282
[3.13] gh-132674: fix `_hashopenssl.c` compiler warnings on free-thre…
miss-islingtonApr 18, 2025
b3d4980
[3.13] gh-132553: Build the perf tool without buildid cache (GH-13266…
miss-islingtonApr 18, 2025
ca2e1a1
[3.13] gh-130861: Add clarification to the perf docs on optimization …
miss-islingtonApr 18, 2025
a37d719
[3.13] gh-129958: Properly disallow newlines in format specs in singl…
ambvApr 18, 2025
151828d
[3.13] Minor doc edit: Make multinomial() the first math example (gh-…
miss-islingtonApr 18, 2025
10f37b3
[3.13] gh-132396: Resolve 'redefinition of unused name' errors in ``L…
miss-islingtonApr 18, 2025
83cb89b
[3.13] gh-129719: Restore missing `socket.CAN_RAW_ERR_FILTER` on Linu…
miss-islingtonApr 18, 2025
38f305b
[3.13] Docs: Fix REPL example in `Doc/library/shutil.rst` (GH-132700)…
miss-islingtonApr 19, 2025
47c8df6
[3.13] gh-132673: Fix a crash with zero-alignment in `ctypes.Structur…
ZeroIntensityApr 19, 2025
5ab628f
[3.13] gh-129327: revise hashlib documentation to account for FIPS re…
miss-islingtonApr 20, 2025
62663bf
[3.13] gh-129098: avoid using content of `_pyrepl/__main__.py` when r…
miss-islingtonApr 20, 2025
c709d3b
[3.13] gh-132742: Add more tests for fcntl.ioctl() (GH-132756) (GH-13…
miss-islingtonApr 21, 2025
3c29fb2
[3.13] gh-132753: Argument Clinic: Fix support of c_default for the b…
serhiy-storchakaApr 21, 2025
d8b9011
[3.13] gh-85583: Add an overview of formatted string literals (f-stri…
miss-islingtonApr 21, 2025
bb59fde
[3.13] gh-132747: Fix `NULL` dereference when calling a method's `__g…
ZeroIntensityApr 21, 2025
cdabbc1
[3.13] gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-13…
gpsheadApr 21, 2025
e140e6e
[3.13] gh-132769: Refactor possible read-out-of-bounds in `lexer.c` (…
miss-islingtonApr 21, 2025
3a130c1
[3.13] Update `pre-commit` repos (GH-132792) (#132804)
sobolevnApr 22, 2025
3de0f55
[3.13] gh-132713: Fix repr(list) race condition (#132801) (#132809)
vstinnerApr 23, 2025
341b86e
[3.13] gh-132713: Fix typing.Union[index] race condition (GH-132802) …
miss-islingtonApr 23, 2025
abbc44c
[3.13] gh-132742: Update documentation for the fcntl module (GH-13276…
miss-islingtonApr 23, 2025
f8d4ca4
[3.13] gh-83994, gh-132843: Fix and improve test_ioctl (GH-132848) (G…
serhiy-storchakaApr 23, 2025
b220c1c
[3.13] gh-109981: Resolve situation on iOS regarding fd_count. (GH-13…
miss-islingtonApr 23, 2025
bd4a39f
[3.13] gh-122399: change webbrowser.rst to better describe the conten…
miss-islingtonApr 24, 2025
9ec6f77
[3.13] gh-128185: Align Decimal docs with spec (case irrelevant for n…
miss-islingtonApr 24, 2025
52e0f56
[3.13] Fix a grammar error in the `Py_ALWAYS_INLINE` doc (GH-129304) …
miss-islingtonApr 24, 2025
bf6c74d
[3.13] Use os.openpty() instead of pty.openpty() in test_ioctl (GH-13…
serhiy-storchakaApr 24, 2025
9953971
[3.13] Differentiate bitwise OR from the word "or" (GH-132890) (#132891)
miss-islingtonApr 24, 2025
293f289
[3.13] gh-98347: Add links to python-isal in the documentation (GH-98…
miss-islingtonApr 25, 2025
8a759c2
[3.13] gh-127906: Add missing sys import to test_cppext (GH-132902) (…
miss-islingtonApr 25, 2025
b4a160a
[3.13] gh-132415: Use shutil.which() in missing_compiler_executable()…
miss-islingtonApr 25, 2025
3776ade
[3.13] gh-132921: Fix setuptools._distutils.dep_util deprecation (GH-…
miss-islingtonApr 25, 2025
7ebfc6e
[3.13] gh-132909: handle overflow for `'K'` format in `do_mkvalue` (G…
picnixzApr 25, 2025
7684055
[3.13] gh-132912: Set 15 min timeout on GHA Hypothesis CI (GH-132914)…
miss-islingtonApr 25, 2025
3ff35ba
[3.13] gh-132527: Added missing `w` typecode to array() error message…
miss-islingtonApr 25, 2025
0877222
[3.13] gh-132684: [Enum] only call _missing_ in __contains__ for Flag…
miss-islingtonApr 25, 2025
41e19a7
[3.13] gh-91221: fix `test_curses.test_use_default_colors` for xterm-…
miss-islingtonApr 26, 2025
994529d
[3.13] Revert "[3.13] gh-132921: Fix setuptools._distutils.dep_util d…
vstinnerApr 26, 2025
2c9842f
[3.13] doc: update co_flags reference (GH-132300) (#132936)
hugovkApr 26, 2025
4031902
[3.13] gh-63882: Use `self.assert*` methods in `test_minidom` (GH-133…
miss-islingtonApr 26, 2025
3a1a2a0
[3.13] gh-133016: Fix a reference to removed `asyncio.futures.Timeout…
miss-islingtonApr 26, 2025
fdcaaad
[3.13] gh-63882: Implement some `test_minidom` tests (GH-132879) (#13…
miss-islingtonApr 26, 2025
8fdc106
[3.13] [tests] fix test_fcntl issue when run in a ChromeOS linux runt…
miss-islingtonApr 27, 2025
154225b
[3.13] gh-133046: Reformat the ``ast`` module docstring (GH-133050) (…
miss-islingtonApr 27, 2025
0d53872
[3.13] gh-132742: Improve tests for fcntl.ioctl() (GH-132791) (GH-133…
serhiy-storchakaApr 28, 2025
6ade0c3
[3.13] gh-133033: Add docs for `TypeIgnore` (GH-133034) (#133078)
miss-islingtonApr 28, 2025
85882ca
[3.13] gh-132726: Change the heading of `sysconfig` CLI section (GH-1…
miss-islingtonApr 28, 2025
507b4fa
[3.13] gh-132026: Ensure _MIPS_SIM has defined _ABI identifiers for c…
miss-islingtonApr 28, 2025
ab89f6e
[3.13] gh-133054: Skip `test_pyrepl` tests when `cannot use pyrepl` i…
sobolevnApr 28, 2025
b71442f
[3.13] gh-132742: Fix newly added tcflush() tests on Android (GH-1330…
miss-islingtonApr 28, 2025
ca46ec8
[3.13] gh-132942: Fix races in type lookup cache (gh-133114)
naschemeApr 28, 2025
64dcbb0
[3.13] gh-133122: Fix for test_type_lookup_mro_reference. (gh-133127)
naschemeApr 29, 2025
7ffef8d
[3.13] gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject…
corona10Apr 29, 2025
132bdf6
[3.13] GH-127682: Backport GH-132351 (GH-132384)
markshannonApr 29, 2025
0b1e676
[3.13] Run mypy workflow on `_colorize.py` and `Misc/mypy/**` changes…
miss-islingtonApr 29, 2025
dcbda41
[3.13] gh-57281: Fix duplicate deprecation note: array 'u' format (GH…
miss-islingtonApr 29, 2025
ff41346
[3.13] gh-46236: Document `PyUnicodeIter_Type` (GH-132925) (GH-133149)
StanFromIrelandApr 29, 2025
7998f99
[3.13] gh-133131: Discover an appropriate iOS simulator rather than h…
miss-islingtonApr 29, 2025
dfaa384
[3.13] gh-132308: prevent `TracebackException` swallowing attributes …
miss-islingtonApr 30, 2025
13f5a9a
[3.13] Add `profile-gen-stamp` to `.gitignore` (GH-133188) (#133189)
miss-islingtonApr 30, 2025
0458554
[3.13] gh-133117: Run mypy on `tomllib` in CI (GH-133118) (#133192)
miss-islingtonApr 30, 2025
704a3f8
[3.13] gh-133167: Fix compilation process with `--enable-optimization…
miss-islingtonApr 30, 2025
110bec8
[3.13] Remove redundant ``--keep-going`` when running Sphinx (GH-1331…
miss-islingtonApr 30, 2025
4f006ff
[3.13] Apply 'mod' role to typing module (GH-133201) (#133217)
miss-islingtonApr 30, 2025
f68be0f
[3.13] gh-133183: Include IPHONEOS_DEPLOYMENT_TARGET in iOS shim targ…
miss-islingtonMay 1, 2025
bf8eecd
[3.13] gh-131531: Make Android build retry after network failures (GH…
miss-islingtonMay 1, 2025
679e632
[3.13] gh-132246: Add PEP 688 to C Buffer Protocol docs (GH-132249) (…
miss-islingtonMay 1, 2025
90c786e
[3.13] gh-130655: Add a test for big-endian MO files in gettext (GH-1…
miss-islingtonMay 1, 2025
f7d1109
[3.13] gh-133210: Fix `test_inspect` in `--without-doc-strings` mode …
miss-islingtonMay 1, 2025
766c5f7
[3.13] gh-119605: Respect `follow_wrapped` for `__init__` and `__new_…
miss-islingtonMay 2, 2025
ae775dc
[3.13] gh-130197: Improve test coverage of msgfmt.py (GH-133048) (GH-…
tomasr8May 2, 2025
b64cc74
[3.13] gh-133210: Fix `test_pydoc` in `--without-doc-strings` mode (G…
miss-islingtonMay 2, 2025
b225ce7
[3.13] Docs: delete title links in `turtle.rst` and `typing.rst` (GH-…
miss-islingtonMay 2, 2025
6a919d0
[3.13] gh-133210: Fix `test_descr` in `--without-doc-strings` mode (G…
miss-islingtonMay 2, 2025
16e9e74
[3.13] gh-132385: Fix instance error suggestions trigger potential ex…
miss-islingtonMay 2, 2025
e75f528
[3.13] gh-133290: Use PyObject_SetAttr to set _type_ (GH-133292) (GH-…
miss-islingtonMay 2, 2025
e2ad2c8
[3.13] gh-112936: Fix IDLE: no Shell menu item in single-process mode…
miss-islingtonMay 2, 2025
8a05dbe
[3.13] gh-132995: Upgrade bundled pip to 25.1.1 (gh-133308)
miss-islingtonMay 2, 2025
bb0a857
gh-91156: Document how TextIOWrapper interacts with UTF-8 mode (GH-13…
miss-islingtonMay 3, 2025
c9c0beb
[3.13] gh-114713: Revert gh-114731 (GH-133330) (#133331)
miss-islingtonMay 3, 2025
130491f
[3.13] gh-130160: use `.. program::` directive for documenting `platf…
hugovkMay 3, 2025
8525223
[3.13] gh-133117: Enable stricter mypy checks for `tomllib` (GH-13320…
miss-islingtonMay 3, 2025
e090f8e
[3.13] gh-133210: Fix `test_rlcompleter` in `--without-doc-strings` m…
miss-islingtonMay 3, 2025
3c9d177
[3.13] bpo-44172: Keep reference to original window in curses subwind…
serhiy-storchakaMay 4, 2025
973e2d3
[3.13] gh-122559: Synchronize C and Python implementation of the io m…
serhiy-storchakaMay 4, 2025
5daeebb
[3.13] gh-109700: Improve stress tests for interpreter creation (GH-1…
miss-islingtonMay 4, 2025
3d1b8e2
[3.13] gh-133089: Use original timeout value for `TimeoutExpired` whe…
miss-islingtonMay 5, 2025
e89ca39
[3.13] [tests] test_subprocess maybe avoid a timeout race condition? …
miss-islingtonMay 5, 2025
df1669e
[3.13] Bump mypy to 1.15 (GH-133405) (#133429)
miss-islingtonMay 5, 2025
f371b23
[3.13] gh-107006: Move `threading.local` docstring to docs (GH-131840…
miss-islingtonMay 5, 2025
87b14c8
[3.13] gh-131878: Handle top level exceptions in new pyrepl and preve…
ambvMay 5, 2025
d84a762
[3.13] gh-63882: Break down `and` tests in `test_minidom` (GH-133026)…
miss-islingtonMay 5, 2025
1105ed3
[3.13] GH-133410: Use commit hashes for change detection (gh-133416) …
miss-islingtonMay 5, 2025
a2bf7a0
[3.13] gh-124096: Enable REPL virtual terminal support on Windows (GH…
miss-islingtonMay 5, 2025
e4d6848
[3.13] GH-132439: Fix REPL swallowing characters entered with AltGr o…
ambvMay 5, 2025
76f52c4
[3.13] gh-130804: Fix support of typing unicode chars in pyrepl (GH-1…
ambvMay 5, 2025
891232f
[3.13] gh-131878: Fix input of unicode characters with two or more co…
ambvMay 5, 2025
1dfe5de
[3.13] gh-132017: Handle SIGCONT in `pyrepl` (#132918) (#133470)
StanFromIrelandMay 5, 2025
fe18437
[3.13] gh-130117: Document why nested `Union`, `Literal`, and `Annota…
miss-islingtonMay 6, 2025
d4f6367
[3.13] gh-132921: Fix setuptools._distutils.dep_util deprecation (#13…
vstinnerMay 6, 2025
3f93295
[3.13] GH-133231: Backport PYTHON_JIT documentation to 3.13 (GH-133539)
brandtbucherMay 6, 2025
ac99d7e
gh-133512: Adds warnings to py.exe launcher about subcommands belongi…
zoobaMay 7, 2025
ce9d708
[3.13] gh-131535: Fix stale example in html.parser docs, make example…
miss-islingtonMay 7, 2025
6beec6c
[3.13] gh-133361: move the explanation of dict equal before its use (…
miss-islingtonMay 7, 2025
a063d6c
[3.13] gh-127833: lexical analysis: Add backticks to BOM example (GH-…
miss-islingtonMay 8, 2025
aed613f
[3.13] gh-133403: Type `Tools/build/update_file.py` and check it with…
sobolevnMay 8, 2025
a0dd4f0
[3.13] gh-133639: Fix `test_auto_indent_default()` doesn't run `input…
miss-islingtonMay 8, 2025
eefe7e2
[3.13] Doc: Allow translating a code block in the tutorial (GH-131353…
miss-islingtonMay 8, 2025
a719e5f
[3.13] gh-133516: Raise `ValueError` when constants `True`, `False` o…
TERESH1May 8, 2025
e0aefbd
gh-133597: Fix memory leak if error occurred in _sys_getwindowsversio…
miss-islingtonMay 8, 2025
fabe89b
[3.13] gh-133454: Mark tests with many threads that use much memory a…
miss-islingtonMay 8, 2025
8e334f4
[3.13] gh-131031: Fix test_pickle when invoked directly (GH-133356) (…
serhiy-storchakaMay 8, 2025
6ab4a4a
[3.13] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133…
colesburyMay 8, 2025
c2cddb7
[3.13] gh-133403: Check `Tools/build/verify_ensurepip_wheels.py` with…
miss-islingtonMay 8, 2025
df85816
gh-133626: Ensure the traditional Windows installer doesn't accidenta…
zoobaMay 8, 2025
3e55441
[3.13] gh-69426: HTMLParser: only unescape properly terminated charac…
miss-islingtonMay 9, 2025
4c7a04b
[3.13] gh-133412: amend docs for the `inst` definition (GH-133708) (#…
miss-islingtonMay 9, 2025
d14a1b7
[3.13] gh-130197: Test pygettext --output option (GH-133041) (GH-133266)
miss-islingtonMay 9, 2025
a98d46a
[3.13] gh-133644: update `Py_InteractiveFlag` deprecation notice (GH-…
miss-islingtonMay 9, 2025
b812cdd
[3.13] Manpage: -X gil is not related to PYTHON_HISTORY (GH-133753) (…
miss-islingtonMay 9, 2025
0a39a18
[3.13] Docs: use boolean constants for returning boolean value (GH-13…
miss-islingtonMay 9, 2025
ddd6ca1
[3.13] gh-133519: Add console to resources in libregrtest (GH-133520)…
miss-islingtonMay 9, 2025
57efb77
[3.13] Update HTTP links in the _pydatetime docstrings (GH-133025) (G…
miss-islingtonMay 9, 2025
9718880
[3.13] gh-133009: fix UAF in `xml.etree.ElementTree.Element.__deepcop…
miss-islingtonMay 10, 2025
3de6546
[3.13] gh-132971: Update shutil.which() docs (GH-133067) (#133804)
miss-islingtonMay 10, 2025
aa0c3d1
[3.13] gh-77057: Fix handling of invalid markup declarations in HTMLP…
miss-islingtonMay 10, 2025
5afb224
[3.13] gh-117088: Fix AIX build (GH-132595) (GH-133839)
miss-islingtonMay 10, 2025
18501a1
[3.13] gh-132642: document how to render human-readable `timedelta` o…
miss-islingtonMay 10, 2025
e76ff56
[3.13] gh-86155: Fix data loss after unclosed script or style tag in …
miss-islingtonMay 10, 2025
26b6ab4
[3.13] Add classmethod to setUpClass in test_pdb (GH-133840) (#133847)
miss-islingtonMay 10, 2025
f0a88e2
gh-133703: dict: fix calculate_log2_keysize() (GH-133809)
methaneMay 11, 2025
927da99
[3.13] gh-133823: update "Pending Removal in 3.15" notes about `Typed…
miss-islingtonMay 11, 2025
5cd56b2
[3.13] gh-133441: Fix STORE_ATTR_WITH_HINT bytecode (#133446)
vstinnerMay 11, 2025
8e923f3
[3.13] gh-91555: disable logger while handling log record (GH-131812)…
miss-islingtonMay 12, 2025
532acbd
[3.13] gh-133904: Fix `math.factorial` documentation (GH-133907) (#13…
mkaraevMay 12, 2025
5ce47b9
[3.13] gh-133744: Fix multiprocessing interrupt test: add an event (#…
vstinnerMay 12, 2025
d9d8e9a
[3.13] gh-133677: Fix tests when running in non-UTF-8 locale (GH-1338…
serhiy-storchakaMay 12, 2025
05ddd06
[3.13] gh-133413: Fix references to removed Request.has_data (GH-1334…
miss-islingtonMay 12, 2025
50b45c4
[3.13] GH-133543: Maintain tracking for materialized instance diction…
brandtbucherMay 12, 2025
78a04b3
[3.13] gh-46236: Document PyUnicode_BuildEncodingMap (#133770)
StanFromIrelandMay 13, 2025
e1cc789
gh-132869: Fix crash in `_PyObject_TryGetInstanceAttribute` (#133700)
colesburyMay 14, 2025
5d18635
[3.13] Remove trailing whitespace from python.gram (#133858) (#133991)
hugovkMay 14, 2025
ab8aafe
[3.13] Docs: remove link elements in builders other than HTML (GH-133…
miss-islingtonMay 14, 2025
f474264
[3.13] Improve tests for str to Fraction conversion (GH-134010) (GH-1…
miss-islingtonMay 14, 2025
bd3add0
[3.13] gh-133986: Document string split algorithm when sep is None an…
miss-islingtonMay 15, 2025
f81f1bb
[3.13] Test also error messages in test_limit_int. (GH-134018) (GH-13…
miss-islingtonMay 15, 2025
cec0e13
[3.13] gh-133403: Check `Tools/build/deepfreeze.py` with mypy (GH-133…
sobolevnMay 15, 2025
bc1a6ec
[3.13] gh-133410: Fix PR detection in build workflow (GH-133671) (#13…
miss-islingtonMay 15, 2025
0007c9b
[3.13] gh-124210: Add introduction to `threading` docs (GH-127046) (#…
miss-islingtonMay 16, 2025
2a029a7
[3.13] gh-133515: fix docs for unawaited coroutines in debug mode (GH…
miss-islingtonMay 16, 2025
8077e22
[3.13] gh-133286: add explanation about `seq` for pathlib Pattern Lan…
miss-islingtonMay 16, 2025
4291bbe
[3.13] gh-117026: Remove outdated sentence in SimpleHTTPRequestHandle…
miss-islingtonMay 16, 2025
510e28e
[3.13] gh-134109: Fix showing comments in pydoc output for argparse (…
miss-islingtonMay 16, 2025
6dae082
[3.13] gh-133889: Improve tests for SimpleHTTPRequestHandler (GH-1341…
miss-islingtonMay 17, 2025
bc0dc9d
[3.13] gh-134098: Fix handling %-encoded trailing slash in SimpleHTTP…
miss-islingtonMay 17, 2025
c529870
[3.13] gh-133881: add forward reference to `list.sort()` in lambda ex…
miss-islingtonMay 17, 2025
ec42d72
[3.13] Docs: fix spelling of "test case" in `unittest` documentation …
miss-islingtonMay 17, 2025
f625432
[3.13] gh-88275: Add missing `__init__` method to `match` example (GH…
miss-islingtonMay 17, 2025
ebe54d7
[3.13] gh-134150: Clarify distinction between JSON and Python objects…
miss-islingtonMay 18, 2025
fd6a602
[3.13] gh-133745: Fix asyncio task factory name/context kwarg breaks …
graingertMay 18, 2025
5230244
[3.13] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelOb…
miss-islingtonMay 18, 2025
9c29769
[3.13] fix indent in `controlflow.rst` docs (GH-134008) (#134185)
miss-islingtonMay 18, 2025
018ec63
[3.13] document `Py_VISIT` as a macro in the docs (GH-133688) (#134187)
miss-islingtonMay 18, 2025
821a87e
[3.13] gh-133889: Only show the path of the URL in the SimpleHTTPRequ…
miss-islingtonMay 18, 2025
ea9c962
[3.13] gh-76023: Make os.path.realpath to ignore WinError 1005 in non…
miss-islingtonMay 19, 2025
06a8c06
[3.13] gh-133890: Handle UnicodeEncodeError in tarfile (GH-134147) (G…
serhiy-storchakaMay 19, 2025
8d92823
[3.13] Docs: C API: Fix the incorrect `PyThreadState_Swap` documentat…
ZeroIntensityMay 19, 2025
55a7cb1
[3.13] gh-122055: Clarify documentation for empty matches in RE (GH-1…
miss-islingtonMay 19, 2025
08c9ba5
[3.13] gh-134097: Print number of refs & blocks after each statement …
miss-islingtonMay 19, 2025
c1e4770
[3.13] gh-125225: Fix column misalignment in help('topics') output (g…
miss-islingtonMay 19, 2025
da506b2
[3.13] gh-117596: Add more tests for os.path with invalid paths (GH-1…
miss-islingtonMay 19, 2025
edbde92
[3.13] gh-134201: Expand explanation of Base85 encodings in base64 do…
miss-islingtonMay 20, 2025
783675e
[3.13] gh-133940: test_strftime incorrectly calculates expected week …
miss-islingtonMay 20, 2025
edf2de0
[3.13] Clean up test_posixpath (GH-134315) (GH-134317)
miss-islingtonMay 20, 2025
0c0fedf
[3.13] gh-53189: Document peculiarities of InteractiveConsole in rela…
miss-islingtonMay 20, 2025
6279eb8
[3.13] gh-133767: Fix use-after-free in the unicode-escape decoder wi…
serhiy-storchakaMay 20, 2025
eca8ff1
[3.13] gh-128307: Update what's new in 3.13 with create_task changes …
gvanrossumMay 20, 2025
61af847
[3.13] gh-101100: Fix Sphinx warnings in `library/decimal.rst` (GH-13…
hugovkMay 20, 2025
bad9f63
[3.13] gh-129748: Update mimalloc to use atomic store for mi_block_se…
miss-islingtonMay 20, 2025
aebbbaf
[3.13] gh-132542: Set native thread ID after fork (GH-132701) (GH-134…
noamcohen97May 20, 2025
4c22fa6
[3.13] gh-131357: Add tests for zero-sized bytes objects in test_byte…
miss-islingtonMay 20, 2025
7df6749
[3.13] gh-85045: clarified that the underlying buffer of a TextIOBase…
miss-islingtonMay 20, 2025
b41e7b1
[3.13] gh-128066: Properly handle history file writes for RO fs on Py…
ambvMay 20, 2025
35eb3b8
GH-130727: Avoid race condition in _wmimodule by copying shared data …
miss-islingtonMay 20, 2025
7ada439
[3.13] gh-134360 Add processName attribute to `logging.Formatter` doc…
miss-islingtonMay 21, 2025
f5de063
[3.13] gh-132542: Only run test_native_id_after_fork if native_id is …
miss-islingtonMay 21, 2025
fcebf5a
[3.13] gh-110631: Fix some incorrect indents in the documentation (GH…
miss-islingtonMay 21, 2025
bc60b33
[3.13] gh-132246: Add special buffer methods to C API Type Object doc…
miss-islingtonMay 21, 2025
de6d199
[3.13] gh-133982: Update test_bufio to use self.open (gh-133983) (gh-…
miss-islingtonMay 21, 2025
046125e
[3.13] gh-71253: Match _io exception in _pyio (gh-133985) (gh-134431)
miss-islingtonMay 21, 2025
e1e8533
[3.13] gh-133982: Run unclosed file test on all io implementations (g…
miss-islingtonMay 21, 2025
2d11f3e
[3.13] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-13…
miss-islingtonMay 21, 2025
5ecc39e
[3.13] gh-80050: Update BufferedReader.read docs around non-blocking …
gpsheadMay 21, 2025
e0822d8
[3.13] gh-134062: Fix hash collisions in IPv4Network and IPv6Network …
miss-islingtonMay 22, 2025
55aba16
[3.13] gh-134309: Add ``github.actor`` to the GitHub Actions concurre…
miss-islingtonMay 22, 2025
044fe0b
[3.13] gh-131357: Add some extra tests for empty bytes and bytearray …
miss-islingtonMay 22, 2025
34d3495
[3.13] gh-71339: Use new assertion methods in the email tests (GH-129…
miss-islingtonMay 22, 2025
6126b7c
[3.13] gh-71339: Use new assertion methods in the urllib tests (GH-12…
miss-islingtonMay 22, 2025
ba9f533
[3.13] gh-71339: Use new assertion methods in the http tests (GH-1290…
miss-islingtonMay 22, 2025
0671eb6
[3.13] Consistent sentence case in docs template files (GH-134412) (#…
miss-islingtonMay 22, 2025
79f20f1
[3.13] Docs: Add note to tutorial clarifying scope (GH-134534) (#134545)
kattniMay 22, 2025
b212653
[3.13] Avoid `__file__` in `hashlib` example (GH-134540) (#134550)
miss-islingtonMay 22, 2025
1a61d81
[3.13] Docs: fix link in free-threading-python.rst (GH-134548) (#134556)
miss-islingtonMay 23, 2025
5987ebc
[3.13] gh-114177: avoid calling connection lost callbacks when loop i…
miss-islingtonMay 23, 2025
c6497d6
[3.13] Add notes on nogil & reinitialization to the Opt-Out section i…
miss-islingtonMay 23, 2025
5b203f5
[3.13] gh-106318: Add example for `str.center()` (GH-134518) (#134572)
miss-islingtonMay 23, 2025
1dbb644
[3.13] gh-106318: Add example for `str.count()` (GH-134519) (#134573)
miss-islingtonMay 23, 2025
0308612
[3.13] gh-134578: Mark more slow tests (GH-134579) (GH-134592)
serhiy-storchakaMay 23, 2025
e4c4ecc
[3.13] gh-134381: Fix RuntimeError when starting not-yet started Thre…
miss-islingtonMay 23, 2025
2e30341
[3.13] gh-128840: Limit the number of parts in IPv6 address parsing (…
miss-islingtonMay 24, 2025
44d1849
[3.13] gh-80334: fix multiprocessing.freeze_support for other spawn p…
miss-islingtonMay 24, 2025
698bf97
[3.13] gh-134595: Update HOWTO to reflect change in CIBW option (GH-1…
miss-islingtonMay 24, 2025
f331d03
[3.13] Fix sphinx-lint warnings (default-role used). (GH-134647) (#13…
miss-islingtonMay 25, 2025
4358f80
fix: remove `ast.MatchStar.name` class-level default value
hunterhoganMay 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
[3.13] Docs: Synchroniseindexsidebar.html with docsbuild-scripts (
…GH-132567) (#132573)Docs: Synchronise ``indexsidebar.html`` with docsbuild-scripts (GH-132567)(cherry picked from commit4f10b93)Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
@miss-islington@AA-Turner
miss-islington andAA-Turner authoredApr 15, 2025
commit2a1a337d2802bcf8f38936ed96f3526056c3c5dd
11 changes: 11 additions & 0 deletionsDoc/tools/templates/_docs_by_version.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
{#
This file is only used in indexsidebar.html, where it is included in the docs
by version list. For non-end-of-life branches, build_docs.py overwrites this
list with the full list of versions.

Keep the following two files synchronised:
* cpython/Doc/tools/templates/_docs_by_version.html
* docsbuild-scripts/templates/_docs_by_version.html
#}
<li><a href="https://docs.python.org/3/">{% trans %}Stable{% endtrans %}</a></li>
<li><a href="https://docs.python.org/dev/">{% trans %}In development{% endtrans %}</a></li>
5 changes: 2 additions & 3 deletionsDoc/tools/templates/indexsidebar.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,11 +2,10 @@ <h3>{% trans %}Download{% endtrans %}</h3>
<p><a href="{{ pathto('download') }}">{% trans %}Download these documents{% endtrans %}</a></p>
<h3>{% trans %}Docs by version{% endtrans %}</h3>
<ul>
<li><a href="https://docs.python.org/">{% trans %}Stable{% endtrans %}</a></li>
<li><a href="https://docs.python.org/dev/">{% trans %}In development{% endtrans %}</a></li>
{# _docs_by_version.html is overwritten by build_docs.py for non-EOL versions #}
{% include "_docs_by_version.html" without context %}
<li><a href="https://www.python.org/doc/versions/">{% trans %}All versions{% endtrans %}</a></li>
</ul>

<h3>{% trans %}Other resources{% endtrans %}</h3>
<ul>
{# XXX: many of these should probably be merged in the main docs #}
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp