Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
4,358 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in python/typeshed that received 5 comments
Remove most consistency checks and split builtins.pyi into py2/3 files
Drop unnecessary version info branches from builtins. Replace Text with str in Python 3 branch. Partly addresses #4674
- Only add a mypy_primer comment if there is output
- Clean up files with former forced consistency
- Split distutils for Python 2 and 3
- Drop support for Python 3.5
- CI: Update Python and mypy versions
- Remove some TODOs from IO classes
- Add information about removing third-party packages
- Derive Reversible from Iterable
- Replace bool.__init__() with __new__()
- Use GitHub Actions to run mypy
- Fix patch() used as decorator
- mypy_test_suite: run a subset of tests
- Adding a stub for redis.Redis.client()
- Annotate extension methods in protobuf message
- mypy_primer: post a more informative message
- Update stubs for redis-py connection module
- mypy_primer: post failures as comments
- tests / scripts: blacken and isort
- stubtest unused: match stubtest version, add fix
- Fix type of typed_ast.ast27.Str.s
- update requests stubs with various missing methods
- Fixed stubs for protobuf symbol_database and message
- Update multiprocessing.pool: Function argument "iterable" has no default value
- redis: add acl stubs
- typeshed: remove crufty comments
- fractions: make Fraction satisfy SupportsRound
- mark some positional-only arguments
- Fix aiofiles type definitions
- Allow sequence as `names` in jinja2 Environment
- update init stubs for Redis and redis Connection
- PEP 584: add or operators to dict
- fix(cachetools): fix decorators signature typing
- cachetools ttl should be float
- Tighten pyjwt types
- Added Iterable of tuples support
- builtins: int can accept __trunc__-able
- Some pull request reviews not shown.
Created an issue in python/typeshed that received 3 comments
Removal policy
This came up in #4606. I think we should have a clear policy on when to remove packages from typeshed. My suggestion: If a package ships with a py…