Skip to content
🐍
🐍
Pro
Block or report user

Report or block gvanrossum

Hide content and notifications from this user.

Learn more about blocking users

Contact Support about this user’s behavior.

Learn more about reporting abuse

Report abuse

Organizations

@python
Block or report user

Report or block gvanrossum

Hide content and notifications from this user.

Learn more about blocking users

Contact Support about this user’s behavior.

Learn more about reporting abuse

Report abuse

Popular repositories

  1. Forked from aosabook/500lines

    500 Lines or Less

    Python 198 35

  2. PEG parser generator for Python

    Python 127 14

  3. Forked from vikasuy/pyxl

    A Python 3 extension for writing structured and reusable inline HTML.

    Python 99 13

  4. Forked from python/cpython

    The Python programming language

    Python 57 3

  5. Expose CPython's tokenizer as a Python class

    C 51 3

1,010 contributions in the last year

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Mon Wed Fri

Contribution activity

January 2020

Created a pull request in gvanrossum/pegen that received 8 comments

By default, compile to bytecode rather than to AST

Use mode=1 to return an AST, or mode=0 to return None. Note that mode=1 is actually the slowest, since it has to convert the internal AST to an ast…

+45 −20 8 comments

Created an issue in gvanrossum/pegen that received 4 comments

Strings in AST should not include quotes

I just discovered that make test prints the output as "Hello ""world" Using bisection I found that it (correctly) printed Hello world before 3be531c

4 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.