Shunsuke Shibayama
170a0c99c9
Update ast.d.er
2025-02-24 22:09:03 +09:00
Shunsuke Shibayama
3af0acd390
Update typing.d.er
2025-02-23 14:00:22 +09:00
Shunsuke Shibayama
ba6d8946df
Update csv.d.er
2025-02-23 13:32:55 +09:00
Shunsuke Shibayama
cc996020be
fix: incorrect type declarations
2025-02-19 01:07:56 +09:00
Shunsuke Shibayama
d5be4b8587
Update subprocess.d.er
2025-01-29 10:44:31 +09:00
Shunsuke Shibayama
da83c8c371
Update python_util.rs
2025-01-16 22:29:10 +09:00
Shunsuke Shibayama
5e18be1726
feat: add lzma
module type decl
2024-12-31 11:52:39 +09:00
Shunsuke Shibayama
0f8ca83628
feat: add configparser
type decl
2024-12-29 10:21:40 +09:00
Shunsuke Shibayama
ad62a3a83f
feat: add importlib.metadata
type decl
2024-12-29 03:20:17 +09:00
Shunsuke Shibayama
2342f4c4ca
fix: typing
module types
2024-12-27 23:47:10 +09:00
Shunsuke Shibayama
5f0a0b9cf3
feat: add textwrap
type decl
2024-12-27 18:59:36 +09:00
Shunsuke Shibayama
3cb4c50a05
fix: method implementation checking bug
2024-12-27 17:50:10 +09:00
Shunsuke Shibayama
8793defdfb
feat: add tkinter
type definition
2024-12-22 18:53:04 +09:00
Shunsuke Shibayama
2d94bfce4f
feat: enhance HomogenousTuple
2024-12-22 15:56:18 +09:00
Shunsuke Shibayama
86c2addf50
Update functools.d.er
2024-12-22 01:12:36 +09:00
Shunsuke Shibayama
797d958a14
feat: enhance ctypes
type decl
2024-12-09 18:40:41 +09:00
Shunsuke Shibayama
e4489e5f41
feat: enhance time
type decl
2024-11-28 10:19:52 +09:00
Shunsuke Shibayama
b2fb80c41c
feat: add keyword/queue
type decl
2024-11-15 11:25:08 +09:00
Shunsuke Shibayama
1646426287
Create gzip.d.er
2024-11-13 13:56:44 +09:00
Shunsuke Shibayama
6d9025664b
feat: improve collections
typing
2024-11-04 16:11:44 +09:00
Shunsuke Shibayama
0667644580
feat: add ctypes
type decl
2024-11-04 13:04:03 +09:00
Shunsuke Shibayama
f0c5045699
chore: don't return Failure
2024-10-19 14:29:12 +09:00
Shunsuke Shibayama
5b79854886
fix: type instantiation bug
2024-10-18 12:46:55 +09:00
Shunsuke Shibayama
f6144b29a2
chore: add StyledStr::destyle
2024-10-11 21:27:32 +09:00
Shunsuke Shibayama
c6882fee53
feat: add asyncio
type decls
2024-10-06 18:30:08 +09:00
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