Alex Waygood
|
4fea314594
|
Replace Any with Incomplete in many places (#9558)
|
2023-01-18 08:48:16 +00:00 |
|
Nikita Sobolev
|
18e2ae762b
|
Mark first argument of __[get|set|del]attr__ as str (#9245)
|
2022-11-22 11:06:50 +00:00 |
|
Kevin Kirsche
|
d8b0c605ed
|
mysqlclient.connection: add missing type hints (#8393)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2022-07-26 06:26:35 -07:00 |
|
Kevin Kirsche
|
37911bfaa3
|
Add type hints to mysqlclient.times (#8392)
|
2022-07-26 15:06:37 +02:00 |
|
Kevin Kirsche
|
ef810e4f47
|
Annotate mysqlclient.release.version_info (#8391)
|
2022-07-25 22:08:17 +01:00 |
|
Kevin Kirsche
|
a066618eb6
|
mysqlclient: Annotate types of exceptions in Connection class (#8382)
|
2022-07-24 14:48:48 +01:00 |
|
Kevin Kirsche
|
f7166fc6ea
|
Add return type to MySQLdb.Connection.__enter__ (#8381)
This pull request adds the return type, as seen in the link below, to the `mysqlclient.MySQLdb.connections:Connection.__enter__`
https://github.com/PyMySQL/mysqlclient/blob/main/MySQLdb/connections.py#L230-L231
|
2022-07-24 12:48:47 +01:00 |
|
Shantanu
|
b6379e7c7a
|
Check missing definitions for several packages (#8167)
Co-authored-by: hauntsaninja <>
|
2022-06-26 08:56:18 +01:00 |
|
Shantanu
|
58d486978e
|
Bump mysqlclient to 2.1.* (#8116)
|
2022-06-20 21:36:21 -07:00 |
|
Alex Waygood
|
64af11c78f
|
Correct several positional-only differences in third-party stubs (#7352)
|
2022-02-22 06:49:51 -08:00 |
|
Alex Waygood
|
8d5d2520ac
|
Use PEP 585 syntax wherever possible (#6717)
|
2021-12-28 11:31:43 +01:00 |
|
Shantanu
|
2ad00c9664
|
Use stubtest 0.920 (#6589)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
Co-authored-by: Akuli <akuviljanen17@gmail.com>
|
2021-12-17 13:58:11 +02:00 |
|
Sebastian Rittau
|
9f86972350
|
Add star to all non-0.1 versions (#6146)
|
2021-10-11 13:41:19 -07:00 |
|
Jukka Lehtosalo
|
2d3bde439e
|
Stubs for mysqlclient (#5791)
|
2021-07-19 10:28:00 +02:00 |
|