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

gh-102468: Document PyCFunction_New* and PyCMethod_New #112557

Merged
merged 23 commits into from
Jan 16, 2024

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    2b96a85 View commit details
    Browse the repository at this point in the history
  2. fix lint error

    aisk committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    410c63d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    268bf84 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Update Doc/c-api/structures.rst

    Co-authored-by: Erlend E. Aasland <[email protected]>
    aisk and erlend-aasland authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    333f3d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6e1621 View commit details
    Browse the repository at this point in the history
  3. update the refcounts

    aisk committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f55c207 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c921dee View commit details
    Browse the repository at this point in the history
  5. fix a typo

    aisk committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    941d12c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2091da4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c88ea5c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f4b5b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Apply suggestions from code review

    Co-authored-by: Erlend E. Aasland <[email protected]>
    aisk and erlend-aasland authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c2e0da3 View commit details
    Browse the repository at this point in the history
  2. Update Doc/c-api/structures.rst

    Co-authored-by: Erlend E. Aasland <[email protected]>
    aisk and erlend-aasland authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a1e4f08 View commit details
    Browse the repository at this point in the history
  3. Remote the "steals" note

    aisk authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    143538b View commit details
    Browse the repository at this point in the history
  4. Update Doc/c-api/structures.rst

    Co-authored-by: Erlend E. Aasland <[email protected]>
    aisk and erlend-aasland authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    165a274 View commit details
    Browse the repository at this point in the history
  5. Change ml type to PyMethodDef in refcounts.data

    Co-authored-by: Erlend E. Aasland <[email protected]>
    aisk and erlend-aasland authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    895e2b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ecece8 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    6b59e98 View commit details
    Browse the repository at this point in the history
  2. cost -> const

    aisk committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    38825c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cb109e View commit details
    Browse the repository at this point in the history
  4. Apply the SemBr changes

    Co-authored-by: Erlend E. Aasland <[email protected]>
    aisk and erlend-aasland authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7f86d2e View commit details
    Browse the repository at this point in the history
  5. fix versionadded

    aisk committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    acd1b43 View commit details
    Browse the repository at this point in the history
  6. fix the seealso

    aisk committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ce88086 View commit details
    Browse the repository at this point in the history