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

bpo-37764: Fix infinite loop when parsing unstructured email headers. #15239

Merged
merged 17 commits into from
Aug 31, 2019

Commits on Aug 12, 2019

  1. Configuration menu
    Copy the full SHA
    fd5a82a View commit details
    Browse the repository at this point in the history
  2. fix: rename variable

    epicfaace committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    0baad95 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    b7874bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    364c549 View commit details
    Browse the repository at this point in the history
  3. fix format

    epicfaace committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    c55361e View commit details
    Browse the repository at this point in the history
  4. fix typo

    epicfaace committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    2d5966f View commit details
    Browse the repository at this point in the history
  5. update test

    epicfaace committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    5a84182 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. format for pep8

    epicfaace committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    7155ac5 View commit details
    Browse the repository at this point in the history
  2. rename to valid_ew

    epicfaace committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    eca9a64 View commit details
    Browse the repository at this point in the history
  3. add infinite loop comments

    epicfaace committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    18cef4c View commit details
    Browse the repository at this point in the history
  4. rename to InvalidEwError

    epicfaace committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    941da1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f9da90 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    15bcc80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7911dee View commit details
    Browse the repository at this point in the history
  3. Update ACKS

    epicfaace authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    18564f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    d012305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    915fef3 View commit details
    Browse the repository at this point in the history