[Docstring-checkins] CVS: dps HISTORY.txt,1.51,1.52
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-04-18 02:57:45
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv16734/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** HISTORY.txt 13 Apr 2002 17:09:12 -0000 1.51 --- HISTORY.txt 18 Apr 2002 02:57:42 -0000 1.52 *************** *** 25,32 **** Yee, Moshe Zadka ! (I'm still waiting for contributions of tasty snacks, computer ! equipment, and cold hard cash. :-) Hopefully I haven't forgotten ! anyone or misspelled any names; apologies (and please let me know!) if ! I have. --- 25,31 ---- Yee, Moshe Zadka ! (I'm still waiting for contributions of computer equipment and cold ! hard cash :-).) Hopefully I haven't forgotten anyone or misspelled ! any names; apologies (and please let me know!) if I have. *************** *** 53,57 **** - Extended Element.__iadd__ (``+=``) to lists of nodes. - Duplicate hyperlink names -> dupname attribute. ! - Allow any DOM implementation from ``asdom()`` method. (I think.) - _Node's always true. - Changed .pprint() to .pformat(); removed endtags from output. --- 52,56 ---- - Extended Element.__iadd__ (``+=``) to lists of nodes. - Duplicate hyperlink names -> dupname attribute. ! - Allow any DOM implementation from ``asdom()`` method. (I think.) - _Node's always true. - Changed .pprint() to .pformat(); removed endtags from output. *************** *** 75,79 **** - Added element hierarchy base classes. - Removed generic 'directive'. ! - 'errorhandler' -> 'reporter'. ``dps.utils.Reporter`` reform. - Added document.languagecode. - Added Visitor classes, ``Node.walk()`` & ``Node.walkabout()``. --- 74,78 ---- - Added element hierarchy base classes. - Removed generic 'directive'. ! - 'errorhandler' -> 'reporter'. ``dps.utils.Reporter`` reform. - Added document.languagecode. - Added Visitor classes, ``Node.walk()`` & ``Node.walkabout()``. *************** *** 98,103 **** - Added "BackLinkable" mixin. ! * dps/roman.py: Added to project. Written by and courtesy of Mark ! Pilgrim. From http://diveintopython.org. * dps/statemachine.py (1.3): --- 97,102 ---- - Added "BackLinkable" mixin. ! * dps/roman.py: Added to project. Written by and courtesy of Mark ! Pilgrim. From http://diveintopython.org. * dps/statemachine.py (1.3): *************** *** 116,119 **** --- 115,119 ---- methods of StateMachineWS, and to 'extractindented' function. - Added 'atbof' and 'ateof' methods to StateMachine. + - Added support for 'TransitionCorrection' exception. * dps/urischemes.py: Known URI schemes; added to project. *************** *** 144,148 **** - Added setup_parse() so unoverridden parse() could raise a NotImplementedError. ! - Moved Parser class to __init__.py, with updates. Module removed from project. --- 144,148 ---- - Added setup_parse() so unoverridden parse() could raise a NotImplementedError. ! - Moved Parser class to __init__.py, with updates. Module removed from project. *************** *** 165,175 **** - Added label for table of contents title. ! * dps/transforms: Subpackage added. Thanks to Ueli Schlaepfer for the initial work. ! * dps/formatters: Removed subpackage from project. Replaced by "writers". ! * test: Subdirectory added. The top-level consists of a modular test framework begun by Garth Kidd. --- 165,175 ---- - Added label for table of contents title. ! * dps/transforms: Subpackage added. Thanks to Ueli Schlaepfer for the initial work. ! * dps/formatters: Removed subpackage from project. Replaced by "writers". ! * test: Subdirectory added. The top-level consists of a modular test framework begun by Garth Kidd. *************** *** 287,292 **** ======================== ! PEP numbers assigned 2001-06-06. PEPs first posted to comp.lang.python ! 2001-06-13. * spec/pep-0256.txt: --- 287,292 ---- ======================== ! PEP numbers assigned 2001-06-06. PEPs first posted to ! comp.lang.python 2001-06-13. * spec/pep-0256.txt: *************** *** 311,315 **** - Catch `EOFError` to end statemachine processing. - Relaxed State.initialtransitions contents: entries can be strings ! as well as tuples. (Also argument to State.maketransitions().) * dps/test_statemachine.py: Modified tests for statemachine.py --- 311,315 ---- - Catch `EOFError` to end statemachine processing. - Relaxed State.initialtransitions contents: entries can be strings ! as well as tuples. (Also argument to State.maketransitions().) * dps/test_statemachine.py: Modified tests for statemachine.py *************** *** 330,333 **** --- 330,334 ---- mode: indented-text indent-tabs-mode: nil + sentence-end-double-space: t fill-column: 70 End: |