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

Fix sphinx.ext.autodoc.preserve_defaults extension. #11550

Merged

Commits on Aug 3, 2023

  1. Copy the full SHA
    d89b859 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fbd834f View commit details
    Browse the repository at this point in the history
  3. Fix sphinx.ext.autodoc.preserve_defaults.

    - Add support for ``async def`` functions.
    - Add support for ``lambda`` functions.
    - Rename ``get_function_def`` to ``get_arguments`` and update its
      signature accordingly. Previously, ``get_function_def`` incorrectly
      extracted ``ast.FunctionDef`` from an arbitrary object.
    - Silently suppress syntax errors arising from multi-line parsing.
    picnixz committed Aug 3, 2023
    Copy the full SHA
    835254a View commit details
    Browse the repository at this point in the history
  4. update CHANGES

    picnixz committed Aug 3, 2023
    Copy the full SHA
    36d6593 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. update comment

    picnixz committed Aug 4, 2023
    Copy the full SHA
    dfac4ab View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Copy the full SHA
    4f95c4b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Merge branch 'fix/11543-patch-update-default-values' of github.com:pi…

    …cnixz/sphinx into fix/11543-patch-update-default-values
    picnixz committed Aug 7, 2023
    Copy the full SHA
    1153e03 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Copy the full SHA
    3be4413 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

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

Commits on Aug 10, 2023

  1. Copy the full SHA
    f9844b4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b674fa7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Copy the full SHA
    41a63f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

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

Commits on Aug 14, 2023

  1. Copy the full SHA
    614fac0 View commit details
    Browse the repository at this point in the history
  2. fix whitespace

    picnixz committed Aug 14, 2023
    Copy the full SHA
    ee79aaa View commit details
    Browse the repository at this point in the history
  3. update CHANGES

    picnixz committed Aug 14, 2023
    Copy the full SHA
    1506dcf View commit details
    Browse the repository at this point in the history
  4. add deprecation warnings

    picnixz committed Aug 14, 2023
    Copy the full SHA
    4d5404e View commit details
    Browse the repository at this point in the history
  5. add deprecation warnings

    picnixz committed Aug 14, 2023
    Copy the full SHA
    71ca5d4 View commit details
    Browse the repository at this point in the history
  6. fix doc

    picnixz committed Aug 14, 2023
    Copy the full SHA
    4d66b78 View commit details
    Browse the repository at this point in the history
  7. update tests

    picnixz committed Aug 14, 2023
    Copy the full SHA
    18da1e5 View commit details
    Browse the repository at this point in the history
  8. fix lint

    picnixz committed Aug 14, 2023
    Copy the full SHA
    d90dfe4 View commit details
    Browse the repository at this point in the history
  9. fix lint

    picnixz committed Aug 14, 2023
    Copy the full SHA
    6bf3011 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Copy the full SHA
    3962e6a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Copy the full SHA
    c4e5741 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix/11543-patch-update-default-values

    # Conflicts:
    #	CHANGES
    AA-Turner committed Aug 16, 2023
    Copy the full SHA
    d4ddf39 View commit details
    Browse the repository at this point in the history
  3. Implementation updates

    AA-Turner committed Aug 16, 2023
    Copy the full SHA
    9cefefa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5f38027 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Copy the full SHA
    724c246 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix/11543-patch-update-default-values

    # Conflicts:
    #	CHANGES
    AA-Turner committed Aug 17, 2023
    Copy the full SHA
    536d2a4 View commit details
    Browse the repository at this point in the history
  3. whitespace

    AA-Turner committed Aug 17, 2023
    Copy the full SHA
    88f57e1 View commit details
    Browse the repository at this point in the history