1. f0f3600 Undo the change here -- there's no point in declaring a static by Guido van Rossum · 26 years ago
  2. f484a33 Sjoerd writes: by Guido van Rossum · 26 years ago
  3. 926f7b6 Adding thread support for BeOS by Chris Herborth. by Guido van Rossum · 26 years ago
  4. d83675f "singed" --> "signed" (3 places) by Fred Drake · 26 years ago
  5. 9c1201f Py_Main() must be DL_EXPORT too. by Guido van Rossum · 26 years ago
  6. 5c3b384 Patch by Jeff Rush: by Guido van Rossum · 26 years ago
  7. 9228cbd Patch by Jeff Rush: by Guido van Rossum · 26 years ago
  8. 391c8b4 Open the file in binary mode -- so serving images from a Windows box by Guido van Rossum · 26 years ago
  9. 08833f2 intermediate by Barry Warsaw · 26 years ago
  10. e1425d6 Fixed some bugs by Barry Warsaw · 26 years ago
  11. 93ec4cc Fixed typos in --dump by Barry Warsaw · 26 years ago
  12. e039439 Clarify evaluation of default arguments at def time with more text and by Guido van Rossum · 26 years ago
  13. c6e2290 Added Doc strings -- by Chris Petrilli. by Guido van Rossum · 26 years ago
  14. 13fdf5e When comparing bound methods, use identity test on the objects, by Guido van Rossum · 26 years ago
  15. cf183ac Use PyInt_AS_LONG macro instead of explicit inlining. by Guido van Rossum · 26 years ago
  16. d5516bc One more fprintf bites the dist -- use PySys_WriteStderr by Guido van Rossum · 26 years ago
  17. f261526 Need to add default decl of DL_IMPORT, for mymalloc.h by Guido van Rossum · 26 years ago
  18. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  19. 50f385c Fix two small bugs; add DL_EXPORT() to initcPickle decl. by Guido van Rossum · 26 years ago
  20. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  21. b241b67 Turtle graphics by Guido van Rossum · 26 years ago
  22. 3b5330e Bernard Herzog pointed out that rl_parse_and_bind modifies its by Guido van Rossum · 26 years ago
  23. 8c2da61 Add explicit example on how to import a submodule of a package using by Guido van Rossum · 26 years ago
  24. ce0bbd2 Added Helpwin -- help in a text widget by Barry Warsaw · 26 years ago
  25. eb6b9b7 Untabification and other cruft by Barry Warsaw · 26 years ago
  26. d0e1e51 docstring(): Function for returning __doc__ % globals() by Barry Warsaw · 26 years ago
  27. f622a33 audiopy: slightly revamped UI... includes a menubar, no quit button, by Barry Warsaw · 26 years ago
  28. 7531d50 New API version (enough has changed!). by Guido van Rossum · 26 years ago
  29. 5364688 Initial version of the README file by Barry Warsaw · 26 years ago
  30. 86bc7b0 General comments on what's here and how to try it out. Note by Fred Drake · 26 years ago
  31. 6d26f4b Moved NotImplementedError into alphabetical order, and reword description. by Barry Warsaw · 26 years ago
  32. 1e15132 Added documentation for NotImplementedError. Fred (I'm sure) will by Barry Warsaw · 26 years ago
  33. 3695b12 Support conversions to both SGML and XML; SGML is the "default". by Fred Drake · 26 years ago
  34. aeea981 Use esistools. Lots of changes to the conversion table. by Fred Drake · 26 years ago
  35. 4db5b46 Use esistools. by Fred Drake · 26 years ago
  36. f077b9d Use esistools, getopt. by Fred Drake · 26 years ago
  37. 3843bae Utility functions and misc. classes used in handling ESIS data. by Fred Drake · 26 years ago
  38. 2f8592c Ignore the byproducts of SGML/XML conversions for now. by Fred Drake · 26 years ago
  39. 344864f Added new builtin standard exception: NotImplementedError (its C by Barry Warsaw · 26 years ago
  40. eabfab1 Nits to support conversions. by Fred Drake · 26 years ago
  41. 8fe2a34 Added NotImplementedError, subclassed from RuntimeError by Barry Warsaw · 26 years ago
  42. d052ff0 Added PyExc_NotImplementedError by Barry Warsaw · 26 years ago
  43. 1e270f0 Nits to support conversions. by Fred Drake · 26 years ago
  44. f954b65 Remove $(CUTCRUFT) garbage; now in fixgenents.sh. by Fred Drake · 26 years ago
  45. 3d5e2c0 Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean up by Fred Drake · 26 years ago
  46. 50b804d Fix minor nit with respect to conversion. by Fred Drake · 26 years ago
  47. caa3379 Remove {\rm ...} constructs. by Fred Drake · 26 years ago
  48. 84538cd Remove some remaining {\rm ...} constructs. by Fred Drake · 26 years ago
  49. f790b16 Change "for" explanation slightly based on comment passed along by by Fred Drake · 26 years ago
  50. ca6d635 l2hoption: Do the "right thing" to quote the right-hand-side of Perl by Fred Drake · 26 years ago
  51. a8ba364 Add a --address parameter to the mkhowto command line to direct by Fred Drake · 26 years ago
  52. 7777e36 Add a -address parameter to the LaTeX2HTML command line to direct by Fred Drake · 26 years ago
  53. 1ea5848 Oops, remove LaTeX2HTML version number. Could become wrong and isn't by Fred Drake · 26 years ago
  54. 15796f7 do_cmd_textohtmlinfopage(): Rip out most of the boilerplate and move by Fred Drake · 26 years ago
  55. d83c8bd New file. Contains boilerplate text for the "About this document..." by Fred Drake · 26 years ago
  56. 1776556 Markup nit to ease conversions. by Fred Drake · 26 years ago
  57. 3d29955 Markup improvements to help with conversions. by Fred Drake · 26 years ago
  58. 01d5d94 Remove cruft from the old Texinfo conversion. This simplifies some of by Fred Drake · 26 years ago
  59. 5208823 Remove bogus \@. by Fred Drake · 26 years ago
  60. d61975e Minor markup nit to ease conversion processing. by Fred Drake · 26 years ago
  61. f6c59e8 Do all the right imports. Problem reported by Martijn Faassen by Fred Drake · 26 years ago
  62. 67a40e8 Patch by Jeff Bauer: a minor change to declare two new by Guido van Rossum · 26 years ago
  63. 42f5298 Several small adjustments. by Fred Drake · 26 years ago
  64. fa1cceb Make \var work correctly in math mode. by Fred Drake · 26 years ago
  65. 87dfd3c Handle output of \geq and \leq. by Fred Drake · 26 years ago
  66. 0903f2a Typo by Guido van Rossum · 26 years ago
  67. b5eed03 Support underlining of menu labels by Guido van Rossum · 26 years ago
  68. 6e0a413 New approach, separate tables for menus (platform-independent) and key by Guido van Rossum · 26 years ago
  69. 4471f20 Logical markup. by Fred Drake · 26 years ago
  70. f65e323 Fix remaining {\rm ...} construct. by Fred Drake · 26 years ago
  71. af2590a Remove some optional parameters that are unnecessary in context. by Fred Drake · 26 years ago
  72. 72554e4 Remove bogus \@. by Fred Drake · 26 years ago
  73. b6d45c6 Remove bogus \@. by Fred Drake · 26 years ago
  74. 4c5e533 Do the right stuff to convert what was originally \e, \ldots, and --- by Fred Drake · 26 years ago
  75. d03268f Remove two remaining {\tt ...} constructs. by Fred Drake · 26 years ago
  76. 78eebfd Remove two remaining {\tt ...} constructs. by Fred Drake · 26 years ago
  77. 5eabf38 Clarify that min and max also take multiple arguments. by Guido van Rossum · 26 years ago
  78. 1e42d8a Massive change to just about every construct that impacts the index. by Fred Drake · 26 years ago
  79. ea81edf Markup nits. by Fred Drake · 26 years ago
  80. 1475e88 Minor fixups to some index entries. by Fred Drake · 26 years ago
  81. 2b3730e Minor adjustments to a few index entries. by Fred Drake · 26 years ago
  82. 1cbd196 Minor nit that fixes a bunch of indexing: the way the classdesc by Fred Drake · 26 years ago
  83. e839199 Fix indexing of func_code attribute; this is on a function, not a code object. by Fred Drake · 26 years ago
  84. 053b8df New version from Jim Fulton: by Guido van Rossum · 26 years ago
  85. 7d9b413 New version from Jim Fulton: by Guido van Rossum · 26 years ago
  86. e720176 Wrong pathname in docstring detected by Fredrik Nehr. by Guido van Rossum · 26 years ago
  87. d8faf85 Supplemental rules to convert a .tex file to a .xml file. Both XML and by Fred Drake · 26 years ago
  88. 6942e57 Script to convert things like <C/> and <Cpp/> to &C; and &Cpp;. This is by Fred Drake · 26 years ago
  89. e743fd0 Rationalize a word-space markup to not break in the LaTeX->*ML by Fred Drake · 26 years ago
  90. 1cb330c The & character is also escaped using \. by Fred Drake · 26 years ago
  91. 1ff6db4 Add some additional cleanup transformations. by Fred Drake · 26 years ago
  92. df12a59 Fix cosmetic bug in delattr docstring discovered by JvR. by Guido van Rossum · 26 years ago
  93. 014518f Whoops! One the "redundant" initializations removed by Vladimir in by Guido van Rossum · 26 years ago
  94. 5701482 Fix comment regex so we don't screw up structured comments with by Fred Drake · 26 years ago
  95. 04307ce Rewrote the section on sys.exit(), documenting other argument types by Guido van Rossum · 26 years ago
  96. 0320473 Script to squirrel around with the DOM tree of document fragments from the by Fred Drake · 26 years ago
  97. 30a68c7 Moved into tools/sgmlconv/. by Fred Drake · 26 years ago
  98. 63de8f6 Moving to sgmlconv/ subdir. by Fred Drake · 26 years ago
  99. bbd7509 Fix up the extraction of optional parameters a little. by Fred Drake · 26 years ago
  100. 185ead6 Doc strings by Chris Petrilli. by Guido van Rossum · 26 years ago