summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* update docGiampaolo Rodola2017-09-271-18/+23
|
* AIX support (#1123)wiggin152017-09-261-31/+43
| | | | | | | | | | | | | | | | | | | | * AIX support * AIX support * AIX support * AIX support - use get_procfs_path() instead of /proc * AIX support - group sections like in other modules * AIX support * AIX support * AIX support * AIX support - remove unnecessary dict copy
* pre releaseGiampaolo Rodola2017-09-101-0/+4
|
* update doc, bump up verGiampaolo Rodola2017-09-081-13/+13
|
* add doc badgeGiampaolo Rodola2017-09-071-3/+3
|
* update doc urlGiampaolo Rodola2017-09-071-2/+2
|
* migration towards RTD doc themeGiampaolo Rodola2017-09-079-366/+754
|
* update docGiampaolo Rodola2017-09-051-4/+11
|
* pre-releaserelease-5.3.0Giampaolo Rodola2017-09-011-0/+4
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-07-311-1/+1
|\
| * Update index.rst (#1106)Marcin Kuźmiński2017-06-301-1/+1
| | | | | | Fix reference to undefined variable still_alive
* | update docGiampaolo Rodola2017-07-291-5/+7
|/
* fix #928: turn connections()' 'laddr' and 'raddr' into named tuplesGiampaolo Rodola2017-06-231-14/+18
|
* fix test and update docGiampaolo Rodola2017-06-071-17/+7
|
* Fix 1091 nitpicks (#1097)Giampaolo Rodola2017-05-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | * rename C module * rename C file * fix compilation error * small refactoring * small refactoring * raise AccessDenied if info.pr_envp is empty, see https://github.com/giampaolo/psutil/pull/1091#issuecomment-304530771 * fix envs with no equal sign * style * update doc * style
* update HISTORY with #1079; give CREDITS to @glebiusGiampaolo Rodola2017-05-181-1/+4
|
* add connections testsGiampaolo Rodola2017-05-151-0/+3
|
* fix #1069 / freebsd: cpu_num() may return 255; now returns -1Giampaolo Rodola2017-05-141-0/+1
|
* add a script to print releases timeline in RST format; also show a diff ↵Giampaolo Rodola2017-05-101-57/+224
| | | | between versions in the timeline section of the doc
* update docstringsGiampaolo Rodola2017-05-101-1/+1
|
* update docGiampaolo Rodola2017-05-091-2/+2
|
* #802: expose clear_cache and attach it to disk and net io primary function ↵Giampaolo Rodola2017-05-091-4/+8
| | | | objects
* #802: update doc + apply wrap function to disk and net io functionsGiampaolo Rodola2017-05-091-12/+18
|
* update disk_io_counters() docGiampaolo Rodola2017-05-091-0/+4
|
* update docGiampaolo Rodola2017-05-081-4/+6
|
* #1007: add note about boot_time() on win whose is may not be the same across ↵Giampaolo Rodola2017-05-081-0/+5
| | | | different processes
* #1040: on py 3.6 use sys.getfilesystemencodeerrors() to determined the ↵Giampaolo Rodola2017-05-041-3/+5
| | | | default error handler instead of guessing it
* update docGiampaolo Rodola2017-05-041-9/+10
|
* #1040: add notes about unicode in the docGiampaolo Rodola2017-05-041-0/+38
|
* fix ionice test on windows + update ionice docGiampaolo Rodola2017-05-031-1/+2
|
* #1039 / freebsd / openbsd / connections('unix'): set laddr|raddr to '' ↵Giampaolo Rodola2017-05-021-8/+6
| | | | instead of None
* #1039 / connections('unix') / linux: set laddr and raddr to an empty string ↵Giampaolo Rodola2017-05-021-4/+17
| | | | instead of None
* #1022 / users(): PID cannot be determined on OpenBSD so we set it to NoneGiampaolo Rodola2017-05-011-1/+1
|
* download_exe.py: use concurrent.futures.as_completed()Giampaolo Rodola2017-04-301-1/+1
|
* refactoringGiampaolo Rodola2017-04-291-3/+4
|
* update docGiampaolo Rodola2017-04-271-0/+2
|
* docs/make.bat was wrongGiampaolo Rodola2017-04-271-32/+242
|
* update docGiampaolo Rodola2017-04-271-53/+22
|
* update docGiampaolo Rodola2017-04-271-8/+9
|