summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Add C linter script (#1698)Giampaolo Rodola2020-02-181-1/+0
* Remove use of deprecated setuptools test_suite & tests_require (#1696)Jon Dufresne2020-02-171-9/+0
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* #1672: warning pre-processor directive don't work on win + py2; also if struc...Giampaolo Rodola2020-02-131-1/+1
* #1672: determine pid_t size at runtime in setup.pyGiampaolo Rodola2020-02-121-1/+11
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-1/+1
* update setup.py classifiersGiampaolo Rodola2020-01-131-2/+11
* get rid of globals.c; move stuff in _psutil_common.cGiampaolo Rodola2020-01-061-1/+0
* rename global.c -> globals.cGiampaolo Rodola2020-01-031-1/+1
* #1652: remove inet_ntop.cGiampaolo Rodola2020-01-021-1/+0
* Windows: split C modules (#1655)Giampaolo Rodola2020-01-021-0/+3
* win: split code into new process_utils.cGiampaolo Rodola2019-12-301-0/+1
* windows: move net_connections() in socks.cGiampaolo Rodola2019-12-301-2/+3
* setup.py: print instructions if C compiler is not installedGiampaolo Rodola2019-12-281-2/+44
* [Solaris] Fix #1637 (#1638)vser12019-12-171-0/+19
* fix #1568: [Linux] use CC compiler env var if definedGiampaolo Rodola2019-11-041-0/+3
* fix some failing tests on CentOSGiampaolo Rodola2019-10-091-1/+1
* setup.py; rm temp dirGiampaolo Rodola2019-09-301-6/+4
* Don't pollute tree with temporary configure test files (#1597)Anthony Ramine2019-09-301-1/+3
* add more badgesGiampaolo Rodola2019-05-291-4/+0
* Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...Ammar Askar2019-04-111-2/+2
* win: remove unused header filesGiampaolo Rodola2019-02-251-1/+2
* Windows / speeup: dynamically load libraries on startup and never again (#1422)Giampaolo Rodola2019-02-211-0/+1
* enforce lack of support for Win XPGiampaolo Rodola2018-12-081-5/+4
* sensors_temperatures() / linux: convert defaultdict to dictGiampaolo Rodola2018-10-201-1/+2
* OSX / SMC / sensors: revert #1284 (#1325)Giampaolo Rodola2018-08-141-1/+1
* revert file renaming of macos files; get them back to 'osx' prefixGiampaolo Rodola2018-06-291-5/+5
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-8/+8
* Osx temps (#1284)Alex Manuskin2018-06-261-0/+1
* minor refactoringGiampaolo Rodola2018-05-041-2/+2
* #1268: fix setup.py's extra_requirerelease-5.4.5Giampaolo Rodola2018-04-131-8/+14
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-2/+2
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-2/+2
* Use environment markers for conditional dependencies (#1230)Jon Dufresne2018-03-081-14/+8
* Pass python_requires argument to setuptools (#1208)Jon Dufresne2018-01-111-0/+1
* #1053: drop python 3.3 supportGiampaolo Rodola2017-11-081-1/+0
* AIX: implement num_ctx_switches (#1164)wiggin152017-10-311-0/+1
* Remove trove classifiers for untested and unsupported platforms (#1162)Jon Dufresne2017-10-291-3/+0
* AIX support (#1123)wiggin152017-09-261-1/+14
* update docGiampaolo Rodola2017-09-051-5/+2
* Fix 1091 nitpicks (#1097)Giampaolo Rodola2017-05-281-1/+1
* Add environment parsing (#1091)Oleksii Shevchuk2017-05-211-0/+1
* 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
* BSD: mv arch C files (#1072)Giampaolo Rodola2017-05-161-5/+5
* netbsd: fix compiler warningsGiampaolo Rodola2017-05-131-0/+1
* setup.py: do not use setuptools opts if setuptools is not installed (avoid wa...Giampaolo Rodola2017-05-131-7/+25
* 1058 enable fix warnings (#1059)Giampaolo Rodola2017-05-101-4/+7