Skip to content

Commit be66967

Browse files
coolreader18actions-user
authored andcommitted
Update what is left results
1 parent 1b335e1 commit be66967

File tree

3 files changed

+8
-51
lines changed

3 files changed

+8
-51
lines changed

_data/whats_left.temp

Lines changed: 5 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# modules
2-
_abc (entire module)
32
_ast_unparse (entire module)
43
_asyncio (entire module)
54
cProfile (entire module)
@@ -9,7 +8,6 @@ _codecs_iso2022 (entire module)
98
_codecs_jp (entire module)
109
_codecs_kr (entire module)
1110
_codecs_tw (entire module)
12-
compression (entire module)
1311
_ctypes_test (entire module)
1412
_curses (entire module)
1513
curses (entire module)
@@ -79,8 +77,6 @@ memoryview.index
7977

8078
# stdlib items
8179
builtins.PythonFinalizationError
82-
__hello__.__file__
83-
__phello__.__file__
8480
array.__file__
8581
array.typecodes
8682
_ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
@@ -113,16 +109,13 @@ _codecs.utf_32_le_decode
113109
_codecs.utf_32_le_encode
114110
codecs.__file__
115111
_collections._count_elements
116-
collections.heapq
117112
configparser.InvalidWriteError
118113
configparser.UnnamedSectionDisabledError
119114
configparser._CommentSpec
120115
copy._atomic_types
121116
copy._copy_atomic_types
122117
copy._copy_builtin_containers
123118
copyreg.__cached__
124-
copyreg.__file__
125-
copyreg.pickle_super
126119
_csv.Reader
127120
_csv.Writer
128121
_csv.__file__
@@ -201,12 +194,6 @@ fcntl.__file__
201194
fnmatch._re_setops_sub
202195
fnmatch.filterfalse
203196
_functools.cmp_to_key
204-
functools.Placeholder
205-
functools._PlaceholderType
206-
functools._partial_new
207-
functools._partial_prepare_merger
208-
functools._partial_repr
209-
functools._singledispatchmethod_get
210197
gc.DEBUG_COLLECTABLE
211198
gc.DEBUG_LEAK
212199
gc.DEBUG_SAVEALL
@@ -239,15 +226,13 @@ _imp.create_dynamic
239226
_imp.exec_dynamic
240227
inspect.CO_HAS_DOCSTRING
241228
inspect.CO_METHOD
242-
inspect.ispackage
243229
_io._BytesIOBuffer
244230
io.Reader
245231
io.Writer
246232
itertools._tee
247233
itertools._tee_dataobject
248234
_json.__file__
249235
_json.make_encoder
250-
linecache._source_unavailable
251236
_locale._DATE_FMT
252237
_locale.bind_textdomain_codeset
253238
_locale.bindtextdomain
@@ -263,9 +248,6 @@ math.__file__
263248
_md5.MD5Type
264249
_md5._GIL_MINSIZE
265250
_md5.__file__
266-
mimetypes._mimetypes_read_windows_registry
267-
mimetypes._parse_args
268-
mimetypes.guess_file_type
269251
mmap.MAP_32BIT
270252
mmap.MAP_NORESERVE
271253
mmap.__file__
@@ -874,10 +856,6 @@ sqlite3.SQLITE_DBCONFIG_TRIGGER_EQP
874856
sqlite3.SQLITE_DBCONFIG_TRUSTED_SCHEMA
875857
sqlite3.SQLITE_DBCONFIG_WRITABLE_SCHEMA
876858
_sre.copyright
877-
sre_compile.CH_NEGATE
878-
sre_compile._CHARSET_ALL
879-
sre_constants.CH_NEGATE
880-
sre_parse.CH_NEGATE
881859
_ssl.HAS_PHA
882860
_ssl.HOSTFLAG_ALWAYS_CHECK_SUBJECT
883861
_ssl.HOSTFLAG_MULTI_LABEL_WILDCARDS
@@ -906,22 +884,19 @@ symtable.DEF_TYPE_PARAM
906884
symtable._get_scope
907885
sys._clear_internal_caches
908886
sys._clear_type_cache
909-
sys._clear_type_descriptors
910887
sys._current_exceptions
911888
sys._debugmallocstats
912889
sys._dump_tracelets
913890
sys._get_cpu_count_config
914891
sys._is_immortal
915892
sys._is_interned
916-
sys._stdlib_dir
917893
sys.activate_stack_trampoline
918894
sys.addaudithook
919895
sys.call_tracing
920896
sys.deactivate_stack_trampoline
921897
sys.getallocatedblocks
922898
sys.getdlopenflags
923899
sys.getunicodeinternedsize
924-
sys.is_remote_debug_enabled
925900
sys.is_stack_trampoline_active
926901
sys.remote_exec
927902
sys.setdlopenflags
@@ -1150,12 +1125,6 @@ tkinter.image_names
11501125
tkinter.image_types
11511126
tkinter.mainloop
11521127
tkinter.wantobjects
1153-
token.TSTRING_END
1154-
token.TSTRING_MIDDLE
1155-
token.TSTRING_START
1156-
tokenize.TSTRING_END
1157-
tokenize.TSTRING_MIDDLE
1158-
tokenize.TSTRING_START
11591128
tokenize._generate_tokens_from_c_tokenizer
11601129
tokenize._main
11611130
tokenize._transform_msg
@@ -1211,11 +1180,6 @@ tty.TIOCSETD
12111180
tty.TIOCSLCKTRMIOS
12121181
tty.TIOCSSERIAL
12131182
typing.Match
1214-
typing._UnionGenericAliasMeta
1215-
typing._add_type_params_to_scope
1216-
typing._make_eager_annotate
1217-
typing._make_forward_ref
1218-
typing.evaluate_forward_ref
12191183
unicodedata.__file__
12201184
unicodedata._ucnhash_CAPI
12211185
unicodedata.combining
@@ -1260,10 +1224,10 @@ zoneinfo.TZPATH
12601224

12611225
# summary
12621226
# cpython_modules 294
1263-
# implemented 101
1264-
# not_implemented 52
1227+
# implemented 106
1228+
# not_implemented 50
12651229
# failed_to_import 0
1266-
# missing_items 119
1267-
# mismatched_items 67
1268-
# mismatched_doc_items 49
1230+
# missing_items 109
1231+
# mismatched_items 75
1232+
# mismatched_doc_items 48
12691233
# not_implementeds 8

_data/whats_left/modules.csv

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module
2-
_abc
32
_ast_unparse
43
_asyncio
54
_codecs_cn
@@ -38,7 +37,6 @@ _types
3837
_zoneinfo
3938
_zstd
4039
cProfile
41-
compression
4240
curses
4341
idlelib
4442
imaplib

_data/whats_left_lastrun.temp

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ _pickle (entire module)
3333
poplib (entire module)
3434
profile (entire module)
3535
pstats (entire module)
36-
_py_warnings (entire module)
3736
_queue (entire module)
3837
readline (entire module)
3938
_remote_debugging (entire module)
@@ -115,7 +114,6 @@ _codecs.utf_32_le_encode
115114
codecs.__file__
116115
_collections._count_elements
117116
collections.heapq
118-
_colorize.__annotate__
119117
configparser.InvalidWriteError
120118
configparser.UnnamedSectionDisabledError
121119
configparser._CommentSpec
@@ -1254,9 +1252,6 @@ _warnings._warnings_context
12541252
_warnings.filters
12551253
_warnings.warn_explicit
12561254
warnings._Lock
1257-
warnings._lock
1258-
warnings._use_context
1259-
warnings._warnings_context
12601255
zipfile.ZIP_ZSTANDARD
12611256
zipfile.ZSTANDARD_VERSION
12621257
zipfile._handle_prepended_data
@@ -1265,10 +1260,10 @@ zoneinfo.TZPATH
12651260

12661261
# summary
12671262
# cpython_modules 294
1268-
# implemented 100
1269-
# not_implemented 53
1263+
# implemented 101
1264+
# not_implemented 52
12701265
# failed_to_import 0
1271-
# missing_items 120
1266+
# missing_items 119
12721267
# mismatched_items 67
12731268
# mismatched_doc_items 49
12741269
# not_implementeds 8

0 commit comments

Comments
 (0)