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

feat: Adds the Bound<'_, PyMappingProxy> type #4644

Merged
merged 14 commits into from
Oct 29, 2024

Commits on Oct 22, 2024

  1. Mappingproxy (#1)

    Adds in the MappingProxy type.
    KLMatlock authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b2c4d76 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Move over from iter to try_iter.

    Kevin Matlock committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8ae75b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bad990 View commit details
    Browse the repository at this point in the history
  3. Remove unneccessary borrow.

    Kevin Matlock committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a7126d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    b155ecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdee81a View commit details
    Browse the repository at this point in the history
  3. Add newsfragment

    Kevin Matlock committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    878ed16 View commit details
    Browse the repository at this point in the history
  4. Newline to newsfragment.

    Kevin Matlock committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    de9743f View commit details
    Browse the repository at this point in the history
  5. Remove explicit lifetime,

    Kevin Matlock committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b209d58 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

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

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    14aa10c View commit details
    Browse the repository at this point in the history
  2. Review comments (#2)

    * Addressing more comments
    * Remove extract_bound.
    * Remove extract methods.
    KLMatlock authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    24304f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9a33ae View commit details
    Browse the repository at this point in the history
  4. Update comments for list return type.

    Kevin Matlock committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    14a3751 View commit details
    Browse the repository at this point in the history