|
9 | 9 | '_abc._abc_subclasscheck', |
10 | 10 | '_asyncio._swap_current_task', |
11 | 11 | '_codecs.lookup', |
| 12 | + '_collections.deque.rotate', |
12 | 13 | '_ctypes.byref', |
13 | 14 | '_curses.assume_default_colors', |
14 | 15 | '_curses.can_change_color', |
|
25 | 26 | '_curses.start_color', |
26 | 27 | '_curses.termname', |
27 | 28 | '_curses.window.enclose', |
| 29 | + '_curses.window.is_linetouched', |
| 30 | + '_curses.window.putwin', |
28 | 31 | '_elementtree._set_factories', |
29 | 32 | '_functools.reduce', |
30 | 33 | '_gdbm.gdbm.setdefault', |
|
35 | 38 | '_heapq.heappushpop', |
36 | 39 | '_hmac.HMAC.hexdigest', |
37 | 40 | '_io._BufferedIOBase.read1', |
| 41 | + '_io.FileIO.truncate', |
38 | 42 | '_lzma._decode_filter_properties', |
39 | 43 | '_opcode.has_name', |
40 | 44 | '_remote_debugging.RemoteUnwinder.__init__', |
41 | 45 | '_remote_debugging.RemoteUnwinder.get_all_awaited_by', |
42 | 46 | '_remote_debugging.RemoteUnwinder.get_async_stack_trace', |
43 | 47 | '_socket.if_indextoname', |
44 | 48 | '_socket.inet_aton', |
| 49 | + '_sqlite3.Connection.set_trace_callback', |
45 | 50 | '_sre.SRE_Match.expand', |
46 | 51 | '_sre.SRE_Match.groupdict', |
| 52 | + '_sre.SRE_Match.span', |
47 | 53 | '_sre.SRE_Pattern.finditer', |
48 | 54 | '_sre.SRE_Pattern.search', |
49 | 55 | '_sre.SRE_Pattern.sub', |
|
63 | 69 | '_tracemalloc.reset_peak', |
64 | 70 | '_zstd.get_frame_size', |
65 | 71 | '_zstd.set_parameter_types', |
| 72 | + '_zstd.ZstdCompressor.set_pledged_input_size', |
66 | 73 | '_zstd.ZstdDecompressor.decompress', |
67 | 74 | 'array.array.buffer_info', |
68 | 75 | 'array.array.frombytes', |
69 | 76 | 'array.array.fromfile', |
70 | 77 | 'array.array.tobytes', |
71 | 78 | 'cmath.isfinite', |
| 79 | + 'datetime.date.strptime', |
72 | 80 | 'datetime.datetime.strptime', |
| 81 | + 'datetime.time.strptime', |
73 | 82 | 'gc.freeze', |
74 | 83 | 'gc.get_objects', |
75 | 84 | 'itertools.batched.__new__', |
|
109 | 118 | 'os.WTERMSIG', |
110 | 119 | 'pwd.getpwall', |
111 | 120 | 'pyexpat.xmlparser.ExternalEntityParserCreate', |
| 121 | + 'pyexpat.xmlparser.GetInputContext', |
112 | 122 | 'pyexpat.xmlparser.GetReparseDeferralEnabled', |
113 | 123 | 'pyexpat.xmlparser.SetParamEntityParsing', |
| 124 | + 'pyexpat.xmlparser.SetReparseDeferralEnabled', |
114 | 125 | 'pyexpat.xmlparser.UseForeignDTD', |
115 | 126 | 'readline.get_history_length', |
116 | 127 | 'readline.redisplay', |
117 | 128 | 'readline.set_history_length', |
| 129 | + 'select.epoll.register', |
118 | 130 | 'signal.set_wakeup_fd', |
119 | 131 | 'unpack', # struct.unpack |
120 | 132 | 'unpack_from', # struct.unpack_from |
121 | 133 | 'termios.tcdrain', |
| 134 | + 'unicodedata.UCD.bidirectional', |
| 135 | + 'unicodedata.UCD.category', |
122 | 136 | 'unicodedata.UCD.combining', |
123 | 137 | 'unicodedata.UCD.decomposition', |
| 138 | + 'unicodedata.UCD.east_asian_width', |
| 139 | + 'unicodedata.UCD.is_normalized', |
| 140 | + 'unicodedata.UCD.mirrored', |
| 141 | + 'zlib.Decompress.decompress', |
124 | 142 | 'zoneinfo.ZoneInfo.dst', |
125 | 143 | 'zoneinfo.ZoneInfo.tzname', |
126 | 144 | 'zoneinfo.ZoneInfo.utcoffset', |
|
139 | 157 | 'bytearray.split', |
140 | 158 | 'bytearray.splitlines', |
141 | 159 | 'bytearray.startswith', |
| 160 | + 'bytearray.translate', |
142 | 161 | 'bytes.count', |
143 | 162 | 'bytes.endswith', |
144 | 163 | 'bytes.find', |
145 | 164 | 'bytes.index', |
146 | 165 | 'bytes.maketrans', |
| 166 | + 'bytes.removeprefix', |
| 167 | + 'bytes.removesuffix', |
147 | 168 | 'bytes.rfind', |
148 | 169 | 'bytes.rindex', |
| 170 | + 'bytes.rsplit', |
| 171 | + 'bytes.split', |
| 172 | + 'bytes.splitlines', |
149 | 173 | 'bytes.startswith', |
| 174 | + 'bytes.translate', |
150 | 175 | 'code.replace', |
151 | 176 | 'complex.conjugate', |
| 177 | + 'dict.fromkeys', |
152 | 178 | 'dict.pop', |
153 | 179 | 'float.as_integer_ratio', |
| 180 | + 'frame.f_generator', |
154 | 181 | 'frame.f_trace', |
155 | 182 | 'int.bit_count', |
| 183 | + 'int.is_integer', |
156 | 184 | 'OrderedDict.fromkeys', |
157 | 185 | 'OrderedDict.pop', |
| 186 | + 'set.difference', |
| 187 | + 'set.symmetric_difference', |
158 | 188 | 'set.symmetric_difference_update', |
| 189 | + 'str.__format__', |
159 | 190 | 'str.count', |
160 | 191 | 'str.endswith', |
161 | 192 | 'str.find', |
162 | 193 | 'str.index', |
| 194 | + 'str.isalnum', |
| 195 | + 'str.isascii', |
| 196 | + 'str.isidentifier', |
163 | 197 | 'str.isprintable', |
164 | 198 | 'str.rfind', |
165 | 199 | 'str.rindex', |
166 | 200 | 'str.rsplit', |
167 | 201 | 'str.split', |
| 202 | + 'str.splitlines', |
168 | 203 | 'str.startswith', |
169 | 204 | 'str.strip', |
170 | 205 | 'str.swapcase', |
| 206 | + 'str.translate', |
171 | 207 | 'str.zfill', |
172 | 208 |
|
173 | 209 | # PC/ |
|
179 | 215 | 'isinstance', |
180 | 216 | 'pow', |
181 | 217 | 'sum', |
| 218 | + '_contextvars.Context.get', |
| 219 | + '_contextvars.ContextVar.set', |
182 | 220 | '_imp._override_multi_interp_extensions_check', |
183 | 221 | '_imp.find_frozen', |
184 | 222 | '_jit.is_active', |
|
197 | 235 |
|
198 | 236 | # Modules/ |
199 | 237 | '_abc.get_cache_token', |
| 238 | + '_asyncio.Future.add_done_callback', |
| 239 | + '_asyncio.Future.cancel', |
| 240 | + '_asyncio.Future.done', |
| 241 | + '_asyncio.Future.result', |
200 | 242 | '_bisect.bisect_left', |
201 | 243 | '_bisect.bisect_right', |
202 | 244 | '_bz2.BZ2Decompressor.decompress', |
|
232 | 274 | '_curses.tigetstr', |
233 | 275 | '_curses.use_env', |
234 | 276 | '_curses.window.border', |
| 277 | + '_curses.window.box', |
235 | 278 | '_curses.window.derwin', |
236 | 279 | '_curses.window.getch', |
237 | 280 | '_curses.window.getkey', |
238 | 281 | '_curses.window.inch', |
239 | 282 | '_curses.window.insch', |
240 | 283 | '_curses.window.insnstr', |
| 284 | + '_curses.window.insstr', |
241 | 285 | '_curses.window.is_linetouched', |
242 | 286 | '_curses.window.noutrefresh', |
243 | 287 | '_curses.window.overlay', |
|
248 | 292 | '_curses.window.touchline', |
249 | 293 | '_curses_panel.panel.hide', |
250 | 294 | '_curses_panel.update_panels', |
| 295 | + '_dbm.dbm.setdefault', |
251 | 296 | '_functools.reduce', |
| 297 | + '_gdbm.gdbm.firstkey', |
| 298 | + '_gdbm.gdbm.nextkey', |
| 299 | + '_gdbm.gdbm.reorganize', |
252 | 300 | '_hashlib.get_fips_mode', |
253 | 301 | '_hashlib.HMAC.hexdigest', |
254 | 302 | '_heapq.heappushpop_max', |
255 | 303 | '_hmac.HMAC.hexdigest', |
256 | 304 | '_io._IOBase.seek', |
| 305 | + '_io._IOBase.truncate', |
257 | 306 | '_io._TextIOBase.detach', |
| 307 | + '_io._TextIOBase.read', |
258 | 308 | '_io._WindowsConsoleIO.__init__', |
| 309 | + '_io.BytesIO.read1', |
| 310 | + '_io.BytesIO.writelines', |
259 | 311 | '_io.FileIO.__init__', |
| 312 | + '_io.FileIO.close', |
260 | 313 | '_io.FileIO.read', |
261 | 314 | '_io.FileIO.readall', |
262 | 315 | '_io.FileIO.seek', |
| 316 | + '_io.FileIO.write', |
263 | 317 | '_io.open', |
264 | 318 | '_io.open_code', |
| 319 | + '_io.StringIO.seek', |
| 320 | + '_io.TextIOWrapper.tell', |
265 | 321 | '_lzma.LZMADecompressor.decompress', |
266 | 322 | '_multibytecodec.MultibyteCodec.decode', |
267 | 323 | '_multibytecodec.MultibyteCodec.encode', |
| 324 | + '_overlapped.Overlapped.getresult', |
268 | 325 | '_posixshmem.shm_unlink', |
269 | 326 | '_posixsubprocess.fork_exec', |
| 327 | + '_queue.SimpleQueue.get', |
| 328 | + '_queue.SimpleQueue.put', |
270 | 329 | '_remote_debugging.RemoteUnwinder.__init__', |
271 | 330 | '_remote_debugging.RemoteUnwinder.get_all_awaited_by', |
272 | 331 | '_remote_debugging.RemoteUnwinder.get_async_stack_trace', |
273 | 332 | '_remote_debugging.RemoteUnwinder.get_stack_trace', |
274 | 333 | '_socket.socket.send', |
| 334 | + '_socket.socket.sendall', |
| 335 | + '_socket.socket.sendmsg', |
275 | 336 | '_sqlite3.Blob.read', |
276 | 337 | '_sqlite3.Blob.seek', |
277 | 338 | '_sqlite3.Blob.write', |
| 339 | + '_sqlite3.Connection.__exit__', |
278 | 340 | '_sqlite3.Connection.deserialize', |
279 | 341 | '_sqlite3.Connection.serialize', |
280 | 342 | '_sqlite3.Connection.set_progress_handler', |
281 | 343 | '_sqlite3.Connection.setlimit', |
| 344 | + '_ssl._SSLContext.cert_store_stats', |
| 345 | + '_ssl._SSLContext.get_ca_certs', |
282 | 346 | '_ssl._SSLContext.sni_callback', |
283 | 347 | '_ssl._SSLSocket.context', |
284 | 348 | '_ssl._SSLSocket.get_channel_binding', |
285 | 349 | '_ssl._SSLSocket.sendfile', |
286 | 350 | '_ssl.enum_certificates', |
287 | 351 | '_ssl.RAND_status', |
288 | 352 | '_testlimitedcapi.test_long_as_size_t', |
| 353 | + '_testmultiphase.StateAccessType.get_defining_module', |
289 | 354 | '_tkinter.setbusywaitinterval', |
290 | 355 | '_zstd.ZstdCompressor.__new__', |
291 | 356 | '_zstd.ZstdCompressor.compress', |
|
298 | 363 | '_zstd.ZstdDict.as_digested_dict', |
299 | 364 | '_zstd.ZstdDict.as_prefix', |
300 | 365 | '_zstd.ZstdDict.as_undigested_dict', |
| 366 | + 'array.array.buffer_info', |
301 | 367 | 'array.array.byteswap', |
302 | 368 | 'array.array.fromunicode', |
303 | 369 | 'array.array.tounicode', |
|
307 | 373 | 'datetime.date.fromtimestamp', |
308 | 374 | 'datetime.datetime.__new__', |
309 | 375 | 'datetime.datetime.fromtimestamp', |
| 376 | + 'datetime.time.isoformat', |
310 | 377 | 'datetime.time.strftime', |
311 | 378 | 'fcntl.fcntl', |
312 | 379 | 'fcntl.ioctl', |
|
359 | 426 | 'pyexpat.xmlparser.GetInputContext', |
360 | 427 | 'pyexpat.xmlparser.UseForeignDTD', |
361 | 428 | 'select.devpoll', |
| 429 | + 'select.devpoll.poll', |
| 430 | + 'select.epoll.poll', |
362 | 431 | 'select.poll', |
| 432 | + 'select.poll.poll', |
363 | 433 | 'select.select', |
364 | 434 | 'signal.setitimer', |
365 | 435 | 'signal.signal', |
366 | 436 | 'signal.sigtimedwait', |
367 | 437 | 'signal.sigwait', |
368 | | - 'Struct.__init__', |
| 438 | + 'Struct.__init__', # struct.Struct.__init__ |
| 439 | + 'Struct.unpack', # struct.Struct.unpack |
369 | 440 | 'termios.tcsetwinsize', |
370 | 441 | 'zlib.Decompress.decompress', |
371 | 442 | 'zlib.ZlibDecompressor.decompress', |
372 | 443 |
|
373 | 444 | # Objects/ |
| 445 | + 'bytearray.fromhex', |
| 446 | + 'bytearray.join', |
374 | 447 | 'bytearray.maketrans', |
375 | 448 | 'bytearray.partition', |
376 | 449 | 'bytearray.replace', |
377 | 450 | 'bytearray.rpartition', |
378 | 451 | 'bytearray.rsplit', |
379 | 452 | 'bytearray.splitlines', |
380 | 453 | 'bytearray.strip', |
| 454 | + 'bytearray.translate', |
381 | 455 | 'bytes.maketrans', |
382 | 456 | 'bytes.partition', |
| 457 | + 'bytes.removeprefix', |
| 458 | + 'bytes.removesuffix', |
383 | 459 | 'bytes.replace', |
384 | 460 | 'bytes.rpartition', |
385 | 461 | 'bytes.rsplit', |
386 | 462 | 'bytes.splitlines', |
387 | 463 | 'bytes.strip', |
| 464 | + 'bytes.translate', |
| 465 | + 'code._varname_from_oparg', |
388 | 466 | 'float.__getformat__', |
389 | 467 | 'list.sort', |
390 | 468 | 'memoryview.tobytes', |
| 469 | + 'OrderedDict.popitem', |
391 | 470 | 'str.capitalize', |
| 471 | + 'str.center', |
| 472 | + 'str.count', |
| 473 | + 'str.find', |
| 474 | + 'str.index', |
392 | 475 | 'str.isalnum', |
393 | 476 | 'str.isalpha', |
394 | 477 | 'str.isdecimal', |
|
399 | 482 | 'str.isspace', |
400 | 483 | 'str.isupper', |
401 | 484 | 'str.join', |
| 485 | + 'str.ljust', |
| 486 | + 'str.maketrans', |
402 | 487 | 'str.partition', |
403 | 488 | 'str.removeprefix', |
| 489 | + 'str.removesuffix', |
404 | 490 | 'str.replace', |
| 491 | + 'str.rfind', |
| 492 | + 'str.rindex', |
| 493 | + 'str.rjust', |
405 | 494 | 'str.rpartition', |
| 495 | + 'str.split', |
406 | 496 | 'str.splitlines', |
407 | 497 | 'str.title', |
408 | 498 | 'str.translate', |
|
422 | 512 | 'pow', |
423 | 513 | 'round', |
424 | 514 | 'sum', |
| 515 | + '_contextvars.Context.get', |
425 | 516 | '_contextvars.ContextVar.get', |
426 | 517 | '_contextvars.ContextVar.reset', |
427 | 518 | '_contextvars.ContextVar.set', |
|
0 commit comments