[Docstring-checkins] CVS: dps HISTORY.txt,1.36,1.37
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-02-06 03:11:30
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv12509/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** HISTORY.txt 2002/01/30 04:56:45 1.36 --- HISTORY.txt 2002/02/06 03:11:28 1.37 *************** *** 42,45 **** --- 42,47 ---- * dps/__init__.py: Added docstring. + * dps/core.py: Added to project. + * dps/nodes.py: *************** *** 74,78 **** - Added element hierarchy base classes. - Removed generic 'directive'. ! - 'errorhandler' -> 'reporter'. - Added document.languagecode. - Added Visitor classes & Node.walk(). --- 76,80 ---- - Added element hierarchy base classes. - Removed generic 'directive'. ! - 'errorhandler' -> 'reporter'. ``dps.utils.Reporter`` reform. - Added document.languagecode. - Added Visitor classes & Node.walk(). *************** *** 115,118 **** --- 117,121 ---- - Removed Reporter.strong_system_warning (not needed). - Improved error stream handling. + - Reworked ``Reporter`` based on "log4j". - Added some docstrings. - Added 'parseattributes()', associated functions and exceptions. *************** *** 122,125 **** --- 125,130 ---- * dps/test_*.py: Moved to new test/ directory. + * dps/readers: Subpackage added to project. + * dps/parsers/model.py: *************** *** 129,132 **** --- 134,139 ---- from project. + * dps/writers: Subpackage added to project. + * dps/languages/__init__.py: *************** *** 145,150 **** initial work. ! * dps/formatters: Removed subpackage from project. To be replaced by ! "writers" or "builders" subpackage. * test: Subdirectory added. The top-level consists of a modular test --- 152,157 ---- initial work. ! * dps/formatters: Removed subpackage from project. Replaced by ! "writers". * test: Subdirectory added. The top-level consists of a modular test *************** *** 168,172 **** - Clarifications due to Tony Ibbs. ! - Added names to system warnings. * spec/gdpi.dtd: --- 175,179 ---- - Clarifications due to Tony Ibbs. ! - Added names to system warnings, updated. * spec/gdpi.dtd: *************** *** 205,208 **** --- 212,216 ---- - Removed generic 'directive'. - Added 'problematic', inline relative of 'system_warning'. + - Added 'type' attribute to 'system_warning', removed 'warning'. * spec/pdpi.dtd: |