Menu

Code Commit Log


Commit Date  
[r1497] by edloper

- Fixed makefile bug

2007-02-14 05:43:07 Tree
[r1496] by edloper

- Register a logger, to print any warnings or errors
- Added a test case for SF bug #1653486 to docbuilder.doctest
- Modified 'specifying constructor signature in class docstring'
examples to eliminate warnings (eg duplicate @type for param)

2007-02-14 03:51:27 Tree
[r1495] by edloper

- Changed print_warnings() to make sure it doesn't register multiple
loggers.

2007-02-14 03:49:21 Tree
[r1494] by edloper

- Added clear_cache()

2007-02-14 03:48:35 Tree
[r1493] by edloper

- Changed MERGE_PRECEDENCE['is_imported'] to introspect -- fixes SF bug
[#1653486].

2007-02-14 03:47:07 Tree
[r1492] by edloper

- Fixed title in epydoc-log.html

2007-02-14 02:19:00 Tree
[r1491] by edloper

- Reduced vertical whitespace space in epydoc-log.html

2007-02-14 02:16:36 Tree
[r1490] by edloper

- Extendedd support for extracting metadata fields from __variables__.
List & tuple values for multival fields are now supported, as are
int, float, bool, and None values (for introspection only -- parsing
still requires string values). Also added several more __varaibles__.

2007-02-14 01:33:29 Tree
[r1489] by edloper

- Added support for extracting metadata fields from __variables__. To
add a new __varaible__->field mapping, set the 'varnames'
variable of the field. Currently supported __variables__ are
__version__, __date__, __author__, __authors__, __license__.
Feel free to add more. Currently, __variables__ are required to have
string values to be considered for addition to metadata.

2007-02-14 01:20:09 Tree
[r1488] by edloper

- Added --include-log option (feature request #1639425). Currently,
it's only useful with --html. The log page is named
"epydoc-log.html", and is linked from the footer.
- Put option defaults in a global dictionary at the top of the
'argument & config file parsing' section
- Added log.close() hook to close logs.

2007-02-14 00:34:27 Tree
Older >