Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | #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 | |
|\ \ | ||||||
| * | | fix #587: re-apply the relative import changes and use setup.py build_ext -i ↵ | Giampaolo Rodola | 2015-02-09 | 1 | -6/+6 | |
| | | | | | | | | | | | | in order to fix the import error when using the interactive interpreter from within the root directory | |||||
* | | | merge from master | Giampaolo Rodola | 2015-01-03 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | #578: another attempt to fix import failures | Giampaolo Rodola | 2015-02-09 | 1 | -6/+6 | |
| | | | ||||||
| * | | fix most warnings and test failures on win32 | Gabi Davar | 2015-02-07 | 1 | -0/+1 | |
| | | | ||||||
| * | | merge | Giampaolo Rodola | 2015-02-07 | 1 | -6/+6 | |
| | | | ||||||
| * | | temporarily revert previous commit in order to not create conflicts with PR ↵ | Giampaolo Rodola | 2015-02-06 | 1 | -8/+2 | |
| | | | | | | | | | | | | https://github.com/giampaolo/psutil/pull/578 | |||||
| * | | setup.py: include _psutil_common.c in the list of extensions which should be ↵ | Giampaolo Rodola | 2015-02-06 | 1 | -2/+8 | |
| | | | | | | | | | | | | compiled - both platforms do not use them but maybe in the future they might | |||||
* | | | merge from master | Giampaolo Rodola | 2015-02-02 | 1 | -16/+17 | |
|\ \ \ | |/ / | ||||||
| * | | rename _PSUTIL_VERSION to PSUTIL_VERSION | Giampaolo Rodola | 2015-01-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix #564: add a sanity check to make sure the python module is not using a C ↵ | Giampaolo Rodola | 2015-01-02 | 1 | -2/+11 | |
| |/ | | | | | | | extension module whose version is different than the current one | |||||
| * | add 'pstree' to the list of classifiers/keywords | Giampaolo Rodola | 2014-11-22 | 1 | -4/+4 | |
| | | ||||||
| * | #521 remove python 2.4 and 2.5 support | Giampaolo Rodola | 2014-11-01 | 1 | -10/+2 | |
| | | ||||||
* | | #376: implement ifconfig con Windows - still missing: MAC and broadcast ↵ | Giampaolo Rodola | 2014-10-04 | 1 | -1/+1 | |
|/ | | | | addresses retrieval | |||||
* | github migration | Giampaolo Rodola' | 2014-05-23 | 1 | -3/+3 | |
| | ||||||
* | Fix issue 504: can't build RPM packages on Linux | Giampaolo Rodola' | 2014-05-13 | 1 | -1/+1 | |
| | ||||||
* | Makefile: improve command to run a specific test given a name | Giampaolo Rodola' | 2014-04-16 | 1 | -0/+1 | |
| | ||||||
* | add pypip images | Giampaolo Rodola' | 2014-02-28 | 1 | -1/+1 | |
| | ||||||
* | update docstring and setup.py metadata | Giampaolo Rodola' | 2013-12-21 | 1 | -5/+9 | |
| | ||||||
* | absolute C module imports do not really work after all | Giampaolo Rodola' | 2013-12-17 | 1 | -6/+6 | |
| | ||||||
* | fix HERE path in setup.py + update makefile | Giampaolo Rodola' | 2013-12-17 | 1 | -1/+1 | |
| | ||||||
* | setup.py little refactoring | Giampaolo Rodola' | 2013-12-16 | 1 | -3/+5 | |
| | ||||||
* | give C modules in setup.py an absolute path so that from _ps*.py scripts we ↵ | Giampaolo Rodola' | 2013-12-16 | 1 | -6/+6 | |
| | | | | can do 'from psutil import _psutil_{system}' | |||||
* | rename windows modules by removing the 'ms' prefix in py, c, and h files | Giampaolo Rodola' | 2013-12-11 | 1 | -5/+5 | |
| | ||||||
* | pep8ify line > 80 chars | Giampaolo Rodola' | 2013-12-08 | 1 | -1/+3 | |
| | ||||||
* | get rid of 'setup.py clean' command; now that we have a Makefile that is no ↵ | Giampaolo Rodola' | 2013-12-07 | 1 | -29/+1 | |
| | | | | longer necessary | |||||
* | Fix issue #348 (Windows XP): DLL load failed on mudule import | Giampaolo Rodola' | 2013-11-25 | 1 | -0/+2 | |
| | ||||||
* | pep8ify | Giampaolo Rodola' | 2013-11-22 | 1 | -12/+13 | |
| | ||||||
* | prlimit(): check linux kernel version in the C code instead of defining a ↵ | Giampaolo Rodola' | 2013-11-06 | 1 | -31/+2 | |
| | | | | macro in setup.py | |||||
* | revert revision Revision: 6f21cd24ff7c: _WIN32_WINNT and _AVAIL_WINVER_ ↵release-1.1.2 | Giampaolo Rodola' | 2013-10-22 | 1 | -1/+4 | |
| | | | | macros were there for a reason that is make mingw happy | |||||
* | fix issue 442: the damn prlimit(2) is not available on Debian 6.0.0 when ↵ | Giampaolo Rodola' | 2013-10-19 | 1 | -1/+1 | |
| | | | | it's supposed to me. Try to enforce the presence check. | |||||
* | sort classifiers | Giampaolo Rodola' | 2013-10-19 | 1 | -13/+15 | |
| | ||||||
* | small refactoring of macros on Win: rename _WIN32_WINNT to -> PSUTIL_WINVER ↵ | Giampaolo Rodola' | 2013-10-19 | 1 | -5/+2 | |
| | | | | and get rid of the unused _AVAIL_WINVER_ | |||||
* | merge cset 7387909204dd erroneously committed into netstat2 branch into default | Giampaolo Rodola' | 2013-10-11 | 1 | -22/+19 | |
| | ||||||
* | issue 438: define a HAVE_PRLIMIT macro in setup.py enable for kernels >= 2.6.36 | Giampaolo Rodola' | 2013-10-07 | 1 | -1/+32 | |
| | ||||||
* | re-establish python 2.4 compatibility | Giampaolo Rodola' | 2013-10-04 | 1 | -82/+101 | |
| | ||||||
* | pylint | Giampaolo Rodola' | 2013-10-03 | 1 | -4/+4 | |
| | ||||||
* | pre-release update including hosting on pypi | Giampaolo Rodola' | 2013-09-28 | 1 | -2/+0 | |
| | ||||||
* | Fix issue 412: implement process resource limits on Linux | Giampaolo Rodola' | 2013-07-24 | 1 | -1/+1 | |
| | ||||||
* | (sunos) link 'nsl' in setup.py - this is necessary because otherwise the C ↵ | Giampaolo Rodola' | 2013-06-16 | 1 | -1/+1 | |
| | | | | compiler complains about inet_ntop, see http://cboard.cprogramming.com/cplusplus-programming/128326-undefined-symbol-when-compiling-socket-program.html | |||||
* | setup.py clean: delete more stuff | Giampaolo Rodola' | 2013-06-15 | 1 | -7/+13 | |
| | ||||||
* | setup.py: add SunOS/Solaris to classifiers | Giampaolo Rodola' | 2013-06-10 | 1 | -0/+2 | |
| | ||||||
* | implement a custom 'python setup.py clean' command which gets rid of junk files | Giampaolo Rodola' | 2013-06-10 | 1 | -0/+22 | |
| | ||||||
* | update psutil project ownership | Giampaolo Rodola' | 2013-06-08 | 1 | -2/+2 | |
| | ||||||
* | (sunos) merge from default branch | Giampaolo Rodola' | 2012-06-08 | 1 | -3/+3 | |
|\ | ||||||
| * | We can now quickly run tests with "python setup.py test". Reference ↵ | Giampaolo Rodola' | 2013-05-29 | 1 | -0/+1 | |
| | | | | | | | | http://stackoverflow.com/questions/7580939/why-are-there-no-makefiles-for-automation-in-python-projects#answer-7582896 | |||||
| * | Remove "$Id$" occurrences from source code files. They were used by svn ↵ | Giampaolo Rodola' | 2013-03-26 | 1 | -3/+1 | |
| | | | | | | | | propset functionnality which no longer applies now that we're using Mercurial. | |||||
| * | Revert r1548 (issue 340): ignoring files with handle.GrantedAccess == ↵ | Giampaolo Rodola' | 2012-12-13 | 1 | -0/+1 | |
| | | | | | | | | 0x00120089 translates into skipping *all* legitimate files. |