Commit 2cb5fd7
committed
Merge branch 'master' into fix-25439
* master: (1204 commits)
bpo-31855: unittest.mock.mock_open() results now respects the argument of read([size]) (pythonGH-11521)
Forbid creating of stream objects outside of asyncio (python#13101)
bpo-35925: Skip SSL tests that fail due to weak external certs. (pythonGH-13124)
Fix rst formatting for several links in ssl documentation (pythonGH-13133)
bpo-36542: Allow to overwrite the signature for Python functions. (pythonGH-12705)
bpo-36793: Remove unneeded __str__ definitions. (pythonGH-13081)
bpo-36766: Typos in docs and code comments (pythonGH-13116)
bpo-36275: enhance documentation for venv.create() (pythonGH-13114)
Clarify the download unit in the download section (pythonGH-13122)
bpo-30668: add missing word in license.rst (pythonGH-13115)
Unroll import-team in CODEOWNERS (python#13118)
bpo-36594: Fix incorrect use of %p in format strings (pythonGH-12769)
bpo-36798: Updating f-string docs for := use case (pythonGH-13107)
Update wsgiref.rst (python#10488)
Doc/c-api/exceptions.rst: fix grammar (python#12091)
bpo-36811: Fix a C compiler warning in _elementtree.c. (pythonGH-13109)
Only count number of members once (python#12691)
bpo-16024: Doc cleanup regarding path_fd, dir_fd, follow_symlinks (pythonGH-5505)
bpo-36791: Safer detection of integer overflow in sum(). (pythonGH-13080)
bpo-33530: Implement Happy Eyeballs in asyncio, v2 (pythonGH-7237)
...2,147 files changed
Lines changed: 122018 additions & 67644 deletions
File tree
- .azure-pipelines
- .github
- Doc
- c-api
- data
- distutils
- extending
- faq
- howto
- includes
- library
- reference
- tools
- extensions
- static
- templates
- tutorial
- using
- whatsnew
- Grammar
- Include
- cpython
- internal
- Lib
- asyncio
- collections
- concurrent/futures
- ctypes
- test
- curses
- dbm
- distutils
- command
- tests
- email
- encodings
- ensurepip
- _bundled
- http
- idlelib
- idle_test
- importlib
- json
- lib2to3
- pgen2
- tests
- logging
- multiprocessing
- pydoc_data
- sqlite3/test
- test
- eintrdata
- libregrtest
- support
- test_asyncio
- test_email
- test_importlib
- test_import
- test_json
- test_tools
- test_warnings
- xmltestdata/c14n-20
- tkinter
- test
- test_tkinter
- test_ttk
- unittest
- test
- testmock
- urllib
- venv
- scripts/nt
- wsgiref
- xmlrpc
- xml
- dom
- etree
- sax
- Mac
- BuildScript
- resources
- IDLE/IDLE.app/Contents
- PythonLauncher
- Resources
- app
- framework
- Misc
- NEWS.d
- next
- Build
- C API
- Core and Builtins
- Documentation
- IDLE
- Library
- Security
- Tests
- Tools-Demos
- Windows
- macOS
- Modules
- _blake2/clinic
- _ctypes
- libffi_msvc
- _decimal
- _io
- clinic
- _multiprocessing
- clinic
- _sha3
- clinic
- _sqlite
- cjkcodecs
- clinic
- clinic
- expat
- Objects
- clinic
- stringlib
- clinic
- PCbuild
- PC
- bdist_wininst
- clinic
- icons
- layout
- support
- Parser
- pgen
- Programs
- Python
- clinic
- Tools
- clinic
- demo
- freeze
- gdb
- i18n
- importbench
- msi
- bundle/bootstrap
- dev
- lib
- nuget
- parser
- scripts
- unicode
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 | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| |||
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
57 | | - | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| 66 | + | |
| 67 | + | |
61 | 68 | | |
62 | 69 | | |
63 | 70 | | |
| |||
75 | 82 | | |
76 | 83 | | |
77 | 84 | | |
| 85 | + | |
| 86 | + | |
78 | 87 | | |
79 | 88 | | |
80 | 89 | | |
81 | | - | |
| 90 | + | |
82 | 91 | | |
83 | 92 | | |
84 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
85 | 99 | | |
86 | 100 | | |
87 | 101 | | |
| |||
102 | 116 | | |
103 | 117 | | |
104 | 118 | | |
105 | | - | |
| 119 | + | |
106 | 120 | | |
107 | 121 | | |
108 | 122 | | |
109 | 123 | | |
| 124 | + | |
110 | 125 | | |
111 | 126 | | |
112 | 127 | | |
| |||
134 | 149 | | |
135 | 150 | | |
136 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
This file was deleted.
| 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 | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
9 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| |||
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
26 | | - | |
| 34 | + | |
27 | 35 | | |
28 | 36 | | |
29 | | - | |
| 37 | + | |
30 | 38 | | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
34 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
35 | 48 | | |
36 | 49 | | |
37 | 50 | | |
| |||
44 | 57 | | |
45 | 58 | | |
46 | 59 | | |
47 | | - | |
| 60 | + | |
48 | 61 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
54 | 72 | | |
55 | 73 | | |
56 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
1 | 10 | | |
2 | 11 | | |
3 | 12 | | |
| |||
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
53 | | - | |
| 62 | + | |
54 | 63 | | |
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
58 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
59 | 126 | | |
60 | 127 | | |
61 | 128 | | |
| |||
0 commit comments