summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update READMErelease-3.0.0Giampaolo Rodola2015-06-132-1/+2
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-06-132-1/+9
|\
| * (freebsd) fix memleak + add testGiampaolo Rodola2015-06-122-1/+9
* | (windows) remove inet_ntopGiampaolo Rodola2015-06-134-36/+0
* | fix test on WindowsGiampaolo Rodola2015-06-121-4/+5
|/
* Merge pull request #616 from mrjefftang/winxp-inet_ntopGiampaolo Rodola'2015-06-046-1/+38
|\
| * Implement inet_ntop to support Windows XPJeff Tang2015-06-046-1/+38
|/
* Revert "#629: rename test/_linux.py (and others) to test/test_pslinux.py in o...Giampaolo Rodola2015-06-047-7/+7
* #629: rename test/_linux.py (and others) to test/test_pslinux.py in order to ...Giampaolo Rodola2015-06-047-7/+7
* #629: 'skip' platorm specific tests if we're on another platform (instead of ...Giampaolo Rodola2015-06-048-25/+35
* add 'make coverage' and 'make install-dev-deps'Giampaolo Rodola2015-06-042-4/+22
* add mocked tests for linux (also include mock as a dep on py < 3.4)Giampaolo Rodola2015-06-036-19/+133
* fix #614: [Linux] return the num of physical cores instead of physical CPUsGiampaolo Rodola2015-06-035-6/+38
* addCleanup sooner rather than laterGiampaolo Rodola2015-06-031-1/+1
* fix #628: Process.name() on Linux truncates spaces and ')'Giampaolo Rodola2015-06-035-9/+38
* update docGiampaolo Rodola2015-05-281-1/+1
* fix travisGiampaolo Rodola2015-05-182-3/+3
* git-hooks: include the new file in MANIFEST.in and use --force when creating ...Giampaolo Rodola2015-05-183-3/+7
* fix make install-git-hooksGiampaolo Rodola2015-05-182-5/+6
* Merge pull request #625 from optix2000/masterGiampaolo Rodola'2015-05-151-4/+1
|\
| * Remove deprecated attributesWeilu Jia2015-05-151-4/+1
|/
* add test for setup.py scriptGiampaolo Rodola2015-05-151-0/+7
* makefile: use the proper python interpreter for running all cmdsGiampaolo Rodola2015-05-152-3/+10
* have Error define __str__ for all of its subclassesGiampaolo Rodola2015-04-221-16/+10
* xxxGiampaolo Rodola2015-04-201-0/+2
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-04-204-4/+8
|\
| * Merge pull request #619 from grobian/masterGiampaolo Rodola'2015-04-174-4/+8
| |\
| | * swap_memory: fix flake8 complaintFabian Groffen2015-04-171-1/+2
| | * swap: fix finding the 'swap' utility on SunOSFabian Groffen2015-04-174-4/+7
| |/
* | git pre-commit hook: turn it into a py scriptGiampaolo Rodola2015-04-201-25/+41
|/
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-04-163-5/+9
|\
| * Merge pull request #617 from grobian/masterGiampaolo Rodola'2015-04-163-5/+9
| |\
| | * psutil_net_io_counters: fix swapped send and receiveFabian Groffen2015-04-163-5/+9
| |/
* | make flake8 happyGiampaolo Rodola2015-04-161-1/+0
|/
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-03-304-10/+21
|\
| * Merge pull request #608 from Infinidat/masterGiampaolo Rodola'2015-03-154-10/+21
| |\
| | * use 'with open' to make sure file is closedArnon Yaari2015-03-151-1/+3
| | * test_process_create_time: always test against the rounded time tooArnon Yaari2015-03-151-3/+6
| | * don't test physical cpu count on systems that don't include itArnon Yaari2015-03-151-0/+2
| | * don't test num_ctx_switches on unsupported kernelsArnon Yaari2015-03-151-0/+2
| | * fix compilation warning about possible misuse of XDECREFArnon Yaari2015-03-151-2/+2
| | * fix race condition in wait_for_fileArnon Yaari2015-03-151-1/+3
| | * fix flake8 errorArnon Yaari2015-03-151-3/+3
| | * fix permission errors when running from /rootArnon Yaari2015-03-151-1/+1
| |/
* | get rid of unreliable if_addrs() test on LinuxGiampaolo Rodola2015-03-302-30/+2
* | better skip msg on windowsGiampaolo Rodola2015-03-141-0/+1
|/
* fix #607: DUPLEX_UNKNOWN is not defined on old RedHat versionsGiampaolo Rodola2015-03-141-0/+6
* fix #606: Process.parent() may swallow NoSuchProcess exceptions (#race-condit...Giampaolo Rodola2015-03-112-1/+3
* attempt to fix xargs on OSXGiampaolo Rodola2015-03-041-4/+7
* #602: move pre-commit hook into a separate fileGiampaolo Rodola2015-03-043-19/+25