summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
...
* make.bat: add -p optGiampaolo Rodola2017-05-051-11/+6
* setup.py: always include _psutil_common.c and _psutil_posix.c in all C extens...Giampaolo Rodola2017-04-301-14/+14
* fix some code smellsGiampaolo Rodola2017-04-251-2/+1
* #1018: enable 'python -m psutil.tests' to run tests1018-test-refactoringGiampaolo Rodola2017-04-241-9/+6
* fix #1000: setup.py: suppress module name: module references __file__warningGiampaolo Rodola2017-03-251-0/+1
* refactor test runnerGiampaolo Rodola2017-02-021-0/+2
* #941: cpu frequency - windows implementationGiampaolo Rodola2017-01-201-1/+1
* update doc + add linux specific testGiampaolo Rodola2017-01-151-0/+1
* minor refactoringGiampaolo Rodola2017-01-041-1/+1
* fix #948: cannot install psutil with PYTHONOPTIMIZE=2Giampaolo Rodola2017-01-041-1/+1
* setup.py: C macros were not passed to _psutil_posix.cGiampaolo Rodola2016-12-201-20/+18
* minor setup.py refactoringGiampaolo Rodola2016-12-201-4/+2
* #811: on Win XP let the possibility to install psutil from sources as it stil...Giampaolo Rodola2016-11-081-4/+9
* #811: raise a meaningful error message if on Windows XPGiampaolo Rodola2016-11-081-0/+4
* ignore meGiampaolo Rodola2016-10-041-10/+10
* add C macros to distinguish OSes from CGiampaolo Rodola2016-10-041-27/+59
* make setup.py and runner.py executableGiampaolo Rodola2016-10-031-0/+0
* setup.py: set correct emailGiampaolo Rodola2016-09-011-1/+1
* #795 / win servers: implement enumerate functionGiampaolo Rodola2016-03-061-0/+1
* fix #350 move tests in psutil namespace (and split them)Giampaolo Rodola2016-02-081-1/+1
* still further fixesGiampaolo Rodola2016-02-041-1/+1
* update CREDITSGiampaolo Rodola2016-02-031-1/+1
* refactor platform recognition codeGiampaolo Rodola2016-02-021-12/+10
* merge from masterbsebi-masterGiampaolo Rodola2016-01-311-2/+3
|\
| * line too long failurebsebi2015-10-281-1/+2
| * #704: psutil does not compile/cannot be imported on solaris sparcbsebi2015-10-281-2/+2
* | improve testGiampaolo Rodola2016-01-211-0/+1
* | update docGiampaolo Rodola2016-01-191-0/+3
* | Add NetBSD support.Ryo ONODERA2016-01-081-0/+13
* | build the correct C file on OpenBSDLandry Breuil2015-11-141-1/+1
* | move connections stuffGiampaolo Rodola2015-11-121-0/+1
* | rename C files for consistencyGiampaolo Rodola2015-11-121-2/+3
* | move openbsd specific modules againGiampaolo Rodola2015-11-121-1/+1
* | move C files aroundGiampaolo Rodola2015-11-121-1/+1
* | merge with latest codeGiampaolo Rodola2015-09-061-0/+13
|\ \ | |/ |/|
| * Fix after changes from #564Landry Breuil2015-04-051-0/+1
| * follow changes from #578Landry Breuil2015-04-051-1/+1
| * Merge remote-tracking branch 'upstream/master' into openbsdLandry Breuil2015-04-051-10/+25
| |\
| * | Build changes to try to support OpenBSD. Two new C files copied from the Free...Landry Breuil2014-12-261-0/+13
* | | #678_ setup.py error on linuxGiampaolo Rodola2015-09-061-0/+3
* | | Code review fixesArnon Yaari2015-09-051-2/+2
* | | Add ifaddrs.c for Solaris 10Arnon Yaari2015-09-051-5/+8
* | | #677: [Linux] can't install psutil due to bug in setup.py.Giampaolo Rodola2015-09-031-6/+18
* | | refactor setup.py + fix MakefileGiampaolo Rodola2015-09-021-26/+19
* | | linux / setup.py: do not print warningsGiampaolo Rodola2015-08-311-1/+15
* | | fix python 3 compilation errorGiampaolo Rodola2015-08-301-1/+2
* | | #659: [Linux] compilation error on Suse 10. (patch by maozguttman)Giampaolo Rodola2015-08-301-1/+22
* | | Add inet_ntop support for WinXP/Win7 and IPv4/v6Jeff Tang2015-07-141-0/+1
* | | (windows) remove inet_ntopGiampaolo Rodola2015-06-131-1/+0
* | | Implement inet_ntop to support Windows XPJeff Tang2015-06-041-0/+1
| |/ |/|