[Docstring-checkins] CVS: dps HISTORY.txt,1.30,1.31
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-11-22 04:18:25
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv9620/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** HISTORY.txt 2001/11/19 04:07:29 1.30 --- HISTORY.txt 2001/11/22 04:18:23 1.31 *************** *** 80,84 **** - Fixed bugs in StateMachineWS.getknownindented(). - Added trimming of blank first lines to ! StateMachineWS.getfirstknownindented(). - Cleaned up & updated. - Fixed bug in StateMachine.getunindented(). --- 80,85 ---- - Fixed bugs in StateMachineWS.getknownindented(). - Added trimming of blank first lines to ! StateMachineWS.getindented(), .getknownindented(), and ! .getfirstknownindented(). - Cleaned up & updated. - Fixed bug in StateMachine.getunindented(). *************** *** 88,92 **** - Added 'uptoblank' and 'stripindent' optional arguments to 'getindented', 'getknownindented', and 'getfirstknownindented' ! methods of StateWS, and to 'extractindented' function. * dps/urischemes.py: Known URI schemes; added to project. --- 89,94 ---- - Added 'uptoblank' and 'stripindent' optional arguments to 'getindented', 'getknownindented', and 'getfirstknownindented' ! methods of StateMachineWS, and to 'extractindented' function. ! - Added 'atbof' and 'ateof' methods to StateMachine. * dps/urischemes.py: Known URI schemes; added to project. *************** *** 98,101 **** --- 100,104 ---- Reporter. - Removed Reporter.strong_system_warning (not needed). + - Improved error stream handling. - Added some docstrings. - Added 'parseattributes()', associated functions and exceptions. |