Commit 67d2742
committed
Update cpython current commit
1 parent 7670a8a commit 67d2742
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
- .github/workflows/build.yml+4-12
- .github/workflows/reusable-context.yml+3
- .github/workflows/reusable-windows-msi.yml+1-1
- .github/workflows/reusable-windows.yml+1-1
- Doc/Makefile+1-1
- Doc/conf.py+13-7
- Doc/library/html.parser.rst+20-13
- Doc/library/os.path.rst+29-4
- Doc/library/tarfile.rst+20
- Doc/requirements.txt+1-1
- Doc/tools/templates/download.html+10-5
- Doc/tools/templates/layout.html+4-4
- Doc/whatsnew/3.12.rst+34
- Include/cpython/bytesobject.h+4
- Include/cpython/unicodeobject.h+13
- Include/patchlevel.h+2-2
- Lib/genericpath.py+10-1
- Lib/html/parser.py+176-97
- Lib/ipaddress.py+55-5
- Lib/ntpath.py+65-98
- Lib/posixpath.py+31-27
- Lib/pydoc_data/topics.py+1-1
- Lib/tarfile.py+131-33
- Lib/test/support/__init__.py+43-7
- Lib/test/test_codeccallbacks.py+38-1
- Lib/test/test_codecs.py+42-10
- Lib/test/test_genericpath.py+14
- Lib/test/test_htmlparser.py+405-61
- Lib/test/test_ipaddress.py+101-6
- Lib/test/test_ntpath.py+237-25
- Lib/test/test_perf_profiler.py+3-3
- Lib/test/test_posixpath.py+244-45
- Lib/test/test_pyexpat.py+36
- Lib/test/test_socket.py+7-1
- Lib/test/test_syntax.py+7
- Lib/test/test_tarfile.py+450-19
- Lib/test/test_zipfile/test_core.py+78-4
- Lib/test/wheeldata/setuptools-67.6.1-py3-none-any.whl
- Lib/test/wheeldata/setuptools-79.0.1-py3-none-any.whl
- Lib/zipfile/__init__.py+32-19
- Misc/NEWS.d/3.12.11.rst+73
- Misc/NEWS.d/3.12.12.rst+155
- Misc/NEWS.d/next/Security/2025-05-30-22-33-27.gh-issue-136065.bu337o.rst+1
- Misc/NEWS.d/next/Security/2025-08-15-23-08-44.gh-issue-137836.b55rhh.rst+3
- Misc/sbom.spdx.json+20-20
- Modules/expat/expat.h+39-25
- Modules/expat/expat_external.h+62-62
- Modules/expat/internal.h+14
- Modules/expat/refresh.sh+4-4
- Modules/expat/xmlparse.c+524-149
- Modules/expat/xmlrole.h+15-21
- Modules/expat/xmltok.c+2-2
- Modules/expat/xmltok.h+113-113
- Modules/pyexpat.c+25
- Objects/bytesobject.c+36-18
- Objects/unicodeobject.c+43-18
- Parser/pegen.c+2-1
- Parser/string_parser.c+16-10
- Python/asm_trampoline.S+22
- README.rst+1-1
- Tools/build/compute-changes.py+11-13
- Tools/build/generate_sbom.py+2-2
0 commit comments