Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] pyrepl from PyPy #2

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

[WIP] pyrepl from PyPy #2

wants to merge 31 commits into from

Commits on Mar 10, 2019

  1. Copy pyrepl from PyPy

    pypy/lib_pypy/pyrepl => pyrepl
    pypy/extra_tests/test_pyrepl => testing
    
    py3.6 branch
    
    Ref: https://bitbucket.org/pypy/pypy/issues/2971
    blueyed committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    f620a2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd77c02 View commit details
    Browse the repository at this point in the history
  3. raw_input: pass returns_unicode properly

    It was passing in `reader` for `returns_unicode` (which should be a
    bool).  This does not change the behavior, but is less confusing.
    blueyed committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    d7e72e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c0e489 View commit details
    Browse the repository at this point in the history
  5. Fix/improve qIHelp (for quoted-insert)

    Fix test_quoted_insert_repeat to use "key" instead of "self-insert" to
    actually use qIHelp.
    blueyed committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    73a5249 View commit details
    Browse the repository at this point in the history
  6. Keep py2 fixes from master

    blueyed committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    967eb91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c666bb View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    fdcdd74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae41c26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    159e3a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a25b7b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    998e379 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae4b8a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9308882 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53d0a75 View commit details
    Browse the repository at this point in the history
  9. keep ncursesw fix

    blueyed committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    c91fcd2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d8636d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07a784d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    93d6868 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    87b1951 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e10e082 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ff54181 View commit details
    Browse the repository at this point in the history
  16. keep 33aac3f from master

    blueyed committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    f5c935f View commit details
    Browse the repository at this point in the history
  17. Keep code cleanup from master

    blueyed committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    4d3648c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7f1a049 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2d61f10 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    19d6636 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. Configuration menu
    Copy the full SHA
    40cb460 View commit details
    Browse the repository at this point in the history
  2. Remove pyrepl/_minimal_curses.py

    PyPy appears to ship its own, and it is not required for CPython.
    blueyed committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    655cc50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a0ff78 View commit details
    Browse the repository at this point in the history
  4. remove pyrepl/unicodedata_.py

    Not required due to 640d111.
    Should also have been removed in PyPy py3.6 branch with 58411:be161e2bc46a.
    blueyed committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    63ce133 View commit details
    Browse the repository at this point in the history