Files
cpython/Lib
Greg Ward d5d8a9982b Marching towards full support of config files: thoroughly overhauled the
command-line parsing code, splitting it up into several methods (new
methods: '_parse_command_opts()', '_show_help()') and making it put options
into the 'command_options' dictionary rather than instantiating command
objects and putting them there.

Lots of other little changes:
  * merged 'find_command_class()' and 'create_command_obj()' and
    called the result 'get_command_class()'
  * renamed 'find_command_obj()' to 'get_command_obj()', and added
    command object creation and maintenance of the command object cache to
    its responsibilities (taken over from 'create_command_obj()')
  * parse config files one-at-a-time, so we can keep track of the
    filename for later error reporting
  * tweaked some help messages
  * fixed up many obsolete comments and docstrings
2000-05-23 01:42:17 +00:00
..
2000-05-02 22:32:59 +00:00
2000-03-07 15:19:31 +00:00
2000-02-02 15:10:15 +00:00
2000-02-02 15:10:15 +00:00
2000-02-02 15:10:15 +00:00
2000-02-02 15:10:15 +00:00
2000-02-02 15:10:15 +00:00
1999-08-26 15:50:43 +00:00
2000-02-02 15:10:15 +00:00
2000-05-01 16:17:32 +00:00
2000-05-09 14:46:40 +00:00
2000-02-02 15:10:15 +00:00
2000-03-28 21:42:38 +00:00
2000-03-28 21:45:46 +00:00
2000-03-28 21:45:46 +00:00
2000-03-28 21:45:46 +00:00
2000-02-19 13:36:23 +00:00
2000-02-10 17:17:14 +00:00
2000-03-28 21:45:46 +00:00
2000-03-06 20:39:59 +00:00
2000-02-02 15:10:15 +00:00
2000-02-10 17:17:14 +00:00
2000-03-27 19:29:31 +00:00
2000-02-10 17:17:14 +00:00
2000-05-01 20:14:12 +00:00
2000-03-28 21:45:46 +00:00
2000-02-10 17:17:14 +00:00
2000-05-02 14:32:11 +00:00
2000-02-29 00:10:24 +00:00
2000-03-10 23:18:11 +00:00
2000-02-10 17:17:14 +00:00
2000-02-02 15:10:15 +00:00
2000-04-11 15:38:46 +00:00
2000-02-10 17:17:14 +00:00