summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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