summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | Signed-off-by: Thomas Klausner <tk@giga.or.at>
* | 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
| |\ | | | | | | | | | | | | Conflicts: psutil/_psbsd.py
| * | Build changes to try to support OpenBSD. Two new C files copied from the ↵Landry Breuil2014-12-261-0/+13
| | | | | | | | | | | | FreeBSD ones.
* | | #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
| | | | | | | | | | | | | | | ifaddrs doesn't exist on this platform, so I added an implementation of it for use in _psutil_posix.c
* | | #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
| |/ |/|
* | #250: Solaris implementationGiampaolo Rodola2015-02-121-1/+1
| |
* | fix compilation issues on solarisGiampaolo Rodola2015-02-121-0/+5
| |
* | merge from masterGiampaolo Rodola2015-02-091-6/+6
|\ \
| * | fix #587: re-apply the relative import changes and use setup.py build_ext -i ↵Giampaolo Rodola2015-02-091-6/+6
| | | | | | | | | | | | in order to fix the import error when using the interactive interpreter from within the root directory
* | | merge from masterGiampaolo Rodola2015-01-031-0/+1
|\ \ \ | |/ /
| * | #578: another attempt to fix import failuresGiampaolo Rodola2015-02-091-6/+6
| | |
| * | fix most warnings and test failures on win32Gabi Davar2015-02-071-0/+1
| | |
| * | mergeGiampaolo Rodola2015-02-071-6/+6
| | |
| * | temporarily revert previous commit in order to not create conflicts with PR ↵Giampaolo Rodola2015-02-061-8/+2
| | | | | | | | | | | | https://github.com/giampaolo/psutil/pull/578
| * | setup.py: include _psutil_common.c in the list of extensions which should be ↵Giampaolo Rodola2015-02-061-2/+8
| | | | | | | | | | | | compiled - both platforms do not use them but maybe in the future they might
* | | merge from masterGiampaolo Rodola2015-02-021-16/+17
|\ \ \ | |/ /
| * | rename _PSUTIL_VERSION to PSUTIL_VERSIONGiampaolo Rodola2015-01-021-1/+1
| | |
| * | fix #564: add a sanity check to make sure the python module is not using a C ↵Giampaolo Rodola2015-01-021-2/+11
| |/ | | | | | | extension module whose version is different than the current one
| * add 'pstree' to the list of classifiers/keywordsGiampaolo Rodola2014-11-221-4/+4
| |
| * #521 remove python 2.4 and 2.5 supportGiampaolo Rodola2014-11-011-10/+2
| |
* | #376: implement ifconfig con Windows - still missing: MAC and broadcast ↵Giampaolo Rodola2014-10-041-1/+1
|/ | | | addresses retrieval
* github migrationGiampaolo Rodola'2014-05-231-3/+3
|
* Fix issue 504: can't build RPM packages on LinuxGiampaolo Rodola'2014-05-131-1/+1
|
* Makefile: improve command to run a specific test given a nameGiampaolo Rodola'2014-04-161-0/+1
|
* add pypip imagesGiampaolo Rodola'2014-02-281-1/+1
|
* update docstring and setup.py metadataGiampaolo Rodola'2013-12-211-5/+9
|
* absolute C module imports do not really work after allGiampaolo Rodola'2013-12-171-6/+6
|
* fix HERE path in setup.py + update makefileGiampaolo Rodola'2013-12-171-1/+1
|