Shunsuke Shibayama
a129141234
fix: incorrect typing & method resolution
2024-09-26 11:34:15 +09:00
GreasySlug
a2e8ba4322
fix(pathlib): use =>
since it's a procedure
2024-09-22 22:11:42 +09:00
Shunsuke Shibayama
1f5e9cbc9f
feat: add Generator
...
* remove `GenericGenerator`
2024-09-22 21:49:11 +09:00
GreasySlug
0cffbd7249
feat(pathlib): add missing type annot for glob! and resolve! methods
2024-09-22 17:42:29 +09:00
Shunsuke Shibayama
9f435706a1
fix(pylyzer): declarations in control flow blocks
2024-09-21 23:38:26 +09:00
Shunsuke Shibayama
cdabb2e546
feat: add codecs/warnings
module
2024-09-21 21:56:24 +09:00
Shunsuke Shibayama
948a14b1af
feat: display progress
2024-09-09 21:40:19 +09:00
Shunsuke Shibayama
015dc2a0f3
feat: add ftplib
type decls
2024-09-08 03:06:57 +09:00
Shunsuke Shibayama
82522ed144
Update subprocess.d.er
2024-08-25 20:38:11 +09:00
Shunsuke Shibayama
a97ef9b8a6
Update typing.d.er
2024-08-20 01:54:35 +09:00
Shunsuke Shibayama
0a040f1afd
feat: add typing
APIs
2024-08-13 17:35:09 +09:00
Shunsuke Shibayama
5161fae713
Update unicodedata.d.er
2024-08-10 18:54:18 +09:00
Shunsuke Shibayama
056469b18c
Create unicodedata.d.er
2024-07-09 23:55:47 +09:00
Lionel H
0dd9e0876f
feat(erg): add subclasshook method in abc.d.er
...
Add __subclasshook__ magic method which is used to implement the logic
that validates a class correctly conform to an interface.
Signed-off-by: Lionel H <lionel.hubaut@dekimo.com>
2024-07-08 11:10:52 +02:00
Lionel H
2d8a673fee
fix(erg_compiler): fix typo in abc.d.er
...
s/abstruct/abstract/g
Because abstruct does not exists in Python ;)
Signed-off-by: Lionel H <lionel.hubaut@dekimo.com>
2024-07-08 11:07:27 +02:00
Shunsuke Shibayama
80394c6e6d
Update shutil.d.er
2024-07-05 23:35:07 +09:00
Shunsuke Shibayama
d62bce689b
feat: add __future__, fnmatch, graphlib, zoneinfo
2024-06-30 13:13:38 +09:00
Shunsuke Shibayama
f299962ebc
feat: add email
module
2024-06-22 11:32:48 +09:00
Shunsuke Shibayama
eb061f712b
Update typing.d.er
2024-06-22 10:50:02 +09:00
Shunsuke Shibayama
22cd07a414
chore: improve overload error msg
2024-06-15 14:14:38 +09:00
Shunsuke Shibayama
cb385a86e4
chore: relax occur check
...
fix #512
2024-05-24 19:08:36 +09:00
Shunsuke Shibayama
dc7565cb26
fix: type generalization bug
2024-05-17 15:57:16 +09:00
Shunsuke Shibayama
96f4c1cf98
feat: add {Str, List}.from
2024-04-30 18:44:31 +09:00
Shunsuke Shibayama
65d05cb37b
Update path.d.er
2024-04-30 11:45:41 +09:00
Shunsuke Shibayama
22c2016eae
feat: add errno, fileinput, ipaddress
module type decls
2024-04-26 01:16:27 +09:00
Shunsuke Shibayama
3d7283cb01
fix: {default, variable} parameter bugs
2024-04-24 15:24:05 +09:00
Shunsuke Shibayama
f6ea1d1d79
feat: enhance http
, urllib
type decls
2024-04-16 10:23:54 +09:00
Shunsuke Shibayama
c7522b1d36
feat: enhance os
, sys
type decls
2024-04-14 20:41:01 +09:00
Shunsuke Shibayama
d46f84564b
feat: enhance array
, io
, os
, struct
type decls
2024-04-13 01:51:14 +09:00
Shunsuke Shibayama
c6eb78a44d
refactor!: rename Array
-> List
2024-04-04 23:24:07 +09:00
Shunsuke Shibayama
21fcf23827
feat: enhance os
type decls
2024-03-29 12:40:30 +09:00
Shunsuke Shibayama
35f55c62d3
feat: enhance os
, random
type decls
2024-03-24 13:02:26 +09:00
Shunsuke Shibayama
d881a6ae3e
feat: add FileDescriptor
and enhance os
decls
2024-03-23 11:28:56 +09:00
Shunsuke Shibayama
fec8c45ff0
feat: add statistics module & enhance pickle, string
2024-03-19 00:28:13 +09:00
Shunsuke Shibayama
0274b458b4
Create uuid.d.er
2024-03-12 22:03:27 +09:00
Shunsuke Shibayama
2a119becea
Create pdb.d.er
2024-03-12 20:21:22 +09:00
Shunsuke Shibayama
f8b7717682
chore: remove __new__
2024-03-06 01:53:50 +09:00
Shunsuke Shibayama
c94ac76262
feat: impl Eq, Hash, Ord
for Python module types
2024-03-05 22:48:05 +09:00
Shunsuke Shibayama
13ed03f23c
Update pathlib.d.er
2024-02-16 19:05:52 +09:00
Shunsuke Shibayama
ddefa6185e
Update pathlib.d.er
2024-01-26 21:49:46 +09:00
Shunsuke Shibayama
ca04076f77
fix: path resolution bug
2024-01-26 19:30:41 +09:00
Shunsuke Shibayama
2ddff1512f
fix: const call bug
2023-12-30 21:53:38 +09:00
Shunsuke Shibayama
529d3892bf
fix: container type inference bugs
2023-12-11 00:15:13 +09:00
Shunsuke Shibayama
2a9ef33c9c
feat: add hmac
module type definition
2023-11-25 02:57:22 +09:00
Shunsuke Shibayama
21025096a3
fix: type-var instantiation bugs
2023-11-25 02:56:25 +09:00
Shunsuke Shibayama
98d0fb3f76
Create csv.d.er
2023-11-24 19:50:46 +09:00
Shunsuke Shibayama
0fea05a9b4
feat: add tomllib
module
2023-10-16 13:31:05 +09:00
Shunsuke Shibayama
fc75151f2a
feat: add Frame
type
2023-10-14 23:42:27 +09:00
Shunsuke Shibayama
25d143b04a
fix!(parser): handling of line breaks in enclosures
2023-09-23 23:50:28 +09:00
Shunsuke Shibayama
136d1b56f6
Update itertools.d.er
2023-09-11 12:32:07 +09:00