Commit be3becc
committed
Merge branch 'main' into inlinecomp2
* main: (82 commits)
pythongh-101670: typo fix in PyImport_ExtendInittab() (python#101723)
pythonGH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG` shouldn't be used. (#pythonGH-101736)
no-issue: Add Dong-hee Na as the cjkcodecs codeowner (pythongh-101731)
pythongh-101678: Merge math_1_to_whatever() and math_1() (python#101730)
pythongh-101678: refactor the math module to use special functions from c11 (pythonGH-101679)
pythongh-85984: Remove legacy Lib/pty.py code. (python#92365)
pythongh-98831: Use opcode metadata for stack_effect() (python#101704)
pythongh-101283: Version was just released, so should be changed in 3.11.3 (pythonGH-101719)
pythongh-101283: Fix use of unbound variable (pythonGH-101712)
pythongh-101283: Improved fallback logic for subprocess with shell=True on Windows (pythonGH-101286)
pythongh-101277: Port more itertools static types to heap types (python#101304)
pythongh-98831: Modernize CALL and family (python#101508)
pythonGH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (python#101697)
pythongh-100221: Fix creating dirs in `make sharedinstall` (pythonGH-100329)
pythongh-101670: typo fix in PyImport_AppendInittab() (pythonGH-101672)
pythongh-101196: Make isdir/isfile/exists faster on Windows (pythonGH-101324)
pythongh-101614: Don't treat python3_d.dll as a Python DLL when checking extension modules for incompatibility (pythonGH-101615)
pythongh-100933: Improve `check_element` helper in `test_xml_etree` (python#100934)
pythonGH-101578: Normalize the current exception (pythonGH-101607)
pythongh-47937: Note that Popen attributes are read-only (python#93070)
...File tree
224 files changed
+11100
-7247
lines changed- .github
- Doc
- c-api
- data
- library
- tutorial
- using
- whatsnew
- Include
- cpython
- internal
- Lib
- collections
- concurrent/futures
- ctypes
- ensurepip
- _bundled
- importlib
- multiprocessing
- pydoc_data
- test
- support
- test_asyncio
- test_capi
- test_ctypes
- Misc
- NEWS.d
- next
- Build
- C API
- Core and Builtins
- Documentation
- Library
- Security
- Windows
- Modules
- _ctypes
- _hacl
- include
- krml
- internal
- internal
- _testcapi
- clinic
- Objects
- PCbuild
- PC
- Parser
- Programs
- Python
- Tools
- build
- cases_generator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
224 files changed
+11100
-7247
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
403 | 454 | | |
404 | 455 | | |
| 456 | + | |
| 457 | + | |
405 | 458 | | |
406 | 459 | | |
407 | 460 | | |
| |||
421 | 474 | | |
422 | 475 | | |
423 | 476 | | |
| 477 | + | |
| 478 | + | |
424 | 479 | | |
425 | 480 | | |
426 | 481 | | |
427 | | - | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
428 | 485 | | |
429 | 486 | | |
430 | 487 | | |
| |||
440 | 497 | | |
441 | 498 | | |
442 | 499 | | |
| 500 | + | |
| 501 | + | |
443 | 502 | | |
444 | 503 | | |
445 | 504 | | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
446 | 509 | | |
447 | 510 | | |
448 | 511 | | |
| |||
459 | 522 | | |
460 | 523 | | |
461 | 524 | | |
| 525 | + | |
| 526 | + | |
462 | 527 | | |
463 | 528 | | |
464 | 529 | | |
| |||
704 | 769 | | |
705 | 770 | | |
706 | 771 | | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
707 | 784 | | |
708 | 785 | | |
709 | 786 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1313 | 1313 | | |
1314 | 1314 | | |
1315 | 1315 | | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
1316 | 1326 | | |
1317 | 1327 | | |
1318 | 1328 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments