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 40 million developers.
Sign up- Vancouver, BC, Canada
- Sign in to view email
- http://jondufresne.org/
Popular repositories
-
-
-
-
-
A Django app to check that all models have been added to the Django admin site.
Python 3
5,238 contributions in the last year
Activity overview
Contributed to
django/django,
stefanfoulis/django-phonenumber-field,
jazzband/django-taggit
and 5 other
repositories
Contribution activity
February 1, 2020
jdufresne has no activity
yet for this period.
January 2020
- jdufresne/asgiref Python
- jdufresne/flake8-raise Python
Created a pull request in pypa/setuptools that received 5 comments
Remove pkg_resources.py31compat.makedirs() in favor of the stdlib
As setuptools is now python 3.5+, this compatibility shim is no longer necessary. Closes Pull Request Checklist Changes have tests News fragmen…
+9
−37
•
5
comments
- Add PHP 7.4 to the test matrix
- Remove incomplete tests from the test suite
- Fix output during tests
- Fix "risky" tests to no longer be risky
- Remove the reference to test class from source/ directory
- Move the tests directory to PSR-4 autoloading
- Prefer composer autoload over Autoload.php
- Replace dirname(__FILE__) with __DIR__ constant
- Add support for logging via a PSR-3 logger
- Remove workaround for unsupported PHP 5.2
- Allow running tests from the top level directory
- Remove unnecessary PHPUnit_Framework_TestCase compat shim
- Remove unnecessary file test/TestSuite.php
- Remove executable bit from non-executed files
- Move lint commands to own tox & Travis stage
- Clean up deprecated/default Travis CI options
- Replace moto.mock_ses_deprecated with mock_ses
- Fix send_message() to return 0 when passed an empty list
- Simplify flake8 configuration
- Configure setuptools using setup.cfg and declarative syntax
- Remove deprecated pytest-runner
- Remove deprecated license_file from setup.cfg
- Apply Python 3 code cleanups
- Update setup.py to document support
Created an issue in asottile/pyupgrade that received 6 comments
six.reraise: IndexError: list index out of range
pyupgrade 1.26.0
Minimal test case. Requires using the --py3-plus argument.
def foo(func, arg): et, ev, _ = sys.exc_info() six.reraise(et, (ev[0], …
6
comments
318
contributions
in private repositories
Jan 6 – Jan 31