[Docstring-checkins] CVS: dps HISTORY.txt,1.15,1.16
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-09-17 04:15:25
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv15282/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** HISTORY.txt 2001/09/13 02:16:24 1.15 --- HISTORY.txt 2001/09/17 04:15:23 1.16 *************** *** 75,83 **** - Added StateMachine.nextlineblank(). - Added 'nestedSM' and 'nestedSMkwargs' to State. * dps/utils.py: - Added named methods (aliases to numbered system_warning calls) to ! Errorist. * dps/parsers/model.py: --- 75,88 ---- - Added StateMachine.nextlineblank(). - Added 'nestedSM' and 'nestedSMkwargs' to State. + - Added 'uptoblank' optional argument to 'getindented', + 'getknownindented', and 'getfirstknownindented' methods of + StateWS, and to 'extractindented' function. * dps/utils.py: + - Renamed error reporter class to 'Reporter' from 'Errorist'. - Added named methods (aliases to numbered system_warning calls) to ! Reporter. ! - Added some docstrings. * dps/parsers/model.py: *************** *** 95,98 **** --- 100,108 ---- - Changed node class names to node classes. - Removed parser-specific data. + + * test: Subdirectory added. The top-level consists of a modular test + framework begun by Garth Kidd. + + * test/test_utils.py: Converted from doctest to unittest & updated. * spec/pep-0256.txt: |