Create your own GitHub profile
Join the platform over 31 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Pinned
1,412 contributions in the last year
Activity overview
Contributed to
dateutil/dateutil,
pypa/setuptools,
matplotlib/grid-strategy
and 5 other
repositories
Contribution activity
April 2019
Created a pull request in pypa/setuptools that received 3 comments
Update pypy in travis
Summary of changes
Attempting to update the Travis configuration to use a newer version of pypy2.7 by updating to xenial, per @webknjaz's suggestio…
+2
−1
•
3
comments
- bpo-36540 What's New section for PEP 570
- bpo-36669: Add matmul support for weakref.proxy
- Fix typo in gzip.py
- bpo-36454: Fix test_time.test_monotonic()
- bpo-30840: Document relative imports
- bpo-34676: Always return a 2-tuple from divmod() and PyNumber_Divmod().
- bpo-33783: Use proper class markup for random.Random docs
- bpo-36035: pathlib.Path().rglob() breaks with broken symlinks
- bpo-36602: Allow pathlib.Path.iterdir to list recursively
- bpo-22454: Add shlex.join() (the opposite of shlex.split())
- bpo-13927: time.ctime and time.asctime return string explantion
- [2.7] bpo-36417: Fix bug in unicode.isdecimal documentation, add isdigit documentation
- bpo-36551: Optimize list comprehensions with preallocate size and protect against overflow
- bpo-36564: Fix infinite loop in email folding logic
- bpo-33529: Fix infinite loop in email header encoding
- [WIP] bpo-36558: time.mktime() now returns an int
- [3.5] bpo-36478: Use C89 for loops in backported pickle patch
- Fix tense build to built
- bpo-36540: PEP 570 -- Implementation
- build_meta: fix 2 issues with `build_wheel` / `build_sdist`
- travis: re-enable coverage for Python 3.8 job
- Tweak Travis CI configuration
- Fix error with PEP 517 builds when wheel exists (GH #1761)
- Add failing test for issue #1671 (ValueError when .whl is present)
- 📝 Document setup.cfg-only possibilities
Created an issue in pypa/setuptools that received 10 comments
Issue with PyPy on Travis
All jobs are now failing on pypy, see this job. Locally I cannot replicate this with pypy2.7-X, but the same thing does fail with "Too many open fi…
10
comments