1. fa1cceb Make \var work correctly in math mode. by Fred Drake · 26 years ago
  2. 87dfd3c Handle output of \geq and \leq. by Fred Drake · 26 years ago
  3. 0903f2a Typo by Guido van Rossum · 26 years ago
  4. b5eed03 Support underlining of menu labels by Guido van Rossum · 26 years ago
  5. 6e0a413 New approach, separate tables for menus (platform-independent) and key by Guido van Rossum · 26 years ago
  6. 4471f20 Logical markup. by Fred Drake · 26 years ago
  7. f65e323 Fix remaining {\rm ...} construct. by Fred Drake · 26 years ago
  8. af2590a Remove some optional parameters that are unnecessary in context. by Fred Drake · 26 years ago
  9. 72554e4 Remove bogus \@. by Fred Drake · 26 years ago
  10. b6d45c6 Remove bogus \@. by Fred Drake · 26 years ago
  11. 4c5e533 Do the right stuff to convert what was originally \e, \ldots, and --- by Fred Drake · 26 years ago
  12. d03268f Remove two remaining {\tt ...} constructs. by Fred Drake · 26 years ago
  13. 78eebfd Remove two remaining {\tt ...} constructs. by Fred Drake · 26 years ago
  14. 5eabf38 Clarify that min and max also take multiple arguments. by Guido van Rossum · 26 years ago
  15. 1e42d8a Massive change to just about every construct that impacts the index. by Fred Drake · 26 years ago
  16. ea81edf Markup nits. by Fred Drake · 26 years ago
  17. 1475e88 Minor fixups to some index entries. by Fred Drake · 26 years ago
  18. 2b3730e Minor adjustments to a few index entries. by Fred Drake · 26 years ago
  19. 1cbd196 Minor nit that fixes a bunch of indexing: the way the classdesc by Fred Drake · 26 years ago
  20. e839199 Fix indexing of func_code attribute; this is on a function, not a code object. by Fred Drake · 26 years ago
  21. 053b8df New version from Jim Fulton: by Guido van Rossum · 26 years ago
  22. 7d9b413 New version from Jim Fulton: by Guido van Rossum · 26 years ago
  23. e720176 Wrong pathname in docstring detected by Fredrik Nehr. by Guido van Rossum · 26 years ago
  24. d8faf85 Supplemental rules to convert a .tex file to a .xml file. Both XML and by Fred Drake · 26 years ago
  25. 6942e57 Script to convert things like <C/> and <Cpp/> to &C; and &Cpp;. This is by Fred Drake · 26 years ago
  26. e743fd0 Rationalize a word-space markup to not break in the LaTeX->*ML by Fred Drake · 26 years ago
  27. 1cb330c The & character is also escaped using \. by Fred Drake · 26 years ago
  28. 1ff6db4 Add some additional cleanup transformations. by Fred Drake · 26 years ago
  29. df12a59 Fix cosmetic bug in delattr docstring discovered by JvR. by Guido van Rossum · 26 years ago
  30. 014518f Whoops! One the "redundant" initializations removed by Vladimir in by Guido van Rossum · 26 years ago
  31. 5701482 Fix comment regex so we don't screw up structured comments with by Fred Drake · 26 years ago
  32. 04307ce Rewrote the section on sys.exit(), documenting other argument types by Guido van Rossum · 26 years ago
  33. 0320473 Script to squirrel around with the DOM tree of document fragments from the by Fred Drake · 26 years ago
  34. 30a68c7 Moved into tools/sgmlconv/. by Fred Drake · 26 years ago
  35. 63de8f6 Moving to sgmlconv/ subdir. by Fred Drake · 26 years ago
  36. bbd7509 Fix up the extraction of optional parameters a little. by Fred Drake · 26 years ago
  37. 185ead6 Doc strings by Chris Petrilli. by Guido van Rossum · 26 years ago
  38. c16149b Some cleanup. by Fred Drake · 26 years ago
  39. 96b07a9 Fix some minor problems. by Fred Drake · 26 years ago
  40. 34d8317 (py-execute-region): Hack around the different behavior and switch by Barry Warsaw · 26 years ago
  41. 99ff8c4 First cut at a script to generate SGML/XML from an ESIS event stream, by Fred Drake · 26 years ago
  42. 95f4f92 First cut at a script to generate ESIS events from LaTeX source, by Fred Drake · 26 years ago
  43. 691d27a Bomb on deleting a temporary breakpoint: there's no method by Guido van Rossum · 26 years ago
  44. 3fe1b14 A little more tweakage by Barry Warsaw · 26 years ago
  45. 2858b43 A little more tweakage by Barry Warsaw · 26 years ago
  46. d81d534 A bit of tweakage of the --help and --version options by Barry Warsaw · 26 years ago
  47. 615a66a (ChipViewer): Make frame sticky NSEW to fix geometry problem. by Barry Warsaw · 26 years ago
  48. 93990de tweak version number by Barry Warsaw · 26 years ago
  49. f79b7e2 Update by Barry Warsaw · 26 years ago
  50. e882b8a Updating by Barry Warsaw · 26 years ago
  51. db70d06 Eliminate remaining \verb/.../ constructs; there's no need for them. by Fred Drake · 26 years ago
  52. 014e0e2 (py-execute-region): Patch by Hunter Kelly so that execution uses the by Barry Warsaw · 26 years ago
  53. 50cd348 Remove some redundant initializations -- patch by Vladimir Marangozov. by Guido van Rossum · 26 years ago
  54. 6d06094 Accept a non-list sequence for the long options (request by Jack Jansen). by Guido van Rossum · 26 years ago
  55. e9bc62d RajGopal Srinivasan noted that the latest code doesn't work when by Guido van Rossum · 26 years ago
  56. f05fc71 Remove dead code discovered by Vladimir Marangozov. by Guido van Rossum · 26 years ago
  57. da30f4c Fix typo in doc for handle(): client_request should be client_address. by Guido van Rossum · 26 years ago
  58. fdb3d1a Fix typo in docstring: client_request should be client_address. by Guido van Rossum · 26 years ago
  59. 017f778 Make tuples less hungry -- an extra item was allocated but never used. by Guido van Rossum · 26 years ago
  60. 72fe085 Clarify portability and main program. by Guido van Rossum · 26 years ago
  61. a017777 Added intro for 0.1 release and append Grail notes. by Guido van Rossum · 26 years ago
  62. 5e8aa54 Update the example in "Calling Python Functions from C" to use by Fred Drake · 26 years ago
  63. c46973c Document the user and password parameters to the NNTP constructor. by Fred Drake · 26 years ago
  64. 441abb4 Added a None button to turn off all input sources. by Barry Warsaw · 26 years ago
  65. 2510d22 Clarify the default buffering for open(). (Comment from Andrew Dalke by Fred Drake · 26 years ago
  66. cab91ef Fix Barry's markup. by Fred Drake · 26 years ago
  67. a096a2e Warn that AddModule doesn't import the module. by Guido van Rossum · 26 years ago
  68. 446fd04 Metrowerks PRO4 finally fixes the hypot snafu. (Jack Jansen) by Guido van Rossum · 26 years ago
  69. 9ed1a0af Moved zmod and poly descriptions to the Obsolete section. by Fred Drake · 26 years ago
  70. e0fbe1c Declaring zmod and poly obsolete. They have problems. by Guido van Rossum · 26 years ago
  71. b736a87 Project files converted for CW Pro 4. And the daylight savings time switch seems to have "modified" the resource files (but nothing has changed there). by Jack Jansen · 26 years ago
  72. d55049a If the module SUNAUDIODEV was generated on an older version of by Barry Warsaw · 26 years ago
  73. 9ade9dd MainWindow.__init__(): Move the import of Tkinter to here so that by Barry Warsaw · 26 years ago
  74. 3febc24 Added a version number, --version, and updated the docstring. by Barry Warsaw · 26 years ago
  75. e77ec17 Rewrite, simplification of command line option parsing. Many GUI by Barry Warsaw · 26 years ago
  76. 4a1cdd7 Document the new features of this module by Barry Warsaw · 26 years ago
  77. b0d1b06 audio(7I) suggests that applications do the following to get the by Barry Warsaw · 26 years ago
  78. 2c8b35b some rewriting, must do command line args by Barry Warsaw · 26 years ago
  79. b7d1d63 Input stuff by Barry Warsaw · 26 years ago
  80. 2a06084 Added command line options by Barry Warsaw · 26 years ago
  81. 11b7ae5 Initial revision by Barry Warsaw · 26 years ago
  82. 130072d Don't describe something as "below"; that won't make sense for the by Fred Drake · 26 years ago
  83. c024c99 Fix typo reported by Gerry Weiner <gerry@ucar.edu>. by Fred Drake · 26 years ago
  84. c1cea20 Added URL to HOWTO page, with reference to Regex HOWTO. by Andrew M. Kuchling · 26 years ago
  85. 1d5f988 (py-imenu-method-regexp): Fix suggested by Daniel Calvelo to by Barry Warsaw · 26 years ago
  86. 6839d3a #XEmacs 21 now supports Imenu, so I am able to test (and fix) some by Barry Warsaw · 26 years ago
  87. 38e21e7 #Some minor changes in the commentary, obstensibly to test the new by Barry Warsaw · 26 years ago
  88. 566b6d5 Support the use of bibtex. This is transparent to the user. by Fred Drake · 26 years ago
  89. 1bbc031 #Fixed some typos in docstrings. by Barry Warsaw · 26 years ago
  90. 4089c11 root is now a global called _root by Guido van Rossum · 26 years ago
  91. 0410196 Indicate that os.environ may not be a real dictionary. by Guido van Rossum · 26 years ago
  92. d1f2d7e Bump the patch level to 1.5.2b2, just in case I feel like releasing by Guido van Rossum · 26 years ago
  93. d9eee4e Bump version to 1.5.2b1 by Guido van Rossum · 26 years ago
  94. d410388 Raise the root window on reset(). by Guido van Rossum · 26 years ago
  95. 5ac15bc Split the goto() function in two: _goto() is the internal one, by Guido van Rossum · 26 years ago
  96. 2457fc2 Improvement to the previous fix suggested by Thomas Bellman: if the by Guido van Rossum · 26 years ago
  97. a96c2d4 Cope with destruction of the window by Guido van Rossum · 26 years ago
  98. c62cf36 The last two example functions in the section about default argument by Guido van Rossum · 26 years ago
  99. 3fbe67a Turtle graphics by Guido van Rossum · 26 years ago
  100. dce3d55 The TemporaryFile() function has a security leak -- because the by Guido van Rossum · 26 years ago