Alex Waygood
|
a2e8346d9a
|
Improve multiprocessing stubs (#8202)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
|
2022-07-01 23:50:39 +05:30 |
|
Sebastian Rittau
|
7b54854c90
|
Remove the dataclasses third-party stub (#8216)
dataclasses is part of the Python stdlib and the third-party package is
not supported past Python 3.6.
|
2022-06-30 12:14:29 +02:00 |
|
Sebastian Rittau
|
ec7ab6d4d6
|
Mark the dataclasses stubs as no longer updated (#8215)
|
2022-06-30 11:47:36 +02:00 |
|
Shantanu
|
200891fed1
|
Bump prettytable to 3.3.* (#8207)
Co-authored-by: hauntsaninja <>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-06-30 07:50:39 +01:00 |
|
Shantanu
|
6e039ddce3
|
[stubsabot] Bump python-slugify to 6.1.* (#8208)
|
2022-06-29 09:54:42 -07:00 |
|
Shantanu
|
4253a1fbf7
|
[stubsabot] Bump hdbcli to 2.13.* (#8206)
Co-authored-by: hauntsaninja <>
|
2022-06-29 17:16:15 +01:00 |
|
Shantanu
|
b4587c64c6
|
Bump fpdf2 to 2.5.* (#8173)
Co-authored-by: hauntsaninja <>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-06-29 16:54:36 +01:00 |
|
Alex Waygood
|
f69f711d5a
|
subprocess.Popen: __new__ -> __init__ (#8203)
|
2022-06-28 20:11:03 +02:00 |
|
Sebastian Rittau
|
3c959d099b
|
Update redis stubs to 4.3.4 (#8199)
Fixes #8196
|
2022-06-28 16:38:15 +01:00 |
|
Alex Waygood
|
802f606a3b
|
Improve turtle callbacks (#8200)
|
2022-06-28 14:30:50 +02:00 |
|
Alex Waygood
|
79556345ac
|
Improve boto callbacks (#8201)
|
2022-06-28 14:30:26 +02:00 |
|
David Askari
|
2ffa756bb5
|
Improve None as predicate for Python 2 ifilter (#8191)
|
2022-06-28 14:29:42 +02:00 |
|
crusaderky
|
544c7c9633
|
shelve.open should return Any (#8190)
|
2022-06-27 10:15:09 -07:00 |
|
Alex Waygood
|
5b44454cf8
|
Improve inspect callbacks (#8189)
|
2022-06-27 07:07:09 -07:00 |
|
Alex Waygood
|
3e27458323
|
Improve xmlrpc.client callbacks (#8188)
|
2022-06-27 13:22:33 +01:00 |
|
Alex Waygood
|
208d8e1ec2
|
Fix assertAlmostEqual regression on mixed numeric types (#8137)
|
2022-06-27 08:57:36 +02:00 |
|
Alex Waygood
|
7c3b13ba4f
|
asyncio.sslproto: _SSLPipe and several SSLProtocol attributes no longer exist on py311 (#8186)
|
2022-06-27 08:12:01 +02:00 |
|
Alex Waygood
|
8b3b6bf7cd
|
stdlib: Audit Callable[<parameters>, None] annotations (#8187)
|
2022-06-27 08:08:28 +02:00 |
|
Shantanu
|
0178a0e742
|
[stubsabot] Bump croniter to 1.3.* (#8185)
|
2022-06-26 17:54:19 +01:00 |
|
Shantanu
|
531b162a66
|
[stubsabot] Bump tzlocal to 4.2 (#8184)
Co-authored-by: hauntsaninja <>
|
2022-06-26 17:49:20 +01:00 |
|
Shantanu
|
627285059a
|
[stubsabot] Bump jmespath to 1.0.* (#8183)
Co-authored-by: hauntsaninja <>
|
2022-06-26 17:46:04 +01:00 |
|
Shantanu
|
cdcf264d07
|
fpdf2: improve types (#8176)
Co-authored-by: hauntsaninja <>
|
2022-06-26 20:53:29 +05:30 |
|
Shantanu
|
d23d213d7e
|
[stubsabot] Bump aws-xray-sdk to 2.9.* (#8180)
* [stubsabot] Bump aws-xray-sdk to 2.9.*
Co-authored-by: hauntsaninja <>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-06-26 14:08:03 +01:00 |
|
Shantanu
|
329edb0a2d
|
[stubsabot] Bump pep8-naming to 0.13.* (#8181)
* [stubsabot] Bump pep8-naming to 0.13.*
* Bye bye Python 2
Co-authored-by: hauntsaninja <>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-06-26 14:00:29 +01:00 |
|
Shantanu
|
feb54c8cb0
|
[stubsabot] Bump flake8-typing-imports to 1.12.* (#8179)
Co-authored-by: hauntsaninja <>
|
2022-06-26 13:53:56 +01:00 |
|
Alex Waygood
|
ca44b893e3
|
multiprocessing: audit callback annotations (#8178)
|
2022-06-26 13:15:26 +01:00 |
|
Alex Waygood
|
74bd0d962b
|
Third-party stubs: audit Callable[<parameters>, None] annotations (#8175)
|
2022-06-26 13:56:19 +02:00 |
|
Alex Waygood
|
49cdaa41db
|
JACK-Client: audit callback annotations (#8177)
The returned values from these functions are all ignored at runtime.
|
2022-06-26 11:36:28 +01:00 |
|
Shantanu
|
bef4a5ff65
|
DateTimeRange: complete stubs (#8168)
Co-authored-by: hauntsaninja <>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2022-06-26 10:51:00 +01:00 |
|
Shantanu
|
a81c695cd6
|
Bump xmltodict to 0.13.* (#8172)
|
2022-06-26 10:45:58 +01:00 |
|
Shantanu
|
e24bbb7000
|
[stubsabot] Bump python-nmap to 0.7.* (#8174)
Co-authored-by: hauntsaninja <>
|
2022-06-26 15:09:11 +05:30 |
|
Jon Dufresne
|
0570cd9f9c
|
Update GitHub actions to their latest versions (#8160)
The actions/setup-python now always requires a version specified.
|
2022-06-26 11:36:15 +02:00 |
|
Shantanu
|
ffb25d964c
|
deprecated: complete stubs (#8169)
Co-authored-by: hauntsaninja <>
|
2022-06-26 10:30:22 +01:00 |
|
Shantanu
|
634f18f615
|
emoji: complete stubs (#8170)
Co-authored-by: hauntsaninja <>
|
2022-06-26 08:58:00 +01:00 |
|
Shantanu
|
b6379e7c7a
|
Check missing definitions for several packages (#8167)
Co-authored-by: hauntsaninja <>
|
2022-06-26 08:56:18 +01:00 |
|
Anders Kaseorg
|
9ff393558a
|
Markdown: Fix BlockProcessor method return types (#8166)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-06-26 11:30:39 +05:30 |
|
Alex Waygood
|
f812d71ffa
|
Improve errno stubs on Windows and MacOS (#8142)
|
2022-06-26 08:29:02 +05:30 |
|
Shantanu
|
288c6ac447
|
Bump jsonschema to 4.6.* (#8161)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
|
2022-06-26 08:18:41 +05:30 |
|
Shantanu
|
d975734b8b
|
Bump regex to 2022.6.2 (#8162)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
|
2022-06-26 08:18:01 +05:30 |
|
Alex Waygood
|
ca2f83a4cf
|
typing_extensions: harmonise __all__ with __all__ at runtime (#8165)
|
2022-06-25 19:16:23 -07:00 |
|
Alex Waygood
|
f5f37fed3a
|
Upgrade pytype (#8164)
|
2022-06-25 18:15:43 +01:00 |
|
Shantanu
|
98882d3cbe
|
PyYAML: check missing defs (#8159)
|
2022-06-25 18:05:23 +01:00 |
|
Shantanu
|
9113e16c0c
|
[stubsabot] Bump pycurl to 7.45.* (#8163)
Co-authored-by: hauntsaninja <>
|
2022-06-25 18:02:59 +01:00 |
|
Shantanu
|
a9fb8c5119
|
stubsabot: add project links (#8158)
See https://github.com/python/typeshed/pull/8157 for an example
|
2022-06-25 06:42:48 -07:00 |
|
Shantanu
|
564347b04e
|
chardet: improve stubs (#8155)
|
2022-06-25 06:40:58 -07:00 |
|
Shantanu
|
14628b519a
|
[stubsabot] Bump entrypoints to 0.4.* (#8157)
Co-authored-by: hauntsaninja <>
|
2022-06-25 08:25:38 +01:00 |
|
Shantanu
|
22532ba504
|
dj-database-url, docopt, editdistance, first: check missing defs (#8154)
|
2022-06-25 08:16:59 +01:00 |
|
Shantanu
|
74687b1fa0
|
ujson, pyfarmhash, toposort: check for missing definitions (#8153)
Co-authored-by: hauntsaninja <>
|
2022-06-25 08:15:44 +01:00 |
|
Shantanu
|
8b422ff01d
|
appdirs, tabulate, termcolor, xmltodict: check missing defs (#8156)
complete termcolor, xmltodict
|
2022-06-25 08:09:25 +01:00 |
|
Shantanu
|
4415e9cc0b
|
[stubsabot] Bump requests to 2.28.* (#8152)
Co-authored-by: hauntsaninja <>
|
2022-06-25 12:01:22 +05:30 |
|