summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* skip failing test on appveyorGiampaolo Rodola2015-08-312-3/+1
* try to fix appveyor failureGiampaolo Rodola2015-08-312-0/+3
* test refactoring+Giampaolo Rodola2015-08-311-5/+6
* try to fix appveyor failuresGiampaolo Rodola2015-08-313-12/+14
* open files by using sys.getfilesystemencoding() + refactor stuffGiampaolo Rodola2015-08-301-18/+23
* #675: try to fix encoding issueGiampaolo Rodola2015-08-301-2/+4
* fix python 3 compilation errorGiampaolo Rodola2015-08-302-3/+3
* #659: [Linux] compilation error on Suse 10. (patch by maozguttman)Giampaolo Rodola2015-08-304-9/+42
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-08-305-5/+34
|\
| * fix #644: add support for CTRL_* signals on WindowsGiampaolo Rodola2015-08-305-5/+34
* | make flake8 happyGiampaolo Rodola2015-08-301-2/+1
|/
* Merge pull request #676 from giampaolo/655-windows-unicodeGiampaolo Rodola'2015-08-307-90/+154
|\
| * 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 and net_if_a...sk62492015-08-131-22/+15
| * | Fix bug: incorrect network interface returned by net_io_counters(True) and ne...sk62492015-08-121-2/+12
* | | #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.0stevenwinfield2015-08-211-2/+4
| |/ /
* | | 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