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

Even more PyDoc_STR #109487

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Even more PyDoc_STR #109487

wants to merge 4 commits into from

Commits on Sep 16, 2023

  1. Even more PyDoc_STR

    Regex used ((PyGetSetDef|PyMemberDef|PyMethodDef|PyStructSequence_Field|PyStructSequence_Desc) .* = \{
    [\s\S]*
    .*?"(?<!\))\}|\{Py_tp_doc, ")
    Gobot1234 committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    b10ad22 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Gobot1234 committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    511029a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Apply round 1 of code suggestions

    Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
    Gobot1234 and sobolevn committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    a6fedf2 View commit details
    Browse the repository at this point in the history
  2. Remove empty PyDoc_STR

    Gobot1234 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    3149e38 View commit details
    Browse the repository at this point in the history