Merge pull request #501 in CASA/casa6 from CAS-13634 to master
* commit 'b599fc2d681de32b25f570bda521b33ceb041701':
Corrected the description of the start parameter given as an integer when it is used along with spw containing channel selection.
Merge pull request #495 in CASA/casa6 from CAS-12236 to master
* commit '14757b34153c6f41620990223ddee329d238303a': (262 commits)
Add additional information about 'interpolation' option of jyperk caltype for gencal.
add a logic to except socket.timeout on JyPerKDatabaseClient because the JyPerKDatabaseClient cannot catch timeout error using URLError.
update shortdescription of endpoint argument because no specific parameters are given.
fix a bug about retry count in _try_to_get_response().
update gencal.xml becouse some default value is not set.
add two casalogs in _try_to_get_response.
added casalog post to _try_to_get_response. fixed sleep logic in _try_to_get_response().
remove description of redundancy in timeout parameter.
add jyperk to short description of caltype.
Add certifi to the list of casatask dependencies.
add TestJyPerK to test suite.
fix a bug in endpoint.
update class document in gencal.
fix lack of parameters for jyperk. update documents.
mv script/jyperk.py to private/jyperk.py
align doc class document formatting.
fix TestJyPerK().
fix a bug in TestInterpolationRspTranslator()
fix pydoc description and add description for developer.
Refactor files pathes for test. Refs. #2191
...