Menu

Code Commit Log


Commit Date  
[r1736] by edloper

- Use raw string for TEMPLATE

2008-02-23 01:07:30 Tree
[r1735] by edloper

- Added note to self

2008-02-23 01:07:05 Tree
[r1734] by edloper

- Incorporated (and extended) patches from Jonathan Guyer, to move
formatting decisions for the latex writer into a separate
stylesheet. The new version is not compatible with Jonathan
Guyer's original patch -- I redesigned the interface between
epydoc.docwriter.latex and the stylesheet somewhat. At present,
three style files are available: 'base', 'boxes', and 'shaded'.
'boxes' resembles the old (3.0) output.

2008-02-23 00:55:52 Tree
[r1733] by edloper

- Fixed minor bug in handling of markup like `foo <bar>`

2008-02-23 00:52:21 Tree
[r1732] by edloper

- Added "--inheritance hidden" to not list inherited vars at all.

2008-02-20 21:14:12 Tree
[r1731] by edloper

- Use 'show_private' option to specify whether to show/hide private vars.

NOTE: This changes the default behavior of that latex writer.
Previously, it hid private vars by default; now it will show
them by default.

2008-02-20 00:49:48 Tree
[r1730] by edloper

- If we're using introspection, then import everything that we plan to
document before we start introspecting anything. This can be important
if one module modifies another. The bug that inspired this fix was
sf bug #1896919.

2008-02-19 16:51:20 Tree
[r1729] by edloper

- Fixed typo in error message

2008-02-19 16:49:16 Tree
[r1728] by edloper

- When constructing UML graph nodes, guard against the case where
class_doc.sorted_variables is UNKNOWN. This is known to happen
if the user defines a class that subclasses from an undocumented
class that itself has a nested class. E.g., Tkinter.Misc.getint.

2008-02-18 18:25:40 Tree
[r1727] by edloper

- In mro calculation: if there's an inconsistent base class hierarchy,
then print an error and recover using depth first search.

2008-02-16 04:50:59 Tree
Older >