Popular repositories
8,222 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 12 commits in 4 repositories
Created a pull request in pypa/pip that received 14 comments
Replace vendored html5lib with stdlib
The html5lib library isn't strictly required as the same functionality can be achieved through the stdlib html.parser module. The html5lib is one o…
+56
−13,319
•
14
comments
Opened 14 other pull requests in 3 repositories
pypa/pip
8
merged
4
open
- Simplify RequirementPreparer._downloaded data structure
- Replace AnyStr with str in src/pip/_internal/utils/misc.py
- Precise type of on_returncode argument to call_subprocess()
- Upgrade nox to remove mypy ignores
- Remove six import from src/pip/_internal/req/req_install.py
- Move many type comments to annotations
- Blacken the src/pip/_internal/models directory
- Blacken src/pip/_internal/vcs directory
- Remove Python 2 __nonzero__ method definitions
- Remove six import in resolution/resolvelib/found_candidates.py
- Simplify operations/install/wheel.py
- Upgrade vendored distro to use new API and type hints
urllib3/urllib3
1
merged
python/typeshed
1
merged
Reviewed 6 pull requests in 2 repositories
pypa/pip
5 pull requests
python/typeshed
1 pull request
Created an issue in rubocop/rubocop-rspec that received 1 comment
RSpec/ExampleWording can create awkward language
rubocop-rspec (2.4.0)
Input:
# frozen_string_literal: true RSpec.describe 'Foo' do describe '#foo' do it 'should only do bar' do # ... end end
end
A…
1
comment
Opened 1 other issue in 1 repository
dimitri/pgloader
1
open
168
contributions
in private repositories
Aug 3 – Aug 11