summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* #1053 / 2.6: just import psutil, don't run tests1053-drop-py26-test-supportGiampaolo Rodola2017-05-061-2/+6
* #1053: remove unittest2 and mock==1.0.1 depsGiampaolo Rodola2017-05-0622-34/+21
* replace contextlib.nestedGiampaolo Rodola2017-05-062-52/+2
* #1053: setup.py does not include tests files on py2.6; __init__.py will raise...Giampaolo Rodola2017-05-063-4/+17
* make.bat: have subprocesses inherit cwd and environGiampaolo Rodola2017-05-051-5/+4
* make.bat uninstall: remove files from site-packages dirGiampaolo Rodola2017-05-051-14/+14
* fix TypeErrorGiampaolo Rodola2017-05-051-2/+2
* make test file executableGiampaolo Rodola2017-05-052-1/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-05-052-4/+11
|\
| * add workaround for ctypes python bug bpo-30286Giampaolo Rodola2017-05-051-1/+8
| * wimake: listdir() unicode so that also paths with funky names can be removedGiampaolo Rodola2017-05-052-3/+3
* | change var nameGiampaolo Rodola2017-05-051-14/+15
|/
* try to minimize shared lib test failures on winGiampaolo Rodola2017-05-051-0/+4
* small test refactoringGiampaolo Rodola2017-05-051-6/+2
* fix failing testGiampaolo Rodola2017-05-054-6/+6
* use mock to raise an exc instead of picking up the low level C functionGiampaolo Rodola2017-05-051-5/+9
* make.bat: recognize python 64 versionsGiampaolo Rodola2017-05-051-1/+3
* make.bat: add -p optGiampaolo Rodola2017-05-055-16/+68
* #1040: on py 3.6 use sys.getfilesystemencodeerrors() to determined the defaul...Giampaolo Rodola2017-05-044-15/+31
* skip failing testGiampaolo Rodola2017-05-041-0/+1
* refactoringGiampaolo Rodola2017-05-042-28/+24
* try to minimize dll related test failuresGiampaolo Rodola2017-05-042-6/+11
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-05-044-14/+8
|\
| * mergeGiampaolo Rodola2017-05-043-13/+7
| |\
| | * try to minimize dll test failures on windows by picking python dll1040-fix-unicodeGiampaolo Rodola2017-05-041-1/+1
| | * fix #1051: make disk_usage() on python 3 able to deal with bytesGiampaolo Rodola2017-05-043-12/+7
| * | try to minimize dll test failures on windows by picking python dllGiampaolo Rodola2017-05-041-1/+1
* | | update docGiampaolo Rodola2017-05-041-9/+10
|/ /
* | Merge pull request #1052 from giampaolo/1040-fix-unicodeGiampaolo Rodola2017-05-0419-359/+486
|\ \
| * | minor refactoringGiampaolo Rodola2017-05-041-8/+5
| * | update notesGiampaolo Rodola2017-05-041-17/+3
| * | merge with masterGiampaolo Rodola2017-05-048-23/+34
| |\ \ | |/ / |/| |
* | | fix 1050: memory leak in memory_maps() on Windows because we forgot to Py_DECREFGiampaolo Rodola2017-05-032-0/+2
* | | fix testGiampaolo Rodola2017-05-031-0/+3
* | | refactor testsGiampaolo Rodola2017-05-035-22/+25
| * | #1040 update doc/notesGiampaolo Rodola2017-05-041-3/+16
| * | #1040: add notes about unicode in the docGiampaolo Rodola2017-05-041-0/+38
| |/
| * assume that internally python 3 never deals with bytes; also update unicode n...Giampaolo Rodola2017-05-032-51/+52
| * 1040: on python 2 convert all service strings from unicode to bytesGiampaolo Rodola2017-05-032-15/+14
| * #1040 use QueryServiceConfigW() and return proper unicode strings on service ...Giampaolo Rodola2017-05-031-20/+11
| * #1040: use EnumServiceStatusExW and return proper unicode for service enumera...Giampaolo Rodola2017-05-031-23/+24
| * #1040: use QueryServiceConfig2W() and return unicode for windows service desc...Giampaolo Rodola2017-05-031-13/+10
| * #1040: just use Py_BuildValue on both py 2 and 3Giampaolo Rodola2017-05-031-5/+1
| * be explicit in using Py_UnicodeFromWideCharGiampaolo Rodola2017-05-031-1/+1
| * #1040: for proc username() on Windows use LookupAccountSidW in order to retur...Giampaolo Rodola2017-05-032-31/+29
| * Merge branch 'master' into 1040-fix-unicodeGiampaolo Rodola2017-05-031-35/+24
| |\ | |/ |/|
* | have GetTokenInformation() retry only in case of INSUFFICIENT_BUFFERGiampaolo Rodola2017-05-031-13/+10
* | LookupAccountSid() retry only in case of INSUFFICIENT_BUFFERGiampaolo Rodola2017-05-031-22/+14
| * re #1040 have users() use WTSQuerySessionInformationW in order to returnGiampaolo Rodola2017-05-032-18/+13
| * Merge branch 'master' into 1040-fix-unicodeGiampaolo Rodola2017-05-032-34/+53
| |\ | |/ |/|