Menu

Code Commit Log


Commit Date  
[r1680] by edloper

- Updated doctests for APIDoc

2008-01-29 17:28:22 Tree
[r1679] by edloper

- Fixed bug: valdocs was used before it was defined

2008-01-29 17:28:03 Tree
[r1678] by edloper

Fixed spelling error (supress -> suppress)

2008-01-29 17:21:29 Tree
[r1677] by edloper

Supress docstring warnings for any objects that are not included in
the documented set. This includes inherited values and variables,
*unless* they are overridden, in which case the docstring may be
inherited.

2008-01-29 17:16:38 Tree
[r1676] by edloper

- Added supress_warnings param for parse_docstrings -- contains a set of
apidocs for which warnings should be supressed.

2008-01-29 17:14:05 Tree
[r1675] by edloper

- Added 'overrides' filter, which is False by default.

2008-01-29 17:12:56 Tree
[r1674] by edloper

- Applied sourceforge patch #1678242 -- added command-line option
'-src-code-tab-width'.

2008-01-29 06:03:36 Tree
[r1673] by edloper

- Applied sourceforge patch #1723597 -- convert imported names
to global names before adding them to ModuleDoc.imports.

2008-01-29 05:42:58 Tree
[r1672] by edloper

- Fixed sourceforge bug #1837874 -- fix_self_shadowing_var was setting
canonical_name to a tuple by accident.
- Fixed typo introduced by previous svn checkin in _inherit_info()
- Made warning for introspector/parser disagreements about submodules
a little prettier.

2008-01-29 03:53:51 Tree
[r1671] by edloper

- For run_subprocess() on py <2.3 non-unix systems, read stdout before
reading stderr, as suggested by sourceforge bug #1838649.

2008-01-29 02:55:49 Tree
Older >