[Docstring-checkins] CVS: dps HISTORY.txt,1.35,1.36
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-01-30 04:56:48
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv23640/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** HISTORY.txt 2002/01/29 02:24:40 1.35 --- HISTORY.txt 2002/01/30 04:56:45 1.36 *************** *** 21,26 **** Lemburg, Wolfgang Lipp, Edward Loper, Ken Manheimer, Paul Moore, Michel Pelletier, Sam Penrose, Tim Peters, Mark Pilgrim, Tavis ! Rudd, Bob Tolbert, Laurence Tratt, Guido van Rossum, Barry Warsaw, ! Edward Welbourne, Ka-Ping Yee, Moshe Zadka (I'm still waiting for contributions of tasty snacks, computer --- 21,26 ---- Lemburg, Wolfgang Lipp, Edward Loper, Ken Manheimer, Paul Moore, Michel Pelletier, Sam Penrose, Tim Peters, Mark Pilgrim, Tavis ! Rudd, Ueli Schlaepfer, Bob Tolbert, Laurence Tratt, Guido van ! Rossum, Barry Warsaw, Edward Welbourne, Ka-Ping Yee, Moshe Zadka (I'm still waiting for contributions of tasty snacks, computer *************** *** 85,88 **** --- 85,89 ---- - Added ``Node.parent`` back-reference for transforms. - Added ``Element.index()`` and ``Element.replace()`` methods. + - Simplified target record keeping. * dps/roman.py: Added to project. Written by and courtesy of Mark *************** *** 117,120 **** --- 118,122 ---- - Added 'parseattributes()', associated functions and exceptions. - Moved 'normname()' from restructuredtext.states. + - Added ``newdocument()``: document Node creation. * dps/test_*.py: Moved to new test/ directory. *************** *** 124,127 **** --- 126,131 ---- - Added setup_parse() so unoverridden parse() could raise a NotImplementedError. + - Moved Parser class to __init__.py, with updates. Module removed + from project. * dps/languages/__init__.py: *************** *** 138,142 **** - Removed Python-specific interpreted text mapping. ! * dps/transforms: Subpackage added. * test: Subdirectory added. The top-level consists of a modular test --- 142,150 ---- - Removed Python-specific interpreted text mapping. ! * dps/transforms: Subpackage added. Thanks to Ueli Schlaepfer for the ! initial work. ! ! * dps/formatters: Removed subpackage from project. To be replaced by ! "writers" or "builders" subpackage. * test: Subdirectory added. The top-level consists of a modular test |