summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge headsrelease-1.1.0Giampaolo Rodola'2013-09-286-37/+87
|\
| * Fix issue 391: [Windows] psutil.cpu_times_percent() returns negative percenta...Giampaolo Rodola'2013-09-274-32/+53
| * (Windows): system CPU times: for system-wide times use GetSystemTimes() inste...Giampaolo Rodola'2013-09-273-9/+38
* | pre-release update including hosting on pypiGiampaolo Rodola'2013-09-283-4/+5
|/
* add a test case for issue 392Giampaolo Rodola'2013-09-271-0/+27
* fix issue #436: [Linux] psutil.net_io_counters() reports a wrong 'dropin' value.Giampaolo Rodola'2013-09-262-1/+2
* update creditsGiampaolo Rodola'2013-09-251-0/+4
* use rfind() instead of find() (see https://code.google.com/p/psutil/issues/de...Giampaolo Rodola'2013-09-251-1/+1
* use PyErr_SetFromErrnoWithFilename instead of PyErr_SetFromErrnoGiampaolo Rodola'2013-09-251-1/+1
* Fix issue 435 (Linux): psutil.net_io_counters() might report erreneous NIC na...Giampaolo Rodola'2013-09-252-3/+4
* fix issue #431 / process name / POSIX: do not unnecessarily retrieve cmdline ...Giampaolo Rodola'2013-09-212-2/+4
* Fix issue #430: [Linux] process IO counters report wrong number of r/w syscallsGiampaolo Rodola'2013-09-212-18/+25
* use PyErr_SetFromErrno(PyExc_OSError) instead of PyErr_SetFromErrno(0)Giampaolo Rodola'2013-07-252-24/+24
* issue #428: add a test case which assumes what we would ideally want on all p...Giampaolo Rodola'2013-09-182-1/+62
* Fix issue #416 (Windows) / http://stackoverflow.com/questions/6587036/alterna...Giampaolo Rodola'2013-09-106-69/+12
* remove legacy get_process_ppid() codeGiampaolo Rodola'2013-09-074-62/+0
* Fix issue #415 (Windows): make get_children() an order of magnitude faster by...Giampaolo Rodola'2013-09-075-17/+105
* fix issue 423: use #ifdef around those RLIMIT_ constants which may not be pre...Giampaolo Rodola'2013-08-282-15/+22
* tests: use two different convenience functions for removing test files and di...Giampaolo Rodola'2013-08-261-18/+15
* fix tests on FreeBSDGiampaolo Rodola'2013-07-243-4/+11
* fix test/_linux.py's test_cpu_times failing due to a incorrect regular expres...Giampaolo Rodola'2013-08-241-1/+1
* fix test failures due to safe_remove() utility function not removing filesGiampaolo Rodola'2013-08-101-14/+16
* make test_disk_usage_unicode work on WindowsGiampaolo Rodola'2013-08-102-12/+21
* disk_usage() / Windows: use two PyArg_ParseTuple() calls so that we first loo...Giampaolo Rodola'2013-08-101-10/+25
* add extra test case for disk_usage() and update TODOGiampaolo Rodola'2013-08-102-0/+27
* Fix issue 408: turn STATUS_* and CONN_* constants into plain Python strings a...Giampaolo Rodola'2013-08-099-98/+55
* Fix issue 416 (Linux): try to encode() the path name in case statvfs() raise ...Giampaolo Rodola'2013-08-095-4/+41
* merge with headGiampaolo Rodola'2013-08-094-2/+19
|\
| * mergeGiampaolo Rodola'2013-07-291-1/+6
| |\
| | * decorate set_rlimit() with @_assert_pid_not_reused decoratorGiampaolo Rodola'2013-07-251-1/+6
| * | Fix issue #414: [Windows] Process.exe on Windows XP may raise ERROR_INVALID_P...Giampaolo Rodola'2013-07-293-1/+13
* | | Fix issue 416 (Windows) / disk_usage(): use GetDiskFreeSpaceExW instead of Ge...Giampaolo Rodola'2013-08-092-4/+5
|/ /
* | Give credits to Gisle VanemGiampaolo Rodola'2013-07-261-0/+4
* | Fix issue #411: [Windows] examples/disk_usage.py may pop-up a GUI error.Giampaolo Rodola'2013-07-262-3/+7
* | Fix issue 413 (Windows): process' memory_info_2 leaks memoryGiampaolo Rodola'2013-07-263-23/+28
|/
* also expose RLIM_INFINITY constantGiampaolo Rodola'2013-07-253-0/+5
* prlimit() / set: yet another C type changeGiampaolo Rodola'2013-07-241-3/+11
* prlimit() / get: change C return type the same way it's done in cPython's res...Giampaolo Rodola'2013-07-241-4/+10
* Fix issue 412: implement process resource limits on LinuxGiampaolo Rodola'2013-07-2410-12/+201
* connection related tests refactoringGiampaolo Rodola'2013-07-171-93/+102
* remove no longer used code in _psutil_bsd.c + refactor some testsGiampaolo Rodola'2013-07-173-46/+4
* Added tag release-1.0.1 for changeset e957e3021ea9Giampaolo Rodola'2013-07-120-0/+0
* fix issue #405: network_io_counters(pernic=True) no longer works as intended ...release-1.0.1Giampaolo Rodola'2013-07-122-2/+11
* Added tag release-1.0.0 for changeset d1c75cad34e4Giampaolo Rodola'2013-07-100-0/+0
* merge headsrelease-1.0.0Giampaolo Rodola'2013-07-103-4/+5
|\
| * add TODO file in MANIFEST.inGiampaolo Rodola'2013-07-101-0/+1
| * update version and README fileGiampaolo Rodola'2013-07-102-4/+4
* | (windows) replace PyString_FromString with Py_BuildValue: PyString_FromString...Giampaolo Rodola'2013-07-101-1/+1
|/
* fix 2 other tests failing on OSXGiampaolo Rodola'2013-07-101-3/+10
* merge headGiampaolo Rodola'2013-07-102-12/+3
|\