Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vstinner/python-ptrace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.8
Choose a base ref
...
head repository: vstinner/python-ptrace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.9
Choose a head ref
  • 20 commits
  • 19 files changed
  • 9 contributors

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    b760a14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92ccbf3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    28c85b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from fab1ano/main

    Fix PROC_MAP_REGEX for three digit minor device id
    spoutn1k authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    d638b5f View commit details
    Browse the repository at this point in the history
  3. Updated changelog

    spoutn1k committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    a715d0f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Add support for RISC-V

    This is PR duplicated from
    #75
    All code from Andreas Schwab <schwab@suse.de>
    
    Signed-off-by: Andreas Schwab <schwab@suse.de>
    andreas-schwab authored and yuzibo committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    860b298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b477704 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Merge pull request #76 from yuzibo/support-riscv64

    Add support for RISC-V
    spoutn1k authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    0a721c8 View commit details
    Browse the repository at this point in the history
  2. Updated changelog

    spoutn1k committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    a3674db View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Fix arguments of pipe/pipe2 system calls.

    The first argument of pipe/pipe2 system calls needs to
    be declared as int[2] instead of int* to display both
    file descriptors.
    jopereira committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    6a607cd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Update changelog

    spoutn1k committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    beaa81e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #78 from jopereira/fix-pipe

    Fix arguments of pipe/pipe2 system calls.
    spoutn1k authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    0425850 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. do not raise an exception for a valid process status

    On Linux traced processes can return a status of "255"; this is not invalid and should not cause the tracer "strace.py" to abort.
    duanev authored May 25, 2023
    Configuration menu
    Copy the full SHA
    5aefa0f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Merge pull request #80 from duanev/main

    Do not raise an exception for a valid child process exit code
    spoutn1k authored May 30, 2023
    Configuration menu
    Copy the full SHA
    401d9fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7e78e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

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

Commits on Nov 5, 2023

  1. Merge pull request #81 from hamarituc/py3.12

    Remove deprecated `imp` module
    vstinner authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    68ed63b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Use importlib instead of imp in setup_cptrace.py

    Signed-off-by: Stephen Kitt <steve@sk2.org>
    skitt committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    41f5378 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Merge pull request #83 from skitt/cptrace-py3.12

    Use importlib instead of imp in setup_cptrace.py
    spoutn1k authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5b9a83c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Prepare release v0.9.9

    spoutn1k committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    50df76b View commit details
    Browse the repository at this point in the history
Loading