Skip to content

Commit bb59fe2

Browse files
coolreader18actions-user
authored andcommitted
Update what is left results
1 parent 2518561 commit bb59fe2

File tree

3 files changed

+51
-53
lines changed

3 files changed

+51
-53
lines changed

_data/whats_left.temp

+3-10
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,12 @@ _ctypes._memset_addr
205205
_ctypes._string_at_addr
206206
_ctypes._unpickle
207207
_ctypes._wstring_at_addr
208-
_ctypes.addressof
209208
_ctypes.alignment
210209
_ctypes.buffer_info
211210
_ctypes.byref
212211
_ctypes.call_cdeclfunction
213212
_ctypes.call_function
214213
_ctypes.dlclose
215-
_ctypes.dlopen
216214
_ctypes.dlsym
217215
_ctypes.pointer
218216
_ctypes.resize
@@ -481,9 +479,6 @@ glob._no_recurse_symlinks
481479
glob._special_parts
482480
glob.translate
483481
grp.__file__
484-
gzip.READ_BUFFER_SIZE
485-
gzip._WRITE_BUFFER_SIZE
486-
gzip._WriteBufferStream
487482
_hashlib.HMAC
488483
_hashlib.UnsupportedDigestmodError
489484
_hashlib.__file__
@@ -1838,8 +1833,6 @@ zipimport.MAX_UINT32
18381833
zipimport.STRING_END_LOCATOR_64
18391834
zipimport.STRING_END_ZIP_64
18401835
zipimport.ZIP64_EXTRA_TAG
1841-
zlib.ZLIB_RUNTIME_VERSION
1842-
zlib.ZLIB_VERSION
18431836
zlib.__file__
18441837
zlib.__version__
18451838
zoneinfo.TZPATH
@@ -1849,7 +1842,7 @@ zoneinfo.TZPATH
18491842
# implemented 75
18501843
# not_implemented 69
18511844
# failed_to_import 0
1852-
# missing_items 128
1853-
# mismatched_items 69
1854-
# mismatched_doc_items 65
1845+
# missing_items 127
1846+
# mismatched_items 70
1847+
# mismatched_doc_items 66
18551848
# not_implementeds 33

_data/whats_left/modules.csv

+23-37
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,69 @@
1-
module
21
_abc
32
_aix_support
3+
_android_support
44
_asyncio
5-
_blake2
6-
_bootlocale
7-
_bootsubprocess
85
_bz2
96
_codecs_cn
107
_codecs_hk
118
_codecs_iso2022
129
_codecs_jp
1310
_codecs_kr
1411
_codecs_tw
15-
_contextvars
16-
_crypt
17-
_ctypes
1812
_ctypes_test
1913
_curses
2014
_curses_panel
2115
_datetime
2216
_dbm
2317
_decimal
2418
_elementtree
25-
_hashlib
19+
_gdbm
2620
_heapq
27-
_locale
21+
_interpchannels
22+
_interpqueues
23+
_interpreters
24+
_ios_support
2825
_lsprof
2926
_lzma
30-
_md5
3127
_multibytecodec
3228
_opcode
33-
_peg_parser
29+
_opcode_metadata
3430
_pickle
3531
_posixshmem
32+
_pylong
33+
_pyrepl
3634
_queue
37-
_sha1
38-
_sha256
39-
_sha3
40-
_sha512
35+
_sha2
4136
_sqlite3
42-
_ssl
4337
_stat
44-
_statistics
45-
_strptime
38+
_suggestions
4639
_symtable
40+
_sysconfig
4741
_sysconfigdata__linux_x86_64-linux-gnu
48-
_sysconfigdata__x86_64-linux-gnu
4942
_testbuffer
43+
_testclinic
44+
_testclinic_limited
45+
_testexternalinspection
46+
_testlimitedcapi
47+
_testsinglephase
48+
_tkinter
49+
_tokenize
5050
_tracemalloc
51-
_uuid
52-
_xxsubinterpreters
5351
_xxtestfuzz
5452
_zoneinfo
55-
bz2
5653
cProfile
57-
contextvars
58-
ctypes
5954
curses
60-
fileinput
61-
graphlib
62-
grp
55+
idlelib
6356
imaplib
6457
lzma
65-
mailbox
66-
mailcap
67-
mmap
6858
modulefinder
69-
pickletools
7059
poplib
7160
profile
7261
pstats
7362
pyclbr
7463
readline
75-
sitecustomize
76-
smtplib
77-
sqlite3
78-
symbol
79-
tabnanny
64+
tkinter
8065
tracemalloc
8166
turtle
67+
turtledemo
8268
wave
83-
zoneinfo
69+
xxlimited_35

_data/whats_left_lastrun.temp

+25-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ _codecs_iso2022 (entire module)
1212
_codecs_jp (entire module)
1313
_codecs_kr (entire module)
1414
_codecs_tw (entire module)
15-
_ctypes (entire module)
1615
_ctypes_test (entire module)
1716
_curses (entire module)
1817
curses (entire module)
@@ -196,6 +195,27 @@ _csv.Reader
196195
_csv.Writer
197196
_csv.__file__
198197
_csv._dialects
198+
_ctypes.PyObj_FromPtr
199+
_ctypes.Py_DECREF
200+
_ctypes.Py_INCREF
201+
_ctypes.__file__
202+
_ctypes._cast_addr
203+
_ctypes._memmove_addr
204+
_ctypes._memset_addr
205+
_ctypes._string_at_addr
206+
_ctypes._unpickle
207+
_ctypes._wstring_at_addr
208+
_ctypes.addressof
209+
_ctypes.alignment
210+
_ctypes.buffer_info
211+
_ctypes.byref
212+
_ctypes.call_cdeclfunction
213+
_ctypes.call_function
214+
_ctypes.dlclose
215+
_ctypes.dlopen
216+
_ctypes.dlsym
217+
_ctypes.pointer
218+
_ctypes.resize
199219
ctypes.ARRAY
200220
ctypes.ArgumentError
201221
ctypes.CDLL
@@ -526,7 +546,6 @@ logging._afterFork
526546
logging._prepareFork
527547
math.__file__
528548
math.fma
529-
math.sumprod
530549
_md5.MD5Type
531550
_md5.__file__
532551
mimetypes._mimetypes_read_windows_registry
@@ -1828,9 +1847,9 @@ zoneinfo.TZPATH
18281847
# summary
18291848
# cpython_modules 290
18301849
# implemented 75
1831-
# not_implemented 70
1850+
# not_implemented 69
18321851
# failed_to_import 0
1833-
# missing_items 127
1834-
# mismatched_items 68
1835-
# mismatched_doc_items 64
1852+
# missing_items 128
1853+
# mismatched_items 69
1854+
# mismatched_doc_items 65
18361855
# not_implementeds 33

0 commit comments

Comments
 (0)