Popular repositories
1,498 contributions in the last year
Less
More
Activity overview
Contribution activity
October 2021
Created 32 commits in 13 repositories
Created a pull request in python/typeshed that received 10 comments
Add a typeshed_utils package
Our tests as well as the stub_uploader contain quite a bit of duplication by now. The recent versions overhaul was fairly complicated and broke the…
+540
−314
•
10
comments
Opened 11 other pull requests in 4 repositories
python/typeshed
6
merged
python/typing
1
open
2
merged
python/peps
1
merged
typeshed-internal/stub_uploader
1
merged
Reviewed 33 pull requests in 3 repositories
python/typeshed
29 pull requests
- Stubs for google.cloud.ndb the Google Cloud Datastore ndb client library
- Upgrade PyYAML to version 6
- get rid of tkinter._TkinterSequence type alias
- redis | improve decr typing and add decrby on redis.Redis
- tkinter.ttk.Treeview: add Literal[""] to item options
-
Adds
redis/sentinel.pyi - Big diff: use lowercase tuple where possible
- builtins: next() does not allow keyword args for default
- freezegun: _freeze_time returns union of factories
- Add CAN_RAW_JOIN_FILTERS constant to socket stub
- Further BeautifulSoup4 improvements.
- [dateutil] rruleset.rrule accepts rrule
- Add star to all non-0.1 versions
-
Improves
ImageColor.pyi -
Mark
sqlite3.Cursor.rowcountas anint - Fixed type of lock parameter of cachetools.cachedmethod() decorator
- Improve typing in site
- Update remaining versions for third-party stubs
- [vobject] fix return value ob readComponents
-
Adds
Redis.memory_purge() - add TypeGuard to coroutines.iscoroutine
-
Adds
memory_stats()toRedis - ADD: types for ExtensionFileLoader (#4769)
- Add singledispatchmethod to singledispatch
- Allow third-party versions to end in asterisk
- Some pull request reviews not shown.
typeshed-internal/stub_uploader
2 pull requests
python/typed_ast
2 pull requests
Created an issue in python/typing that received 4 comments
typing-extensions versioning
Currently, typing-extensions is roughly versioned after the latest Python release. I believe that's the case, since originally typing_extensions in…
4
comments