Menu

Code Commit Log


Commit Date  
[r1480] by edloper

- Removed debug printfs

2007-02-13 22:04:45 Tree
[r1479] by edloper

- Fixed bug where latex writer would crash if vardoc.value was
UNKNOWN.

2007-02-13 22:01:15 Tree
[r1478] by edloper

- Added "--exclude" option, which does "--exclude-parse" and
"--exclude-introspect" at the same time. It may be mixed freely
with the other two exclude options.
- Allow "--exclude"-type options to be repeated. E.g.,
"--exclude foo --exclude bar" is equivalent to "--exclude foo|bar"
- Fixed bug 1658378 by changing args to ps2pdf to use "#" instead of
"=".

2007-02-13 21:59:10 Tree
[r1477] by edloper

- Removed regexp colorizer (it's been replaced by epydoc.markup.pyval_repr)

2007-02-13 20:27:31 Tree
[r1476] by edloper

- Removed unused import

2007-02-13 20:26:12 Tree
[r1475] by edloper

- Fixed bug caused by previous checkin

2007-02-13 20:22:12 Tree
[r1474] by edloper

- added "rm profile.out" to "make clean"

2007-02-13 19:53:08 Tree
[r1473] by edloper

- Changed ValueDoc.pyval_repr and summary_pval_repr to return
ParsedDocstring's instead of string. These ParsedDocstrings are
generated by epydoc.markup.pyval_repr. Instead of returning a
separate value to indicate whether there's left-over (for
GenericValueDoc.is_detailed), add an 'is_complete' attribute to
the parsed docstring.
- Defer importing of dotgraph from epydoc.markup.epytext to avoid
a circular dependency.

2007-02-13 19:46:05 Tree
[r1472] by dvarrazzo

- All tests pass again.

2007-02-13 15:27:45 Tree
[r1471] by dvarrazzo

- The parse representation is preferred if repr() returns a stock result,
i.e. something like '<ClassName instance at 0x12345678>'.
- Using LaTeX package fancyhdr instead of the deprecated fancyheadings.
- Added missing escaping of LaTeX parameter default.
- Dropped parse_repr/pyval_repr check in HTML parameters default.

2007-02-13 14:27:23 Tree
Older >