Commit 9d162ef
committed
Merge branch 'main' into bpo_45113_3
* main: (263 commits)
bpo-45521: Fix a bug in the obmalloc radix tree code. (pythonGH-29051)
bpo-45522: Allow to disable freelists on build time (pythonGH-29056)
bpo-34451: Document prompt and output toggle feature in html tutorial (pythonGH-27105)
bpo-44019: Add operator.call() to __all__ for the operator module (pythonGH-29110)
bpo-45315: PyType_FromSpec: Copy spec->name and have the type own the memory for its name (pythonGH-29103)
bpo-44220: Export PyStructSequence_UnnamedField in the limited API (pythonGH-26331)
bpo-44174: [Enum] add reference to name mangling (pythonGH-29116)
bpo-45548: add some missing entries to `Modules/Setup` (pythonGH-29115)
bpo-35673: Add a public alias for namespace package __loader__ attribute (python#29049)
bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (pythonGH-28323)
bpo-45527: Don't count cache hits, just misses. (pythonGH-29092)
bpo-45320: Remove long-deprecated inspect methods (pythonGH-28618)
bpo-41374: Remove obsolete exclusion of netinet/tcp.h on Cygwin (pythonGH-21649)
bpo-45532: Replace 'default' with 'main' as default in sys.version (pythonGH-29100)
bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (pythonGH-29094)
Cleanup a couple of comments left on PR 28775 post-merge. (pythonGH-29079)
bpo-45536: Check OpenSSL APIs in configure (pythonGH-29088)
Add PEPs 593 & 647 to list of PEPs at top of typing docs (pythonGH-29097)
Add a comment about how to fix bogus test_host_resolution_bad_address failures (python#29085)
bpo-44525: Specialize simple Python calls. (pythonGH-29033)
...1,124 files changed
Lines changed: 16469 additions & 7509 deletions
File tree
- .github/workflows
- Doc
- c-api
- data
- distributing
- faq
- howto
- includes/sqlite3
- installing
- library
- reference
- tools
- tutorial
- using
- whatsnew
- Grammar
- Include
- cpython
- internal
- Lib
- __phello__
- ham
- asyncio
- ctypes
- test
- distutils
- command
- email
- encodings
- ensurepip
- _bundled
- html
- http
- idlelib
- idle_test
- importlib
- lib2to3/fixes
- logging
- pydoc_data
- sqlite3/test
- test
- decimaltestdata
- libregrtest
- support
- test_asyncio
- test_email
- test_importlib
- frozen
- test_json
- test_tools
- tkinter
- test
- test_tkinter
- test_ttk
- unittest
- test/testmock
- urllib
- venv
- scripts/common
- wsgiref
- xmlrpc
- zoneinfo
- Mac
- BuildScript
- IDLE/IDLE.app/Contents/Resources
- PythonLauncher
- Misc
- NEWS.d
- next
- Build
- C API
- Core and Builtins
- Documentation
- IDLE
- Library
- Security
- Tests
- Tools-Demos
- Windows
- macOS
- Modules
- _blake2
- _ctypes
- _decimal
- tests
- _io
- _sha3
- _sqlite
- clinic
- _xxtestfuzz
- clinic
- expat
- Objects
- stringlib
- PCbuild
- PC
- Parser
- Programs
- Python
- clinic
- Tools
- c-analyzer
- c_analyzer
- c_common
- c_parser
- parser
- preprocessor
- cpython
- gdb
- peg_generator
- pegen
- scripts
- pynche
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
129 | 135 | | |
130 | | - | |
| 136 | + | |
131 | 137 | | |
132 | 138 | | |
133 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1173 | 1173 | | |
1174 | 1174 | | |
1175 | 1175 | | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
1176 | 1196 | | |
1177 | 1197 | | |
1178 | 1198 | | |
| |||
1623 | 1643 | | |
1624 | 1644 | | |
1625 | 1645 | | |
| 1646 | + | |
| 1647 | + | |
1626 | 1648 | | |
1627 | 1649 | | |
1628 | 1650 | | |
| |||
1635 | 1657 | | |
1636 | 1658 | | |
1637 | 1659 | | |
| 1660 | + | |
| 1661 | + | |
1638 | 1662 | | |
1639 | 1663 | | |
1640 | 1664 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
709 | | - | |
| 709 | + | |
710 | 710 | | |
711 | 711 | | |
712 | 712 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
| 573 | + | |
573 | 574 | | |
574 | 575 | | |
575 | 576 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
717 | | - | |
| 717 | + | |
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | 293 | | |
297 | 294 | | |
298 | 295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
836 | 836 | | |
837 | 837 | | |
838 | 838 | | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
839 | 860 | | |
840 | 861 | | |
841 | 862 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
0 commit comments