summaryrefslogtreecommitdiff
path: root/HISTORY.rst
Commit message (Expand)AuthorAgeFilesLines
* #1033 / net|proc connections / FreeBSD / OSX / memory leak: Py_DECREF object ...Giampaolo Rodola2017-04-291-0/+2
* #1029: fix encoding error for proc.econnections('unix') on OSXGiampaolo Rodola2017-04-281-2/+2
* #1029: [FreeBSD] Process.connections('unix') on Python 3 doesn't properly han...Giampaolo Rodola2017-04-281-0/+2
* #1025: implement process_iter(attrs, ad_value)Giampaolo Rodola2017-04-261-0/+4
* #1022: fix users() on Linux; update doc; bump up versionGiampaolo Rodola2017-04-251-3/+2
* update CREDITS and HISTORYAlexander Hasselhuhn2017-04-251-0/+2
* fix #1021 / linux / open_files: open_files() may erroneously raise NoSuchProc...Giampaolo Rodola2017-04-251-1/+4
* fix #1017 / net_io_counters(): do not raise RuntimeError in case no NICs are ...Giampaolo Rodola2017-04-231-0/+2
* fix #1016: do not raise RuntimeError in case no disks are installedGiampaolo Rodola2017-04-231-0/+1
* fix #1015 / linux: have swap_memory() rely on /proc fs instead of sysinfo() s...Giampaolo Rodola2017-04-221-0/+6
* fix #1014: Linux can mask legitimate ENOENT exceptions as NoSuchProcess.Giampaolo Rodola2017-04-211-0/+9
* pre-releaserelease-5.2.2Giampaolo Rodola2017-04-101-1/+1
* fix #1010 / linux: virtual_memory() may raise ValueErrorGiampaolo Rodola2017-04-101-0/+1
* fix #1009: sensors_temperatures() may raise OSError.Giampaolo Rodola2017-04-091-0/+1
* fix #1006 / linux / cpu_freq(): do not define the function if not available i...Giampaolo Rodola2017-04-061-0/+302
* fix #1004 / linux / Process.io_counters(): fix possible ValueErrorGiampaolo Rodola2017-04-051-5/+6
* #1002 give CREDITs for #1002Giampaolo Rodola2017-03-281-0/+2
* fix #1000: setup.py: suppress module name: module references __file__warningGiampaolo Rodola2017-03-251-0/+9
* pre releaseGiampaolo Rodola2017-03-241-1/+3
* fix #981: [Linux] cpu_freq() may return an empty list.Giampaolo Rodola2017-03-241-0/+1
* #996: [Linux] sensors_temperatures() may not show all temperatures.Giampaolo Rodola2017-03-231-0/+1
* #997 / virtual_memory() / FreeBSD: sysctl vm.stats.vm.v_cache_count fails on ...Giampaolo Rodola2017-03-231-0/+10
* pre-releaserelease-5.2.0Giampaolo Rodola2017-03-051-1/+1
* fix #986: [Linux] Process.cwd() may raise NoSuchProcess instead of ZombieProc...Giampaolo Rodola2017-03-041-0/+1
* add history entryMax Belanger2017-03-031-0/+1
* update HISTORY and CREDITSGiampaolo Rodola2017-02-161-0/+4
* #976 / Linux / Process.io_counters(): return also read_chars and write_chars ...Giampaolo Rodola2017-02-141-0/+2
* fix #976 / windows / io_counters(): add 2 new fieldsGiampaolo Rodola2017-02-141-0/+2
* #974 sensors_fans(): add example script, return dict and named tuple instead ...Giampaolo Rodola2017-02-131-2/+2
* Add new sensors_fans methodnicolargo2017-02-111-0/+7
* fix #973: cpu_percent() may raise ZeroDivisionError.release-5.1.3Giampaolo Rodola2017-02-071-0/+1
* pre-releaseGiampaolo Rodola2017-02-071-0/+9
* #966: sensors_battery().power_plugged may erroneously return None on Python 3Giampaolo Rodola2017-02-031-0/+2
* fix #970 [Linux] sensors_battery()'s name and label fields on Python 3 are bytesGiampaolo Rodola2017-02-031-0/+2
* fix #968 / Linux: disk_io_counters() is broken on python 3Giampaolo Rodola2017-02-031-0/+9
* pre releaserelease-5.1.1Giampaolo Rodola2017-02-031-3/+1
* #966: sensors_battery().power_plugged may lie if AC0/online is not there; fal...Giampaolo Rodola2017-02-021-1/+2
* update HISTORYGiampaolo Rodola2017-02-021-0/+5
* #966: sensors_battery() fails with no such file errorGiampaolo Rodola2017-02-021-0/+2
* fix #965: disk_io_counters() may miscalculate sector size and report the wron...Giampaolo Rodola2017-02-021-0/+2
* fix #964: windows Process.username() / psutil.users() may return badly encode...Giampaolo Rodola2017-02-011-0/+10
* update readmeGiampaolo Rodola2017-02-011-0/+1
* pre releaserelease-5.1.0Giampaolo Rodola2017-02-011-1/+1
* update README / HISTORYGiampaolo Rodola2017-02-011-49/+1
* update HISTORY / READMEGiampaolo Rodola2017-02-011-0/+1
* fix #961: [Windows] WindowsService.description() may fail with ERROR_MUI_FILE...Giampaolo Rodola2017-02-011-0/+2
* #fix 960 / Popen.wait: return negative exit code if process is killed by a si...Giampaolo Rodola2017-01-311-0/+2
* update HISTORYGiampaolo Rodola2017-01-301-0/+201
* #956: cpu_affinity([]) can now be used as an alias to set affinity against al...Giampaolo Rodola2017-01-301-0/+2
* #959: update HISTORY / CREDITSGiampaolo Rodola2017-01-301-0/+1