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-116560: Add PyLong_GetSign() public function #116561

Merged
merged 18 commits into from
Jun 3, 2024

Commits on Mar 10, 2024

  1. pythongh-116560: Add PyLong_Sign() public function

    * rename _PyLong_Sign() to PyLong_Sign()
    * add argument checking, documentation and tests
    * keep _PyLong_Sign() as an alias to PyLong_Sign()
    skirpichev committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    cb4af47 View commit details
    Browse the repository at this point in the history
  2. + test

    skirpichev committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c38819d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Add what's new entry

    skirpichev committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    826f537 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c0b118 View commit details
    Browse the repository at this point in the history
  3. Update Include/cpython/longobject.h

    Co-authored-by: Victor Stinner <[email protected]>
    skirpichev and vstinner authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    97776b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f4eb29 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    a254dd3 View commit details
    Browse the repository at this point in the history
  2. +1 // damn web editor

    skirpichev committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    38c6672 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    86e470e View commit details
    Browse the repository at this point in the history
  2. Update Objects/longobject.c

    Co-authored-by: Victor Stinner <[email protected]>
    skirpichev and vstinner authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    da0ac2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aec06c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41a33b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Apply suggestions from code review

    Co-authored-by: Victor Stinner <[email protected]>
    skirpichev and vstinner authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    12c6aa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e02c095 View commit details
    Browse the repository at this point in the history
  3. Update Doc/c-api/long.rst

    Co-authored-by: Sergey B Kirpichev <[email protected]>
    vstinner and skirpichev authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    89a07fe View commit details
    Browse the repository at this point in the history
  4. +1

    skirpichev committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6b98d70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21eeb54 View commit details
    Browse the repository at this point in the history