summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pre-release commitrelease-2.1.3Giampaolo Rodola2014-09-264-20/+22
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2014-09-261-2/+41
|\
| * Merge pull request #537 from ddaeschler/masterGiampaolo Rodola'2014-09-261-2/+41
| |\
| | * Fix psutil_proc_cpu_affinity_get to work on older systems that don't support ...David Daeschler2014-09-241-2/+41
* | | have travis also test memory leaksGiampaolo Rodola2014-09-261-0/+1
|/ /
* | add Google 'grr' to the list of noticeable softwares using psutilGiampaolo Rodola2014-09-241-0/+1
|/
* Merge pull request #535 from anthonyryan1/masterGiampaolo Rodola'2014-09-221-1/+1
|\
| * Readme TypoAnthony Ryan2014-09-211-1/+1
|/
* bump up versionGiampaolo Rodola2014-09-213-2/+9
* last pre-release commitrelease-2.1.2Giampaolo Rodola2014-09-212-2/+4
* fix #501: [Windows] disk_io_counters() may return negative values.Giampaolo Rodola2014-09-212-11/+12
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2014-09-152-7/+6
|\
| * Merge pull request #529 from mrjefftang/masterGiampaolo Rodola'2014-09-152-7/+6
| |\
| | * Cleaned up syntaxJeff Tang2014-09-151-3/+1
| | * Special case Process.exe for PID 0 & 4Jeff Tang2014-08-212-7/+8
* | | give CREDITGiampaolo Rodola2014-09-152-4/+3
|/ /
* | give CREDITGiampaolo Rodola2014-09-153-3/+12
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2014-09-151-2/+7
|\ \
| * \ Merge pull request #530 from airekans/masterGiampaolo Rodola'2014-09-151-2/+7
| |\ \
| | * | Fix the comment space problem.Yaolong Huang2014-09-041-1/+1
| | * | Fix the disk_io_counter bug in kernel 2.6 to 2.6.25Yaolong Huang2014-09-041-2/+7
| | |/
* | | give CREDITGiampaolo Rodola2014-09-152-2/+5
|/ /
* | Merge pull request #527 from ddaeschler/masterGiampaolo Rodola'2014-09-152-9/+57
|\ \
| * | Fix C90 compilation issueDavid Daeschler2014-08-111-2/+2
| * | Fix C90 compilation issueDavid Daeschler2014-08-111-3/+2
| * | Fix python 3.3 incompatibilityDavid Daeschler2014-08-111-1/+6
| * | Commit dynamically allocating version of psutil_proc_cpu_affinity_get based o...David Daeschler2014-08-111-16/+47
| * | Remove import of xrange which is no longer usedDavid Daeschler2014-08-101-1/+1
| * | Move declaration of the return list to the top of the function for C90David Daeschler2014-08-101-1/+2
| * | Also move the declaration of 'i' to the top for C90David Daeschler2014-08-101-2/+2
| * | Move declarations for C90 support and cleanupDavid Daeschler2014-08-101-3/+3
| * | CPU_COUNT returns the number of active CPUs in the set. Do not use its return...David Daeschler2014-08-101-2/+2
| * | Fix get_affinity for linuxDavid Daeschler2014-08-092-7/+19
| |/
* | fix #533: Process.memory_maps() may raise TypeError on old Linux distrosGiampaolo Rodola2014-09-152-3/+4
|/
* test Process.cpu_affinity() against os.sched_getaffinity() if availableGiampaolo Rodola2014-08-011-0/+8
* update HISTORYGiampaolo Rodola2014-07-152-0/+6
* Merge pull request #519 from mrjefftang/masterGiampaolo Rodola'2014-07-151-6/+7
|\
| * Update process_handles.cJeff Tang2014-07-101-1/+1
| * Update process_handles.cJeff Tang2014-07-101-6/+7
|/
* Merge pull request #516 from aaron0769/patch-1Giampaolo Rodola'2014-06-301-1/+1
|\
| * fix a printing bugAaron Shan2014-06-301-1/+1
|/
* merge conflictsGiampaolo Rodola2014-06-071-0/+54
|\
| * #505 / make.bat: provide commands to build and upload wheel binaries for Wind...Giampaolo Rodola2014-06-052-6/+61
* | fix #511: add examples/ps.py scriptGiampaolo Rodola2014-06-073-6/+91
|/
* minor doc and tox fixesGiampaolo Rodola2014-06-026-43/+34
* add make command to tag a new releaseGiampaolo Rodola2014-05-271-0/+4
* fix travis error on python 3.2; use flake8 in tox; make tox test also python 3.2Giampaolo Rodola2014-05-274-12/+27
* templatingGiampaolo Rodola2014-05-261-106/+53
* templatingGiampaolo Rodola2014-05-262-624/+623
* fix travisGiampaolo Rodola2014-05-261-2/+1