Block or Report
Block or report srittau
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
-
docker-wsgi-base Public archive
Docker container for Apache with mod_wsgi and Python 3.7
1,879 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2022
Created 11 commits in 6 repositories
Created a pull request in python/typeshed that received 4 comments
is_zipfile() also accepts bytes paths
Use a protocol for is_zipfile(), instead of IO
+8
−2
•
4
comments
Reviewed 28 pull requests in 3 repositories
python/typeshed
22 pull requests
- Add locale.gettext and related stubs, fixes #7164
-
Fix zero exponent for
ints - Improve in-place BinOp methods for sets
-
Improve
pydoctypings - Bring back Message.Extensions
- Add missing type hint for AbstractSet._hash()
-
Update
actions/github-scripttov5 -
Use
_typeshed.Selfindocutils.VersionInfoandos.sched_param - fix: enable encode/decode from/to hex string
-
Improve classmethods in
paramikostubs -
Misc 3rd-party stubs: improve
__enter__& constructor methods -
stdlib: Improve many
__iter__and constructor methods - Add iterable and ServerPool types to ldap3 Connection.server parameter
-
Improve
itertoolsstubs -
calendar.different_locale.__enter__returnsNone, not_LocaleType - is_zipfile() also accepts bytes paths
-
Fix several methods that should be
async def, but aren't -
Change
create_tasktype -
Use
async definstead ofdef ... -> Awaitableintyping - Add/fix types to a bunch of non-generated protobuf files
- bisect: insort_*, unlike bisect_*, expects x to match type of elements of a
-
Delete
SupportsAnyComparisontype in_typeshed
python/typing
4 pull requests
PyCQA/flake8-pyi
2 pull requests
Created an issue in PyCQA/flake8-pyi that received 1 comment
Enforce PEP 570-style positional only syntax
flake8-pyi should forbid old-style positional only syntax. I.e., instead of def foo(__bar): ... the following should be used: def foo(bar, /): ....
I…
1
comment