summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* give CREDITS to @alxchk; update HISTORYGiampaolo Rodola2017-05-181-2/+4
|
* Fix https://github.com/giampaolo/psutil/issues/1077 (#1081)Oleksii Shevchuk2017-05-181-0/+1
|
* fix win C warningsGiampaolo Rodola2017-05-161-1/+0
|
* Freebsd socks refactoring (#1073)Giampaolo Rodola2017-05-161-1/+2
| | | | | | | | * freebsd: split socks.c into 2 separate files * remove unused h files * freebsd: split socks.c into 2 separate files
* BSD: mv arch C files (#1072)Giampaolo Rodola2017-05-161-5/+5
| | | | | | | | | | * move freebsd C arch files * rename C file * move openbsd C arch files * move netbsd C arch files
* netbsd: fix compiler warningsGiampaolo Rodola2017-05-131-0/+1
|
* setup.py: do not use setuptools opts if setuptools is not installed (avoid ↵Giampaolo Rodola2017-05-131-7/+25
| | | | warnings)
* 1058 enable fix warnings (#1059)Giampaolo Rodola2017-05-101-4/+7
| | | | | | | | | | | | | | | | | | * #1058: have Makefile use PYTHONWARNINGS=all by default for (almost) all commands * #1058 fix linux tests warnings * #1058: try not to use imp module * #1058: get rid of imp module completely * #1058: ignore unicode warnings * #1058: ignore stderr from procsmem.py * #1058: fix resource warning from Popen * #1058: get rid of contextlib.nested (deprecated)
* make.bat: add -p optGiampaolo Rodola2017-05-051-11/+6
|
* setup.py: always include _psutil_common.c and _psutil_posix.c in all C ↵Giampaolo Rodola2017-04-301-14/+14
| | | | extensions
* 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 ↵Giampaolo Rodola2016-11-081-4/+9
| | | | still (kind of) works)
* #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
| | | | | | | | 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