Menu

Code Commit Log


Commit Date  
[r1719] by edloper

- Added support for the syntax `name <target>` in xlink.

2008-02-15 01:00:39 Tree
[r1718] by edloper

- If the source file is not encoded correctly, then issue an error
(rather than crashing) and give up on parsing.

2008-02-14 22:25:14 Tree
[r1717] by edloper

- Minor css fix for subclass list

2008-02-14 22:21:41 Tree
[r1716] by edloper

- If the source file is not encoded correctly, then recover as well
as we can, and issue a warning.

2008-02-14 22:21:23 Tree
[r1715] by edloper

Fixed a bug that caused exceptions to propagate when reading a
metadata variable failed.

2008-02-13 19:19:47 Tree
[r1714] by edloper

- Moved TerminalController to epydoc.util
- Added TerminalController.render

2008-02-02 06:31:52 Tree
[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
Older >