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

gh-121804: always show error location for SyntaxError's in basic repl #123202

Merged
merged 15 commits into from
Sep 3, 2024

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    7dd8f83 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    0214b4b View commit details
    Browse the repository at this point in the history
  2. fix crash

    skirpichev committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    49407f7 View commit details
    Browse the repository at this point in the history
  3. + cleanup

    skirpichev committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    834f346 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    01688f5 View commit details
    Browse the repository at this point in the history
  2. address review:

    * use _PyErr_GetRaisedException
    * and PyType_IsSubtype
    skirpichev committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    033386d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    f28d57f View commit details
    Browse the repository at this point in the history
  2. address review

    skirpichev committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    ef426d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    916b912 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    ab269ad View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Bénédikt Tran <[email protected]>
    skirpichev and picnixz authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b70d00a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'syntaxerr-location-basicrepl-121804' of github.com:skir…

    …pichev/cpython into syntaxerr-location-basicrepl-121804
    skirpichev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d4a4510 View commit details
    Browse the repository at this point in the history
  4. address review: label name

    skirpichev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b04356a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Update Misc/NEWS.d/next/Core and Builtins/2024-08-21-15-22-53.gh-issu…

    …e-121804.r5K3PS.rst
    
    Co-authored-by: Bénédikt Tran <[email protected]>
    skirpichev and picnixz authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c11789a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Update Python/pythonrun.c

    skirpichev authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    90a1b87 View commit details
    Browse the repository at this point in the history