Commit Graph

9607 Commits

Author SHA1 Message Date
Max Muoto
ee526b14a4 Resolve Traversable.open failure for 3.13 beta 4 (#12412) 2024-07-23 00:29:05 -07:00
Max Muoto
e5bab16884 Update interpchannels for 3.13 beta 4 (#12411) 2024-07-23 00:28:26 -07:00
Max Muoto
2909053047 Add copy.replace for 3.13 (#12262) 2024-07-22 18:34:34 -07:00
Vinícius Gonçalves de Oliveira
128d8eb904 ExifRead: Fix Reader.__iter__() (#12402)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2024-07-22 19:16:14 +03:00
Avasam
6ddef4333d Bump setuptools to 71.1.* and mark pkg_resources as obsolete (#12397) 2024-07-22 13:23:39 +02:00
Tomas R
964d1d73ae Add BaseException.__new__ (#12346) 2024-07-21 13:16:10 +02:00
Avasam
1b560bbf6a Bump setuptools to 71.0.* (#12381) 2024-07-21 13:09:27 +02:00
Derek Horkel
aae471feff add some missing or incorrect types to peewee (#12251) 2024-07-20 21:43:18 -07:00
sobolevn
0782c2931c Bump croniter to 2.0.* (#12364) 2024-07-20 21:39:09 -07:00
Max Muoto
b20dd41bec Add MAP_NORESERVE for Linux (#12385) 2024-07-20 21:38:30 -07:00
Max Muoto
b6c089d756 Remove webbrowser.MacOSX for Python 3.13 (#12390) 2024-07-20 21:37:51 -07:00
github-actions[bot]
7d82517256 [stubsabot] Mark pyOpenSSL as obsolete since 24.2.1 (#12387)
Release: https://pypi.org/pypi/pyOpenSSL/24.2.1
Homepage: https://pyopenssl.org/
Repository: https://github.com/pyca/pyopenssl
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/pyOpenSSL
Diff: https://github.com/pyca/pyopenssl/compare/24.1.0...24.2.1
2024-07-20 21:27:27 -07:00
Max Muoto
e82f130693 Fix _stat for 3.13 (#12383) 2024-07-20 21:25:55 -07:00
Max Muoto
ab55971e5f Add os.waitid and os.waitid_result for osx (#12391) 2024-07-20 21:19:36 -07:00
Max Muoto
60303f6f06 Add readline.backend for 3.13 (#12384) 2024-07-20 21:09:23 -07:00
Max Muoto
5eaa400f2b Add POSIX_SPAWN_CLOSEFROM for 3.13 linux (#12386) 2024-07-20 20:59:46 -07:00
Max Muoto
63100c17fe Add fcntl constants for 3.13 (#12389) 2024-07-20 20:59:26 -07:00
Max Muoto
3030f013be Fix syslog 3.13 issues (#12380) 2024-07-20 14:07:00 -07:00
renovate[bot]
8ccf26b440 Update most test/lint dependencies (#12379) 2024-07-20 22:02:12 +01:00
Max Muoto
f54427b660 Add timer notification functions for os/posix, 3.13 (#12378) 2024-07-20 13:39:10 -07:00
Max Muoto
240e3d8004 Correct MappingProxyType for 3.8+ (#12369)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
2024-07-20 13:37:30 -07:00
Max Muoto
304b8e9626 Add missing posix functions for 3.13 (#12375) 2024-07-20 12:26:35 -07:00
Max Muoto
fa0c14fa33 Enforce Positional Arguments for _CData.from_param (#12373) 2024-07-20 12:21:36 -07:00
Max Muoto
9f9a461bc1 Add mmap MacOS constants for 3.13 (#12374) 2024-07-20 12:17:05 -07:00
Max Muoto
18bac0ba7e Add os.waitid for macos in 3.13 (#12376)
Add waitid for macos in 3.13
2024-07-20 12:15:16 -07:00
Nelson Yeung
389b318691 [docker] Add restart_policy type annotation to Container model (#12366) 2024-07-19 18:39:29 +02:00
Noam
cc7c950381 Openpyxl fixes for worksheet and image. (#12363) 2024-07-18 16:41:45 +02:00
Noam
6b919d76e2 Add dimensions for openpyxl Image. (#12362) 2024-07-18 12:28:39 +02:00
Sebastian Rittau
6552aa3d2c Bump pyright to 1.1.372 (#12361) 2024-07-18 03:08:53 -07:00
Jelle Zijlstra
d482d4e83c More precise type for TypeAliasType.__getitem__ (#12354)
At runtime, this always returns a GenericAlias; see typealias_subscript
in Objects/typevarobject.c. See microsoft/pyright#8444.
2024-07-17 06:37:31 -07:00
Alex Waygood
6d68b57d74 Pin croniter to 2.0.5 (#12356) 2024-07-17 01:47:08 +01:00
Sebastian Rittau
cc40120ee5 mypy_test: Exclude sub-modules not in current Py version (#12352) 2024-07-16 16:04:54 +02:00
sobolevn
274b10da70 Bump cachetools to 5.4.* (#12353) 2024-07-16 14:07:42 +01:00
Jelle Zijlstra
1209816e48 Add .closed property to NamedTemporaryFile (#12349)
This is necessary for a NamedTemporaryFile to be compatible with io.TextIOWrapper.
2024-07-16 13:03:54 +02:00
Sebastian Rittau
f0afb04395 Extract VERSIONS parsing to _utils.py (#12351) 2024-07-16 12:51:15 +02:00
Max Muoto
d56c7bb2e0 Enforce positional arguments for set_threshold in gc (#12350) 2024-07-16 11:29:25 +02:00
Max Muoto
0df6028dc8 Use Final for Constant Literals in the stdlib (#12332)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-07-15 18:07:34 +01:00
Justin Su
02b05d67c4 Fix type for FileCookieJar.filename (#12333) 2024-07-15 14:30:32 +02:00
Max Muoto
ac3d422330 Enforce positional args for codec functions (#12343) 2024-07-15 14:03:33 +02:00
Max Muoto
f863db6bc5 Update tkinter.PhotoImage (#12342)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
2024-07-15 00:42:27 +03:00
Max Muoto
1b9e90baab Use positional-only parameters for ctypes functions (#12341) 2024-07-13 22:16:42 -07:00
Alex Waygood
16341c749a Fix stubtest for shapely (#12339)
Fixes #12338
2024-07-13 17:56:29 -07:00
Max Muoto
35b84f2f21 Update email.utils for 3.13 (#12336)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2024-07-13 14:08:28 -07:00
sobolevn
4740d320c5 Bump pygit2 to 1.15.* (#12319) 2024-07-13 17:38:05 +02:00
sobolevn
c4f7a72e50 macos does not have sed --in-place argument (#12330) 2024-07-13 06:02:22 -07:00
Kirill Podoprigora
1eb6e223f4 Add `MimeTypes.add_types` method (#12329) 2024-07-13 10:29:46 +02:00
Max Muoto
670ca3125b Resolve asyncio issues for 3.13 (#12327) 2024-07-13 10:12:15 +02:00
Max Muoto
6a9b53e719 Update _collections_abc for 3.13 (#12309) 2024-07-11 17:35:16 -07:00
Max Muoto
4f2dcdecde Update CoverageResults for 3.13 (#12325) 2024-07-11 17:19:40 -07:00
BJ Hargrave
f6eb38bddd Update assertpy/string.pyi to correct type of pattern arg (#12235)
The methods requires the pattern arg to be of type str, not Pattern.

Signed-off-by: BJ Hargrave <bj@hargrave.dev>
2024-07-11 17:16:10 -07:00