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

improve encoding handling for setup.cfg #1180

Merged

Commits on Oct 25, 2017

  1. Configuration menu
    Copy the full SHA
    3686ded View commit details
    Browse the repository at this point in the history
  2. improve encoding handling for setup.cfg

    Support the same mechanism as for Python sources for declaring
    the encoding to be used when reading `setup.cfg` (see PEP 263),
    and return the results of reading it as Unicode.
    
    Fix pypa#1062 and pypa#1136.
    benoit-pierre committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    2c897b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Configuration menu
    Copy the full SHA
    992aa3d View commit details
    Browse the repository at this point in the history
  2. Given that the config file parsing functionality is unlikely to chang…

    …e upstream, just incorporate the functionality directly.
    jaraco committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    24be5ab View commit details
    Browse the repository at this point in the history
  3. Update changelog

    jaraco committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    9ef3ce6 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Configuration menu
    Copy the full SHA
    62e4c1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80082fa View commit details
    Browse the repository at this point in the history
  3. Adopt distutils.dist.Distribution._set_command_options to support bet…

    …ter string detection.
    jaraco committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    b1615d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    249f24a View commit details
    Browse the repository at this point in the history