summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* #1026 / doc / recipes: add one-linersGiampaolo Rodola2017-04-271-32/+153
|
* #1026 / doc: add kill_proc_tree() recipeGiampaolo Rodola2017-04-271-0/+28
|
* #1026 / doc: add recipes sectionGiampaolo Rodola2017-04-271-12/+100
|
* update docGiampaolo Rodola2017-04-271-3/+9
|
* update docGiampaolo Rodola2017-04-271-8/+8
|
* fix test; update docGiampaolo Rodola2017-04-261-6/+6
|
* #1025: implement process_iter(attrs, ad_value)Giampaolo Rodola2017-04-261-10/+45
|
* #1022: fix users() on Linux; update doc; bump up versionGiampaolo Rodola2017-04-251-2/+7
|
* create_proc_children_pair: have the grandchild create the intermediate test ↵Giampaolo Rodola2017-04-251-2/+2
| | | | file so that it has more time to initialize
* update docGiampaolo Rodola2017-04-251-0/+2
|
* #1020 / windows / open_files: update doc and inform that open_files() only ↵Giampaolo Rodola2017-04-251-10/+15
| | | | lists files living in the C:\ drive
* #1018: enable 'python -m psutil.tests' to run tests1018-test-refactoringGiampaolo Rodola2017-04-241-0/+12
|
* fix #1015 / linux: have swap_memory() rely on /proc fs instead of sysinfo() ↵Giampaolo Rodola2017-04-221-2/+16
| | | | syscall in order to be nice with Linux containers such as Docker and Heroku
* pre-releaserelease-5.2.2Giampaolo Rodola2017-04-101-0/+1
|
* pre releaseGiampaolo Rodola2017-03-241-0/+1
|
* #999 update disk_usage docGiampaolo Rodola2017-03-241-3/+3
|
* update docGiampaolo Rodola2017-03-051-0/+1
|
* pre-releaserelease-5.2.0Giampaolo Rodola2017-03-051-1/+1
|
* windows: disable test causing occasional failuresGiampaolo Rodola2017-03-041-1/+1
|
* update docGiampaolo Rodola2017-02-141-1/+1
|
* update docGiampaolo Rodola2017-02-141-0/+2
|
* update docGiampaolo Rodola2017-02-141-3/+9
|
* #976 / Linux / Process.io_counters(): return also read_chars and write_chars ↵Giampaolo Rodola2017-02-141-3/+11
| | | | fields
* update docGiampaolo Rodola2017-02-141-6/+10
|
* fix #976 / windows / io_counters(): add 2 new fieldsGiampaolo Rodola2017-02-141-6/+16
|
* add test for ppid() - add FAQGiampaolo Rodola2017-02-131-0/+7
|