Menu

Code Commit Log


Commit Date  
[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
[r1703] by edloper

- Added support for @public decorator, which is assumed to append a
function's name to __all__. This can be turned off with the
configuration constant PUBLIC_DECORATOR_APPENDS_TO_ALL.

2008-01-31 06:52:33 Tree
[r1702] by edloper

- Pass options to plaintext writer

2008-01-31 06:50:04 Tree
[r1701] by edloper

- Added support for show_private option to plaintext writer

2008-01-31 06:49:44 Tree
[r1700] by edloper

- Added parsing support for:
>>> __all__.append('name')
>>> __all__ += ['name']
- Added line numbers to parser warning messages

2008-01-31 06:20:50 Tree
[r1699] by edloper

- Minor change in help string for --suppress-timestamp

2008-01-31 01:18:16 Tree
[r1698] by edloper

- Added --suppress-timestamp option (sf feature request 1695848)

2008-01-31 01:09:38 Tree
[r1697] by edloper

- When parsing a file for documentation, if an IOError or OSError
is encountered then issue an error message rather than crashing.
E.g., this occurs if a permission issue prevents epydoc from
reading a python source file. (sf bug 1883053)

2008-01-31 00:33:47 Tree
Older >