Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

kangtegong

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

View on GitHub

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 created a tag on kangtegong/pyftrace

v0.3.0 - Python function tracer

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

View on GitHub

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 ...

View on GitHub

kangtegong closed a pull request on kangtegong/pyftrace
Feature/python3.10+
kangtegong opened a pull request on kangtegong/pyftrace
Feature/python3.10+
kangtegong pushed 2 commits to feature/python3.10+ kangtegong/pyftrace
  • 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

View on GitHub

kangtegong deleted a branch kangtegong/pyftrace

feature/settrace_setprofile

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

View on GitHub

kangtegong pushed 1 commit to feature/python3.10+ kangtegong/pyftrace

View on GitHub

kangtegong pushed 3 commits to feature/python3.10+ kangtegong/pyftrace
  • 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 ca... abbe73b

View on GitHub

kangtegong pushed 2 commits to main kangtegong/collaboration
  • Update index.html step3 index.html update 0e2b479
  • Merge pull request #1191 from jslee912/main Update index.html 348450a

View on GitHub

kangtegong closed a pull request on kangtegong/collaboration
Update index.html
step3 index.html update
kangtegong 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

View on GitHub

kangtegong pushed 2 commits to main kangtegong/collaboration
  • add my username in index.html c2ce8cc
  • Merge pull request #1190 from novembertwotwo/add_username add my username in index.html 4db7933

View on GitHub

kangtegong closed a pull request on kangtegong/collaboration
add my username in index.html
kangtegong created a comment on an issue on kangtegong/self-learning-cs2
안녕하세요! 호스트는 도메인 네임에 대응되는 IP 주소를 찾기 위해 루트 네임 서버부터 TLD 네임 서버, 2 단계 도메인 네임 서버 ... 순으로 질의하게 됩니다. 예를 들어 www.example.com. 이라는 도메인 네임이 있다고 가정했을 때 1) 가장 우측의 . (루트 도메인)을 먼저 찾고 2) 다음 가장 우측의 .com (TLD...

View on GitHub

kangtegong closed an issue on kangtegong/self-learning-cs2
p256
FQDN의 첫 번째 부분까지 고려한 도메인 네임이 www.example.com 하나밖에 없다는게 무슨 뜻인지 이해가 잘안됩니다.
kangtegong pushed 3 commits to main kangtegong/collaboration
  • add my username in index.html 4989da0
  • Update index.html 64e66dc
  • Merge pull request #1189 from kangmj81/add_username add my username in index.html 2b3ae1b

View on GitHub

kangtegong closed a pull request on kangtegong/collaboration
add my username in index.html
kangtegong pushed 1 commit to add_username kangmj81/collaboration

View on GitHub

kangtegong pushed 2 commits to main kangtegong/collaboration
  • add kimi5231 in index.html 41ff273
  • Merge pull request #1188 from kimi5231/add_kimi5231 add kimi5231 in index.html c4858a4

View on GitHub

kangtegong closed a pull request on kangtegong/collaboration
add kimi5231 in index.html
kangtegong created a branch on kangtegong/gpgpusim-4.0.1

main

kangtegong closed a pull request on kangtegong/collaboration
add myname
kangtegong pushed 3 commits to main kangtegong/collaboration
  • Update index.html 70b9606
  • Merge branch 'main' into main 1d102bc
  • Merge pull request #1186 from KimDagyeong/main Update index.html 4a1d5b6

View on GitHub

kangtegong closed a pull request on kangtegong/collaboration
Update index.html
Load more