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

Remove Python 2 support #2740

Merged
merged 9 commits into from Jan 10, 2022
Merged

Commits on Dec 25, 2021

  1. Remove Python 2 support (code* & docs)

    *blib2to3's support was left untouched because: 1) I don't want to touch
    parsing machinery, and 2) it'll allow us to provide a more useful error
    message if someone does try to format Python 2 code.
    ichard26 committed Dec 25, 2021
    Copy the full SHA
    38023a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Copy the full SHA
    f1a20ce View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Copy the full SHA
    36d6cee View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    ichard26 committed Jan 1, 2022
    Copy the full SHA
    99aed02 View commit details
    Browse the repository at this point in the history
  3. Fix tox

    ichard26 committed Jan 1, 2022
    Copy the full SHA
    f424a59 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Drop unnecessary phrase in FAQ

    Co-authored-by: Felix Hildén <felix.hilden@gmail.com>
    ichard26 and felix-hilden committed Jan 6, 2022
    Copy the full SHA
    9fe7ce2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Reduce diff noise and improve wording

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    ichard26 and JelleZijlstra committed Jan 9, 2022
    Copy the full SHA
    da34d76 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Update docs/faq.md

    JelleZijlstra committed Jan 10, 2022
    Copy the full SHA
    4c638f8 View commit details
    Browse the repository at this point in the history
  2. Update src/blackd/__init__.py

    Co-authored-by: Felix Hildén <felix.hilden@gmail.com>
    JelleZijlstra and felix-hilden committed Jan 10, 2022
    Copy the full SHA
    79669d9 View commit details
    Browse the repository at this point in the history