File tree
10 files changed
+20
-8
lines changed- changelogs/nightly
- patches
10 files changed
+20
-8
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/Makefile+4-2
- Doc/library/argparse.rst+32-9
- Doc/library/dataclasses.rst+9-1
- Doc/library/datetime.rst+15-1
- Doc/library/sys.monitoring.rst+5-7
- Doc/tools/extensions/patchlevel.py+5-1
- Doc/using/windows.rst+3-2
- Doc/whatsnew/3.14.rst+7
- Include/cpython/code.h+4
- Include/cpython/dictobject.h+4-9
- Include/internal/pycore_dict.h+2-28
- Include/internal/pycore_dict_state.h-4
- Include/internal/pycore_interp.h+3-2
- Include/internal/pycore_object.h+5-5
- Include/internal/pycore_tstate.h+4-4
- Include/internal/pycore_typeid.h-75
- Include/internal/pycore_uniqueid.h+72
- Lib/argparse.py+33-8
- Lib/asyncio/__main__.py+4-2
- Lib/dataclasses.py+3-3
- Lib/statistics.py+95-85
- Lib/test/support/import_helper.py+2-2
- Lib/test/test_argparse.py+204-12
- Lib/test/test_calendar.py+1-1
- Lib/test/test_dataclasses/__init__.py+17
- Lib/test/test_dict_version.py-191
- Lib/test/test_free_threading/test_dict.py-35
- Lib/test/test_monitoring.py+41
- Lib/test/test_repl.py+37
- Lib/test/test_tomllib/test_error.py+9
- Lib/tomllib/_parser.py+6-1
- Makefile.pre.in+2-2
- Misc/NEWS.d/next/C_API/2024-09-24-20-34-21.gh-issue-124296.S4QoS1.rst+3
- Misc/NEWS.d/next/Library/2018-12-04-07-36-27.bpo-14074.fMLKCu.rst+2
- Misc/NEWS.d/next/Library/2024-08-06-07-24-00.gh-issue-118974.qamsCQ.rst+2
- Misc/NEWS.d/next/Library/2024-09-26-00-35-24.gh-issue-116750.X1aMHI.rst+1
- Misc/NEWS.d/next/Library/2024-09-26-13-43-39.gh-issue-124594.peYhsP.rst+1
- Misc/NEWS.d/next/Library/2024-09-30-19-59-28.gh-issue-66436.4gYN_n.rst+4
- Misc/NEWS.d/next/Library/2024-10-01-12-43-42.gh-issue-124835.SVyp3K.rst+3
- Modules/_testcapi/dict.c-14
- Modules/_testcapimodule.c-20
- Objects/dictobject.c+21-42
- Objects/typeobject.c+3-3
- PCbuild/_freeze_module.vcxproj+1-1
- PCbuild/_freeze_module.vcxproj.filters+1-1
- PCbuild/pythoncore.vcxproj+2-2
- PCbuild/pythoncore.vcxproj.filters+4-4
- Python/bytecodes.c+1-3
- Python/clinic/instrumentation.c.h+28-1
- Python/executor_cases.c.h+1-3
- Python/gc_free_threading.c+7-7
- Python/generated_cases.c.h+1-3
- Python/instrumentation.c+84
- Python/optimizer_analysis.c+2-2
- Python/pylifecycle.c+2-2
- Python/pystate.c+4-3
- Python/uniqueid.c+60-56
- Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp+2-2
- Tools/msi/purge.py-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
203 |
| - | |
| 203 | + | |
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
0 commit comments