Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
kangtegong pushed 1 commit to main kangtegong/pyftrace
- Release v0.3.0 - Wider Python version support: - Lowered minimum Python version requirement to 3.8. - Uses `sys.... a06bbbf
kangtegong published a release on kangtegong/pyftrace
v0.3.0
### Added - New Examples: - `examples/requests_example.py`: Demonstrates tracing HTTP requests made via `requests.get()`. - `examples/torch_example.py`: Demonstrates tracing with the `torch`...kangtegong pushed 1 commit to main kangtegong/pyftrace
- Release v0.3.0 - Wider Python version support: - Lowered minimum Python version requirement to 3.8. - Uses `sys.... d562702
kangtegong closed an issue on kangtegong/pyftrace
python stdlib path handling in github CI (windows-latest, python 3.10)
When I run below inside github CI (windows-latest, python 3.10), ``` $ sysconfig.get_paths()["stdlib"] ``` I got `C:/hostedtoolcache/windows/Python/3.10.11/x64/Lib`. However, a function(...kangtegong pushed 21 commits to main kangtegong/pyftrace
- Lower Python minimum version to 3.10 and implement setprofile-based tracing - Implemented dual tracing mechanisms ba... d681b14
- Update CI workflow to expand Python version compatibility - Added Python 3.10 and 3.11 to the test matrix in github ... 6771e8f
- Fix tracing of return values for imported functions - Changed `self.call_stack` to store function names instead of f... 4a4825f
- Refactor tracing of function and module names, return value - Use `getattr` for safe retrieval of `func_name` and `m... 434f4dc
- Improve test output handling and comparison in runtests.py - Introduced `normalize_output` to output comparison. -... ec287c9
- Improve test output handling and comparison in runtests.py - Introduced `normalize_output` to output comparison. -... 8295dd4
- Normalize stdlib path casing in `is_stdlib_code` - Updated `is_stdlib_code` in `pyftrace_base.py` to use `os.path.no... 3701175
- Added debugging messages for setprofile event. Commented messages for debugging in the setprofile event monitor. It'... 630d80c
- Lowering the minimum supported version further from 3.10 to 3.8 d2751f6
- Merge PyftraceBase into tracer.py - Consolidated the PyftraceBase abstract base class into tracer.py to eliminate re... 380da34
- Refactor: Rename methods and centralize print_report 0d2f124
- Update GitHub Actions workflow to support Python 3.8 Changed Python version in the PyPI release workflow from 3.12 t... 62e6db2
- Update TODO 700648b
- Update README.md f5390a7
- Movve find_import_end_line to utils.py find_import_end_line don't always have to be tracer.py so I moved this method... 3732308
- Trace stdlib and built-in function with verbose option This commit modifies the tracing conditions in PyftraceSetpro... e9aa263
- Update TODO b515c65
- Add requests_example.py, torch_example.py This commit adds torch_example.py and requests_example.py to show examples... 6795485
- Refine tracing start logic to handle top-level external calls - Add caller frame checks to detect if an external cal... baa39b8
- Simplify workflow by removing Windows/macOS-specific steps - Limit OS matrix to `ubuntu-latest` for CI tests. - Remo... 07c5fa5
- and 1 more ...
kangtegong pushed 2 commits to feature/python3.10+ kangtegong/pyftrace
kangtegong pushed 1 commit to feature/python3.10+ kangtegong/pyftrace
- Simplify workflow by removing Windows/macOS-specific steps - Limit OS matrix to `ubuntu-latest` for CI tests. - Remo... 687c734
kangtegong pushed 3 commits to feature/python3.10+ kangtegong/pyftrace
kangtegong pushed 2 commits to main kangtegong/collaboration
kangtegong closed a pull request on kangtegong/collaboration
Update index.html
step3 index.html updatekangtegong pushed 1 commit to feature/python3.10+ kangtegong/pyftrace
- Trace stdlib and built-in function with verbose option This commit modifies the tracing conditions in PyftraceSetpro... e9aa263