Vincent Barbaresi
|
eb2fff7a92
|
update and complete pymysql.connections stubs to 0.10.1 (#4702)
Solves part of #4487, other modules can still be updated
|
2020-10-29 10:39:58 +01:00 |
|
Vincent Barbaresi
|
c585d5d5cf
|
Update stubs for redis-py connection module (#4692)
|
2020-10-26 11:12:39 +01:00 |
|
Vincent Barbaresi
|
de98690e72
|
update math and gzip stubs for Python 3.8 (#4710)
I ran stubtest and spotted 2 things missing in 3.8 stdlib
- added BadGzipFile exception for gzip:
https://docs.python.org/3/library/gzip.html#gzip.BadGzipFile
- added math.perm() method:
https://docs.python.org/3/library/math.html#math.perm
|
2020-10-25 19:58:09 -07:00 |
|
Vincent Barbaresi
|
e61f1783fb
|
add undocumented _heapify_max to heapq stubs (#4708)
Closes #3926
_heapify_max() existed in Python2 already and hasn't changed in python3 (checked in 3.9)
|
2020-10-25 12:11:59 -07:00 |
|
Vincent Barbaresi
|
71e2cdcc68
|
update requests stubs with various missing methods (#4691)
|
2020-10-24 14:01:24 +02:00 |
|