Create your own GitHub profile
Join the platform over 40 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises- London, United Kingdom
- Sign in to view email
Pinned
796 contributions in the last year
Activity overview
Contribution activity
January 2020
Created a pull request in gvanrossum/pegen that received 12 comments
Refactor visit_Alt in the C generator
While I was working on some improvements on the C generator and realized that the code for visiting alternatives was getting very complex and there…
+86
−50
•
12
comments
- Refactor master.cfg into some new submodules
- Improve the email notifier report
- Correctly set file permissions (use octal prefix)
- 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
- Run doctests in GitHub actions Docs target
- bpo-39372: Clean header files of declared interfaces with no implementations
- Allow pgen to produce a DOT format dump of the grammar
- bpo-39322: Add gc.is_finalized to the gc module docstring
- bpo-39322: Add gc.is_finalized to check if an object has been finalised by the gc
- Fix typos in gcmodule.c and restructure comments for clarity
- Clean unused functions in Parser/parsetok.c
- 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
- Test buildbot reporter - DO NOT MERGE
- 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-36220: STORE_GLOBAL: Support dict subclasses for globals.
- bpo-38903: Remove #if block that is not used on parsetok.c
- [3.7] bpo-39307: Fix memory leak on error path in parsetok (GH-17953)
- [3.8] bpo-39307: Fix memory leak on error path in parsetok (GH-17953)
- bpo-39307: Fix memory leak on error path in parsetok
- bpo-39313: Add an option to RefactoringTool for using exec as a function
- [3.8] bpo-3530: Add advice on when to correctly use fix_missing_locations in the AST docs (GH-17172)
- [3.7] bpo-3530: Add advice on when to correctly use fix_missing_locations in the AST docs (GH-17172)
- bpo-3530: Use fix_missing_locations when node transformer adds nodes
- 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)