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

Switch to tomlkit for parsing and writing #3191

Closed
wants to merge 16 commits into from

Commits on Nov 8, 2018

  1. Improve toml parsing

    frostming committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    3eba19d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e147dc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b27d6a7 View commit details
    Browse the repository at this point in the history
  4. Add back some tests

    frostming committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    1555200 View commit details
    Browse the repository at this point in the history
  5. python 2.7 unicode

    frostming committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    53b073c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3aa66b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9743d98 View commit details
    Browse the repository at this point in the history
  8. Force inline table

    frostming committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    65d7090 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Final fix

    frostming committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    0762528 View commit details
    Browse the repository at this point in the history
  2. fix patch

    frostming committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    3490fc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de78c1e View commit details
    Browse the repository at this point in the history
  4. Move to utils function

    frostming committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    accd0ea View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. update tomlkit

    frostming committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    6df7d88 View commit details
    Browse the repository at this point in the history
  2. update patch

    frostming committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    1f7c9ef View commit details
    Browse the repository at this point in the history
  3. backports import

    frostming committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    de98b87 View commit details
    Browse the repository at this point in the history
  4. Change fallback style

    frostming committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    f5c7c58 View commit details
    Browse the repository at this point in the history