1. bd9ded8 Logical markup. by Fred Drake · 27 years ago
  2. 434493b Logical markup. by Fred Drake · 27 years ago
  3. a891230 Logical markup, using {classdesc} as appropriate. by Fred Drake · 27 years ago
  4. f9e1f65 Logical markup. by Fred Drake · 27 years ago
  5. 2e495c9 Logical markup, using {classdesc} as appropriate. by Fred Drake · 27 years ago
  6. be2b6d7 Logical markup. by Fred Drake · 27 years ago
  7. ff79a21 Logical markup. by Fred Drake · 27 years ago
  8. cdea8a3 Logical markup. by Fred Drake · 27 years ago
  9. 0f51fff Logical markup. by Fred Drake · 27 years ago
  10. 8f74571 Use a faster way to check for null bytes in the string argument for by Guido van Rossum · 27 years ago
  11. 677fc84 As Mike Fletcher pointed out, a __deepcopy__() method should be called by Guido van Rossum · 27 years ago
  12. 8046bef #(py-smart-indentation): Small fixes for clarity in the docstring. by Barry Warsaw · 27 years ago
  13. 9e99688 (python-mode): Removed vi vi vi hack for setting the tab width from a by Barry Warsaw · 27 years ago
  14. 55f0aab example output is different by Barry Warsaw · 27 years ago
  15. 0eae830 Typos in the docstring fixed by Detlef Lannert <lannert@uni-duesseldorf.de> by Barry Warsaw · 27 years ago
  16. 742a511 (py-smart-indentation): New variable which controls the automagic by Barry Warsaw · 27 years ago
  17. fc16e78 Bring this up to date. Some things still don't work right. by Fred Drake · 27 years ago
  18. 94fac13 \regexp{}: Rewritten to look like Freidl's book. Too rip-off? by Fred Drake · 27 years ago
  19. 3b5da76 Logical markup. by Fred Drake · 27 years ago
  20. 2dde74c Logical markup. by Fred Drake · 27 years ago
  21. 51375ae Use {classdesc} instead of {funcdesc} for HTMLParser. by Fred Drake · 27 years ago
  22. 6d4d1c2 Added support for "data" URL, by Sjoerd Mullender. by Guido van Rossum · 27 years ago
  23. fb34c92 Added URL for UK by Barry Warsaw · 27 years ago
  24. 844e664 Added a hack to deal with common practice 'uk' for United Kingdom by Barry Warsaw · 27 years ago
  25. 6ef871c Logical markup. by Fred Drake · 27 years ago
  26. 7be8fcb Use \envvar{FOO} instead of \code{\$FOO}. by Fred Drake · 27 years ago
  27. 4e7e11a Use \withsubitem{} for indexing extra-module functions. by Fred Drake · 27 years ago
  28. 371ecc0 Use \withsubitem{} for indexing functions from other modules. This fixes by Fred Drake · 27 years ago
  29. 0ee9f72 \withsubitem{}: New macro. Change indexsubitem temporarily for another by Fred Drake · 27 years ago
  30. 6a1eefe Logical markup. by Fred Drake · 27 years ago
  31. a2e9818 Logical markup. by Fred Drake · 27 years ago
  32. c71585e Logical markup. by Fred Drake · 27 years ago
  33. 38d3fe0 Add LINKFORSHARED and LDLAST as in the main Makefile. by Guido van Rossum · 27 years ago
  34. 4912beb Add copyright statement. by Fred Drake · 27 years ago
  35. 521b8e1 Use RCS revisions by Barry Warsaw · 27 years ago
  36. c0b965b Updated the docstring by Barry Warsaw · 27 years ago
  37. d2c210d Added reverse lookup by Barry Warsaw · 27 years ago
  38. 664b36f *Sigh* by Fred Drake · 27 years ago
  39. dbc879e Allow the user to operate the script in debugging mode (-D), which just does by Fred Drake · 27 years ago
  40. c9f2c14 Somewhat more direct way of locating the file, using __FILE__. by Fred Drake · 27 years ago
  41. bc8ad5b Replace lists of attributes for code and frame objects with a reference to the by Fred Drake · 27 years ago
  42. fdbd51d Logical markup. by Fred Drake · 27 years ago
  43. 60ba447 Logical markup. by Fred Drake · 27 years ago
  44. 295eaa8 Logical markup. by Fred Drake · 27 years ago
  45. e42f595 Logical markup. by Fred Drake · 27 years ago
  46. db9693e Logical markup. by Fred Drake · 27 years ago
  47. 75aae9a Logical markup. by Fred Drake · 27 years ago
  48. e2e904f Script to format HOWTO documents. Currently only tested on the "Using by Fred Drake · 27 years ago
  49. db34a1e Use the location of the initialization file to augment the style-specific by Fred Drake · 27 years ago
  50. eff1f76 clean_title(): Remove debugging prints. by Fred Drake · 27 years ago
  51. ac77b79 clean_title(): Clean a little more carefully. Still does funny things with by Fred Drake · 27 years ago
  52. 45e564d In the source dist., don't include: by Fred Drake · 27 years ago
  53. b30d016 Logical markup. by Fred Drake · 27 years ago
  54. 4ef3329 Logical markup. by Fred Drake · 27 years ago
  55. 8aee0e0 Add some more labels for logical addressing. by Fred Drake · 27 years ago
  56. d883ca1 Logical markup. by Fred Drake · 27 years ago
  57. 816671c patch for re.sub bug, by AMK. by Guido van Rossum · 27 years ago
  58. 193338a Logical markup. by Fred Drake · 27 years ago
  59. 2cb1074 Use a {datadesc} environment to describe errorcode. by Fred Drake · 27 years ago
  60. 92f31f1 Logical markup. by Fred Drake · 27 years ago
  61. a44d740 Logical markup. by Fred Drake · 27 years ago
  62. c4f15af Logical markup. small nits. by Fred Drake · 27 years ago
  63. 5bfac8d Integrate with OptionsWindow... need to hook into Tab key by Barry Warsaw · 27 years ago
  64. f67575d Integrate with OptionsWindow... not sure it should be modal by Barry Warsaw · 27 years ago
  65. 31ac518 Cosmetic by Barry Warsaw · 27 years ago
  66. 520f8bd Ok, remove dependency on the obsolete tools/modindex.py. by Fred Drake · 27 years ago
  67. 97c73c8 Remove \newif relating to index support; no longer needed. Index control by Fred Drake · 27 years ago
  68. 7d20ffe Adjust the index inclusion for the new index support. by Fred Drake · 27 years ago
  69. 568113a Obsolete. by Fred Drake · 27 years ago
  70. 8bc9657 Adjust index file resetting; just remove the files. The new index support by Fred Drake · 27 years ago
  71. b390daf Adjust the index support a bit to make it easier to deal with module index. by Fred Drake · 27 years ago
  72. 8fcad7b Don't generate a \label{} here. by Fred Drake · 27 years ago
  73. 2eda4ca Markup adjustments. by Fred Drake · 27 years ago
  74. cd14a87 Mark the journal title. by Fred Drake · 27 years ago
  75. 23bc85a Correct spelling of emdash. by Fred Drake · 27 years ago
  76. 7ddd043 Moved solitary "see also" paragraph into a {seealso} environment, and told by Fred Drake · 27 years ago
  77. 013ad98 Cleaned up some remaining markup nits. by Fred Drake · 27 years ago
  78. 8fab8cf Logical markup. by Fred Drake · 27 years ago
  79. b991f8d Some logical markup. by Fred Drake · 27 years ago
  80. b55f9d3 Small nits. by Fred Drake · 27 years ago
  81. cc444e3 Nits. by Fred Drake · 27 years ago
  82. bccc640 Logical markup. by Fred Drake · 27 years ago
  83. 0c2af2b Spell emdash with three hyphens. by Fred Drake · 27 years ago
  84. 266b4c1 Logical markup. by Fred Drake · 27 years ago
  85. c07ae9f Some logical markup. by Fred Drake · 27 years ago
  86. 0fd72ee Logical markup. by Fred Drake · 27 years ago
  87. 580eb26 Logical markup, a couple of index entries. by Fred Drake · 27 years ago
  88. 2c954fa Remove info targets from "world" and "tarballs". by Fred Drake · 27 years ago
  89. 473a90e Allow the user to specify the "biggest" section type from the command line; by Fred Drake · 27 years ago
  90. cd05ca9 Remove unnecessary blank line in long code sample. by Fred Drake · 27 years ago
  91. 1c8d0e0 Never, NEVER try to recover a screwed up file by carving a chunk out of an by Fred Drake · 27 years ago
  92. 2addd2a Add quotes around some variable definitions; add a "clean" target. by Guido van Rossum · 27 years ago
  93. cef85a2 Adapted to the new situation. by Guido van Rossum · 27 years ago
  94. a0e1835 Rearrange some stuff so that the warning for unknown modules is also by Guido van Rossum · 27 years ago
  95. 31d53ed When writing the Windows Makefile, don't forget to strip some filenames by Guido van Rossum · 27 years ago
  96. 6663b22 Oops; file copy error somewhere along the way.... by Fred Drake · 27 years ago
  97. 47e09c4 Change the date to March 6, 1998. by Guido van Rossum · 27 years ago
  98. 1e9be5d Relocating file to Doc/texinputs. by Fred Drake · 27 years ago
  99. e4837a1 Revised Makefile to handle the new directories correctly. by Fred Drake · 27 years ago
  100. 361ee65 Utility to help create outline information for PDF. by Fred Drake · 27 years ago