Alex Waygood
|
966fbfb300
|
py313: Consolidate _pyrepl allowlist entries (#12031)
|
2024-05-24 12:24:20 -07:00 |
|
Alex Waygood
|
2985ef414c
|
typing(_extensions) updates for py313 (#12030)
|
2024-05-24 15:16:15 -04:00 |
|
Alex Waygood
|
0152a6c134
|
Add __class_getitem__ methods new in py313 (#12029)
|
2024-05-24 12:11:22 -07:00 |
|
David Salvisberg
|
1781cde60a
|
Adds stubs for reportlab (#12013)
|
2024-05-24 19:05:26 +02:00 |
|
Alex Waygood
|
ac6c61ba04
|
Stubtest stdlib: unpin 3.11 and 3.12 micro versions (#12022)
|
2024-05-23 13:24:28 -07:00 |
|
Alex Waygood
|
ffa0327845
|
Use macos-12 for stdlib stubtest in CI (#12021)
|
2024-05-23 15:36:20 -04:00 |
|
Alex Waygood
|
dccc4e1f07
|
Run stubtest on py313 with macos and Windows in CI (#12020)
|
2024-05-23 14:55:15 -04:00 |
|
benchatt
|
044428446f
|
add field deprecated to classes and add_parser for argparse 3.13 (#12019)
|
2024-05-23 14:47:37 -04:00 |
|
benchatt
|
90f8cfca0b
|
add deprecated=False parameter to more argparse classes for 3.13 (#12018)
|
2024-05-23 14:13:41 -04:00 |
|
benchatt
|
cf4678c84a
|
Add deprecated parameter to two classes in argparse (#12017)
|
2024-05-23 13:46:06 -04:00 |
|
Sebastian Rittau
|
f3ca3001ee
|
Update PyMySQL to 1.1.1 (#12001)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2024-05-23 13:14:43 -04:00 |
|
Alex Waygood
|
4bc70e1e4d
|
Use mypy from git for stdlib stubtest (#12016)
|
2024-05-23 13:08:18 -04:00 |
|
Avasam
|
c11fc20651
|
Small fix for pkg_resources StrPath (#12015)
|
2024-05-23 09:13:53 -07:00 |
|
funkyrailroad
|
76a42727ab
|
Add datetime __replace__ methods on 3.13+ (#12014)
|
2024-05-23 11:56:09 -04:00 |
|
funkyrailroad
|
d75a47c2b7
|
Update BaseException and BaseExceptionGroup for 3.13 (#12010)
|
2024-05-23 10:44:41 -04:00 |
|
Alex Waygood
|
909b91ef94
|
Remove language_version from black hook in .pre-commit-config.yaml (#12009)
|
2024-05-23 10:18:13 -04:00 |
|
Lennox Stevenson
|
fca4da54b1
|
Remove stripe stubs (#12003)
|
2024-05-23 15:39:27 +02:00 |
|
Nikita Sobolev
|
b8e35627f0
|
Bump python-crontab to 3.1.* (#12008)
|
2024-05-23 11:02:03 +02:00 |
|
Adam Dangoor
|
933444d1a8
|
Add types to parameters for Docker Network.disconnect (#12007)
|
2024-05-23 10:10:13 +02:00 |
|
renovate[bot]
|
f7c03486ee
|
Update dependency pyright to v1.1.364 (#12005)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-05-22 21:08:34 -04:00 |
|
Adam Dangoor
|
e1bb4edfe4
|
Add types for Docker client from_env kwargs (#11989)
|
2024-05-23 00:25:36 +02:00 |
|
Avasam
|
50cbca413c
|
Make shutil.rmtree.onexc parameter optional (#12002)
|
2024-05-22 22:41:25 +02:00 |
|
Avasam
|
06efe457d4
|
Bump setuptools to 70.0 (#11994)
|
2024-05-22 17:21:17 +02:00 |
|
Sebastian Rittau
|
425c69a6b9
|
Prefix utility modules with underscore (#11999)
|
2024-05-22 09:35:11 -04:00 |
|
Sebastian Rittau
|
f9664a4325
|
[requests] Update to 2.32.2 (#12000)
Also replace some `Any` annotations with `Incomplete` and use `Final` in `requests.__version__`.
|
2024-05-22 06:16:42 -07:00 |
|
Ali Chaudry
|
aa2d33df21
|
[Flask-Cors] accepts flask blueprints (#11995)
|
2024-05-22 11:29:31 +02:00 |
|
github-actions[bot]
|
489e8dbf41
|
[stubsabot] Bump hvac to 2.2.* (#11839)
|
2024-05-21 12:14:16 +02:00 |
|
github-actions[bot]
|
9a86dcd21a
|
[stubsabot] Bump pep8-naming to 0.14.* (#11924)
|
2024-05-21 11:42:34 +02:00 |
|
Shantanu
|
c7664eed12
|
base64: add z85 for py313 (#11976)
|
2024-05-21 11:30:11 +02:00 |
|
Jelle Zijlstra
|
eeea0ac614
|
asyncio: fix task factory types (#11993)
|
2024-05-21 11:18:38 +02:00 |
|
Sebastian Rittau
|
d479e0f24a
|
Unify stubtest allowlist handling more (#11986)
This makes it trivial to consistently extend supported allowlists in the future.
|
2024-05-21 08:25:32 +02:00 |
|
Sebastian Rittau
|
0a95341735
|
Marked the std streams as possibly be None (#11826)
|
2024-05-21 08:22:29 +02:00 |
|
Avasam
|
a375953f63
|
distutils & setuptools: Relax path related params (#11948)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2024-05-20 23:41:20 -04:00 |
|
github-actions[bot]
|
6816cf47f7
|
[stubsabot] Bump requests to 2.32.* (#11991)
Release: https://pypi.org/pypi/requests/2.32.1
Homepage: https://requests.readthedocs.io
Repository: https://github.com/psf/requests
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/requests
Diff: https://github.com/psf/requests/compare/v2.31.0...v2.32.1
Stubsabot analysis of the diff between the two releases:
- Total lines of Python code added: 486.
- Total lines of Python code deleted: 131.
|
2024-05-20 22:13:42 -04:00 |
|
Alex Waygood
|
88c7f96d25
|
Run stubtest on py313 in CI (#11987)
|
2024-05-20 15:56:41 -04:00 |
|
Sebastian Rittau
|
e2e3750ee9
|
Move stdlib allowlists to stdlib/@tests (#11982)
Rename py3_common.txt to common.txt
|
2024-05-20 13:23:02 +02:00 |
|
Jelle Zijlstra
|
3cb7451c99
|
dis: Update for Python 3.13 (#11985)
|
2024-05-20 13:02:52 +02:00 |
|
Alex Waygood
|
b8d144d491
|
Add 3.13 to our CI (#11926)
|
2024-05-19 16:18:49 -04:00 |
|
Alex Waygood
|
347f8a96b5
|
regr_test.py: improve several concurrency details (#11984)
|
2024-05-19 14:21:26 -04:00 |
|
Ali Hamdan
|
08b9c86488
|
Use assignments for enums in pillow (#11959)
|
2024-05-19 12:13:48 +02:00 |
|
Ali Hamdan
|
d9f47c37b3
|
Bump pygit2 to 1.15 and fix enums (#11983)
|
2024-05-19 12:04:44 +02:00 |
|
Shantanu
|
5445a4a243
|
csv: update for py313 (#11979)
|
2024-05-18 22:17:55 -04:00 |
|
Shantanu
|
448870170c
|
stat: fix up (#11977)
|
2024-05-18 22:16:46 -04:00 |
|
Shantanu
|
5d580629be
|
sys: fix pos-only args (#11978)
|
2024-05-18 22:14:44 -04:00 |
|
Shantanu
|
2ab710010b
|
shutil: add chown args in py313 (#11973)
|
2024-05-18 15:09:31 -07:00 |
|
Shantanu
|
68e1396227
|
re: update for py313 (#11975)
|
2024-05-18 15:09:21 -07:00 |
|
Shantanu
|
0511881668
|
queue: add ShutDown to __all__ (#11974)
|
2024-05-18 18:06:42 -04:00 |
|
Shantanu
|
87edeb65d8
|
os.path etc: update for py313 (#11965)
|
2024-05-18 17:57:44 -04:00 |
|
Shantanu
|
2756f16a11
|
logging: update for py313 (#11972)
|
2024-05-18 14:49:22 -07:00 |
|
Shantanu
|
70d2c4ec96
|
statistics: add kde, kde_random in py313 (#11941)
|
2024-05-18 14:47:20 -07:00 |
|