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
Shantanu
1245faf0d5
Remove 2.7 from VERSIONS ( #11185 )
2023-12-20 14:31:22 +01:00
Nikita Sobolev
8dfebc0117
Bump pyright to 1.1.342 ( #11190 )
2023-12-20 12:11:38 +01:00
Neil Girdhar
ba7bd9f98a
Add some missing networkx annotations ( #11181 )
2023-12-19 12:21:47 +01:00
Neil Girdhar
2dfa9544ed
Fix annotation for networkx.subgraph_view ( #11180 )
2023-12-19 12:16:08 +01:00
Avasam
cf6bafbaf2
override http.HTTPMessage methods to only use str for the header type ( #11114 )
2023-12-19 08:37:57 +01:00
github-actions[bot]
7bdf6ba85c
[stubsabot] Bump braintree to 4.25.* ( #11182 )
...
Release: https://pypi.org/pypi/braintree/4.25.0
Homepage: https://developer.paypal.com/braintree/docs/reference/overview
Repository: https://github.com/braintree/braintree_python
Diff: https://github.com/braintree/braintree_python/compare/4.24.0...4.25.0
2023-12-18 17:48:30 -08:00
Neil Girdhar
25009411db
Set the maximum line length in .editorconfig ( #11184 )
...
* 130 matches what the linter and formatter are told for Python files.
* 79 appears to be the limit for README.md.
2023-12-19 01:21:01 +00:00
Stephen Morton
ad51dde631
add unittest.case._AssertRaisesBaseContext class ( #11158 )
2023-12-18 23:07:47 +01:00
Stephen Morton
f8e738621f
add intermediate classes in selectors module ( #11164 )
2023-12-18 20:22:05 +01:00
Stephen Morton
a53bfebb3f
add zipfile._path ( #11150 )
2023-12-18 14:45:20 +01:00