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

Update signature of ConfigParser.get() #501

Merged
merged 14 commits into from
Aug 29, 2016
Merged

Update signature of ConfigParser.get() #501

merged 14 commits into from
Aug 29, 2016

Commits on Aug 26, 2016

  1. Update signature of ConfigParser.get()

    Issue #492
    
    This signature seems to break the protocol of `MutableMappting[str, _section]`
    elazarg authored Aug 26, 2016
    Configuration menu
    Copy the full SHA
    0c5a196 View commit details
    Browse the repository at this point in the history
  2. fix typo

    elazarg authored Aug 26, 2016
    Configuration menu
    Copy the full SHA
    addd893 View commit details
    Browse the repository at this point in the history
  3. return ...

    elazarg authored Aug 26, 2016
    Configuration menu
    Copy the full SHA
    2c050ee View commit details
    Browse the repository at this point in the history
  4. Optional

    elazarg authored Aug 26, 2016
    Configuration menu
    Copy the full SHA
    b775982 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8d3258 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

  1. ignore type of get()

    elazarg authored Aug 29, 2016
    Configuration menu
    Copy the full SHA
    8599ba1 View commit details
    Browse the repository at this point in the history
  2. ignore type of get()

    elazarg authored Aug 29, 2016
    Configuration menu
    Copy the full SHA
    3255444 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bbf0e2 View commit details
    Browse the repository at this point in the history
  4. import Union

    elazarg authored Aug 29, 2016
    Configuration menu
    Copy the full SHA
    79af287 View commit details
    Browse the repository at this point in the history
  5. Oh well

    elazarg authored Aug 29, 2016
    Configuration menu
    Copy the full SHA
    042993f View commit details
    Browse the repository at this point in the history
  6. fix signature

    elazarg authored Aug 29, 2016
    Configuration menu
    Copy the full SHA
    ed080d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84ef00b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a17764 View commit details
    Browse the repository at this point in the history
  9. Support to RawConfigParser

    ConfigParser <: RawConfigParser, with __init__ changes:
    * delimiters and onward are kwargs only
    * no converters at the end
    elazarg authored Aug 29, 2016
    Configuration menu
    Copy the full SHA
    c5eac88 View commit details
    Browse the repository at this point in the history