summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update HISTORY/CREDITSrelease-3.2.2Giampaolo Rodola2015-10-043-1/+8
* Merge pull request #690 from msarahan/vs2015_compileGiampaolo Rodola'2015-10-041-2/+5
|\
| * fix compiler error for MSVC2015 (unscoped enum C++11 problem)Michael Sarahan2015-09-251-2/+5
|/
* travis: remove python 3.2 supportGiampaolo Rodola2015-09-221-4/+0
* #541: update history/creditsGiampaolo Rodola2015-09-222-0/+6
* Merge pull request #541 from dasumin/fix-freebsd-disk_io_countersGiampaolo Rodola'2015-09-221-5/+5
|\
| * Commented a defineDenis2014-10-011-1/+1
| * Fixed BSD version of disk_io_counters (r/w time counters units)Denis Sumin2014-10-011-4/+4
* | fix #623: [Linux] process or system connections raises ValueError if IPv6 is ...Giampaolo Rodola2015-09-195-29/+78
* | fix appveyor failureGiampaolo Rodola2015-09-071-0/+2
* | update TODO + GIT pre-commit scriptGiampaolo Rodola2015-09-062-13/+17
* | #678_ setup.py error on linuxGiampaolo Rodola2015-09-063-4/+15
* | Merge pull request #681 from Infinidat/test_fixesGiampaolo Rodola'2015-09-062-37/+38
|\ \
| * | reverse change - don't call safe_remove on APPVEYORArnon Yaari2015-09-061-1/+2
| * | avoid name cutoff in testsArnon Yaari2015-09-061-2/+2
| * | use os.path.normcase for Windows exe testsArnon Yaari2015-09-061-6/+5
| * | TestUnicode: Instead of using Python's executable, compile one if possibleArnon Yaari2015-09-061-29/+32
| * | Fix test_memory_leaksArnon Yaari2015-09-061-4/+2
* | | Merge pull request #680 from Infinidat/517Giampaolo Rodola'2015-09-063-33/+57
|\ \ \ | |/ / |/| |
| * | fix review commentsArnon Yaari2015-09-062-3/+8
| * | update history and creditsArnon Yaari2015-09-062-1/+2
| * | #517 The data type retrurned from kstat is interface dependentArnon Yaari2015-09-061-20/+26
| * | Fix #517 by testing ksp->ks_name is a network interfaceArnon Yaari2015-09-061-11/+23
|/ /
* | Merge pull request #610 from Infinidat/masterGiampaolo Rodola'2015-09-0511-27/+189
|\ \
| * | Code review fixesArnon Yaari2015-09-058-129/+139
| * | fix test on SolarisArnon Yaari2015-09-051-1/+2
| * | fix test on SolarisArnon Yaari2015-09-051-1/+4
| * | fix test on SolarisArnon Yaari2015-09-051-1/+2
| * | fix test on SolarisArnon Yaari2015-09-051-1/+1
| * | swap -k is not supported in Solaris 10Arnon Yaari2015-09-052-11/+7
| * | Add ifaddrs.c for Solaris 10Arnon Yaari2015-09-054-6/+157
| * | Fix get mtu on Solaris 10Arnon Yaari2015-09-041-6/+6
* | | Merge pull request #679 from Infinidat/607Giampaolo Rodola'2015-09-051-5/+6
|\ \ \ | |/ / |/| |
| * | move DUPLEX_UNKOWN fix outside of #if PSUTIL_HAVE_IOPRIOArnon Yaari2015-09-041-5/+6
|/ /
* | Merge pull request #573 from tomprince/remove-shebang-linesEvinceMoi-fix-net_io_counter-overflowGiampaolo Rodola'2015-09-038-15/+0
|\ \
| * | Modules aren't scripts.Tom Prince2015-01-088-15/+0
* | | make.bat clean: remove *obj filesrelease-3.2.1Giampaolo Rodola2015-09-031-0/+1
* | | bump up versionGiampaolo Rodola2015-09-033-3/+4
* | | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-09-031-40/+32
|\ \ \
| * | | fix windows compilation errorsGiampaolo Rodola2015-09-031-40/+32
* | | | disable failing test + rename C varsGiampaolo Rodola2015-09-033-45/+50
|/ / /
* | | #677: [Linux] can't install psutil due to bug in setup.py.Giampaolo Rodola2015-09-032-6/+26
* | | C: var names -> add py_ prefixGiampaolo Rodola2015-09-0312-498/+507
* | | pre-release updatesrelease-3.2.0Giampaolo Rodola2015-09-022-1/+2
* | | try to fix appveyor failureGiampaolo Rodola2015-09-022-5/+6
* | | refactor setup.py + fix MakefileGiampaolo Rodola2015-09-022-30/+24
* | | fix OSX test failureGiampaolo Rodola2015-06-142-6/+10
* | | linux / setup.py: do not print warningsGiampaolo Rodola2015-08-311-1/+15
* | | #675: [Linux] net_connections(); UnicodeDecodeError may occur when listing UN...Giampaolo Rodola2015-08-312-1/+5
* | | move unicode tests so that they are executed on all platformsGiampaolo Rodola2015-08-312-63/+64