1. b9c0ef5 Update to reflect recently added markup. by Fred Drake · 23 years ago
  2. 381832e Drop xmllib in favor of SAX. by Fred Drake · 23 years ago
  3. 1e53fa7 Add a couple of entries to the whitespace-cleanups table. by Fred Drake · 23 years ago
  4. 95e33f0 Added two new conversion specifications. by Fred Drake · 23 years ago
  5. 27ae311 Avoid trailing blank lines in the output. by Fred Drake · 23 years ago
  6. 00c96ae Adjust input pre-processing so that a comment on the last line does not by Fred Drake · 23 years ago
  7. af876d7 One more LaTeX-ism that we'd rather ignore. by Fred Drake · 23 years ago
  8. 92350b3 New markup: \note{...} and \warning{...} by Fred Drake · 23 years ago
  9. ac1af80 Handle PEP references the same way RFC references. by Fred Drake · 23 years ago
  10. 583061a Fix up whitespace in <args> elements; reduce sequences of consecutive by Fred Drake · 23 years ago
  11. 3c171d1 Convert to string methods. by Fred Drake · 23 years ago
  12. 0f9bfd3 Convert most uses of the string module to string methods. (string.join() lives!) by Fred Drake · 23 years ago
  13. 876389e Do not distinguish \refmodule from \module in the generated output; by Fred Drake · 23 years ago
  14. 9213b7a Re-write <ulink> elements as described in the conversion spec. by Fred Drake · 23 years ago
  15. baacc08 Turn \input, \include, and \verbatiminput into XInclude elements instead by Fred Drake · 23 years ago
  16. b6fa789 Add support for some more markup that had slipped in. Fixed a typo in a comment. by Fred Drake · 23 years ago
  17. 29a67ce Update to support \mailheader and 5-column tables. by Fred Drake · 23 years ago
  18. 9eda3ae Simplify a helper by returning fewer values. by Fred Drake · 23 years ago
  19. 1ca78b6 Change the command lines to use a similar "phrasing" to that used in the by Fred Drake · 23 years ago
  20. 44845ba Change the target name for \kbd. by Fred Drake · 23 years ago
  21. 03e88da Add conversion information for the grammar production support (preliminary). by Fred Drake · 23 years ago
  22. 44835d8 Move & update a comment. by Fred Drake · 23 years ago
  23. 0a650d7 Add entries for recently defined markup. by Fred Drake · 23 years ago
  24. dde993c Simplification to mirror a better conversion specification and more by Fred Drake · 23 years ago
  25. b5fc0ab Allow optional arguments to LaTeX macros to span lines. This is legal in by Fred Drake · 23 years ago
  26. e99b97e encode(): Handle Latin-1 input characters better. by Fred Drake · 23 years ago
  27. bda0556 Add support for <memberline/> (needs markup improvement!). by Fred Drake · 23 years ago
  28. 20931fb Update the XML conversion specification. by Fred Drake · 23 years ago
  29. c81d470 Allow the <author/> element to appear before a paragraph without being by Fred Drake · 23 years ago
  30. 7190247 Remove the annoying __version__ definitions. by Fred Drake · 23 years ago
  31. 3e8f921 Lots of small changes to make this work with the Python DOM bindings by Fred Drake · 23 years ago
  32. 2262a80 Pick up the "encode" function from esistools instead of defining our own by Fred Drake · 23 years ago
  33. f6c115f Re-write to no longer depend on an old version of PyXML. This now by Fred Drake · 23 years ago
  34. a4699a7 Pick the "escape" function from the standard library instead of from PyXML. by Fred Drake · 23 years ago
  35. ce19496 Add conversions for more of the markup -- not all of this was around when by Fred Drake · 23 years ago
  36. fed0d09 Conversion.write_ordinal(): Not used, remove it. by Fred Drake · 24 years ago
  37. 691a5a7 Convert the LaTeX "tie" (~) to a simple space. by Fred Drake · 24 years ago
  38. 382a75d Update to reflect the process changes. by Fred Drake · 24 years ago
  39. 97be740 Update the rules to separate the two phases for the ESIS generation, by Fred Drake · 24 years ago
  40. d397f23 Add support for (relatively) recent additions and changes to python.sty, by Fred Drake · 24 years ago
  41. 2ed27d3 Note that readframes() returns data in linear format, even if the original by Fred Drake · 24 years ago
  42. d95f4e1 Martin von Loewis <loewis@informatik.hu-berlin.de>: by Fred Drake · 24 years ago
  43. 51060be Remove unused "import curses". by Guido van Rossum · 24 years ago
  44. ecb84f8 Don't insert extra indentation before <title> elements. by Fred Drake · 25 years ago
  45. 645af9f rewrite_descriptor(): Fixup conversion of arguments (simpler). by Fred Drake · 25 years ago
  46. 8a3b449 Don't rename \var to <varname>; DocBook is too verbose here. by Fred Drake · 25 years ago
  47. 91f31ea Added citetitle and programopt. by Fred Drake · 25 years ago
  48. 0ee4891 Update the instructions slightly. by Fred Drake · 25 years ago
  49. 4f0279f Removed; no longer needed now that the other tools can handle entity by Fred Drake · 25 years ago
  50. abb158f feed(): Added support for ESIS '&' lines. by Fred Drake · 25 years ago
  51. 1f33292 Remove use of fixgenents.sh; no longer needed. by Fred Drake · 25 years ago
  52. 3cf4eb4 Specify: \geq --> &geq; by Fred Drake · 25 years ago
  53. f6199ed Conversion.subconvert(): Added support for "entityref" parameters by Fred Drake · 25 years ago
  54. a20581c write_esis(): Added support for ENTITY_REFERENCE nodes. by Fred Drake · 25 years ago
  55. 53eae8e convert(): Add support for ESIS '&' lines, and make sure we don't by Fred Drake · 25 years ago
  56. abf8a1d rewrite_descriptor(): Fix bug that dropped the first TEXT node from by Fred Drake · 25 years ago
  57. 82ebc27 remap_element_names(): Only used for things that the new conversion by Fred Drake · 25 years ago
  58. 2f6ec9c The new conversion engine supports more of the table re-writing than by Fred Drake · 25 years ago
  59. 080c1b5 bwrite(), ewrite(): Helpers for diagnostic output; essentially the by Fred Drake · 25 years ago
  60. 4fbdf97 Mostly minor changes. Removed some obsolete commented-out code. by Fred Drake · 25 years ago
  61. d158b85 This doesn't need to do nearly as much for the new conversion, so simplify. by Fred Drake · 25 years ago
  62. 031e222 A few small improvements to the conversion. by Fred Drake · 25 years ago
  63. eac8abe Ripped out the old conversion. by Fred Drake · 25 years ago
  64. 865e9ff Added a few more passes through the document fragment. Not actually by Fred Drake · 25 years ago
  65. 96e4a06 Massive changes. by Fred Drake · 25 years ago
  66. 2394c98 Minor updates. by Fred Drake · 25 years ago
  67. ada2de6 Use the (new) buildFragment() method of the EsisBuilder rather than by Fred Drake · 25 years ago
  68. f032cdb Some minor cleanup. by Fred Drake · 25 years ago
  69. bc2285e Conversion specification, used by a new path through latex2esis.py. by Fred Drake · 25 years ago
  70. 478a265 Minor update. by Fred Drake · 25 years ago
  71. 06c5a8b Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  72. 7dbde51 Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  73. 0eb7b2a Enhanced docstring and some comments. by Fred Drake · 25 years ago
  74. c4811d8 Modify to perform "---" to "&mdash;" conversion outside of by Fred Drake · 25 years ago
  75. c41e1e5 Remove the "---" to "&mdash;" conversion; this is wrong in verbatim by Fred Drake · 25 years ago
  76. e779d4f Lots of adjustments to deal with the document content now being stored by Fred Drake · 25 years ago
  77. 54fb7fb Some more fixes. by Fred Drake · 25 years ago
  78. 2697694 ExtendedEsisBuilder.push(): Override inherited definition. We don't by Fred Drake · 25 years ago
  79. f79acbd Fix some bugs introduced in the previous checkin. by Fred Drake · 25 years ago
  80. 96c00b0 Define & use a Conversion object. It's still really ugly, but at by Fred Drake · 25 years ago
  81. 87a42cd Add support for <platform>, some cleanup of module section after by Fred Drake · 26 years ago
  82. 93d762f Mark <verbatim> elements that represent interactive sessions; these by Fred Drake · 26 years ago
  83. 997eec7 Minor adjustments to reflect esis2sgml.py changes. by Fred Drake · 26 years ago
  84. 607aed7 Some adjustments, mostly to make it more general. by Fred Drake · 26 years ago
  85. 3618c14 Use a common definition for $(SUBMAKE) instead of repeating everything by Fred Drake · 26 years ago
  86. 7281b3b Updated comments on version of XML package needed. by Fred Drake · 26 years ago
  87. 1dd152d Added support to handle \versionadded in a reasonable way. by Fred Drake · 26 years ago
  88. 279ca75 Be a little smarter on some attribute values, making an assumption about by Fred Drake · 26 years ago
  89. 3a7ff99 fixup_descriptors(): Change the way we look for descriptor nodes; by Fred Drake · 26 years ago
  90. 666e600 Added the Doc/sgml/ directory to the tarball. by Fred Drake · 26 years ago
  91. cb65781 Rewrite code that converts the little descriptor environments to build by Fred Drake · 26 years ago
  92. 75930b3 Added table entries for \funcline and \funclineni. by Fred Drake · 26 years ago
  93. fdfd50f Convert <version> to &version;. by Fred Drake · 26 years ago
  94. 7dab6af Update the docstring. by Fred Drake · 26 years ago
  95. 3f3b096 Added table entries for \methodline, \methodlineni. by Fred Drake · 26 years ago
  96. 1453a8c Constructor arguments for classes should be called <args>. by Fred Drake · 26 years ago
  97. a49a4ea Add "term" to AUTOCLOSE. by Fred Drake · 26 years ago
  98. 43278f0 convert(): Added parameter "autoclose", which should be a sequence of by Fred Drake · 26 years ago
  99. 0a5b8de Modified the "sgml" and "xml" targets to stop if the sub-makes fail in by Fred Drake · 26 years ago
  100. 4259f0d create_module_info(): If there's a \moduleauthor, move it to an by Fred Drake · 26 years ago