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- London, United Kingdom
- Sign in to view email
Pinned
763 contributions in the last year
Activity overview
Contribution activity
January 2020
Created a pull request in python/cpython that received 10 comments
- Log exceptions to sentry
- Use non-restrictive permissions when transferring test results
- Do not generate junit file on refleak builders
- Allow to use local workers when there is no settings.yaml
- Revert "Don't report missing workers via email"
- Don't report missing workers via email
- Minor tweak for the PR build message
- Include commit SHA in the message for the PR builder
- Upload results only if the test step fail
- Fix injection of junit test for windows factories
- Remove the test-with-buildbots label after the build has been scheduled
- Run buildbot with Python 3.8 - the future is NOW (now for real)
- Run buildbot with Python 3.7
- Upload test result summaries to server for future analysis
- Allow github builders to build pull requests on demand
- bpo-39233: Update positional-only section in the glossary
- bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used
- bpo-39209: Manage correctly multi-line tokens in interactive mode
- Organise and clean test_positional_only_arg and add more tests
- bpo-39200: Correct the error message for range() empty constructor
- bpo-39199: Add descriptions of non-deprecated AST nodes to the AST module documentation
- bpo-39166: Fix trace of last iteration of async for loops
- bpo-38871: Fix lib2to3 to be able to use in edge cases of filter
- bpo-38870: Simplify tuple like interleaves, roundtrip extslice properly
- bpo-39200: Correct the error message for min/max builtin function
- [3.8] bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)
- clinic: Fix clinic anti-pattern
- bpo-39223: Support slices in constant folding
- [3.8] bpo-39216: Fix constant folding optimization for positional only arguments (GH-17837)
- bpo-39216: Fix constant folding optimization for positional only arguments
- [3.8] bpo-39215: Fix SystemError when nested function has annotation on positional-only argument (GH-17826)
- bpo-39215: Fix SystemError when nested function has annotation on positional-only argument
- bpo-38870: Throw ValueError on invalid yield from usage
- [3.8] bpo-37032: Document CodeType.replace (GH-17776)
- bpo-37032: Document CodeType.replace (new in python 3.8)