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
849 contributions in the last year
Activity overview
Contribution activity
January 2020
- pablogsal/ssh-action Dockerfile
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
- Use GitHub actions to deploy on merge
- Mark the arch linux builder as stable and build with --with-trace-refs
- Correctly close and format html template
- Make the dashboard mobile friendly
- Add release dashboard to the buildbot menu
- Use 'plain' as the email template type instead of 'html'
- 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
- bpo-17005: Minor improvements to the documentation of TopologicalSorter
- [3.7] bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131)
- [3.8] bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131)
- bpo-39427: Document -X opt options in the CLI --help and the man page
- bpo-39421: Fix posible crash in heapq with custom comparison operators
- 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
- WIP: Add f-string support
- Teach pegen to compute first sets
- Add formatting targets to the makefile
- Format pegen.c according to PEP7
- Refactor and simplify string token handling and parse them correctly in all grammars
- Add test_nasty_mutually_left_recursive to the c parser test suite
- Handle missing types in in set_expr_context
- Don't use xfail for failure scenarios
- Do not optimize away asserts in the CI
- Allow the C parser to make use of metas for header/footer inclusion
- bpo-38631: Avoid Py_FatalError() in GC collect()
- Reformat news items into single paragraphs.
- [3.8] bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118)
- [3.6] bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118)
- [3.7] bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118)
- [3.8] bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118)
- bpo-39320: Handle unpacking of **values in compiler
- bpo-39425: Fix list.count performance regression
- bpo-39411: pyclbr rewrite on AST
- [3.7] bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed (GH-16630)
- [3.8] bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed (GH-16630)
- 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
- Some pull request reviews not shown.
Created an issue in buildbot/buildbot that received 4 comments
The example dashboard in the documentation does not work properly
When trying the example dashboard in the documentation I get this error in the inspect tab of my browser:
VM450:4 Uncaught ReferenceError: $ is not…
4
comments