Commit c48eee3
committed
Merge branch 'main' into supermon
* main: (156 commits)
pythongh-97696 Add documentation for get_coro() behavior with eager tasks (python#104304)
pythongh-97933: (PEP 709) inline list/dict/set comprehensions (python#101441)
pythongh-99889: Fix directory traversal security flaw in uu.decode() (python#104096)
pythongh-104184: fix building --with-pydebug --enable-pystats (python#104217)
pythongh-104139: Add itms-services to uses_netloc urllib.parse. (python#104312)
pythongh-104240: return code unit metadata from codegen (python#104300)
pythongh-104276: Make `_struct.unpack_iterator` type use type flag instead of custom constructor (python#104277)
pythongh-97696: Move around and update the whatsnew entry for asyncio eager task factory (python#104298)
pythongh-103193: Fix refleaks in `test_inspect` and `test_typing` (python#104320)
require-pr-label.yml: Add missing "permissions:" (python#104309)
pythongh-90656: Add platform triplets for 64-bit LoongArch (LA64) (python#30939)
pythongh-104180: Read SOCKS proxies from macOS System Configuration (python#104181)
pythongh-97696 Remove unnecessary check for eager_start kwarg (python#104188)
pythonGH-104308: socket.getnameinfo should release the GIL (python#104307)
pythongh-104310: Add importlib.util.allowing_all_extensions() (pythongh-104311)
pythongh-99113: A Per-Interpreter GIL! (pythongh-104210)
pythonGH-104284: Fix documentation gettext build (python#104296)
pythongh-89550: Buffer GzipFile.write to reduce execution time by ~15% (python#101251)
pythongh-104223: Fix issues with inheriting from buffer classes (python#104227)
pythongh-99108: fix typo in Modules/Setup (python#104293)
...File tree
555 files changed
+16437
-8226
lines changed- .github
- workflows
- Doc
- c-api
- data
- extending
- faq
- howto
- library
- reference
- tools/extensions
- tutorial
- using
- whatsnew
- Include
- cpython
- internal
- Lib
- asyncio
- http
- idlelib/idle_test
- importlib
- test
- libregrtest
- support
- test_asyncio
- test_capi
- test_importlib
- builtin
- extension
- frozen
- import_
- source
- test_import
- test_sqlite3
- test_unittest
- turtledemo
- unittest
- urllib
- Mac/BuildScript
- Misc
- NEWS.d
- next
- Build
- C API
- Core and Builtins
- Library
- Security
- Tests
- Windows
- macOS
- Modules
- _blake2
- impl
- _ctypes
- _hacl
- include/krml
- internal
- internal
- _io
- clinic
- _multiprocessing
- _sha3
- _sqlite
- clinic
- _sre
- _testcapi
- _xxtestfuzz
- cjkcodecs
- clinic
- Objects
- clinic
- PCbuild
- PC
- Parser
- Python
- Tools
- build
- c-analyzer/cpython
- clinic
- msi/bundle/bootstrap
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
555 files changed
+16437
-8226
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments