Changed bitrpc.py's raw_input to getpass for passwords to conceal characters during command line input. Getpass is in Python stdlib so no additional dependencies required.
(first PR to Bitcoin, so hope the PR process and feature branch naming is OK -- I modelled the feature branch name format after laanwj's)