Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Tags: ddelange/psutil

Tags

9625828672

Toggle 9625828672's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add archived notice

9187252017

Toggle 9187252017's commit message

Verified

This commit was signed with the committer’s verified signature.
ddelange ddelange
Merge branch 'giampaolo-master'

* giampaolo-master:
  chore(ci): update actions (giampaolo#2417)
  Don't build with limited API for 3.13 free-threaded build (giampaolo#2402)

9108543332

Toggle 9108543332's commit message

Verified

This commit was signed with the committer’s verified signature.
ddelange ddelange
Merge branch 'master' of https://github.com/giampaolo/psutil

* 'master' of https://github.com/giampaolo/psutil:
  fix ruff errs
  skip flaky test on netbsd
  giampaolo#2408: fix some tests which were still failing due to the old name
  giampaolo#2408: ignore old "connections" name into as_dict()
  Rename `Process.connections()` to `Process.net_connections()` (giampaolo#2408)
  Remove disk_partitions() `maxfile` and `maxpath` fields (giampaolo#2405)
  Speedup process iter (don't check for PID reuse) (giampaolo#2404)

8610485917

Toggle 8610485917's commit message

Verified

This commit was signed with the committer’s verified signature.
ddelange ddelange
Merge branch 'giampaolo-master'

* giampaolo-master:
  Fix workflow visibility badges in README (giampaolo#2399)
  OpenBSD: pid_exists() returns True for thread IDs (TIDs) (giampaolo#2395)
  pid_exists() and Process() disagree on whether a pid exists when ERROR_ACCESS_DENIED (giampaolo#2394)
  fix ruff errors
  Fix typos again (giampaolo#2388)
  fix doc style
  update HISTORY / CREDITS
  Include CoreFoundation/CoreFoundation.h (giampaolo#2364)
  Tests: Compare floats less strictly (giampaolo#2372)
  chore: build macOS arm64 wheels on macos-14 (giampaolo#2375)
  Update to fix OSX older version build failure (giampaolo#2379)
  Makefile: define a PYTHON_ENV_VARS var to use with the $PYTHON var.
  fix win tests
  refact serialization tests
  always use unittest.SkipTest where needed
  Add pickle support to psutil Exceptions (giampaolo#2380)
  enable ruff preview mode

8063629470

Toggle 8063629470's commit message

Verified

This commit was signed with the committer’s verified signature.
ddelange ddelange
make toml-sort

8063581698

Toggle 8063581698's commit message

Verified

This commit was signed with the committer’s verified signature.
ddelange ddelange
Merge branch 'giampaolo-master'

* giampaolo-master:
  add black opt to make lines more compact
  giampaolo#2366 [Windows]: log debug message when using slower process APIs
  Linux: skip offline cpu cores in cpu_freq (giampaolo#2376)
  fix py2 failure
  update style to latest black ver
  chore: update cibuildwheel on windows (giampaolo#2370)
  use unicode literals u"" instead of u("")
  make install-pip: fix installation on python 2
  more ruff rules
  adapt to new ruff config directives
  update CREDITS + mention @c0m4r for sponsorship (thanks!)
  Include net/if.h before net/if_dl.h (giampaolo#2361)
  pre-release
  fix failing tests
  refac t

7511581309

Toggle 7511581309's commit message

Verified

This commit was signed with the committer’s verified signature.
ddelange ddelange
Merge branch 'master' of https://github.com/giampaolo/psutil

* 'master' of https://github.com/giampaolo/psutil:
  refact some tests
  more tests refactoring
  improve tests reliability
  Fix cpu_freq for Apple silicon (giampaolo#2222)
  refactor tests + make them more robust
  Adopt black formatting style (giampaolo#2349)
  some tests refactoring
  add more ruff rules
  add SECURITY.md
  linux tests: refact mock_open_content()

7310765662

Toggle 7310765662's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #58 from giampaolo/master

[pull] master from giampaolo:master

7287163497

Toggle 7287163497's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #57 from giampaolo/master

[pull] master from giampaolo:master

7273336983

Toggle 7273336983's commit message

Verified

This commit was signed with the committer’s verified signature.
ddelange ddelange
Merge branch 'giampaolo-master'

* giampaolo-master:
  revert prev commit which broke one test
  netbsd / cwd: raise NSP on ENOENT (giampaolo#2340)
  fix failing tests
  fix win test
  fix windows unicode tests
  fix some win tests + upgrade BSD* vmactions