summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* merge from master1102-proc-bitnessGiampaolo Rodola2018-01-0111-489/+937
|\
| * #1152: fix doc to mention CLI command necessary to enable disk_io_counters() ...Giampaolo Rodola2018-01-011-0/+2
| * 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 useles...Giampaolo Rodola2017-12-071-23/+4
| * Speedup Process.children() (#1185)Giampaolo Rodola2017-12-011-4/+4
| * #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
| * 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 (#1158)wiggin152017-10-261-39/+39
| * #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
| * 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
* | #1102: implement is64bit() on FreeBSDGiampaolo Rodola2017-09-101-5/+5
* | #1102: implement is64bit() on WindowsGiampaolo Rodola2017-08-011-0/+2
* | #1102: implement is64bit() on OSXGiampaolo Rodola2017-08-011-1/+2
* | #1102: implement is64bit() on LinuxGiampaolo Rodola2017-08-011-0/+7
|/
* 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
* | 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
* 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 betwe...Giampaolo Rodola2017-05-101-57/+224
* 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 ob...Giampaolo Rodola2017-05-091-4/+8
* #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
* #1040: on py 3.6 use sys.getfilesystemencodeerrors() to determined the defaul...Giampaolo Rodola2017-05-041-3/+5
* update docGiampaolo Rodola2017-05-041-9/+10
* #1040: add notes about unicode in the docGiampaolo Rodola2017-05-041-0/+38