summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Windows: use PROCESS_QUERY_INFORMATION instead of PROCESS_QUERY_LIMITED_INFOR...release-0.5.1Giampaolo Rodola'2012-06-291-1/+1
* update version (sigh!)Giampaolo Rodola'2012-06-292-2/+2
* Windows / process exe: GetProcessImageFileName() might return an erroneus exe...Giampaolo Rodola'2012-06-291-1/+8
* Fix issue 294: (Windows) fix set_cpu_affinity(), there was an hard coded "1" ...Giampaolo Rodola'2012-06-294-4/+13
* (Windows) refactoring: in case of PID 0 raise AccessDenied within handle_from...Giampaolo Rodola'2012-06-292-19/+5
* Issue 293: get real process executable path by asking the OS instead of guess...Giampaolo Rodola'2012-06-295-7/+51
* Fix issue 292: race condition in process files/threads/connections.Giampaolo Rodola'2012-06-282-2/+22
* update HISTORYrelease-0.5.0Giampaolo Rodola'2012-06-271-0/+1
* get_users(), rename 'options' ntuple field to 'opts' plus update README and H...Giampaolo Rodola'2012-06-275-20/+42
* get_users(): on a second tought it's a bad idea to attempt the guess the abso...Giampaolo Rodola'2012-06-275-17/+6
* osx/bsd fix relative import not working with python 3Giampaolo Rodola'2012-06-272-2/+2
* enhance uids/gids tests on POSIXGiampaolo Rodola'2012-06-271-6/+17
* Fix failing test on Windows with strange 64-bit dll files which cannot be acc...Giampaolo Rodola'2012-06-271-1/+8
* Fix some failing tests on Windows.Giampaolo Rodola'2012-06-272-4/+9
* disk_io_counters() / network_io_counters(): raise RuntimeError if we can't ge...Giampaolo Rodola'2012-06-272-2/+14
* (BSD)Giampaolo Rodola'2012-06-273-2/+18
* fix some test failures on Linux when running as rootGiampaolo Rodola'2012-06-261-9/+10
* use bare assert clauses where we want a more verbose message in case of test ...Giampaolo Rodola'2012-06-261-109/+109
* add more tests to fetch all test classGiampaolo Rodola'2012-06-261-18/+57
* test refactoring: move test_fetch_all in a separate class for better maintana...Giampaolo Rodola'2012-06-261-168/+181
* test refactoring: use test_fetch_all() as the only place where we check retur...Giampaolo Rodola'2012-06-261-98/+65
* (windows) fix some py3 related errorsGiampaolo Rodola'2012-06-262-8/+8
* Fix 'dictionary changed size during iteration' error on python3.3 when using ...Giampaolo Rodola'2012-06-261-1/+1
* - fix python 3 support on linuxGiampaolo Rodola'2012-06-265-12/+12
* remove test_sys_cpu_percent_compare as it produces too many false positivesGiampaolo Rodola'2012-06-261-11/+0
* fix issue 290: deprecate Process.nice in favor of new get_nice() and set_nice...Giampaolo Rodola'2012-06-263-24/+55
* Fix yet another 2 test failures on win.Giampaolo Rodola'2012-06-262-3/+12
* Fix get_users() heap corruption on Windows due to FreeLibrary used too soon.Giampaolo Rodola'2012-06-261-5/+5
* removing doc directory - I became too lazy to maintain this separately plus t...Giampaolo Rodola'2012-06-266-1844/+0
* remove Process.get_environ() due to different levels of unreliability on Wind...Giampaolo Rodola'2012-06-268-161/+0
* Fix for test_wait() on Windows - when inspecting process cretion time, it see...Giampaolo Rodola'2012-06-261-1/+22
* Fix some test failures on windowsGiampaolo Rodola'2012-06-262-11/+18
* remove sys.platform.lower() redundancy when checking for what platform we're ...Giampaolo Rodola'2012-06-263-12/+12
* fix test_get_children_recursive failure on slow machines: give the sub-sub pr...Giampaolo Rodola'2012-06-261-4/+7
* fix failing test on OSX + skip get_memory_map memory leak test on OSX because...Giampaolo Rodola'2012-06-262-3/+5
* Issue 260: Implement mapped memory regions used by process for OS X.jcscoobyrs2012-06-255-9/+146
* fix psutil.test() on OSXGiampaolo Rodola'2012-06-201-6/+11
* Process.as_dict(): watch for NotImplementedError exceptions when iterating ov...Giampaolo Rodola'2012-06-201-0/+7
* enhanced test case for process_iter()Giampaolo Rodola'2012-06-191-2/+7
* psutil.test() refactoringGiampaolo Rodola'2012-06-191-37/+32
* Fix #287: implement a cache for process_iter()Giampaolo Rodola'2012-06-194-27/+53
* Fix issue 286 - cache process creation time at instantiation time so that it ...Giampaolo Rodola'2012-06-193-3/+20
* (FreeBSD) move get_process_memory_map() up so that psutil can compile on Free...Giampaolo Rodola'2012-06-182-101/+102
* (FreeBSD) raise NotImplementedError instead of AttributeError for unsupported...Giampaolo Rodola'2012-06-181-0/+8
* Issue 284: get_num_fds() (BSD implementation)Giampaolo Rodola'2012-06-183-4/+37
* Issue 284: get_num_fds() (OSX implementation)Giampaolo Rodola'2012-06-184-5/+51
* Issue 284: get_num_fds() (Linux implementation)Giampaolo Rodola'2012-06-184-0/+24
* (Linux - create time) use ''.rfind instead of ''.find when searching for ')' ...Giampaolo Rodola'2012-06-171-1/+1
* speedup Process.is_running() a bit by avoiding to create a new Process instan...Giampaolo Rodola'2012-06-171-11/+5
* import disk/net io namedtuples at module level to save some timeGiampaolo Rodola'2012-06-131-8/+7