Skip to content

Commit a7205fc

Browse files
authored
Linux C files refactoring (#2320)
1 parent 8eb2930 commit a7205fc

File tree

14 files changed

+595
-505
lines changed

14 files changed

+595
-505
lines changed

MANIFEST.in

+10
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ include psutil/arch/freebsd/sensors.c
7272
include psutil/arch/freebsd/sensors.h
7373
include psutil/arch/freebsd/sys_socks.c
7474
include psutil/arch/freebsd/sys_socks.h
75+
include psutil/arch/linux/disk.c
76+
include psutil/arch/linux/disk.h
77+
include psutil/arch/linux/mem.c
78+
include psutil/arch/linux/mem.h
79+
include psutil/arch/linux/net.c
80+
include psutil/arch/linux/net.h
81+
include psutil/arch/linux/proc.c
82+
include psutil/arch/linux/proc.h
83+
include psutil/arch/linux/users.c
84+
include psutil/arch/linux/users.h
7585
include psutil/arch/netbsd/cpu.c
7686
include psutil/arch/netbsd/cpu.h
7787
include psutil/arch/netbsd/disk.c

docs/index.rst

+16-15
Original file line numberDiff line numberDiff line change
@@ -2630,21 +2630,22 @@ If you want to develop psutil take a look at the `DEVGUIDE.rst`_.
26302630
Platforms support history
26312631
=========================
26322632

2633-
* psutil 5.9.6 (XXXX-XX): drop Python 3.4 and 3.5 support
2634-
* psutil 5.9.1 (2022-05): drop Python 2.6 support
2635-
* psutil 5.9.0 (2021-12): **MidnightBSD**
2636-
* psutil 5.8.0 (2020-12): **PyPy 2** on Windows
2637-
* psutil 5.7.1 (2020-07): **Windows Nano**
2638-
* psutil 5.7.0 (2020-02): drop Windows XP & Server 2003 support
2639-
* psutil 5.7.0 (2020-02): **PyPy 3** on Windows
2640-
* psutil 5.4.0 (2017-11): **AIX**
2641-
* psutil 3.4.1 (2016-01): **NetBSD**
2642-
* psutil 3.3.0 (2015-11): **OpenBSD**
2643-
* psutil 1.0.0 (2013-07): **Solaris**
2644-
* psutil 0.1.1 (2009-03): **FreeBSD**
2645-
* psutil 0.1.0 (2009-01): **Linux, Windows, macOS**
2646-
2647-
Supported Python versions are 2.7, 3.6+ and PyPy3.
2633+
* psutil 5.9.6 (2023-10): drop Python 3.4 and 3.5
2634+
* psutil 5.9.1 (2022-05): drop Python 2.6
2635+
* psutil 5.9.0 (2021-12): add **MidnightBSD**
2636+
* psutil 5.8.0 (2020-12): add **PyPy 2** on Windows
2637+
* psutil 5.7.1 (2020-07): add **Windows Nano**
2638+
* psutil 5.7.0 (2020-02): drop Windows XP & Windows Server 2003
2639+
* psutil 5.7.0 (2020-02): add **PyPy 3** on Windows
2640+
* psutil 5.4.0 (2017-11): add **AIX**
2641+
* psutil 3.4.1 (2016-01): add **NetBSD**
2642+
* psutil 3.3.0 (2015-11): add **OpenBSD**
2643+
* psutil 1.0.0 (2013-07): add **Solaris**
2644+
* psutil 0.1.1 (2009-03): add **FreeBSD**
2645+
* psutil 0.1.0 (2009-01): add **Linux, Windows, macOS**
2646+
2647+
Supported Python versions at the time of writing are cPython 2.7, 3.6+ and
2648+
PyPy3.
26482649

26492650
Timeline
26502651
========

0 commit comments

Comments
 (0)