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-102837: Increase test coverage for the math module #110000

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from

Commits on Sep 28, 2023

  1. pythongh-102837: Increase test coverage for the math module

    * fsum: L1367, L1377, L1381, L1410
    
    // line numbers wrt to 54fbfa8
    skirpichev committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a1d2c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e8ead View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26489bb View commit details
    Browse the repository at this point in the history
  4. * log: L2265

    skirpichev committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    128c81d View commit details
    Browse the repository at this point in the history
  5. * loghelper: drop inaccessible cases L2234, L2235, L2241. Here arg is…

    … nonnegative and PyLong_AsDouble raises only OverflowError.
    skirpichev committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ead9eee View commit details
    Browse the repository at this point in the history
  6. * dist: L2575, L2577

    skirpichev committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3a80c78 View commit details
    Browse the repository at this point in the history
  7. * hypot: L2630

    skirpichev committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8b3bb52 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e25c35 View commit details
    Browse the repository at this point in the history
  9. Fix typo in sumprod()

    skirpichev committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7956447 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    052d7de View commit details
    Browse the repository at this point in the history
  11. * pow: L2979, L2980

    skirpichev committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b431805 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a046568 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d7675d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    96f99cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3df127e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e6d59f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    3e8d96f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35db224 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Amend 052d7de

    Remove redundant test (python#111416)
    skirpichev committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    6844b19 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

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

Commits on Nov 13, 2023

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

Commits on Dec 1, 2023

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

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    5768395 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad84c4a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on May 31, 2024

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