@@ -36,7 +36,6 @@ super.__thisclass__
36
36
tuple.__getattribute__ inherited
37
37
object.__sizeof__
38
38
zip.__getattribute__ inherited
39
- zip.__reduce__ inherited
40
39
classmethod.__init__ inherited
41
40
classmethod.__isabstractmethod__
42
41
staticmethod.__func__
@@ -52,14 +51,8 @@ BaseException.__setstate__
52
51
NoneType.__doc__ inherited
53
52
bytearray_iterator.__doc__ inherited
54
53
bytearray_iterator.__getattribute__ inherited
55
- bytearray_iterator.__length_hint__
56
- bytearray_iterator.__reduce__ inherited
57
- bytearray_iterator.__setstate__
58
54
bytes_iterator.__doc__ inherited
59
55
bytes_iterator.__getattribute__ inherited
60
- bytes_iterator.__length_hint__
61
- bytes_iterator.__reduce__ inherited
62
- bytes_iterator.__setstate__
63
56
dict_keyiterator.__doc__ inherited
64
57
dict_keyiterator.__getattribute__ inherited
65
58
dict_keyiterator.__reduce__ inherited
@@ -71,18 +64,10 @@ dict_itemiterator.__getattribute__ inherited
71
64
dict_itemiterator.__reduce__ inherited
72
65
dict_values.__doc__ inherited
73
66
dict_values.__getattribute__ inherited
74
- dict_items.__and__
75
67
dict_items.__contains__
76
68
dict_items.__doc__ inherited
77
69
dict_items.__getattribute__ inherited
78
70
dict_items.__hash__ inherited
79
- dict_items.__or__
80
- dict_items.__rand__
81
- dict_items.__ror__
82
- dict_items.__rsub__
83
- dict_items.__rxor__
84
- dict_items.__sub__
85
- dict_items.__xor__
86
71
dict_items.isdisjoint
87
72
set_iterator.__doc__ inherited
88
73
set_iterator.__getattribute__ inherited
@@ -111,7 +96,6 @@ _statistics (entire module)
111
96
_symtable (entire module)
112
97
_tracemalloc (entire module)
113
98
grp (entire module)
114
- xxsubtype (entire module)
115
99
_bootlocale (entire module)
116
100
_strptime (entire module)
117
101
_sysconfigdata__linux_x86_64-linux-gnu (entire module)
@@ -170,16 +154,11 @@ _queue (entire module)
170
154
_sqlite3 (entire module)
171
155
_ssl (entire module)
172
156
_testbuffer (entire module)
173
- _testcapi (entire module)
174
- _testimportmultiple (entire module)
175
- _testinternalcapi (entire module)
176
- _testmultiphase (entire module)
177
157
_uuid (entire module)
178
158
_xxsubinterpreters (entire module)
179
159
_xxtestfuzz (entire module)
180
160
mmap (entire module)
181
161
readline (entire module)
182
- xxlimited (entire module)
183
162
_ast.AugLoad
184
163
_ast.AugStore
185
164
_ast.ExtSlice
@@ -557,8 +536,6 @@ builtins.False
557
536
builtins.None
558
537
builtins.True
559
538
builtins.breakpoint
560
- cmath.acos
561
- cmath.asin
562
539
errno.EADV
563
540
errno.EBADE
564
541
errno.EBADFD
@@ -744,7 +721,6 @@ posix.confstr
744
721
posix.confstr_names
745
722
posix.ctermid
746
723
posix.device_encoding
747
- posix.fchmod
748
724
posix.fdatasync
749
725
posix.fork
750
726
posix.forkpty
@@ -883,152 +859,16 @@ _osx_support._cache_default_sysroot
883
859
_osx_support._default_sysroot
884
860
_osx_support._get_system_version_tuple
885
861
_osx_support._supports_arm64_builds
886
- _pydecimal.BasicContext
887
- _pydecimal.Clamped
888
- _pydecimal.Context
889
- _pydecimal.ConversionSyntax
890
- _pydecimal.Decimal
891
- _pydecimal.DecimalException
892
- _pydecimal.DecimalTuple
893
- _pydecimal.DefaultContext
894
- _pydecimal.DivisionByZero
895
- _pydecimal.DivisionImpossible
896
- _pydecimal.DivisionUndefined
897
- _pydecimal.ExtendedContext
898
- _pydecimal.FloatOperation
899
862
_pydecimal.HAVE_CONTEXTVAR
900
- _pydecimal.HAVE_THREADS
901
- _pydecimal.Inexact
902
- _pydecimal.InvalidContext
903
- _pydecimal.InvalidOperation
904
- _pydecimal.MAX_EMAX
905
- _pydecimal.MAX_PREC
906
- _pydecimal.MIN_EMIN
907
- _pydecimal.MIN_ETINY
908
- _pydecimal.Overflow
909
- _pydecimal.ROUND_05UP
910
- _pydecimal.ROUND_CEILING
911
- _pydecimal.ROUND_DOWN
912
- _pydecimal.ROUND_FLOOR
913
- _pydecimal.ROUND_HALF_DOWN
914
- _pydecimal.ROUND_HALF_EVEN
915
- _pydecimal.ROUND_HALF_UP
916
- _pydecimal.ROUND_UP
917
- _pydecimal.Rounded
918
- _pydecimal.Subnormal
919
- _pydecimal.Underflow
920
- _pydecimal._ContextManager
921
- _pydecimal._Infinity
922
- _pydecimal._Log10Memoize
923
- _pydecimal._NaN
924
- _pydecimal._NegativeInfinity
925
- _pydecimal._NegativeOne
926
- _pydecimal._One
927
- _pydecimal._PyHASH_10INV
928
- _pydecimal._PyHASH_INF
929
- _pydecimal._PyHASH_MODULUS
930
- _pydecimal._PyHASH_NAN
931
- _pydecimal._SignedInfinity
932
- _pydecimal._WorkRep
933
- _pydecimal._Zero
934
- _pydecimal.__all__
935
- _pydecimal.__builtins__
936
- _pydecimal.__cached__
937
- _pydecimal.__file__
938
- _pydecimal.__libmpdec_version__
939
- _pydecimal.__name__
940
- _pydecimal.__package__
941
- _pydecimal.__version__
942
- _pydecimal.__xname__
943
- _pydecimal._all_zeros
944
- _pydecimal._condition_map
945
- _pydecimal._convert_for_comparison
946
- _pydecimal._convert_other
947
863
_pydecimal._current_context_var
948
- _pydecimal._dec_from_triple
949
- _pydecimal._decimal_lshift_exact
950
- _pydecimal._dexp
951
- _pydecimal._div_nearest
952
- _pydecimal._dlog
953
- _pydecimal._dlog10
954
- _pydecimal._dpower
955
- _pydecimal._exact_half
956
- _pydecimal._format_align
957
- _pydecimal._format_number
958
- _pydecimal._format_sign
959
- _pydecimal._group_lengths
960
- _pydecimal._iexp
961
- _pydecimal._ilog
962
- _pydecimal._insert_thousands_sep
963
- _pydecimal._log10_digits
964
- _pydecimal._log10_lb
965
- _pydecimal._nbits
966
- _pydecimal._normalize
967
- _pydecimal._parse_format_specifier
968
- _pydecimal._parse_format_specifier_regex
969
- _pydecimal._parser
970
- _pydecimal._rounding_modes
971
- _pydecimal._rshift_nearest
972
- _pydecimal._signals
973
- _pydecimal._sqrt_nearest
974
- _pydecimal.getcontext
975
- _pydecimal.localcontext
976
- _pydecimal.setcontext
977
864
ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
978
865
ast.PyCF_TYPE_COMMENTS
979
- code.InteractiveConsole
980
- code.InteractiveInterpreter
981
- code.__all__
982
- code.interact
983
866
compileall._compile_file_tuple
984
867
copyreg.__cached__
985
868
copyreg.__file__
986
869
csv.__version__
987
870
datetime.datetime_CAPI
988
- decimal.BasicContext
989
- decimal.Clamped
990
- decimal.Context
991
- decimal.ConversionSyntax
992
- decimal.Decimal
993
- decimal.DecimalException
994
- decimal.DecimalTuple
995
- decimal.DefaultContext
996
- decimal.DivisionByZero
997
- decimal.DivisionImpossible
998
- decimal.DivisionUndefined
999
- decimal.ExtendedContext
1000
- decimal.FloatOperation
1001
871
decimal.HAVE_CONTEXTVAR
1002
- decimal.HAVE_THREADS
1003
- decimal.Inexact
1004
- decimal.InvalidContext
1005
- decimal.InvalidOperation
1006
- decimal.MAX_EMAX
1007
- decimal.MAX_PREC
1008
- decimal.MIN_EMIN
1009
- decimal.MIN_ETINY
1010
- decimal.Overflow
1011
- decimal.ROUND_05UP
1012
- decimal.ROUND_CEILING
1013
- decimal.ROUND_DOWN
1014
- decimal.ROUND_FLOOR
1015
- decimal.ROUND_HALF_DOWN
1016
- decimal.ROUND_HALF_EVEN
1017
- decimal.ROUND_HALF_UP
1018
- decimal.ROUND_UP
1019
- decimal.Rounded
1020
- decimal.Subnormal
1021
- decimal.Underflow
1022
- decimal.__builtins__
1023
- decimal.__cached__
1024
- decimal.__file__
1025
- decimal.__libmpdec_version__
1026
- decimal.__name__
1027
- decimal.__package__
1028
- decimal.__version__
1029
- decimal.getcontext
1030
- decimal.localcontext
1031
- decimal.setcontext
1032
872
dis.Bytecode
1033
873
dis.EXTENDED_ARG
1034
874
dis.FORMAT_VALUE
@@ -1076,18 +916,6 @@ dis.opname
1076
916
dis.pretty_flags
1077
917
dis.show_code
1078
918
doctest._newline_convert
1079
- fractions.Fraction
1080
- fractions._PyHASH_INF
1081
- fractions._PyHASH_MODULUS
1082
- fractions._RATIONAL_FORMAT
1083
- fractions.__all__
1084
- fractions.__builtins__
1085
- fractions.__cached__
1086
- fractions.__file__
1087
- fractions.__name__
1088
- fractions.__package__
1089
- fractions._gcd
1090
- fractions.gcd
1091
919
ftplib.FTP_TLS
1092
920
gettext._unspecified
1093
921
gettext.dnpgettext
@@ -1171,12 +999,6 @@ locale.T_FMT_AMPM
1171
999
locale.YESEXPR
1172
1000
logging._after_at_fork_child_reinit_locks
1173
1001
logging._register_at_fork_reinit_lock
1174
- numbers.Complex
1175
- numbers.Integral
1176
- numbers.Number
1177
- numbers.Rational
1178
- numbers.Real
1179
- numbers.__all__
1180
1002
os.CLD_CONTINUED
1181
1003
os.CLD_DUMPED
1182
1004
os.CLD_EXITED
@@ -1728,39 +1550,6 @@ ssl.get_protocol_name
1728
1550
ssl.get_server_certificate
1729
1551
ssl.match_hostname
1730
1552
ssl.wrap_socket
1731
- statistics.NormalDist
1732
- statistics.StatisticsError
1733
- statistics.__all__
1734
- statistics.__builtins__
1735
- statistics.__cached__
1736
- statistics.__file__
1737
- statistics.__name__
1738
- statistics.__package__
1739
- statistics._coerce
1740
- statistics._convert
1741
- statistics._exact_ratio
1742
- statistics._fail_neg
1743
- statistics._find_lteq
1744
- statistics._find_rteq
1745
- statistics._isfinite
1746
- statistics._ss
1747
- statistics._sum
1748
- statistics.fmean
1749
- statistics.geometric_mean
1750
- statistics.harmonic_mean
1751
- statistics.mean
1752
- statistics.median
1753
- statistics.median_grouped
1754
- statistics.median_high
1755
- statistics.median_low
1756
- statistics.mode
1757
- statistics.multimode
1758
- statistics.pstdev
1759
- statistics.pvariance
1760
- statistics.quantiles
1761
- statistics.stdev
1762
- statistics.tau
1763
- statistics.variance
1764
1553
string._sentinel_dict
1765
1554
symtable.CELL
1766
1555
symtable.Class
@@ -2142,6 +1931,7 @@ _io._BufferedIOBase () != ValueError('no signature found')
2142
1931
_io._IOBase () != ValueError('no signature found')
2143
1932
_io._RawIOBase () != ValueError('no signature found')
2144
1933
_io._TextIOBase () != ValueError('no signature found')
1934
+ _thread.LockType ValueError('no signature found') != ()
2145
1935
_weakref.proxy ValueError('no signature found') != None
2146
1936
builtins.complex ValueError('no signature found') != (real=0, imag=0)
2147
1937
builtins.enumerate ValueError('no signature found') != (iterable, start=0)
@@ -2187,6 +1977,9 @@ time.struct_time ValueError('no signature found') != (iterable=(), /)
2187
1977
_compression.BaseStream () != ValueError('no signature found')
2188
1978
_osx_support._read_output (commandstring) != (commandstring, capture_stderr=False)
2189
1979
_py_abc.ABCMeta (name, bases, namespace, **kwargs) != (name, bases, namespace, /, **kwargs)
1980
+ _pydecimal._log10_digits None != (p)
1981
+ _pydecimal.getcontext (_local=<thread._local object at 0xdeadbeef>) != ()
1982
+ _pydecimal.setcontext (context, _local=<thread._local object at 0xdeadbeef>) != (context)
2190
1983
abc.abstractproperty ValueError('no signature found') != (fget=None, fset=None, fdel=None, doc=None)
2191
1984
argparse.ArgumentParser (prog=None, usage=None, description=None, epilog=None, parents=[], formatter_class=<class 'argparse.HelpFormatter'>, prefix_chars='-', fromfile_prefix_chars=None, argument_default=None, conflict_handler='error', add_help=True, allow_abbrev=True, exit_on_error=True) != (prog=None, usage=None, description=None, epilog=None, parents=[], formatter_class=<class 'argparse.HelpFormatter'>, prefix_chars='-', fromfile_prefix_chars=None, argument_default=None, conflict_handler='error', add_help=True, allow_abbrev=True)
2192
1985
calendar.calendar None != (theyear, w=2, l=1, c=6, m=3)
@@ -2213,6 +2006,10 @@ datetime.time (hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0
2213
2006
datetime.timedelta (days=0, seconds=0, microseconds=0, milliseconds=0, minutes=0, hours=0, weeks=0) != ValueError('no signature found')
2214
2007
datetime.timezone (offset, name=<object object at 0xdeadbeef>) != ValueError('no signature found')
2215
2008
datetime.tzinfo () != ValueError('no signature found')
2009
+ decimal.Context (prec=None, rounding=None, Emin=None, Emax=None, capitals=None, clamp=None, flags=None, traps=None, _ignored_flags=None) != (prec=None, rounding=None, Emin=None, Emax=None, capitals=None, clamp=None, flags=None, traps=None)
2010
+ decimal.getcontext (_local=<thread._local object at 0xdeadbeef>) != None
2011
+ decimal.localcontext (ctx=None) != None
2012
+ decimal.setcontext (context, _local=<thread._local object at 0xdeadbeef>) != None
2216
2013
difflib.IS_LINE_JUNK (line, pat=<bound method Pattern.match of re.compile('\\s*(?:#\\s*)?$')>) != (line, pat=<built-in method match of re.Pattern object at 0xdeadbeef>)
2217
2014
dis.dis None != (x=None, *, file=None, depth=None)
2218
2015
dis.disassemble None != (co, lasti=-1, *, file=None)
@@ -2286,8 +2083,8 @@ webbrowser._synthesize (browser, update_tryorder=1) != (browser, *, preferred=Fa
2286
2083
webbrowser.register (name, klass, instance=None, update_tryorder=1) != (name, klass, instance=None, *, preferred=False)
2287
2084
resource.struct_rusage ValueError('no signature found') != (iterable=(), /)
2288
2085
2289
- out of 277 modules:
2290
- not_implemented 86
2086
+ out of 271 modules:
2087
+ not_implemented 80
2291
2088
failed_to_import 0
2292
- missing_items 77
2293
- mismatched_items 45
2089
+ missing_items 72
2090
+ mismatched_items 48
0 commit comments