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

Flask+Quart cross-compatibility improvements #478

Merged
merged 11 commits into from
Aug 26, 2024
Merged

Flask+Quart cross-compatibility improvements #478

merged 11 commits into from
Aug 26, 2024

Commits on May 27, 2024

  1. Remove unnecessary hash magic method

    Note for future: `hash(intV) -> intV`, so this could have just been `return id(self)`
    jace committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ebfb5cd View commit details
    Browse the repository at this point in the history
  2. Spelling fixes

    jace committed May 27, 2024
    Configuration menu
    Copy the full SHA
    85ec59d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0e9e2b View commit details
    Browse the repository at this point in the history
  4. Add rich repr methods (with an elaborate implementation in compat)

    Also avoid doing two lookups when using a Quart proxy.
    jace committed May 27, 2024
    Configuration menu
    Copy the full SHA
    39daa4e View commit details
    Browse the repository at this point in the history
  5. Revise comment

    jace committed May 27, 2024
    Configuration menu
    Copy the full SHA
    428d66c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    e8a4336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f267ac View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    27a58af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c46f45 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Aug 20, 2024

  1. Merge branch 'main' into async

    jace committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f173a08 View commit details
    Browse the repository at this point in the history