summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge from masterbsebi-masterGiampaolo Rodola2016-01-316-5/+12
|\
| * improved solaris check for unit test as wellbsebi2015-10-281-1/+1
| * removing release - date headerbsebi2015-10-281-2/+0
| * line too long failurebsebi2015-10-281-1/+2
| * #704: psutil does not compile/cannot be imported on solaris sparcbsebi2015-10-285-4/+17
* | try to prevent occasional failure on windowsGiampaolo Rodola2016-01-312-11/+11
* | Merge pull request #739 from fbenkstein/windows-bitness-confusionFrank Benkstein2016-01-275-125/+471
|\ \
| * | address 32bit/64bit confusion in psutil_get_parametersFrank Benkstein2016-01-275-125/+471
|/ /
* | Merge pull request #741 from landryb/visaGiampaolo Rodola2016-01-263-18/+17
|\ \
| * | Add visa to CREDITS and mention the fix in HISTORY.rstLandry Breuil2016-01-262-0/+5
| * | Get system page size via sysconf()Visa Hankala2016-01-261-18/+12
|/ /
* | Merge pull request #738 from fbenkstein/refactor-win-cwd-cmdlineGiampaolo Rodola2016-01-263-156/+168
|\ \
| * | move core of psutil_get_cwdFrank Benkstein2016-01-261-106/+87
| * | move core of psutil_get_cmdlineFrank Benkstein2016-01-261-59/+77
| * | move windows cwd extraction codeFrank Benkstein2016-01-253-97/+110
* | | Merge pull request #740 from fbenkstein/fix-win-net_if_statGiampaolo Rodola2016-01-262-1/+12
|\ \ \ | |/ / |/| |
| * | fix net_if_stats on Windows wipFrank Benkstein2016-01-262-1/+12
|/ /
* | update HISTORYGiampaolo Rodola2016-01-251-0/+4
* | Merge pull request #732 from fbenkstein/revive-environGiampaolo Rodola2016-01-2511-3/+278
|\ \
| * | document Process.environFrank Benkstein2016-01-251-0/+9
| * | revive Process.environ on OSXFrank Benkstein2016-01-258-3/+161
| * | revive Process.environ on LinuxFrank Benkstein2016-01-255-3/+111
|/ /
* | #743: fix unicode on all bsd platformsGiampaolo Rodola2016-01-243-0/+22
* | get rid of other ENCODING_ERRORS_HANDLER referencesGiampaolo Rodola2016-01-232-4/+0
* | #734: get rid of ENCODING_ERRORS_HANDLER; instead use surrogateescape by defa...Giampaolo Rodola2016-01-1410-66/+24
* | #734: fix unicode issues on FreeBSDGiampaolo Rodola2016-01-136-28/+49
* | try to fix occasional failure on winGiampaolo Rodola2016-01-231-2/+3
* | fix AttributeErrorGiampaolo Rodola2016-01-231-1/+1
* | #733: try to pass ENCODING_ERRORS_HANDLER to the C extensionGiampaolo Rodola2016-01-222-4/+17
* | #734: osx/name() correct unicode handlingGiampaolo Rodola2016-01-222-1/+7
* | try to fix occasional appveyor failureGiampaolo Rodola2016-01-222-9/+9
* | try to fix 'RuntimeError: No active exception to reraise'Giampaolo Rodola2016-01-221-3/+4
* | fix tests: +x bit was not set on exe test fileGiampaolo Rodola2016-01-222-12/+14
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2016-01-221-2/+10
|\ \
| * | fix windows/py3.3 failureGiampaolo Rodola2016-01-221-2/+10
* | | #734: fix unicode issues on OSXGiampaolo Rodola2016-01-222-3/+24
|/ /
* | osx: attempt another fix to cwd unicode; also enabl python 3.5 for appveyorGiampaolo Rodola2016-01-222-8/+9
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2016-01-221-0/+2
|\ \
| * | fix occasional failure on windowsGiampaolo Rodola2016-01-221-0/+2
* | | attempt to fix encoding error on osx/py3 https://travis-ci.org/giampaolo/psut...Giampaolo Rodola2016-01-221-0/+9
|/ /
* | fix failing test on windowsGiampaolo Rodola2016-01-221-3/+6
* | attempt to fix OSX test failureGiampaolo Rodola2016-01-222-2/+3
* | non-unicode test refactoring: do not use subprocesses where not necessaryGiampaolo Rodola2016-01-221-31/+16
* | Merge pull request #736 from giampaolo/fbenkstein-non-unicodeGiampaolo Rodola2016-01-226-11/+187
|\ \
| * | expose https://github.com/fbenkstein and fix name() / cmdline() encoding erro...fbenkstein-non-unicodeGiampaolo Rodola2016-01-226-23/+67
| * | Merge branch 'non-unicode' of git://github.com/fbenkstein/psutil into fbenkst...Giampaolo Rodola2016-01-211-3/+135
| |\ \ |/ / /
| * | add non-unicode testFrank Benkstein2016-01-211-3/+135
* | | sunos: Process class speedupGiampaolo Rodola2016-01-211-20/+21
|/ /
* | improve testGiampaolo Rodola2016-01-214-4/+8
* | update historyrelease-3.4.2Giampaolo Rodola2016-01-202-1/+2