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

Add support for namedtuple methods (issue #1076) #1810

Merged
merged 85 commits into from
Sep 2, 2016

Commits on Jul 6, 2016

  1. Configuration menu
    Copy the full SHA
    ecca142 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ef445f View commit details
    Browse the repository at this point in the history
  3. minor cleanup

    elazarg committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    5e429cd View commit details
    Browse the repository at this point in the history
  4. minor cleanup

    elazarg committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    0214e3c View commit details
    Browse the repository at this point in the history
  5. flake8-ing

    elazarg committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    fbb75c3 View commit details
    Browse the repository at this point in the history
  6. fix type errors

    elazarg committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    17d7f8b View commit details
    Browse the repository at this point in the history
  7. fix type errors

    elazarg committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    6dd370c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1370fbf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    560eb3e View commit details
    Browse the repository at this point in the history
  10. slight refactoring

    elazarg committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    2627511 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    46475d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2016

  1. NamedTupleTypeInfo

    elazarg committed Jul 9, 2016
    Configuration menu
    Copy the full SHA
    c1dc1c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2016

  1. run both Replace and AsTuple

    elazarg committed Jul 10, 2016
    Configuration menu
    Copy the full SHA
    763e0c0 View commit details
    Browse the repository at this point in the history
  2. fix most of the tests

    elazarg committed Jul 10, 2016
    Configuration menu
    Copy the full SHA
    4b10a35 View commit details
    Browse the repository at this point in the history
  3. complete support for _replace

    elazarg committed Jul 10, 2016
    Configuration menu
    Copy the full SHA
    ee047f8 View commit details
    Browse the repository at this point in the history
  4. flake8-ing

    elazarg committed Jul 10, 2016
    Configuration menu
    Copy the full SHA
    725d53c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

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

Commits on Aug 11, 2016

  1. fix method name

    elazarg committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    eb6534e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2016

  1. Configuration menu
    Copy the full SHA
    aa0d5da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e12bd01 View commit details
    Browse the repository at this point in the history
  3. fix line endings

    elazarg committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    dc9d8da View commit details
    Browse the repository at this point in the history
  4. flake8-ing

    elazarg committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    158b068 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90ffb08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a6e6cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76d709e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

  1. Configuration menu
    Copy the full SHA
    20bf222 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2696c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e1b866 View commit details
    Browse the repository at this point in the history
  4. support _fields

    elazarg committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    f7b531f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67bdafe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39bce74 View commit details
    Browse the repository at this point in the history
  7. minor cleanup

    elazarg committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    a2db6a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Configuration menu
    Copy the full SHA
    8784ce0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    191de7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d2d6d1 View commit details
    Browse the repository at this point in the history
  4. minor cleanup

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    8819af9 View commit details
    Browse the repository at this point in the history
  5. flake8-ing

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    9fb5137 View commit details
    Browse the repository at this point in the history
  6. fix type errors

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    35c30a2 View commit details
    Browse the repository at this point in the history
  7. _fields will not be supported

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    a642a7f View commit details
    Browse the repository at this point in the history
  8. slight refactoring

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    c505cbc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f96ca7 View commit details
    Browse the repository at this point in the history
  10. NamedTupleTypeInfo

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    5c2d3ac View commit details
    Browse the repository at this point in the history
  11. run both Replace and AsTuple

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    41ed075 View commit details
    Browse the repository at this point in the history
  12. fix most of the tests

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    6dd568f View commit details
    Browse the repository at this point in the history
  13. complete support for _replace

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    b18fc25 View commit details
    Browse the repository at this point in the history
  14. flake8-ing

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    d7dbd3f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2b67380 View commit details
    Browse the repository at this point in the history
  16. fix method name

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    525c081 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    15acfe0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fb9ba7f View commit details
    Browse the repository at this point in the history
  19. fix line endings

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    99635c5 View commit details
    Browse the repository at this point in the history
  20. flake8-ing

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    8f61c13 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ff21b0c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4c1bfe4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b0d78ba View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    87c804c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6adc2f9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7ed7b0e View commit details
    Browse the repository at this point in the history
  27. support _fields

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    c7dc9a7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b39925b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    030307e View commit details
    Browse the repository at this point in the history
  30. minor cleanup

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    12d3407 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1f944fc View commit details
    Browse the repository at this point in the history
  32. Merge branch 'namedtuple'

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    7825f79 View commit details
    Browse the repository at this point in the history
  33. merge upstream

    elazarg committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    8a0ce40 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7978357 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. merge fix

    elazarg committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    badc3f9 View commit details
    Browse the repository at this point in the history
  2. Merge remote

    elazarg committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    c051f3f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into namedtuple

    Conflicts:
    	mypy/join.py
    elazarg committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    44c124b View commit details
    Browse the repository at this point in the history
  4. fix syntax error

    elazarg committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    d067c9e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

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

Commits on Aug 20, 2016

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

Commits on Aug 21, 2016

  1. Configuration menu
    Copy the full SHA
    eaf4b99 View commit details
    Browse the repository at this point in the history
  2. Fix conflicts:

    	mypy/join.py
    elazarg committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    9829b25 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2016

  1. Configuration menu
    Copy the full SHA
    b1988f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ced59e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

  1. remove NamedTupleType

    elazarg committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    053ee56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94bb8d0 View commit details
    Browse the repository at this point in the history
  3. restore semanal test

    elazarg committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    71f0d78 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. fix signatures

    elazarg committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    66a77fb View commit details
    Browse the repository at this point in the history
  2. _asdict() -> Dict

    elazarg committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    922dd91 View commit details
    Browse the repository at this point in the history
  3. _asdict() -> OrderedDict

    elazarg committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    6460839 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd5b933 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b93761 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    500a847 View commit details
    Browse the repository at this point in the history