[Docstring-checkins] CVS: dps HISTORY.txt,1.31,1.32
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-01-16 02:56:40
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv29958/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** HISTORY.txt 2001/11/22 04:18:23 1.31 --- HISTORY.txt 2002/01/16 02:56:37 1.32 *************** *** 40,43 **** --- 40,45 ---- * setup.py: Modified for import by install.py. + * dps/__init__.py: Added docstring. + * dps/nodes.py: *************** *** 72,75 **** --- 74,79 ---- - Added element hierarchy base classes. - Removed generic 'directive'. + - 'errorhandler' -> 'reporter'. + - Added document.languagecode. * dps/roman.py: Added to project. Written by and courtesy of Mark *************** *** 103,106 **** --- 107,111 ---- - Added some docstrings. - Added 'parseattributes()', associated functions and exceptions. + - Moved 'normname()' from restructuredtext.states. * dps/test_*.py: Moved to new test/ directory. *************** *** 120,123 **** --- 125,132 ---- - Changed node class names to node classes. - Removed parser-specific data. + - Added 'bibliographic_fields' and 'author_separators' (transform + support). + + * dps/transforms: Subpackage added. * test: Subdirectory added. The top-level consists of a modular test |