summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Run `abi3audit` on produced abi3 wheels (#2247)Matthieu Darbois2023-04-241-1/+8
* use glob.glob() in setup.pyGiampaolo Rodola2023-04-201-68/+29
* OSX / refact: get rid of process_info.c (#2243)Giampaolo Rodola2023-04-201-1/+0
* OSX C refact: reconstruct _psutil_osx.c to preserve historyosx-move-proc-funcsGiampaolo Rodola2023-04-191-2/+3
* OSX big C refactoring (#2242)Giampaolo Rodola2023-04-201-0/+5
* win, C, refact: rename process_*.c files to proc_*.cwin-c-refactGiampaolo Rodola2023-04-191-3/+4
|\
| * win C refact: reconstruct _psutil_windows.c trying to preserve historyGiampaolo Rodola2023-04-191-0/+1
|/
* BSD big refact: move proc funcs in new proc.c fileGiampaolo Rodola2023-04-191-3/+18
* Win, C, refact: move boot_time() and users() in new sys.cGiampaolo Rodola2023-04-181-3/+4
* Windows / refact: new sensors.c fileGiampaolo Rodola2023-04-181-1/+2
* [NetBSD] move files / refactoring of C files (#2232)Giampaolo Rodola2023-04-141-1/+4
* OpenBSD: rewrite net_connections() from scratch (#2230)Giampaolo Rodola2023-04-131-0/+1
* move psutil_virtual_mem() in a new mem.c fileGiampaolo Rodola2023-04-101-0/+1
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-4/+1
* setup.py: on failure, give suggestion about PYPY installationGiampaolo Rodola2023-03-071-3/+5
* fix long_description on Windows (see: #2168)Giampaolo Rodola2022-11-111-7/+5
* setup.py: provide better err msg if can't compileGiampaolo Rodola2022-11-101-34/+46
* feature: use ABI3 for cp36+ (#2102)Matthieu Darbois2022-10-211-9/+43
* resolve conflictsGiampaolo Rodola2022-09-191-1/+1
|\
| * Fix typosKian-Meng Ang2022-01-271-1/+1
* | Set parsable BSD-3-Clause license in setup.py (#2141)Maximilian2022-09-191-1/+1
* | Drop Python 2.6 support (#2099)Hugo van Kemenade2022-04-161-1/+0
* | Drop Python 2.6 support (#2039)Matthieu Darbois2022-04-151-2/+1
|/
* FreeBSD files refactoring (#2059)Giampaolo Rodola2022-01-161-1/+4
* OpenBSD files refactoring (#2056)Giampaolo Rodola2022-01-161-1/+4
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-4/+8
* Handle missing dependencies on MidnightBSD (#2019)Lucas Holt2021-11-191-1/+4
* FreeBSD: move CPU C functions in their own cpu.c moduleGiampaolo Rodola2020-12-241-0/+1
* Refactor macOS CPU code (#1896)Giampaolo Rodola2020-12-211-0/+1
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-151-8/+0
* replace win line endingsGiampaolo Rodola2020-10-241-2/+4
* script to convert README for PYPIGiampaolo Rodola2020-10-241-3/+10
* setup.py: add long_description_content_typeGiampaolo Rodola2020-10-241-0/+1
* Add support for Windows Nano Server (#1768)Julien Lebot2020-07-051-1/+1
* Wheels 3 (#1764)Giampaolo Rodola2020-05-231-3/+8
* Wheels2 (#1761)Giampaolo Rodola2020-05-181-4/+4
* Have GitHub build wheels on commit (#1758)Grzegorz Bokota2020-05-161-3/+6
* fix some memleak tests on winGiampaolo Rodola2020-05-051-5/+5
* 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