-
Notifications
You must be signed in to change notification settings - Fork 55
Comparing changes
Open a pull request
base repository: vstinner/python-ptrace
base: 0.9.8
head repository: vstinner/python-ptrace
compare: 0.9.9
- 20 commits
- 19 files changed
- 9 contributors
Commits on Mar 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b760a14 - Browse repository at this point
Copy the full SHA b760a14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ccbf3 - Browse repository at this point
Copy the full SHA 92ccbf3View commit details
Commits on Jul 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 28c85b6 - Browse repository at this point
Copy the full SHA 28c85b6View commit details -
Merge pull request #73 from fab1ano/main
Fix PROC_MAP_REGEX for three digit minor device id
Configuration menu - View commit details
-
Copy full SHA for d638b5f - Browse repository at this point
Copy the full SHA d638b5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a715d0f - Browse repository at this point
Copy the full SHA a715d0fView commit details
Commits on Jan 9, 2023
-
This is PR duplicated from #75 All code from Andreas Schwab <schwab@suse.de> Signed-off-by: Andreas Schwab <schwab@suse.de>
Configuration menu - View commit details
-
Copy full SHA for 860b298 - Browse repository at this point
Copy the full SHA 860b298View commit details -
Configuration menu - View commit details
-
Copy full SHA for b477704 - Browse repository at this point
Copy the full SHA b477704View commit details
Commits on Jan 16, 2023
-
Merge pull request #76 from yuzibo/support-riscv64
Add support for RISC-V
Configuration menu - View commit details
-
Copy full SHA for 0a721c8 - Browse repository at this point
Copy the full SHA 0a721c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3674db - Browse repository at this point
Copy the full SHA a3674dbView commit details
Commits on Jan 27, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6a607cd - Browse repository at this point
Copy the full SHA 6a607cdView commit details
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for beaa81e - Browse repository at this point
Copy the full SHA beaa81eView commit details -
Merge pull request #78 from jopereira/fix-pipe
Fix arguments of pipe/pipe2 system calls.
Configuration menu - View commit details
-
Copy full SHA for 0425850 - Browse repository at this point
Copy the full SHA 0425850View commit details
Commits on May 25, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5aefa0f - Browse repository at this point
Copy the full SHA 5aefa0fView commit details
Commits on May 30, 2023
-
Merge pull request #80 from duanev/main
Do not raise an exception for a valid child process exit code
Configuration menu - View commit details
-
Copy full SHA for 401d9fd - Browse repository at this point
Copy the full SHA 401d9fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7e78e4 - Browse repository at this point
Copy the full SHA b7e78e4View commit details
Commits on Sep 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80e0c97 - Browse repository at this point
Copy the full SHA 80e0c97View commit details
Commits on Nov 5, 2023
-
Merge pull request #81 from hamarituc/py3.12
Remove deprecated `imp` module
Configuration menu - View commit details
-
Copy full SHA for 68ed63b - Browse repository at this point
Copy the full SHA 68ed63bView commit details
Commits on Dec 10, 2023
-
Use importlib instead of imp in setup_cptrace.py
Signed-off-by: Stephen Kitt <steve@sk2.org>
Configuration menu - View commit details
-
Copy full SHA for 41f5378 - Browse repository at this point
Copy the full SHA 41f5378View commit details
Commits on Dec 11, 2023
-
Merge pull request #83 from skitt/cptrace-py3.12
Use importlib instead of imp in setup_cptrace.py
Configuration menu - View commit details
-
Copy full SHA for 5b9a83c - Browse repository at this point
Copy the full SHA 5b9a83cView commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 50df76b - Browse repository at this point
Copy the full SHA 50df76bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.9.8...0.9.9