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

[DICT] Add Python support for dict() function #1897

Merged
merged 30 commits into from
Jul 19, 2024
Merged

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    6260e99 View commit details
    Browse the repository at this point in the history
  2. Add PythonDict class

    EmilyBourne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    40f5afa View commit details
    Browse the repository at this point in the history
  3. Create class definition

    EmilyBourne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2f6dcf8 View commit details
    Browse the repository at this point in the history
  4. Update DictType

    EmilyBourne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    de83936 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a31c35 View commit details
    Browse the repository at this point in the history
  6. Correct spaces

    EmilyBourne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    31ae668 View commit details
    Browse the repository at this point in the history
  7. Correct import

    EmilyBourne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6584744 View commit details
    Browse the repository at this point in the history
  8. Add a test

    EmilyBourne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    9f6fc11 View commit details
    Browse the repository at this point in the history
  9. Remove dicts from errors

    EmilyBourne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    692e8da View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    EmilyBourne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    9aa533b View commit details
    Browse the repository at this point in the history
  11. correct issue number

    EmilyBourne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    63286e3 View commit details
    Browse the repository at this point in the history
  12. missing in __all__

    EmilyBourne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    82f233c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    94ed5cd View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Remove strange spaces

    EmilyBourne committed May 21, 2024
    Configuration menu
    Copy the full SHA
    35be979 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2ade12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8085f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    942489f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f206e1 View commit details
    Browse the repository at this point in the history
  6. Add tests

    EmilyBourne committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ae000d2 View commit details
    Browse the repository at this point in the history
  7. CHANGELOG

    EmilyBourne committed May 21, 2024
    Configuration menu
    Copy the full SHA
    11ab9d4 View commit details
    Browse the repository at this point in the history
  8. Add docs

    EmilyBourne committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ccf74f9 View commit details
    Browse the repository at this point in the history
  9. Update built-in docs

    EmilyBourne committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4dd03f3 View commit details
    Browse the repository at this point in the history
  10. Quote annotation

    EmilyBourne committed May 21, 2024
    Configuration menu
    Copy the full SHA
    6508a5a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    79eb789 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c02ea7a View commit details
    Browse the repository at this point in the history
  13. Remove unused code

    EmilyBourne committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4cffb17 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    56dc29b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    28bf448 View commit details
    Browse the repository at this point in the history
  2. Fix merge

    EmilyBourne committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0099a5d View commit details
    Browse the repository at this point in the history
  3. Correct if

    EmilyBourne committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e27c503 View commit details
    Browse the repository at this point in the history