summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* str-encode NIC names655-windows-unicodeGiampaolo Rodola2015-08-301-14/+28
|
* always return encoded strings instead of unicodeGiampaolo Rodola2015-08-304-56/+38
|
* #650: make cmdline() handle unicode on python 2Giampaolo Rodola2015-08-264-42/+38
|
* #650: Process.cwd() return unicode for non ASCII pathsGiampaolo Rodola2015-08-264-30/+12
|
* #650: stringify name and exeGiampaolo Rodola2015-08-264-5/+21
|
* Merge branch 'master' into 655-windows-unicodeGiampaolo Rodola2015-08-262-6/+16
|\
| * #655: have Process.name() fallback method return unicode instead of strGiampaolo Rodola2015-08-262-6/+16
| |
* | Merge branch 'master' into 655-windows-unicodeGiampaolo Rodola2015-08-262-6/+10
|\ \ | |/
| * #655: fix net_if_stats unicode errorGiampaolo Rodola2015-08-262-6/+10
| |
* | add unicode testsGiampaolo Rodola2015-08-261-1/+7
| |
* | enable unicode testsGiampaolo Rodola2015-08-262-1/+3
| |
* | Merge branch 'master' into 655-windows-unicodeGiampaolo Rodola2015-08-263-17/+24
|\ \ | |/
| * #670: update HISTORY/CREDITSGiampaolo Rodola2015-08-263-17/+24
| |
* | Merge branch 'master' into 655-windows-unicodeGiampaolo Rodola2015-08-2641-603/+702
|\ \ | |/
| * Merge pull request #670 from sk6249/masterGiampaolo Rodola'2015-08-261-12/+15
| |\ | | | | | | Fix bug: incorrect network interface returned by net_io_counters(True…
| | * Fix bug: incorrect network interface returned by net_io_counters and ↵sk62492015-08-131-22/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net_if_addrs [Bug description] When network interface contains non-ansii characters, such as Chinese characters, the network interface name returned by net_io_counters(True) and net_if_addrs() were truncated or blank. [Solution] This fix ensures these two functions will return correct network interface names. Use PyUnicode_FromWideChar to fix this issue.
| | * Fix bug: incorrect network interface returned by net_io_counters(True) and ↵sk62492015-08-121-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net_if_addrs() [Bug description] When network interface contains non-ansii characters, such as Chinese characters, the network interface name returned by net_io_counters(True) and net_if_addrs() were truncated or blank string. [Solution] This fix ensures these two functions will return correct network interface names.
| * | #672: update HISTORY/CREDITSGiampaolo Rodola2015-08-262-0/+9
| | |
| * | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-08-261-2/+4
| |\ \
| | * \ Merge pull request #672 from stevenwinfield/masterGiampaolo Rodola'2015-08-261-2/+4
| | |\ \ | | | |/ | | |/| Prevent enum clash when using Windows SDK v8.0
| | | * Prevent enum clash when using Windows SDK v8.0stevenwinfield2015-08-211-2/+4
| | |/ | | | | | | ProcessDebugPort and ProcessImageFileName are defined in PROCESSINFOCLASS in winternl.h - use the same workaround as ProcessBasicInformation, with underscores and #defines.
| * | fix appveyorGiampaolo Rodola2015-08-071-0/+1
| |/
| * try to fix failure on py 3Giampaolo Rodola2015-08-071-1/+2
| |
| * try to fix occasional appveyor failureGiampaolo Rodola2015-08-071-2/+3
| |
| * add test to make sure all example scripts are executableGiampaolo Rodola2015-08-074-0/+7
| |
| * fix travis failureGiampaolo Rodola2015-08-071-1/+1
| |
| * yet another test for rlimitGiampaolo Rodola2015-08-071-0/+15
| |
| * fix #513: [Linux] fixed integer overflow for RLIM_INFINITY.Giampaolo Rodola2015-08-073-1/+31
| |
| * provide actual test for rlimitGiampaolo Rodola2015-08-071-0/+17
| |
| * fix #603: [Linux] ionice_set value range is incorrect. (patch by spacewander)Giampaolo Rodola2015-08-073-3/+5
| |
| * fix net_if_addrs on WindowsGiampaolo Rodola2015-08-072-6/+16
| |
| * update HISTORY - @mrjefftangGiampaolo Rodola2015-08-072-1/+2
| |
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-08-071-0/+1
| |\
| | * fix failing test on OSXGiampaolo Rodola2015-06-141-0/+1
| | |
| * | try to fix compilation warningGiampaolo Rodola2015-08-071-0/+1
| |/
| * make flake8 happyGiampaolo Rodola2015-08-071-1/+2
| |
| * OSX try to fix swapmem testGiampaolo Rodola2015-06-141-15/+37
| |
| * try to debug travis failureGiampaolo Rodola2015-06-131-0/+1
| |
| * OSX: fix swap mem testGiampaolo Rodola2015-06-132-11/+16
| |
| * use sysctlbyname to get cpu_count() logical and also add unit testsGiampaolo Rodola2015-06-132-0/+17
| |
| * C stylingGiampaolo Rodola2015-08-061-62/+31
| |
| * C stylingGiampaolo Rodola2015-08-0613-134/+81
| |
| * C stylingGiampaolo Rodola2015-08-066-266/+133
| |
| * Merge pull request #668 from giampaolo/663-ptp-ifacesGiampaolo Rodola'2015-08-058-29/+68
| |\ | | | | | | 663 ptp ifaces
| | * solaris implementationGiampaolo Rodola2015-06-141-6/+0
| | |
| | * #663: osx implementationGiampaolo Rodola2015-06-131-2/+1
| | |
| | * #663: freebsd implementationGiampaolo Rodola2015-03-101-2/+2
| | |
| | * #663: ptp addresses linux implementation663-ptp-ifacesGiampaolo Rodola2015-08-058-25/+71
| |/
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-08-051-2/+6
| |\
| | * Merge pull request #666 from mrjefftang/osx_funky_dirGiampaolo Rodola'2015-08-051-2/+6
| | |\ | | | | | | | | Use /private/tmp for OSX for test