Commit Graph

11501 Commits

Author SHA1 Message Date
Sebastian Rittau 25438e5f21 [tarfile] Use Literal for TarFile.{debug,errorlevel} (#15368) 2026-03-11 16:27:22 +01:00
Mark Steward 69b19d5b64 [wtforms] Fix variance issues with SelectField.choices (#15503) 2026-03-11 14:17:48 +01:00
github-actions[bot] a9fbf47e67 [stubsabot] Bump geopandas to 1.1.3 (#15499) 2026-03-10 17:31:09 +01:00
Hunter Hogan a1c4ca3d8b [resampy] Add stubs for resampy 0.4.3 (#15341) 2026-03-09 14:18:08 +01:00
Randolf Scholz bfb7342f83 remove dict.__or__ overloads (#14284) 2026-03-08 19:33:25 +00:00
github-actions[bot] 4905a322e5 [binaryornot] Mark as obsolete since 0.5.0 (#15494) 2026-03-08 08:41:33 +01:00
Semyon Moroz 3e9ca33422 [tabulate] Update to 0.10.* (#15491) 2026-03-07 12:17:12 +01:00
FuYn 6827cd4777 [bisect] Allow sequences without __len__ when hi is explicitly provided (#15493) 2026-03-07 11:53:21 +01:00
Adolfo Ochagavía 07ffb67b92 [cffi] Accept floats in cast (#15487) 2026-03-06 09:57:19 +01:00
Semyon Moroz e108320b29 [python-dateutil] Complete stubs (#15476) 2026-03-04 20:43:10 -05:00
pinterior b0401bc7df [contextlib] adjust nullcontext.__init__ to fix divergences in type checkers (#15482) 2026-03-04 09:33:00 +01:00
Semyon Moroz 7c9d622f5b Update allowlists for latest Python patch releases (#15485)
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
2026-03-03 22:54:01 -05:00
github-actions[bot] 5803a553ee [stubsabot] Bump yt-dlp to 2026.3.3 (#15484) 2026-03-03 22:19:00 -05:00
github-actions[bot] 64bf74e44e [stubsabot] Bump pytz to 2026.1.post1 (#15483) 2026-03-03 22:17:44 -05:00
Semyon Moroz 0e16ea31d2 [Authlib] Update to 1.6.9 (#15481) 2026-03-02 22:29:26 -05:00
Albert Eduardovich N. 35004e95ca [encodings] Reexport encodings.aliases (#15462) 2026-03-02 13:32:54 +01:00
Hoël Bagard 1965b2051b [tqdm] Add thread_map and process_map type hints (#15460) 2026-03-02 12:19:48 +01:00
albinoyoda b8b4b69253 [networkx] Graph/MultiGraph inherited methods return Self (#15453) 2026-03-02 11:37:11 +01:00
Randolf Scholz e8638cd0eb [builtins] Canonicalized set/frozenset signatures (#15470) 2026-03-02 11:30:17 +01:00
Eric Werner ceaa3e17a0 [urllib.requests] Allow install_opener to be reset (#15477) 2026-03-02 11:26:53 +01:00
Ellie 5a9544f5b0 [python-dateutil] Make dateutil.parser.parse(fuzzy_with_tokens=True) return a tuple (#15474)
Co-authored-by: ellieayla <1447600+me@users.noreply.github.com>
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
2026-03-01 17:11:43 -05:00
Ellie 944838fc60 Add stubs for datauri 2026-02-28 21:02:04 -05:00
github-actions[bot] 12944d12ef [stubsabot] Bump regex to 2026.2.28 (#15475) 2026-02-28 20:40:53 -05:00
Brian Schubert 843c1fd5a1 [ibm-db] Mark constants as Final (#15465)
* Set literal values for hard-coded constants
* Add missing `__version__`
2026-02-27 08:21:24 +01:00
Brian Schubert d6cdd5ec6d [ibm-db] Add stubs for ibm_db_ctx (#15463) 2026-02-25 01:26:47 -08:00
github-actions[bot] fdbb8d5e34 [stubsabot] Bump ibm-db to 3.2.8 (#14685) 2026-02-24 20:57:22 -05:00
droppingbeans 3e951ce7a1 Link to typing spec rather than PEP-561 (#15461)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2026-02-24 11:36:16 +00:00
Semyon Moroz 33b3568a93 [tensorflow] Add __slots__ (#15459) 2026-02-23 20:22:06 +01:00
Brian Schubert 2b36c453e8 [types] Make UnionType.__getitem__ parameter positional-only (#15458) 2026-02-23 18:06:19 +01:00
github-actions[bot] 6ee36bacec [pyRFC3339] Remove as it ships py.typed file (#15455) 2026-02-23 07:43:52 +01:00
Randolf Scholz 24827c4590 Made parameters of collections.abc members positional only (#15305) 2026-02-22 20:23:45 +01:00
Semyon Moroz b43fc8f6f3 Add missing __slots__ to third-party packages (#15454) 2026-02-22 20:08:46 +01:00
Semyon Moroz 9a9cc1834d [reportlab] Add more annotations for pdfgen (#15452) 2026-02-22 13:44:49 +01:00
Semyon Moroz de7daebb0b [reportlab] Use TypeIs for utils (#15451) 2026-02-22 13:43:56 +01:00
Semyon Moroz 0cb938194a [peewee] Annotate return types (#15450)
Add __slots__
2026-02-22 13:42:56 +01:00
Brian Schubert dfc703cf17 [yt-dlp] Update to 2026.2.21 (#15449) 2026-02-22 13:37:44 +01:00
Jack O'Connor 9cd3428757 [asyncio] Remove redundant overload of asyncio.wait (#15444) 2026-02-21 21:47:05 +01:00
Brian Schubert 0783075d6f [opcode] Remove concrete values from unstable opcode constants (#15447) 2026-02-21 19:04:20 +01:00
Brian Schubert a3d69472e2 [pickle] Fix value of pickle.DEFAULT_PROTOCOL for Python <3.14 (#15446) 2026-02-21 19:03:39 +01:00
Semyon Moroz 9a06cb6c16 [peewee] Update to 4.0.0 (#15445)
* Add default values
2026-02-21 09:48:26 +01:00
Emmanuel Ferdman 9e6b58fad0 [multiprocessing.queues] Add missing pickle methods (#15424) 2026-02-20 19:52:09 +01:00
Semyon Moroz 789bc53252 [reportlab] Add more annotations for pdfbase (#15431) 2026-02-20 19:44:28 +01:00
Emmanuel Ferdman 5af6060410 [protobuf] Add missing encoder and sizer exports (#15422) 2026-02-20 18:46:31 +01:00
Semyon Moroz 0c2dae45f1 [multiprocessing] Update to 3.14 (#15427) 2026-02-20 18:41:04 +01:00
Sebastian Rittau de55f7ff87 [assertpy] Remove spurious Iterable from star arguments (#15441) 2026-02-20 12:45:56 +01:00
github-actions[bot] a63dde194e [stubsabot] Mark fpdf2 as obsolete since 2.8.6 (#14944) 2026-02-20 10:15:32 +01:00
github-actions[bot] 8e768a2745 [stubsabot] Remove ujson as ships py.typed file (#15437) 2026-02-20 10:11:47 +01:00
Brian Schubert 7a610ebc92 [regex] Update to 2026.2.19 (#15439) 2026-02-19 21:46:33 -08:00
Semyon Moroz 637ece0f0d [_thread] Deprecate undocumented synonyms (#15436) 2026-02-18 10:30:11 +01:00
Brian Schubert d4a1c39d5c Make filename, stream, and handlers parameters of logging.basicConfig mutually-exclusive (#15435) 2026-02-18 09:49:35 +01:00