Is the Python standard library standard in the sense that if Python is installed, then the standard library is installed too?
The documentation reads
It depends on the distribution packager. For example on Debian the profiling modules profile and cprofile are installed separately as python-profiler. Other modules may be separated like this too on different distributions.
profile
cprofile
python-profiler