Menu

Code Commit Log


Commit Date  
[r1713] by edloper

- Removed restriction that --text can only take one name
- Fixed bug that caused --text and --check to fail
- Put blank lines around generated text docs

2008-02-02 06:28:09 Tree
[r1712] by edloper

- Added a few regression tests for the command-line interface

2008-02-02 02:38:41 Tree
[r1711] by edloper

- epydoc will now accept multiple action arguments (eg --html, --pdf)
- if the target option (-o) is used before any action arguments, it
gives the default target name. If it is used after any action
argument, then it applies just to the action argument that preceeds
it. Note that this is backwards compatible with the old case where
only one action argument could be used -- either way, the target
argument would apply to that one action argument.
- In config files, the "output" option can now be used with multiple
output formats. To specify per-format output targets, use the
form "format->target" e.g. "html->myhtmldir" or "pdf->foo.pdf".
The "target" option sets the default output target.
- if latex output is not explicitly requested, then latex output is
now written to a temp dir, and cleaned up after execution. The target
name for dvi/ps/pdf outputs is treated as a filename.
- parse_arguments now just returns the options argument -- returning
a tuple with the names was redundant since we store the names as
options.names anyway.

2008-02-02 02:38:11 Tree
[r1710] by edloper

- Fixed spurious warning about identifiers occcuring in two groups
when pre-2.4-style decorators are used.

2008-02-01 19:53:20 Tree
[r1709] by edloper

- Fixed docstring typo

2008-02-01 19:47:06 Tree
[r1708] by edloper

- Removed debug-printf statement that was accidentally left in from
svn 1703.

2008-02-01 19:32:30 Tree
[r1707] by edloper

- Minor modification to ConsoleLogger.print_times formatting

2008-02-01 19:28:01 Tree
[r1706] by edloper

- Fixed a minor bug introduced in svn 1704

2008-02-01 19:21:54 Tree
[r1705] by edloper

- Fixed typo from previous checkin

2008-02-01 19:18:37 Tree
[r1704] by edloper

- Deregister loggers before cli.main() exits.
- Rearranged logger handling code in cli, to better handle the case
where multiple loggers are used.

2008-02-01 19:15:34 Tree
Older >