3 files changed
+13
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 |
| |
2 | 8 |
| |
3 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 |
| |
2 | 8 |
| |
3 | 9 |
| |
|
- Doc/c-api/code.rst+6-3
- Doc/c-api/init.rst+142-20
- Doc/c-api/init_config.rst+4-25
- Doc/c-api/tuple.rst+2-1
- Doc/c-api/unicode.rst+25
- Doc/c-api/veryhigh.rst-24
- Doc/data/stable_abi.dat+1
- Doc/glossary.rst+29
- Doc/library/dis.rst+7-7
- Doc/library/functions.rst+4-3
- Doc/library/importlib.metadata.rst+144-44
- Doc/library/locale.rst+9
- Doc/library/logging.config.rst+6-5
- Doc/library/struct.rst+19
- Doc/library/symtable.rst+3-2
- Doc/library/types.rst+1-1
- Doc/reference/datamodel.rst+9-4
- Doc/reference/executionmodel.rst+4-1
- Doc/reference/expressions.rst+2
- Doc/tools/extensions/pyspecific.py+2-2
- Doc/tutorial/introduction.rst+9-11
- Doc/whatsnew/3.14.rst+10
- Include/internal/pycore_backoff.h+21-25
- Include/internal/pycore_ceval.h+3
- Include/internal/pycore_global_objects_fini_generated.h+1
- Include/internal/pycore_global_strings.h+1
- Include/internal/pycore_opcode_metadata.h+18-24
- Include/internal/pycore_runtime_init_generated.h+1
- Include/internal/pycore_stackref.h+9-5
- Include/internal/pycore_unicodeobject_generated.h+4
- Include/internal/pycore_uop_ids.h+121-119
- Include/internal/pycore_uop_metadata.h+19-11
- Include/opcode_ids.h-1
- Include/unicodeobject.h+4
- Lib/_opcode_metadata.py-1
- Lib/_pyio.py+16-1
- Lib/ctypes/__init__.py+2
- Lib/idlelib/tree.py+10-4
- Lib/logging/config.py+7-7
- Lib/pydoc_data/topics.py+37-27
- Lib/test/certdata/make_ssl_certs.py+1-2
- Lib/test/pickletester.py+2-2
- Lib/test/support/__init__.py+49-4
- Lib/test/test__locale.py+8-4
- Lib/test/test_asyncio/test_streams.py+3-3
- Lib/test/test_capi/test_unicode.py+33
- Lib/test/test_codecs.py+1-8
- Lib/test/test_decimal.py+1-1
- Lib/test/test_embed.py+10-1
- Lib/test/test_float.py+1-1
- Lib/test/test_generated_cases.py+279-84
- Lib/test/test_imaplib.py+1-1
- Lib/test/test_logging.py+64-44
- Lib/test/test_monitoring.py-2
- Lib/test/test_stable_abi_ctypes.py+1
- Lib/test/test_str.py+1-1
- Lib/test/test_strptime.py+141-54
- Lib/test/test_struct.py+36-1
- Lib/test/test_time.py+1-11
- Lib/test/test_types.py+2-2
- Misc/NEWS.d/next/C API/2018-06-30-21-48-16.bpo-34008.2Wjtm0.rst+2
- Misc/NEWS.d/next/C_API/2024-09-25-11-44-02.gh-issue-124502.qWuDjT.rst+2
- Misc/NEWS.d/next/Documentation/2018-07-04-20-35-25.bpo-34008.bqecIb.rst+8
- Misc/NEWS.d/next/Documentation/2024-08-01-17-18-21.gh-issue-70870.fZnBM9.rst+3
- Misc/NEWS.d/next/Documentation/2024-10-07-00-31-17.gh-issue-125018.yKnymn.rst+4
- Misc/NEWS.d/next/IDLE/2024-10-04-15-34-34.gh-issue-122392.V8K3w2.rst+2
- Misc/NEWS.d/next/Library/2024-07-10-08-13-34.gh-issue-121249.W9Gd09.rst+3
- Misc/NEWS.d/next/Library/2024-10-02-15-05-45.gh-issue-124653.tqsTu9.rst+2
- Misc/NEWS.d/next/Library/2024-10-02-22-53-48.gh-issue-90102.4qX52R.rst+3
- Misc/NEWS.d/next/Library/2024-10-04-12-43-03.gh-issue-69998.DVqOXX.rst+3
- Misc/stable_abi.toml+2
- Modules/_csv.c+8
- Modules/_io/_iomodule.c+1-1
- Modules/_io/fileio.c+70-40
- Modules/_io/winconsoleio.c+1
- Modules/_localemodule.c+127-66
- Modules/_struct.c+261-28
- Modules/_testlimitedcapi/unicode.c+20-2
- Objects/longobject.c+2-11
- Objects/unicodeobject.c+18
- PC/python3dll.c+1
- Programs/_testembed.c+33-8
- Python/bytecodes.c+390-296
- Python/ceval.c+12-6
- Python/ceval_macros.h+1
- Python/executor_cases.c.h+647-314
- Python/generated_cases.c.h+1.2k-762
- Python/instrumentation.c+4-4
- Python/opcode_targets.h+1-1
- Python/optimizer_bytecodes.c+11-9
- Python/optimizer_cases.c.h+119-57
- Tools/cases_generator/analyzer.py+253-118
- Tools/cases_generator/cwriter.py+4-1
- Tools/cases_generator/generators_common.py+333-52
- Tools/cases_generator/lexer.py+4-1
- Tools/cases_generator/optimizer_generator.py+46-32
- Tools/cases_generator/stack.py+338-95
- Tools/cases_generator/tier1_generator.py+16-38
- Tools/cases_generator/tier2_generator.py+46-44
0 commit comments