Zack Cerza
8885cc870c
Re-export ChannelFile from paramiko ( #11290 )
2024-01-19 08:04:36 +01:00
Taavi Väänänen
c51de8ee68
ldap3: Connection: auto_bind also supports booleans ( #11289 )
2024-01-18 12:42:35 +01:00
fovc9
7129bd112b
psycopg2: Add ReplicationCursor.consume_stream ( #11283 )
2024-01-18 01:54:36 +01:00
Jake Bailey
605e9a7b99
Bump pyright-action to v2 ( #11286 )
2024-01-17 20:01:48 +00:00
Mike Zimin
11b842cd80
Added some typings to peewee stubs ( #11284 )
2024-01-17 13:57:37 +01:00
github-actions[bot]
9e6df04fb7
[stubsabot] Bump jsonschema to 4.21.* ( #11281 )
2024-01-17 08:51:01 +01:00
Jörn Bethune
770724013d
defusedxml: Add xml.dom.minidom.Document return type annotation (#11279 )
2024-01-16 12:47:37 +01:00
Wade Carpenter
26e77cbf67
Add more networkx annotations for networkx.algorithms.dag ( #11224 )
2024-01-15 18:52:57 +01:00
Karim Baidar
cfb16543b8
Implement Preset Argument in tarfile.open Function and Add Test Coverage ( #11251 )
2024-01-15 16:39:31 +01:00
Kevin Nowaczyk
64f7da9e45
Add stubs for antlr4 ( #11192 )
2024-01-15 15:35:18 +01:00
AN Long
5367bab4ed
Add aware_datetime option to plistlib functions ( #11276 )
2024-01-15 12:35:43 +01:00
solkaz
0b43c1d95b
Add types for defusedxml ( #11179 )
2024-01-14 14:08:59 +01:00
Marcell Perger
673c3c37fe
Fix types for setuptools._distutils.ccompiler.CCompiler.compile ( #11275 )
2024-01-14 14:04:38 +01:00
Ali Hamdan
ae9a68a86e
All functions parameters in time module are positional-only ( #11248 )
2024-01-14 13:52:54 +01:00
Ali Hamdan
403d43b13c
seaborn: Update and complete the relational module ( #11214 )
2024-01-14 13:51:31 +01:00
Blaise Kal
8e8204b83f
[polib] Fix POEntry.msgstr_plural annotation ( #11273 )
2024-01-14 12:34:33 +01:00
Shantanu
5286722ef3
Fix inconsistencies in gdb stubs ( #11227 )
...
See #11225
2024-01-11 19:41:48 -08:00
Sebastian Rittau
cb9892477d
[Pillow] Update to 10.2.* ( #11232 )
2024-01-10 11:51:02 +01:00
Romain d'Esparbès
db804846a4
Fix "state" type annotations for tkinter "Canvas.create_*" methods ( #11257 )
2024-01-08 18:53:18 +02:00
github-actions[bot]
adc2e16798
Bump libsass to 0.23.* ( #11253 )
2024-01-08 04:16:53 +01:00
github-actions[bot]
1de5830a27
[stubsabot] Bump pyflakes to 3.2.* ( #11252 )
...
Release: https://pypi.org/pypi/pyflakes/3.2.0
Homepage: https://github.com/PyCQA/pyflakes
Repository: https://github.com/PyCQA/pyflakes
Diff: https://github.com/PyCQA/pyflakes/compare/3.1.0...3.2.0
Stubsabot analysis of the diff between the two releases:
- 0 public Python files have been added.
- 0 files included in typeshed's stubs have been deleted.
- 2 files included in typeshed's stubs have been modified or renamed: `pyflakes/__init__.py`, `pyflakes/checker.py`.
- Total lines of Python code added: 20.
- Total lines of Python code deleted: 1.
2024-01-05 17:59:05 -08:00
Alex Waygood
ccc81f224d
Bump various test dependencies ( #11249 )
2024-01-05 14:09:02 -08:00
Alex Waygood
a7c5d8bc14
Ignore Y023 in generated *_pb2.pyi files ( #11246 )
2024-01-05 19:01:54 +01:00
Sebastian Rittau
53a8193d64
Update typing_extensions imports in stdlib ( #11244 )
...
Co-authored-by: AlexWaygood <alex.waygood@gmail.com >
2024-01-05 08:15:19 -08:00
Sebastian Rittau
b6eaadcfe5
Update typing_extensions imports in third-party stubs ( #11245 )
2024-01-05 15:40:13 +01:00
Sebastian Rittau
1b471a9a0a
Update typing_extensions imports in infrastructure and tests ( #11243 )
2024-01-05 13:30:45 +00:00
Sebastian Rittau
87a695ab98
Update typing_extensions list in CONTRIBUTING ( #11242 )
2024-01-05 13:22:32 +01:00
Sebastian Rittau
23604858a6
Remove Python 3.7 branches ( #11238 )
2024-01-05 11:39:39 +01:00
Renato Garcia
4e62577002
Fix timeout argument on pexpect spawn class constructor ( #11239 ) ( #11240 )
2024-01-05 11:09:51 +01:00
Shantanu
2cafcc90a7
socket: rework to match docs more closely, improve accuracy on linux ( #11219 )
...
Match the documentation more closely
Fixes some of #8101
2024-01-04 14:36:31 -08:00
Pierre Marchand
9fe7e1f28f
fix pexpect delaybeforesend_type ( #11221 )
2024-01-04 16:16:39 +01:00
Sebastian Rittau
1b2cabce4d
Remove macpath (removed in Python 3.8) ( #11236 )
2024-01-04 15:10:36 +01:00
Sebastian Rittau
4e5f7a7142
Drop support for Python 3.7 ( #11234 )
2024-01-04 14:48:44 +01:00
Sebastian Rittau
262d73c90c
Update description of _typeshed.Self ( #11233 )
2024-01-04 14:43:22 +01:00
Viicos
54447f63a4
Use type instead of Type in typing.pyi ( #11235 )
2024-01-04 05:04:43 -08:00
buermarc
56b0c8b42e
Lib/bdb.py: add some missing optional str in return ( #11231 )
2024-01-04 13:17:07 +01:00
George Fourtounis
3f57017aaf
Add support for the refresh_token grant type (RefreshTokenGrant) (#11… ( #11206 )
...
Add support for the refresh_token grant type (RefreshTokenGrant).
2024-01-04 12:24:57 +01:00
Martin Fischer
5e66eb5940
Fix passlib.utils.handlers.TruncateMixin.using ( #11229 )
2024-01-04 12:15:25 +01:00
Shantanu
6fcd37456d
Move ellipsis definition to types ( #11223 )
2024-01-02 16:14:53 -08:00
Manfred Kaiser
6aa6722fe1
Update type hints for paramiko 3.4 ( #11218 )
2024-01-02 00:45:43 -08:00
pre-commit-ci[bot]
d4daff337f
Update black to 23.12.1 ( #11216 )
...
updates:
- [github.com/psf/black-pre-commit-mirror: 23.12.0 → 23.12.1](https://github.com/psf/black-pre-commit-mirror/compare/23.12.0...23.12.1 )
2024-01-01 21:40:33 +00:00
Ali Hamdan
b56c9f1606
netaddr: Bump to 0.10.* ( #11215 )
...
Closes #11211
2024-01-01 19:31:26 +01:00
Alex Waygood
f0c6488394
Pin seaborn to 0.13.0 ( #11213 )
...
Closes #11212
2024-01-01 00:24:48 +00:00
Matthieu Darbois
1d3c326518
base64: accept str for altchars and map01 in decode functions ( #11210 )
...
* `base64.b64decode`: `altchars` can be passed as an ASCII string to the `base64.b64decode` function.
* `base64.b32decode`: `map01` argument of `base64.b32decode` accepts `str | ReadableBuffer | None`.
2023-12-31 16:50:33 +02:00
Akuli
3ede0565d1
requests: Use the Any trick in HTTPError ( #11207 )
2023-12-30 01:28:10 -08:00
Kewei Li
3edfd9037c
Improve return types of os.wait3 and os.wait4 ( #11194 )
2023-12-28 18:09:38 +02:00
Jacob Walls
07d1d2a70c
Add attributes to AST type_param classes ( #11202 )
2023-12-28 13:25:12 +01:00
github-actions[bot]
ed201da420
[stubsabot] Bump regex to 2023.12.25 ( #11198 )
2023-12-25 01:21:37 +01:00
Alex Waygood
16933b838e
Bump mypy (and a few other test dependencies) ( #11196 )
2023-12-21 22:57:58 +00:00
Pavel Karateev
c1137ee364
stdlib modules removed in Python 3.13 (PEP 594) ( #11193 )
2023-12-20 21:55:11 -08:00