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

Commit2878571

Browse files
committed
Merge remote-tracking branch 'origin/main' into bpo_34697
* origin/main: (1306 commits) CorrectCVE-2020-10735 documentation (python#100306)pythongh-100272: Fix JSON serialization of OrderedDict (pythonGH-100273)pythongh-93649: Split tracemalloc tests from _testcapimodule.c (python#99551) Docs: Use `PY_VERSION_HEX` for version comparison (python#100179)pythongh-97909: Fix markup for `PyMethodDef` members (python#100089)pythongh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (python#99890)pythongh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (python#99890)pythonGH-98831: Add DECREF_INPUTS(), expanding to DECREF() each stack input (python#100205)pythongh-78707: deprecate passing >1 argument to `PurePath.[is_]relative_to()` (pythonGH-94469)pythongh-99540: Constant hash for _PyNone_Type to aid reproducibility (pythonGH-99541)pythongh-100039: enhance __signature__ to work with str and callables (pythonGH-100168)pythongh-99830: asyncio: Document returns of remove_{reader,writer} (python#100302) "Compound statement" docs: Fix with-statement step indexing (python#100286)pythonGH-90043: Handle NaNs in COMPARE_OP_FLOAT_JUMP (pythonGH-100278) Improve stats presentation for calls. (pythonGH-100274) Better stats for `LOAD_ATTR` and `STORE_ATTR` (pythonGH-100295)pythongh-81057: Move the Cached Parser Dummy Name to _PyRuntimeState (python#100277) Document that zipfile's pwd parameter is a `bytes` object (python#100209)pythongh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (python#100271) Fix typo in introduction.rst (python#100266) ...
2 parents76eeee2 +1cf3d78 commit2878571

File tree

1,856 files changed

+181575
-117069
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,856 files changed

+181575
-117069
lines changed

‎.azure-pipelines/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
variables:
5858
testRunTitle:'$(build.sourceBranchName)-linux'
5959
testRunPlatform:linux
60-
openssl_version:1.1.1n
60+
openssl_version:1.1.1q
6161

6262
steps:
6363
-template:./posix-steps.yml
@@ -83,7 +83,7 @@ jobs:
8383
variables:
8484
testRunTitle:'$(Build.SourceBranchName)-linux-coverage'
8585
testRunPlatform:linux-coverage
86-
openssl_version:1.1.1n
86+
openssl_version:1.1.1q
8787

8888
steps:
8989
-template:./posix-steps.yml

‎.azure-pipelines/find-tools.yml‎

Lines changed: 0 additions & 26 deletions
This file was deleted.

‎.azure-pipelines/libffi-build.yml‎

Lines changed: 0 additions & 86 deletions
This file was deleted.

‎.azure-pipelines/openssl-build.yml‎

Lines changed: 0 additions & 110 deletions
This file was deleted.

‎.azure-pipelines/posix-steps.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ steps:
6868
-${{ if eq(parameters.patchcheck, 'true') }}:
6969
-script:|
7070
git fetch origin
71-
./python Tools/scripts/patchcheck.py --citrue
71+
./python Tools/patchcheck/patchcheck.py --citrue
7272
displayName: 'Run patchcheck.py'
7373
condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
7474

‎.azure-pipelines/pr.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
variables:
5858
testRunTitle:'$(system.pullRequest.TargetBranch)-linux'
5959
testRunPlatform:linux
60-
openssl_version:1.1.1n
60+
openssl_version:1.1.1q
6161

6262
steps:
6363
-template:./posix-steps.yml
@@ -83,7 +83,7 @@ jobs:
8383
variables:
8484
testRunTitle:'$(Build.SourceBranchName)-linux-coverage'
8585
testRunPlatform:linux-coverage
86-
openssl_version:1.1.1n
86+
openssl_version:1.1.1q
8787

8888
steps:
8989
-template:./posix-steps.yml

‎.azure-pipelines/tcltk-build.yml‎

Lines changed: 0 additions & 71 deletions
This file was deleted.

‎.gitattributes‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@ Doc/library/token-list.inc generated
6969
Include/internal/pycore_ast.hgenerated
7070
Include/internal/pycore_ast_state.hgenerated
7171
Include/internal/pycore_opcode.hgenerated
72-
Include/internal/pycore_runtime_init_generated.hgenerated
72+
Include/internal/pycore_*_generated.hgenerated
7373
Include/opcode.hgenerated
7474
Include/token.hgenerated
7575
Lib/keyword.pygenerated
76+
Lib/test/levenshtein_examples.jsongenerated
7677
Lib/test/test_stable_abi_ctypes.pygenerated
7778
Lib/token.pygenerated
7879
Objects/typeslots.incgenerated
@@ -81,6 +82,7 @@ Parser/parser.c generated
8182
Parser/token.cgenerated
8283
Programs/test_frozenmain.hgenerated
8384
Python/Python-ast.cgenerated
85+
Python/generated_cases.c.hgenerated
8486
Python/opcode_targets.hgenerated
8587
Python/stdlib_module_names.hgenerated
8688
Tools/peg_generator/pegen/grammar_parser.pygenerated

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp