1. 59ecd1b python-linux-procfs: Remove specfiles and update version by John Kacur · 6 months ago main v0.7.3
  2. b5b6fa4 Change the COPYING file for SPDX licenses by John Kacur · 9 months ago v0.7.2
  3. d0f01fe python-linux-procfs: procfs: Added SPDX licence by Anubhav Shelat · 9 months ago
  4. 9999bb3 python-linux-procfs: utilist: Added SPDX licence by Anubhav Shelat · 9 months ago
  5. 631dc39 python-linux-procfs: __init__: Added SPDX licence by Anubhav Shelat · 9 months ago
  6. c2ad52b python-linux-procfs: setup: Added SPDX licence by Anubhav Shelat · 9 months ago
  7. c19209f python-linux-procfs: bitmasklist_test: Added SPDX licence by Anubhav Shelat · 9 months ago
  8. e18ddaf python_linux_procfs: setup.py: Remove distutils by John Kacur · 1 year, 2 months ago
  9. 7f43598 python-linux-procfs: Create release v0.7.1 by John Kacur · 1 year, 5 months ago v0.7.1
  10. 897a0ae python-linux-procfs: Correct VERSION number in procfs.py by John Kacur · 1 year, 8 months ago
  11. 5795eaa python-linux-procfs: Use f-strings by John Kacur · 1 year, 8 months ago
  12. 6a3f1ee python-linux-procfs: Add missing open in with statement by John Kacur · 1 year, 8 months ago
  13. 4d88085 python-linux-procfs: Use sys.exit and add some docstrings by John Kacur · 1 year, 8 months ago
  14. 5177281 python-linux-procfs: Create release v0.7.0 by John Kacur · 2 years, 4 months ago v0.7.0
  15. a752e79 python-linux-procfs: Fix UnicodeDecodeError by John Kacur · 2 years, 5 months ago
  16. ce8cacd python-linux-procfs: Various clean-ups by John Kacur · 2 years, 5 months ago
  17. 2285fc0 python-linux-procfs: Remove procfs/sysctl.py by John Kacur · 2 years, 5 months ago
  18. 1b81ccb python-linux-procfs: Makefile: Add ctags by John Kacur · 2 years, 5 months ago
  19. 79cd0d3 python-linux-procfs: pflags: Handle pids that completed by John Kacur · 2 years, 5 months ago
  20. b19fcff python-linux-procfs: Propagate error to user if a pid is completed by John Kacur · 2 years, 5 months ago
  21. 7570fc0 python-linux-procfs: Fix traceback with non-utf8 chars in the /proc/PID/cmdline by John Kacur · 2 years, 5 months ago
  22. 1afacfd python-linux-procfs: Add tar.xz and asc files to gitignore by John Kacur · 3 years, 3 months ago
  23. 857be70 python-linux-procfs: Create release 0.6.3 by John Kacur · 3 years, 3 months ago v0.6.3
  24. 09bea5e python-linux-procfs: procfs.py: Fix a few more style problems by John Kacur · 3 years, 6 months ago
  25. f722714 python-linux-procfs: procfs.py: Simplify is_s390 by John Kacur · 3 years, 6 months ago
  26. 5bdc3d8 python-linux-procfs: Fix more spacing problems with procfs.py by John Kacur · 3 years, 6 months ago
  27. 9442ce4 python-linux-procfs: Add gitignore and gitattributes files by John Kacur · 3 years, 10 months ago
  28. 208b963 python-linux-procfs: Fix import of utilist by John Kacur · 3 years, 10 months ago
  29. 96cd3b7 python-linux-procfs: Create release 0.6.2 by John Kacur · 3 years, 10 months ago v0.6.2
  30. 3655f4b python-linux-procfs: Parse the number of cpus correctly on s390(x) by John Kacur · 3 years, 10 months ago john/devel
  31. 77054a7 python-linux-procfs: utilist: Clean-ups by John Kacur · 4 years ago
  32. 7796eec python-linux-procfs: sysctl: Use is None and is not None by John Kacur · 4 years ago
  33. ea54a04 python-linux-procfs: sysctl.py: Changes for python3 by John Kacur · 4 years ago
  34. 3703e09 python-linux-procfs: sysctl.py: Fix tabbing and other issues by John Kacur · 4 years ago
  35. 6b75ff0 python-linux-procfs: procfs: Fix import and other issues by John Kacur · 4 years ago
  36. 5a41934 python-linux-procfs: procfs: Updates for python3 by John Kacur · 4 years ago
  37. 5f4a416 python-linux-procfs: procfs.py: use Python spacing by John Kacur · 4 years ago
  38. 188e67b python-linux-procfs: __init__ Clean-ups by John Kacur · 4 years ago
  39. 93408d2 python-linux-procfs: pflags: Conform to python spacing recommendations by John Kacur · 4 years ago
  40. cba70a4 python-linux-procfs: setup.py: Fix a few pythonesque issues by John Kacur · 4 years ago
  41. cae99c6 python-linux-procfs: bitmasklist_test: Rename class to BitmasklistTest by John Kacur · 4 years ago
  42. bc39214 python-linux-procfs: bitmasklist_test.py: python3 changes by John Kacur · 4 years ago
  43. d170839 release 0.6.1 by Jiri Kastner · 5 years ago v0.6.1
  44. 0462827 procfs: Fix removing vanished processes in pidstats.reload_threads() by Ondřej Lysoněk · 5 years ago
  45. 9a7720d sysctl: Fix refreshing cache by Ondřej Lysoněk · 5 years ago
  46. b4aada5 python-linux-procfs: pflags: Ignore non-existent pids or process names by John Kacur · 5 years ago
  47. d6cd44d python-linux-procfs: pflags: Use argparse to create a help option by John Kacur · 5 years ago
  48. eae67c2 procfs: Reduce not in python3 by default by John Kacur · 6 years ago
  49. 3ddd82d release 0.6 by Jiri Kastner · 6 years ago v0.6
  50. 6eaaa8c python-linux-procfs: Add some functions for affinity from tuna by John Kacur · 6 years ago
  51. 60de280 release 0.5.1 by Jiri Kastner · 6 years ago v0.5.1
  52. 1f940c0 rpm: missed snippet in specfile for python2 only by Jiri Kastner · 6 years ago
  53. 744eab9 setup.py: added scripts to setup.py by Jiri Kastner · 6 years ago
  54. 191288d rpm: bump up version to 0.5 by Jiri Kastner · 6 years ago v0.5
  55. 549b35f python3: Use `setuptools.setup()` instead of distutils by Lumir Balhar · 6 years ago
  56. 4928495 python3: Use `range()` function from six.moves by Lumir Balhar · 6 years ago
  57. 80307b1 python3: `print`, from statement to function by Lumir Balhar · 6 years ago
  58. 204797f python3: Fix usage of `map()` function by Lumir Balhar · 6 years ago
  59. 2cf2e01 python3: Use absolute import for import from local modules by Lumir Balhar · 6 years ago
  60. 6398eee python3: `open()` is preferred way for opening files. by Lumir Balhar · 6 years ago
  61. 08fbd6d python3: Fixes related to new Python 3 dict views. by Lumir Balhar · 6 years ago
  62. 6b5d3b7 python3: `reduce()` is moved to `functools` module in Python 3 by Lumir Balhar · 6 years ago
  63. 954ab77 python3: Use `in` operator instead of `has_key()` method. by Lumir Balhar · 6 years ago
  64. 4ba9b08 rpm: fixed Source, URL, bumped version by Jiri Kastner · 7 years ago v0.4.11
  65. ed174d1 New release: 0.4.10 by Jiri Kastner · 7 years ago v0.4.10
  66. 4aa0d76 python-linux-procfs: bitmasklist_test.py Add the first unit test by John Kacur · 8 years ago
  67. 223c237 fix parse_affinity for CPU numbers greater than 31 by Jozef Bacik · 8 years ago
  68. f1c8bf4 pidstats: fix documentation indentation by Jiri Kastner · 9 years ago
  69. 7b413d9 New release: 0.4.9 by Arnaldo Carvalho de Melo · 9 years ago v0.4.9
  70. 1a7b891 pidstats: Add documentation for the reload() method by Arnaldo Carvalho de Melo · 9 years ago
  71. e60073b interrupts: Add documentation about 'cpu' field by Arnaldo Carvalho de Melo · 9 years ago
  72. bc03be0 Add values() methods to all classes with dicts by Arnaldo Carvalho de Melo · 9 years ago
  73. b517ee3 Add items() method to all the classes with dicts by Arnaldo Carvalho de Melo · 9 years ago
  74. c122ccc cpustat: Add __repr__ method by Arnaldo Carvalho de Melo · 9 years ago
  75. 7c55736 cmdline: Document it by Arnaldo Carvalho de Melo · 9 years ago
  76. 1a4c647 cmdline: Add dict methods by Arnaldo Carvalho de Melo · 9 years ago
  77. eaa849f Document smaps_lib by Arnaldo Carvalho de Melo · 9 years ago
  78. 9840993 smaps: Provide usage example in the class documentation by Arnaldo Carvalho de Melo · 9 years ago
  79. 487c7d8 smaps: Add __len__ method by Arnaldo Carvalho de Melo · 9 years ago
  80. 0e5f12f smaps: Add __getitem__ method by Arnaldo Carvalho de Melo · 9 years ago
  81. 4c4bf61 smaps: Add documentation by Arnaldo Carvalho de Melo · 9 years ago
  82. 6000b1f cpusstats, cpuinfo: Provide documentation by Arnaldo Carvalho de Melo · 9 years ago
  83. 6472928 interrupts: Document class by Arnaldo Carvalho de Melo · 9 years ago
  84. cc43b50 procfs: Document the process pidstats classes by Arnaldo Carvalho de Melo · 9 years ago
  85. e33600f pidstat: Add missing documentation by Arnaldo Carvalho de Melo · 9 years ago
  86. 701f097 pidstatus, process: Provide class level documentation by Arnaldo Carvalho de Melo · 9 years ago
  87. dc84d2e pidstat: Provide class level documentation by Arnaldo Carvalho de Melo · 9 years ago
  88. c7f561f interrupts: Fix parsing of users field by Arnaldo Carvalho de Melo · 9 years ago
  89. 7adf3d8 New release: 0.4.8 by Arnaldo Carvalho de Melo · 9 years ago v0.4.8
  90. 806a624 pidstat: Support COMM names with spaces by Arnaldo Carvalho de Melo · 9 years ago
  91. 2c94fc3 New release: 0.4.7 by Arnaldo Carvalho de Melo · 9 years ago v0.4.7
  92. 0ff453f pflags: Add command line utility to print processor flags by Arnaldo Carvalho de Melo · 9 years ago
  93. e4d5982 pidstat: Add missing PF_ flags by Arnaldo Carvalho de Melo · 9 years ago
  94. d4e266f pidstat: Fix process_flags() method by Arnaldo Carvalho de Melo · 9 years ago
  95. e13d9c0 interrupts: Do not refrain from parsing the irq affinities for !root by Arnaldo Carvalho de Melo · 9 years ago
  96. c7b830b pidstat: Add PF_NO_SETAFFINITY const by Arnaldo Carvalho de Melo · 9 years ago
  97. 2a51b03 procfs: Add a __contains__ method to dict classes by Guy Streeter · 9 years ago
  98. 2b08594 New release: 0.4.6 by Arnaldo Carvalho de Melo · 11 years ago v0.4.6
  99. 5121e0a procfs: Parse environment variables by Jiri Kastner · 11 years ago
  100. 816b3fc pidstats: Added support for parsing cgroups as a per thread attribute by Petr Oros · 11 years ago