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