summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* pre-releaseGiampaolo Rodola2019-02-151-0/+4
|
* update docGiampaolo Rodola2019-02-011-4/+1
|
* pre-releaserelease-5.5.0Giampaolo Rodola2019-01-231-0/+4
|
* give CREDITS to @amanusk for #1369 / #1352 and update docGiampaolo Rodola2018-12-011-1/+2
|
* #1350: give credits to @amanuskGiampaolo Rodola2018-11-031-15/+2
|
* pre releaserelease-5.4.8Giampaolo Rodola2018-10-301-1/+5
|
* Correct capitalization of PyPI (#1337)Jon Dufresne2018-09-261-1/+1
| | | As spelled on https://pypi.org/.
* fix #1343: document Process.as_dict() attrs valuesGiampaolo Rodola2018-09-261-5/+8
|
* pre releaserelease-5.4.7Giampaolo Rodola2018-08-141-0/+4
|
* set version to 5.4.7Giampaolo Rodola2018-08-141-2/+2
|
* OSX / SMC / sensors: revert #1284 (#1325)Giampaolo Rodola2018-08-141-4/+0
| | | | | | | | | | | | * setup.py: add py 3.7 * Revert OSX sensors code due to copyright constraints It turns out code contributed in PR #1284 was using parts of a source code released by Apple [1] which uses GPL license which is incompatible with psutil's license (BSD). [1] https://gist.github.com/edvakf/4049362
* disk_io_counters() - linux: mimic iostat behavior (#1313)Giampaolo Rodola2018-07-291-0/+4
| | | Fix #1244, #1305, #1312. disk_io_counters(perdisk=False) on Linux was counting disk device + partitions(s) twice
* fix wrong reference link in docGiampaolo Rodola2018-07-281-2/+2
|
* fix #1309: add STATUS_PARKED constant and fix STATUS_IDLE (both on linux)Giampaolo Rodola2018-07-251-1/+3
|
* Update index.rst (#1308)Ashish Billore2018-07-241-4/+2
| | | Updated Process section
* fix #1279: catch and skip ENODEV in net_if_stat()Giampaolo Rodola2018-07-161-4/+4
|
* winmake: add upload-wheels cmdGiampaolo Rodola2018-06-291-1/+1
|
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-25/+32
| | | rename OSX to macOS
* #1284: give credits to @amanusk + some minor adjustmentsGiampaolo Rodola2018-06-261-2/+6
|
* Update Python 2 docs URLs to Python 3 (#1293)Jon Dufresne2018-06-101-4/+4
| | | | The Python3 docs are more actively maintained and are the future of the Python project.
* pre-releaserelease-5.4.6Giampaolo Rodola2018-06-071-0/+4
|
* #1273 net_if_addr() namedtuple name has been renamed from "snic" to "snicaddr".Giampaolo Rodola2018-05-041-6/+6
|
* #1270: migrate URLs to new pypi siteGiampaolo Rodola2018-04-251-70/+70
|
* fix docGiampaolo Rodola2018-04-181-1/+1
|
* #1268: fix setup.py's extra_requirerelease-5.4.5Giampaolo Rodola2018-04-131-0/+4
|
* pre-releaserelease-5.4.4Giampaolo Rodola2018-04-131-1/+5
|
* 771 Windows CPU count (#1257)Giampaolo Rodola2018-04-131-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use GetLogicalProcessorInformation() to get logical cpu_count() * return None if cpu_count() is undetermined + add mock test * style * factor out logical CPU num fun * remove unused code * psutil_get_num_cpus(): provide an option to fail on err * add comments * reuse get_num_cpus() function * error out if get_num_cpus() fail * use GetLogicalProcessorInformationEx to get phys CPU num * on win vista/xp just return None for phys CPU count * rename vars * fix C compiler warnings + remove mingw workarounds * return None if phys cpu count cant' be determined; update HISTORY * update HISTORY * update doc * add WMI tests * refactor tests * print debug msg for cpu phys returning None on win < 7 * try to fix win test * appveyor debug * fix typo * adjust appveyor 64 bit versions * debug msg * fix for loop * re-enable python versions * (maybe) finally fix GetLogicalProcessorInformationEx return len
* update doc / HISTORY / CREDITSGiampaolo Rodola2018-03-171-5/+3
|
* Adding 'slab' info to virtual_memory on linux (#1239)maxime mouial2018-03-171-1/+2
| | | There are 1970 results on stackoverflow for "slab". Also it is being requested by another user https://github.com/giampaolo/psutil/issues/1202. As such I'm going to accept this PR.
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-1/+6
| | | This reverts commit b578d2febfd35f80fcfa1ce1bdf18d44d21b1581.
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-6/+1
| | | | | | | | Cleanly separates tests from the package itself. Prevents the tests being installed to site-packages. Tests are still distributed with the source distribution by MANIFEST.in. Avoids installing tests in production environments, leading to less total code in the environment.
* doc typo (#1234)Vincent Vinet2018-03-081-1/+1
|
* update doc + bytes conversion exampleGiampaolo Rodola2018-03-011-0/+32
|
* docs: fix battery variable (#1212)lasers2018-01-251-1/+1
|
* #1152: fix doc to mention CLI command necessary to enable disk_io_counters() ↵Giampaolo Rodola2018-01-011-0/+2
| | | | on win
* pre-releaseGiampaolo Rodola2018-01-011-0/+4
|
* fix #1201: document that timeout kwarg is expressed in secondsGiampaolo Rodola2018-01-011-8/+9
|
* update docGiampaolo Rodola2017-12-071-1/+1
|
* pre-release; also get rid of PSUTIL_DEBUG doc instructions (it's kinda ↵Giampaolo Rodola2017-12-071-23/+4
| | | | useless for the user after all)
* Speedup Process.children() (#1185)Giampaolo Rodola2017-12-011-4/+4
| | | | | | | | | | | | | | | | * update HISTORY * update doc * #1183: speedup Process.children() by 2.2x * fix windows err * #1083 / #1084: implement linux-specific ppid_map() function speending things up from 2x to 2.4x * add ESRCH to err handling * update doc
* #1177: give credits to @wiggin15Giampaolo Rodola2017-11-211-0/+2
|
* fix doc indentationGiampaolo Rodola2017-11-181-2/+2
|
* 1173 debug mode (#1176)Giampaolo Rodola2017-11-141-0/+23
| | | | | | | | | | | | | | | | | | | | | | * implement PSUTIL_DEBUG from C module * update doc * add psutil_debug() utility function * update doc * enable PSUTIL_DEBUG for tests * update appveyor.yml * change psutil_debug() signature so that it can accept variable num of args * provide DEBUG info in psutil_raise_for_pid() * properly print debug message * do not print too much
* update docGiampaolo Rodola2017-11-081-2/+9
|
* pre-releaserelease-5.4.1Giampaolo Rodola2017-11-081-0/+4
|
* fix #1166 (doc mistake)Giampaolo Rodola2017-11-071-2/+2
|
* AIX: implement num_ctx_switches (#1164)wiggin152017-10-311-1/+1
| | | | | | * small changes * AIX: implement num_ctx_switches
* Small changes (#1158)wiggin152017-10-261-39/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix valid_types in memory_percent pfullmem._fields is always added twice to valid_types so the message about invalid memtype lists the types twice too. pfullmem is available on all platforms and is always the same as or a superset of pmem. We can look at its fields only to get all valid_types. Also we can check whether to use memory_full_info or not by checking the fields of pfullmem vs. pmem instead of using hard coded mem types. * remove workaround made for Solaris on AIX The problem described in the comment doesn't apply for AIX * update "oneshot" table in documentation * Removed "nice" and "ionice" which are not boosted * Removed "~Process." prefix which was only on a few methods and not others * Added AIX Fixes #1157 * small AIX additions to docs
* #1150 give credits to @akosthekissGiampaolo Rodola2017-10-201-1/+1
|
* pre releaserelease-5.4.0Giampaolo Rodola2017-10-121-0/+4
|