[Docstring-checkins] CVS: dps HISTORY.txt,1.5,1.6
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-08-22 04:12:31
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv13165/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** HISTORY.txt 2001/08/17 02:32:42 1.5 --- HISTORY.txt 2001/08/22 04:12:27 1.6 *************** *** 3,10 **** ==================================================== ! Author: David Goodger ! Contact: dgo...@bi... ! Date: $Date$ ! Website: http://docstring.sourceforge.net/ --- 3,10 ---- ==================================================== ! :Author: David Goodger ! :Contact: go...@us... ! :Date: $Date$ ! :Website: http://docstring.sourceforge.net/ *************** *** 33,40 **** --- 33,48 ---- ======================== + Updated docstrings for new field list syntax (bibliographic info). + Changed contact email addresses. + * install.py: Added to project. * setup.py: Modified for import by install.py. + * dps/nodes.py: + + - Added vms_option. + - Fixed link bookkeeping. + * dps/roman.py: Added to project. Written by and courtesy of Mark Pilgrim. From http://diveintopython.org. *************** *** 44,47 **** --- 52,58 ---- - Fixed bug in StateMachineWS.getknownindented(). - Cleaned up & updated. + - Fixed bug in StateMachine.getunindented(). + - Added startoffset parameter to StateMachineWS.getindented() (but + I may be backing this off soon -- not the right solution). * dps/parsers/model.py: *************** *** 72,80 **** - Changed field_argument's model to PCDATA. - Added option_list and doctest_block from ppdi.dtd. ! * spec/pdpi.dtd: - Fixed typos; now validates. - Moved option_list and doctest_block from gpdi.dtd. --- 83,95 ---- - Changed field_argument's model to PCDATA. - Added option_list and doctest_block from ppdi.dtd. ! - Added vms_option. ! - Added dupname attribute to %basic.atts; for duplicate names. ! * spec/pdpi.dtd: - Fixed typos; now validates. - Moved option_list and doctest_block from gpdi.dtd. + + * spec/python-mode.txt: Added to project (from reStructuredText). |