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-111997: C-API for signalling monitoring events #116413

Merged
merged 102 commits into from May 4, 2024

Commits on Mar 6, 2024

  1. Copy the full SHA
    b2d19c3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1b9487c View commit details
    Browse the repository at this point in the history
  3. enhance test

    iritkatriel committed Mar 6, 2024
    Copy the full SHA
    150011a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Copy the full SHA
    ebc36b5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1ad872c View commit details
    Browse the repository at this point in the history
  3. update PCbuild

    iritkatriel committed Mar 7, 2024
    Copy the full SHA
    34179c1 View commit details
    Browse the repository at this point in the history
  4. use int

    iritkatriel committed Mar 7, 2024
    Copy the full SHA
    3c9f8bb View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Copy the full SHA
    344fd26 View commit details
    Browse the repository at this point in the history
  2. more tests

    iritkatriel committed Mar 11, 2024
    Copy the full SHA
    ecaee5e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. make functions public

    iritkatriel committed Mar 12, 2024
    Copy the full SHA
    5c68095 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Copy the full SHA
    7661865 View commit details
    Browse the repository at this point in the history
  2. add include

    iritkatriel committed Mar 13, 2024
    Copy the full SHA
    580a9f3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    19a1f90 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    745a2b3 View commit details
    Browse the repository at this point in the history
  5. upate tests

    iritkatriel committed Mar 13, 2024
    Copy the full SHA
    ba5e7e0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    aa19675 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    68aa352 View commit details
    Browse the repository at this point in the history
  8. add news

    iritkatriel committed Mar 13, 2024
    Copy the full SHA
    db4e3b8 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    99722f8 View commit details
    Browse the repository at this point in the history
  10. remove debug stuff

    iritkatriel committed Mar 13, 2024
    Copy the full SHA
    445b19f View commit details
    Browse the repository at this point in the history
  11. not static

    iritkatriel committed Mar 13, 2024
    Copy the full SHA
    33ce7aa View commit details
    Browse the repository at this point in the history
  12. Revert "not static"

    This reverts commit 33ce7aa.
    iritkatriel committed Mar 13, 2024
    Copy the full SHA
    cf6e20d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. ignore PyCodeLike_Type

    iritkatriel committed Mar 14, 2024
    Copy the full SHA
    89b05f1 View commit details
    Browse the repository at this point in the history
  2. typo

    iritkatriel committed Mar 14, 2024
    Copy the full SHA
    5f72725 View commit details
    Browse the repository at this point in the history
  3. space to tab

    iritkatriel committed Mar 14, 2024
    Copy the full SHA
    6368b42 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. skip test if no _testcapi

    iritkatriel committed Mar 18, 2024
    Copy the full SHA
    e6d7c6a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Code review comments

    iritkatriel committed Mar 19, 2024
    Copy the full SHA
    58f2bcf View commit details
    Browse the repository at this point in the history
  2. remove unused

    iritkatriel committed Mar 19, 2024
    Copy the full SHA
    db5a286 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0f329ae View commit details
    Browse the repository at this point in the history
  4. add test with two events

    iritkatriel committed Mar 19, 2024
    Copy the full SHA
    38346e8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    738921d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f5c40fc View commit details
    Browse the repository at this point in the history
  7. Begin/End --> Enter/Exit

    iritkatriel committed Mar 19, 2024
    Copy the full SHA
    95c5275 View commit details
    Browse the repository at this point in the history
  8. error checking

    iritkatriel committed Mar 19, 2024
    Copy the full SHA
    427e116 View commit details
    Browse the repository at this point in the history
  9. review comments

    iritkatriel committed Mar 19, 2024
    Copy the full SHA
    3bc47df View commit details
    Browse the repository at this point in the history
  10. uint32_t --> int

    iritkatriel committed Mar 19, 2024
    Copy the full SHA
    5f11cda View commit details
    Browse the repository at this point in the history
  11. put ifdef back

    iritkatriel committed Mar 19, 2024
    Copy the full SHA
    e719e38 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. add opaque

    iritkatriel committed Mar 20, 2024
    Copy the full SHA
    be236b1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8c1eacf View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Copy the full SHA
    23f579b View commit details
    Browse the repository at this point in the history
  2. tidy up declarations

    iritkatriel committed Mar 21, 2024
    Copy the full SHA
    eee637e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    24cd7c4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    29c01e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Copy the full SHA
    0df7473 View commit details
    Browse the repository at this point in the history
  2. rename macro

    iritkatriel committed Mar 25, 2024
    Copy the full SHA
    ef9a4a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Copy the full SHA
    dea138e View commit details
    Browse the repository at this point in the history
  2. update limited API

    iritkatriel committed Mar 26, 2024
    Copy the full SHA
    c0bcc22 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Mar 28, 2024

  1. Revert "update limited API"

    This reverts commit c0bcc22.
    iritkatriel committed Mar 28, 2024
    Copy the full SHA
    c52dddc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    69cfe88 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Copy the full SHA
    20ce59f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    811402a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    86d2f67 View commit details
    Browse the repository at this point in the history
  4. Revert "Delete Modules/_testcapi/monitoring.c"

    This reverts commit 86d2f67.
    iritkatriel committed Apr 1, 2024
    Copy the full SHA
    e60f83f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8c052d3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e2f9f2f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    7b02a82 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c605827 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 4, 2024

  1. remove a few bits

    iritkatriel committed Apr 4, 2024
    Copy the full SHA
    5fdce63 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    21537da View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8eac91d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 9, 2024

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

Commits on Apr 10, 2024

  1. Petr's comments

    iritkatriel committed Apr 10, 2024
    Copy the full SHA
    aaea28e View commit details
    Browse the repository at this point in the history
  2. int -> int32_t for offset

    iritkatriel committed Apr 10, 2024
    Copy the full SHA
    2f0a4d1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    88e770f View commit details
    Browse the repository at this point in the history
  4. add doc

    iritkatriel committed Apr 10, 2024
    Copy the full SHA
    2bed2e3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    573fbf8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. fix typo

    iritkatriel committed Apr 11, 2024
    Copy the full SHA
    85e9033 View commit details
    Browse the repository at this point in the history
  2. update doc conf

    iritkatriel committed Apr 11, 2024
    Copy the full SHA
    5162a03 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0438389 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f53ceed View commit details
    Browse the repository at this point in the history
  5. Update Doc/c-api/monitoring.rst

    Co-authored-by: Petr Viktorin <encukou@gmail.com>
    iritkatriel and encukou committed Apr 11, 2024
    Copy the full SHA
    75e5103 View commit details
    Browse the repository at this point in the history
  6. Petr's comments

    iritkatriel committed Apr 11, 2024
    Copy the full SHA
    c7bd7f4 View commit details
    Browse the repository at this point in the history
  7. update docs

    iritkatriel committed Apr 11, 2024
    Copy the full SHA
    2c09788 View commit details
    Browse the repository at this point in the history
  8. fix doc

    iritkatriel committed Apr 11, 2024
    Copy the full SHA
    5936200 View commit details
    Browse the repository at this point in the history
  9. whitespace

    iritkatriel committed Apr 11, 2024
    Copy the full SHA
    3f924e4 View commit details
    Browse the repository at this point in the history
  10. fix doc ref

    iritkatriel committed Apr 11, 2024
    Copy the full SHA
    d42b7c8 View commit details
    Browse the repository at this point in the history
  11. fix ref

    iritkatriel committed Apr 11, 2024
    Copy the full SHA
    d3a5dd5 View commit details
    Browse the repository at this point in the history
  12. add title

    iritkatriel committed Apr 11, 2024
    Copy the full SHA
    0c4e65d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. doc update

    Co-authored-by: Mark Shannon <mark@hotpy.org>
    iritkatriel and markshannon committed Apr 12, 2024
    Copy the full SHA
    a59568b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    71e6bd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Copy the full SHA
    1ed891d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    262977f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. reentered

    Co-authored-by: Mark Shannon <mark@hotpy.org>
    iritkatriel and markshannon committed Apr 19, 2024
    Copy the full SHA
    7d530b1 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Petr Viktorin <encukou@gmail.com>
    iritkatriel and encukou committed Apr 19, 2024
    Copy the full SHA
    45a7895 View commit details
    Browse the repository at this point in the history
  3. whitespace

    iritkatriel committed Apr 19, 2024
    Copy the full SHA
    cf9dfd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Copy the full SHA
    03382bc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3a6e583 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Copy the full SHA
    a704c4a View commit details
    Browse the repository at this point in the history
  2. bool -> int

    iritkatriel committed Apr 26, 2024
    Copy the full SHA
    c7de609 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Copy the full SHA
    e673b5a View commit details
    Browse the repository at this point in the history
  2. update doc

    iritkatriel committed Apr 28, 2024
    Copy the full SHA
    5f00efb View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Copy the full SHA
    69e900e View commit details
    Browse the repository at this point in the history
  2. typo in doc

    iritkatriel committed Apr 29, 2024
    Copy the full SHA
    841eb6c View commit details
    Browse the repository at this point in the history
  3. Petr's comments

    iritkatriel committed Apr 29, 2024
    Copy the full SHA
    2840f12 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 3, 2024

  1. Copy the full SHA
    aa6aa8a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6c65373 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

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