summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | refactor platform recognition codeGiampaolo Rodola2016-02-0210-45/+54
* | | Merge pull request #747 from giampaolo/revive-environ-windowsGiampaolo Rodola2016-02-018-197/+322
|\ \ \
| * | | implement Process.environ() on Windowsrevive-environ-windowsFrank Benkstein2016-02-018-7/+183
| * | | handle vanishing proceses when accessing memoryFrank Benkstein2016-01-292-0/+7
| * | | unify cmdline and cwd reading some moreFrank Benkstein2016-01-291-196/+134
| * | | fix (very) sporadic error in RemoteProcessTestCaseFrank Benkstein2016-01-291-2/+6
| |/ /
* | | update HISTORYGiampaolo Rodola2016-01-311-3/+3
* | | Merge pull request #748 from giampaolo/bsebi-masterGiampaolo Rodola2016-01-316-5/+12
|\ \ \
| * \ \ 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
* | | | | fix encoding error on sunosGiampaolo Rodola2016-01-312-1/+14
|/ / / /
* | | | 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