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-96268: Fix loading invalid UTF-8 #96270

Merged
merged 11 commits into from
Sep 7, 2022
Merged

Commits on Aug 25, 2022

  1. pythongh-96268: Fix loading invalid UTF-8

    This makes tokenizer.c:valid_utf8 match stringlib/codecs.h:decode_utf8.
    
    This also fixes the related test so it will always detect the expected failure
    and error message.
    mdboom committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e4aaa14 View commit details
    Browse the repository at this point in the history
  2. Add blurb

    mdboom committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    407eef7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e453819 View commit details
    Browse the repository at this point in the history
  4. Fix blurb

    mdboom committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    3d60ff7 View commit details
    Browse the repository at this point in the history
  5. Use assertIn instead

    mdboom committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    5cc57ad View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    ad4de7a View commit details
    Browse the repository at this point in the history
  2. Fix coding style

    mdboom committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    18927b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f741a9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8e9e6e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Remove obsolete comment

    mdboom committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ace4a8c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. PEP7

    mdboom committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    df074a8 View commit details
    Browse the repository at this point in the history