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-111140: Fix edge case in PyLong_AsNativeBytes where large negative longs may require an extra byte #116053

Merged
merged 19 commits into from
Apr 5, 2024

Commits on Feb 28, 2024

  1. pythongh-111140: Fix edge case in PyLong_AsNativeBytes where large ne…

    …gative longs may require an extra byte
    zooba committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d5b0e98 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    f162348 View commit details
    Browse the repository at this point in the history
  2. Test comments

    zooba committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0efa143 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Fix for x86

    zooba committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    15b3752 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    fbe42e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dedad7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    d3deebf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    621708c View commit details
    Browse the repository at this point in the history
  3. Space

    zooba committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c607f04 View commit details
    Browse the repository at this point in the history
  4. Fix tests, one result, and docs

    zooba committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    140c011 View commit details
    Browse the repository at this point in the history
  5. Fix test

    zooba committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    77097bf View commit details
    Browse the repository at this point in the history
  6. Update NEWS

    zooba committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a8e2540 View commit details
    Browse the repository at this point in the history
  7. Missed colon

    zooba committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5ba6451 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    68b9d8e View commit details
    Browse the repository at this point in the history
  2. Remove my deliberate failure

    zooba committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    37ad671 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    1e615cf View commit details
    Browse the repository at this point in the history
  2. Apply PR feedback

    zooba committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d1b886c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38ecfe2 View commit details
    Browse the repository at this point in the history
  4. Check for new error

    zooba committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    614a6ae View commit details
    Browse the repository at this point in the history