- Updates documentation related to previously required comment headers. - Removes all comment headers from stubs - Occasionally included a header for stubs that were noted to be incomplete or contained todo's.
* Add more kwargs to distutils/core.setup() These arguments are sourced from https://github.com/python-git/python/blob/master/Lib/distutils/core.py#L44 and https://github.com/python-git/python/blob/master/Lib/distutils/dist.py#L195 I do not claim that the list of kwargs is now complete. * Add missing optional args values * Remove duplicate, change "Dict" to "Mapping"
* remove old distutils * core done * ccompiler done * compilers done * archive_util done * dep_util done * dir_util done * file_util done * util done * dist done * debug, error, extension done * fancy_getopt done * filelist, log, spawn done * sysconfig done * text_file done * version done * cmd done * add command * add emxccompiler which is py2 only * command.build_py have spec only in py3 * make pytype happy by resolving relative import