Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1018: enable 'python -m psutil.tests' to run tests1018-test-refactoring | Giampaolo Rodola | 2017-04-24 | 1 | -9/+6 |
| | |||||
* | fix #1000: setup.py: suppress module name: module references __file__warning | Giampaolo Rodola | 2017-03-25 | 1 | -0/+1 |
| | |||||
* | refactor test runner | Giampaolo Rodola | 2017-02-02 | 1 | -0/+2 |
| | |||||
* | #941: cpu frequency - windows implementation | Giampaolo Rodola | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | update doc + add linux specific test | Giampaolo Rodola | 2017-01-15 | 1 | -0/+1 |
| | |||||
* | minor refactoring | Giampaolo Rodola | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | fix #948: cannot install psutil with PYTHONOPTIMIZE=2 | Giampaolo Rodola | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | setup.py: C macros were not passed to _psutil_posix.c | Giampaolo Rodola | 2016-12-20 | 1 | -20/+18 |
| | |||||
* | minor setup.py refactoring | Giampaolo Rodola | 2016-12-20 | 1 | -4/+2 |
| | |||||
* | #811: on Win XP let the possibility to install psutil from sources as it ↵ | Giampaolo Rodola | 2016-11-08 | 1 | -4/+9 |
| | | | | still (kind of) works) | ||||
* | #811: raise a meaningful error message if on Windows XP | Giampaolo Rodola | 2016-11-08 | 1 | -0/+4 |
| | |||||
* | ignore me | Giampaolo Rodola | 2016-10-04 | 1 | -10/+10 |
| | |||||
* | add C macros to distinguish OSes from C | Giampaolo Rodola | 2016-10-04 | 1 | -27/+59 |
| | |||||
* | make setup.py and runner.py executable | Giampaolo Rodola | 2016-10-03 | 1 | -0/+0 |
| | |||||
* | setup.py: set correct email | Giampaolo Rodola | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | #795 / win servers: implement enumerate function | Giampaolo Rodola | 2016-03-06 | 1 | -0/+1 |
| | |||||
* | fix #350 move tests in psutil namespace (and split them) | Giampaolo Rodola | 2016-02-08 | 1 | -1/+1 |
| | |||||
* | still further fixes | Giampaolo Rodola | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | update CREDITS | Giampaolo Rodola | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | refactor platform recognition code | Giampaolo Rodola | 2016-02-02 | 1 | -12/+10 |
| | |||||
* | merge from masterbsebi-master | Giampaolo Rodola | 2016-01-31 | 1 | -2/+3 |
|\ | |||||
| * | line too long failure | bsebi | 2015-10-28 | 1 | -1/+2 |
| | | |||||
| * | #704: psutil does not compile/cannot be imported on solaris sparc | bsebi | 2015-10-28 | 1 | -2/+2 |
| | | |||||
* | | improve test | Giampaolo Rodola | 2016-01-21 | 1 | -0/+1 |
| | | |||||
* | | update doc | Giampaolo Rodola | 2016-01-19 | 1 | -0/+3 |
| | | |||||
* | | Add NetBSD support. | Ryo ONODERA | 2016-01-08 | 1 | -0/+13 |
| | | | | | | | | Signed-off-by: Thomas Klausner <tk@giga.or.at> | ||||
* | | build the correct C file on OpenBSD | Landry Breuil | 2015-11-14 | 1 | -1/+1 |
| | | |||||
* | | move connections stuff | Giampaolo Rodola | 2015-11-12 | 1 | -0/+1 |
| | | |||||
* | | rename C files for consistency | Giampaolo Rodola | 2015-11-12 | 1 | -2/+3 |
| | | |||||
* | | move openbsd specific modules again | Giampaolo Rodola | 2015-11-12 | 1 | -1/+1 |
| | | |||||
* | | move C files around | Giampaolo Rodola | 2015-11-12 | 1 | -1/+1 |
| | | |||||
* | | merge with latest code | Giampaolo Rodola | 2015-09-06 | 1 | -0/+13 |
|\ \ | |/ |/| | |||||
| * | Fix after changes from #564 | Landry Breuil | 2015-04-05 | 1 | -0/+1 |
| | | |||||
| * | follow changes from #578 | Landry Breuil | 2015-04-05 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' into openbsd | Landry Breuil | 2015-04-05 | 1 | -10/+25 |
| |\ | | | | | | | | | | | | | Conflicts: psutil/_psbsd.py | ||||
| * | | Build changes to try to support OpenBSD. Two new C files copied from the ↵ | Landry Breuil | 2014-12-26 | 1 | -0/+13 |
| | | | | | | | | | | | | FreeBSD ones. | ||||
* | | | #678_ setup.py error on linux | Giampaolo Rodola | 2015-09-06 | 1 | -0/+3 |
| | | | |||||
* | | | Code review fixes | Arnon Yaari | 2015-09-05 | 1 | -2/+2 |
| | | | |||||
* | | | Add ifaddrs.c for Solaris 10 | Arnon Yaari | 2015-09-05 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | ifaddrs doesn't exist on this platform, so I added an implementation of it for use in _psutil_posix.c | ||||
* | | | #677: [Linux] can't install psutil due to bug in setup.py. | Giampaolo Rodola | 2015-09-03 | 1 | -6/+18 |
| | | | |||||
* | | | refactor setup.py + fix Makefile | Giampaolo Rodola | 2015-09-02 | 1 | -26/+19 |
| | | | |||||
* | | | linux / setup.py: do not print warnings | Giampaolo Rodola | 2015-08-31 | 1 | -1/+15 |
| | | | |||||
* | | | fix python 3 compilation error | Giampaolo Rodola | 2015-08-30 | 1 | -1/+2 |
| | | | |||||
* | | | #659: [Linux] compilation error on Suse 10. (patch by maozguttman) | Giampaolo Rodola | 2015-08-30 | 1 | -1/+22 |
| | | | |||||
* | | | Add inet_ntop support for WinXP/Win7 and IPv4/v6 | Jeff Tang | 2015-07-14 | 1 | -0/+1 |
| | | | |||||
* | | | (windows) remove inet_ntop | Giampaolo Rodola | 2015-06-13 | 1 | -1/+0 |
| | | | |||||
* | | | Implement inet_ntop to support Windows XP | Jeff Tang | 2015-06-04 | 1 | -0/+1 |
| |/ |/| | |||||
* | | #250: Solaris implementation | Giampaolo Rodola | 2015-02-12 | 1 | -1/+1 |
| | | |||||
* | | fix compilation issues on solaris | Giampaolo Rodola | 2015-02-12 | 1 | -0/+5 |
| | | |||||
* | | merge from master | Giampaolo Rodola | 2015-02-09 | 1 | -6/+6 |
|\ \ |