Commit e3b9365
committed
Merge remote-tracking branch 'origin/master' into bpo_1635741_1
* origin/master: (113 commits)
bpo-41773: Raise exception for non-finite weights in random.choices(). (pythonGH-22441)
bpo-41873: Add vectorcall for float() (pythonGH-22432)
bpo-41861: Convert _sqlite3 PrepareProtocolType to heap type (pythonGH-22428)
bpo-41842: Add codecs.unregister() function (pythonGH-22360)
bpo-41875: Use __builtin_unreachable when possible (pythonGH-22433)
bpo-40105: ZipFile truncate in append mode with shorter comment (pythonGH-19337)
bpo-41870: Use PEP 590 vectorcall to speed up bool() (pythonGH-22427)
[doc] Leverage the fact that the actual types can now be indexed for typing (pythonGH-22340)
bpo-41861: Convert _sqlite3 cache and node static types to heap types (pythonGH-22417)
bpo-41858: Clarify line in optparse doc (pythonGH-22407)
Revert "Fix all Python Cookbook links (python#22205)" (pythonGH-22424)
bpo-1635741: Port _bisect module to multi-phase init (pythonGH-22415)
bpo-41428: Fix compiler warning in unionobject.c (pythonGH-22416)
Fix logging error message (pythonGH-22410)
bpo-39934: Account for control blocks in 'except' in compiler. (pythonGH-22395)
bpo-41775: Make 'IDLE Shell' the shell title (python#22399)
bpo-41428: Fix compiler warnings in unionobject.c (pythonGH-22388)
bpo-41654: Fix compiler warning in MemoryError_dealloc() (pythonGH-22387)
bpo-41833: threading.Thread now uses the target name (pythonGH-22357)
bpo-30155: Add macros to get tzinfo from datetime instances (pythonGH-21633)
...224 files changed
Lines changed: 4452 additions & 2314 deletions
File tree
- Doc
- c-api
- data
- faq
- library
- reference
- tools/extensions
- tutorial
- whatsnew
- Grammar
- Include
- internal
- Lib
- asyncio
- idlelib
- idle_test
- logging
- sqlite3/test
- test
- tkinter
- Mac/BuildScript/resources
- Misc
- NEWS.d
- next
- Build
- C API
- Core and Builtins
- Documentation
- IDLE
- Library
- Tests
- Windows
- Modules
- _io
- _sqlite
- clinic
- Objects
- PCbuild
- PC
- Parser
- Python
- Tools
- c-analyzer
- c_analyzer/common
- nuget
- peg_generator/pegen
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 | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 54 | + | |
58 | 55 | | |
59 | 56 | | |
60 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
13 | 21 | | |
14 | 22 | | |
15 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
188 | 193 | | |
189 | 194 | | |
190 | 195 | | |
| |||
209 | 214 | | |
210 | 215 | | |
211 | 216 | | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
212 | 223 | | |
213 | 224 | | |
214 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
959 | 959 | | |
960 | 960 | | |
961 | 961 | | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
962 | 967 | | |
963 | 968 | | |
964 | 969 | | |
| |||
2283 | 2288 | | |
2284 | 2289 | | |
2285 | 2290 | | |
| 2291 | + | |
| 2292 | + | |
| 2293 | + | |
| 2294 | + | |
| 2295 | + | |
2286 | 2296 | | |
2287 | 2297 | | |
2288 | 2298 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1504 | 1504 | | |
1505 | 1505 | | |
1506 | 1506 | | |
1507 | | - | |
1508 | | - | |
| 1507 | + | |
| 1508 | + | |
1509 | 1509 | | |
1510 | 1510 | | |
1511 | 1511 | | |
1512 | 1512 | | |
1513 | 1513 | | |
1514 | | - | |
| 1514 | + | |
1515 | 1515 | | |
1516 | | - | |
1517 | | - | |
1518 | | - | |
1519 | | - | |
1520 | | - | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
1521 | 1520 | | |
1522 | 1521 | | |
1523 | 1522 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1084 | 1084 | | |
1085 | 1085 | | |
1086 | 1086 | | |
1087 | | - | |
1088 | | - | |
1089 | 1087 | | |
1090 | | - | |
| 1088 | + | |
1091 | 1089 | | |
1092 | 1090 | | |
1093 | 1091 | | |
1094 | 1092 | | |
1095 | | - | |
1096 | | - | |
1097 | | - | |
| 1093 | + | |
1098 | 1094 | | |
1099 | | - | |
| 1095 | + | |
1100 | 1096 | | |
1101 | 1097 | | |
1102 | 1098 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | 166 | | |
168 | | - | |
169 | | - | |
170 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
171 | 174 | | |
172 | 175 | | |
173 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
138 | 162 | | |
139 | 163 | | |
140 | 164 | | |
| |||
0 commit comments