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

Added support for keyword-only arguments on Python 3+ [rebase] #411

Merged
merged 14 commits into from
Aug 11, 2018

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    3ef2bf9 View commit details
    Browse the repository at this point in the history
  2. Add attr.s-level kw_only flag.

    Add `kw_only` flag to `attr.s` decorator, indicating that all class
    attributes should be keyword-only in __init__.
    
    Minor updates to internal interface of `Attribute` to support
    evolution of attributes to `kw_only` in class factory.
    
    Expand examples with `attr.s` level kw_only.
    asford committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    8c14ff0 View commit details
    Browse the repository at this point in the history
  3. Add kw_only to type stubs.

    asford committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    69ad3aa View commit details
    Browse the repository at this point in the history
  4. Update changelog for rebased PR.

    Hear ye, hear ye. A duplicate PR is born.
    asford committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    117b81e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. Configuration menu
    Copy the full SHA
    dd31fd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9329b95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f92e83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    743c630 View commit details
    Browse the repository at this point in the history
  5. Tidy docs from review.

    asford committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    b1035ee View commit details
    Browse the repository at this point in the history
  6. Tidy code from review.

    asford committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    490bd61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42ec86d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

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

Commits on Aug 1, 2018

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

Commits on Aug 11, 2018

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