Commit Graph

9838 Commits

Author SHA1 Message Date
Danny Yang
2cc71de3c3 Update tqdm to 4.67.* (#13004) 2024-11-18 13:09:35 +01:00
Stephen Morton
5d859ca366 Add _hashlib module (#13030) 2024-11-18 13:08:46 +01:00
Avasam
eea59f673b Update setuptools return types (#12991) 2024-11-18 13:00:54 +01:00
Joren Hammudoglu
480b1ac2e6 Only accept type[Self] in the object.__class__ setter (#13021) 2024-11-18 12:34:36 +01:00
Stephen Morton
b2c964fdea Make inheritance and metaclass of ctypes better match reality (#12982) 2024-11-18 12:32:20 +01:00
Stephen Morton
780626ee36 Fix webbrowser.MacOSX.__init__ (#13035) 2024-11-18 11:10:35 +00:00
Stephen Morton
631c9924cf improve unexposed zlib types (#13032)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-11-18 07:40:30 +00:00
Stephen Morton
2419d7520b Improve datetime._IsoCalendarDate (#13029) 2024-11-17 18:02:29 +00:00
Stephen Morton
68d05208d4 add _curses_panel module (#13028) 2024-11-17 17:52:17 +00:00
Shantanu
b4cd0bdf1b waitress: fixes for latest (#13027) 2024-11-17 00:34:23 +00:00
Stephen Morton
0231342048 Improve stubs for decimal.DecimalContext (#13025) 2024-11-17 00:33:07 +00:00
Stephen Morton
73a55e76be updates for _dbm._dbm (#13024) 2024-11-17 00:26:59 +00:00
Stephen Morton
405b1bdb2f curses._ncurses_version updates (#13023)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-11-16 23:16:34 +00:00
Stephen Morton
2a1a2229cb mark _codecs.EncodingMap as final (#13022) 2024-11-16 23:03:03 +00:00
Stephen Morton
f554f54673 The four protocol-like ABCs outside of collections.abc inherit from ABC directly (#13005) 2024-11-16 19:00:39 +01:00
Stephen Morton
7c7629d909 add typing._Final (#13015)
This is the subset of typing module internal base classes
that are stable over all supported versions of python.
2024-11-16 16:55:38 +01:00
Mikael Lindemann
dfbbf168c9 [pysftp] Logging attribute can be bool or str (#13018) 2024-11-16 16:48:26 +01:00
Danny Yang
2aa99e6854 Bump peewee to 3.17.8 (#13014) 2024-11-16 16:46:12 +01:00
Sebastian Rittau
e718a7363f [Deprecated] Update to 1.2.15 (#13020) 2024-11-16 16:30:53 +01:00
Alex Waygood
6d21e34d78 Improve the definition of os._ScandirIterator (#13013) 2024-11-15 21:33:32 +00:00
github-actions[bot]
8cdc1c141b [stubsabot] Bump setuptools to 75.5.* (#13017)
Release: https://pypi.org/pypi/setuptools/75.5.0
Repository: https://github.com/pypa/setuptools
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/setuptools
Changelog: https://setuptools.pypa.io/en/stable/history.html
Diff: https://github.com/pypa/setuptools/compare/v75.4.0...v75.5.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.
 - 1 file included in typeshed's stubs has been modified or renamed: `setuptools/config/pyprojecttoml.py`.
 - Total lines of Python code added: 0.
 - Total lines of Python code deleted: 20.

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>
2024-11-15 07:40:54 +00:00
renovate[bot]
5052fa2f18 Update dependency pyright to v1.1.389 (#13012)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 09:51:56 +01:00
Danny Yang
e1205f0bfc Update gevent to 24.11.* (#13003) 2024-11-13 20:03:56 -08:00
Danny Yang
1be2c08869 Update networkx stubs for 3.4.2 (#13001) 2024-11-13 20:03:01 -08:00
Danny Yang
8f21da5bee Update setuptools to 75.4.* (#13002) 2024-11-13 20:01:23 -08:00
Preethi
51d0f0194c Support Writeable Zipfile on workbook.save (#13009) 2024-11-13 16:45:49 +01:00
Danny Yang
af4df4eb24 Bump boltons to 24.1.* (#12970)
Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
2024-11-12 13:11:47 +00:00
InSync
986e9e3830 Fraction.__new__ now accepts anything with .as_integer_ratio() (#12994)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-11-12 12:57:54 +00:00
Stephen Morton
074cef02a5 add multiprocessing.managers._BaseDictProxy (#12951)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-11-12 12:47:02 +00:00
傅立业(Chris Fu)
94f458f2df Add trackfd onto mmap.mmap constructor (#13000) 2024-11-11 18:32:00 -08:00
Avasam
300204c683 setuptools._distutils._msvccompiler.MSVCCompiler non-None ClassVars (#12995) 2024-11-11 13:45:05 -05:00
Ali Hamdan
a870a4e63a Remove numpy pins from several stubs (#12993) 2024-11-11 17:47:11 +01:00
Rebecca Chen
ea368c7269 Type __call__ on builtins._NotImplementedType as None. (#12984)
Currently, this is intentionally incorrectly typed in order to produce a
better mypy error message. But pyright (and presumably other type checkers)
end up just treating instances of _NotImplementedType as callable.

With this change, the mypy error message gets a little worse, but other type
checkers can understand that instances of _NotImplementedType aren't
callable, which I think is an improvement.
2024-11-08 13:05:56 -08:00
Stephen Morton
76537eb81b BZ2Compressor and BZ2Decompressor live in the _bz2 module (#12976) 2024-11-08 17:47:00 +01:00
Stephen Morton
65af6e48b5 LZMADecompressor, LZMACompressor, and LZMAError live in _lzma (#12977) 2024-11-08 17:46:29 +01:00
Stephen Morton
460c09d122 add _contextvars for proper naming (#12981)
On 3.9 and lower, the contextvars types call themselves builtins.*
which we can't and won't match. This improves naming fidelity for
3.10 and newer.
2024-11-08 17:45:59 +01:00
Blaze
30c9af5aaa Add listener attribute to QueueHandler (#12986) 2024-11-08 05:55:03 -08:00
Stephen Morton
27286c6821 Struct class lives in _struct (#12980)
This one is an improvement on 3.9+. On 3.8, the Struct class
calls itself `builtins.Struct` instead, which we can't and won't
match. `struct.error` is defined in `_struct.c`, but always called
itself `struct.error`.

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2024-11-07 20:10:50 -08:00
Stephen Morton
a0165ae31a add _dbm and _gdbm to align naming of error types with runtime (#12978) 2024-11-07 17:21:46 -08:00
Stephen Morton
1c78402e8a SimpleQueue and Empty live in _queue (#12979) 2024-11-07 16:45:54 -08:00
Brian Schubert
951c0b82e8 Update logging.config.fileConfig to accept any Mapping for defaults (#12973) 2024-11-07 13:12:24 -08:00
Sebastian Rittau
0d4a94803a Remove docopt (#12975) 2024-11-07 19:51:15 +01:00
Brian Schubert
dafd67c2cc Mark OSError.strerror as sometimes None (#12974) 2024-11-07 08:08:28 -08:00
Avasam
502e168cc6 Mark docopt as obsolete in favor of docopt-ng (#12965) 2024-11-07 16:19:48 +01:00
github-actions[bot]
5161a236a0 [stubsabot] Bump regex to 2024.11.6 (#12967) 2024-11-07 09:44:01 +01:00
renovate[bot]
b674bfaebf Update dependency pyright to v1.1.388 (#12969)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-06 18:29:31 -08:00
Agriya Khetarpal
3d853d5fa8 Improve path-related type hints for setuptools.Extension() and distutils.CCompiler() (#12958)
Co-authored-by: Avasam <samuel.06@hotmail.com>
2024-11-06 17:51:48 -05:00
Colin Watson
1ae7e615c0 Loosen type of fileobj argument to TarFile.addfile (#12961)
It only seems to need something it can read bytes from, rather than a
full-fledged `IO[bytes]`.
2024-11-06 06:10:25 -08:00
Sebastian Rittau
8dd43718bc Update pyRFC3339 to 2.0.1 (#12960) 2024-11-06 06:08:33 -08:00
github-actions[bot]
6c3a534f9a [stubsabot] Mark caldav as obsolete since 1.4.0 (#12957) 2024-11-06 11:09:16 +01:00