Insights: python/typeshed
Overview
Could not load contribution data
Please try again later
29 Pull requests merged by 10 people
-
fix `_ctypes.CFuncPtr` constructor args
#10154 merged
May 7, 2023 -
Redis: Add missing exported names
#10151 merged
May 6, 2023 -
move and rename from `ctypes._FuncPointer` to `_ctypes.CFuncPtr`
#10140 merged
May 6, 2023 -
[stubsabot] Mark pyvmomi as obsolete since 8.0.1.0
#10148 merged
May 6, 2023 -
Pin pyvmomi more tightly
#10147 merged
May 6, 2023 -
flake8: Enable F822
#10144 merged
May 5, 2023 -
Bump flake8-pyi to 23.5.0; re-enable F821
#10143 merged
May 5, 2023 -
[requests] Update stubs to 2.30
#10141 merged
May 5, 2023 -
[stubsabot] Bump regex to 2023.5.5
#10138 merged
May 4, 2023 -
[fpdf2] Update stubs for fpdf 2.7.4
#10136 merged
May 3, 2023 -
move some byref-related-stuffs from `ctypes/__init__.pyi` to `_ctypes.pyi`, as at runtime.
#10137 merged
May 3, 2023 -
[fpdf2] Update to 2.7.1
#9978 merged
May 3, 2023 -
Document sys.std* typing
#10135 merged
May 3, 2023 -
paramiko: Improve various bytes-related types
#10109 merged
May 3, 2023 -
add 'paragraph' node to docutils
#10102 merged
May 3, 2023 -
Add Markdown.ESCAPED_CHARS to Markdown stubs
#10134 merged
May 3, 2023 -
move some pointer-related-stuffs from `ctypes/__init__.pyi` to `_ctypes.pyi`, as at runtime.
#10133 merged
May 3, 2023 -
[stubsabot] Bump regex to 2023.5.4
#10131 merged
May 3, 2023 -
move some non-pointer-related-stuffs from `ctypes/__init__.pyi` to `_ctypes.pyi`, as at runtime.
#10130 merged
May 2, 2023 -
Add `stubdefaulter` to `create_baseline_stubs.py`
#10127 merged
May 2, 2023 -
move some stuffs related to Windows from `ctypes/__init__.pyi` to `_ctypes.pyi`, as at runtime.
#10128 merged
May 2, 2023 -
Alternative fix for pyright CI issues
#10121 merged
May 1, 2023 -
Convert the remaining ujson uses of AnyStr
#10086 merged
May 1, 2023 -
Avoid unnecessary forward refs in class definitions
#10124 merged
May 1, 2023 -
Remove unnecessary F821 noqas
#10123 merged
May 1, 2023 -
move some stuffs related to `_SimpleCData` from `ctypes/__init__.pyi` to `_ctypes.pyi`, as at runtime.
#10118 merged
Apr 30, 2023 -
Run mypy and pyright on our py312 stubs in CI
#10119 merged
Apr 30, 2023 -
`urllib3`: move stubs for `ssl_match_hostname` around
#10117 merged
Apr 30, 2023
3 Pull requests opened by 3 people
-
Add core tensorflow.data stubs
#10122 opened
May 1, 2023 -
Improve how we run mypy on the py312 stubs
#10152 opened
May 6, 2023 -
[stubsabot] Bump flake8-2020 to 1.8.*
#10153 opened
May 7, 2023
10 Issues closed by 4 people
-
`ctypes._FuncPointer` doesn't exist at runtime and `_ctypes.CFuncPtr` doesn't exist in typestub
#10132 closed
May 6, 2023 -
Daily tests failed on Sat May 06 2023
#10146 closed
May 6, 2023 -
migrate some stuffs in `ctypes/__init__.pyi` into `_ctypes.pyi`, but circular import occurs
#8633 closed
May 3, 2023 -
sys.stdin, sys.stdout, sys.stderr are of type io.TextIOWrapper
#10093 closed
May 3, 2023 -
paramiko stubs seem incorrect for python3
#5736 closed
May 3, 2023 -
Support numpy arrays for ReadableBuffer and WriteableBuffer
#10129 closed
May 2, 2023 -
Typing is wrong for overload of __round__ when ndigits parameter is omitted
#2638 closed
May 2, 2023 -
`create_baseline_stubs.py` script does not add default values
#10126 closed
May 2, 2023 -
pyright gives types found in `site-packages` higher priority than types found in typeshed
#10112 closed
May 2, 2023 -
Should stubs contain default values?
#8988 closed
May 2, 2023
5 Issues opened by 5 people
-
Policy on external dependencies for third party stubs
#10150 opened
May 6, 2023 -
Remove stubs for pyvmomi (not until November 2023)
#10149 opened
May 6, 2023 -
`restval`/`restkey` rom `csv.DictReader` can be `Any`
#10145 opened
May 5, 2023 -
[requests] Change urllib3 dependency
#10142 opened
May 5, 2023 -
`asyncio` no longer supports generator-based coroutines in 3.12+
#10116 opened
Apr 30, 2023
13 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Combine microsoft/python-type-stubs/sqlalchemy
#9597 commented on
May 2, 2023 • 4 new comments -
Remove `Flask-SQLAlchemy`
#9989 commented on
May 5, 2023 • 4 new comments -
Python 3.7 EOL
#10113 commented on
Apr 30, 2023 • 3 new comments -
Don't ignore missing stubs in setuptools
#10058 commented on
May 1, 2023 • 2 new comments -
Temporary moratorium on literal constants (until the end of 2022)
#7258 commented on
May 2, 2023 • 1 new comment -
Should `__all__` itself be included?
#6810 commented on
May 2, 2023 • 1 new comment -
The constructor of `_FuncPointer` can accept `None` to `paramflags` and `Structure` to `iid` in runtime.
#8968 commented on
May 3, 2023 • 1 new comment -
[redis] pipeline return types (again)
#6028 commented on
May 6, 2023 • 1 new comment -
Add stubs for click-default-group
#9304 commented on
May 4, 2023 • 1 new comment -
Complete `openpyxl` base descriptors
#10001 commented on
May 1, 2023 • 1 new comment -
"types" organisation on PyPI
#10074 commented on
Apr 30, 2023 • 0 new comments -
[stubsabot] Bump invoke to 2.1.*
#10098 commented on
May 3, 2023 • 0 new comments -
Mark Pillow as complete for stubtest
#10114 commented on
May 1, 2023 • 0 new comments