1. 1385a57 Bump the release number. by Fred Drake · 23 years ago
  2. 16649a8 Make the syntax for compound command lines more portable (nmake, CygWin). by Fred Drake · 23 years ago
  3. 3cae66b Script to re-write @FOO@-style marks with values, initializing the by Fred Drake · 23 years ago
  4. 63d1d26 Update the release information. by Fred Drake · 23 years ago
  5. f8a17b1 Now we're picking nits: get my name right! ;-) by Fred Drake · 23 years ago
  6. 6ea9f0b Add FLD to credit list Correct grammatical error by Andrew M. Kuchling · 23 years ago
  7. aebbca3 Job.__init__(): Only create the builddir directory if it will be used (by by Fred Drake · 23 years ago
  8. 0d00254 Cleaned up a number of minor nits, use markup a little more consistently. by Fred Drake · 23 years ago
  9. 4cf52a9 Minor rewrites to iterator and generator sections by Andrew M. Kuchling · 23 years ago
  10. e78661b Fix a couple of minor markup nits. by Fred Drake · 23 years ago
  11. 95400a2 Updated the documentation in several respects: by Barry Warsaw · 23 years ago
  12. 687a17d Revise the description of time.clock() so that it correctly describes the by Fred Drake · 23 years ago
  13. ddeb135 Use \longprogramopt, as suggested by FLD by Andrew M. Kuchling · 23 years ago
  14. ced2366 Use \verb for configure switches, because inside \code multiple dashes by Andrew M. Kuchling · 23 years ago
  15. 2cd712b Write some entries in the "Other changes" section by Andrew M. Kuchling · 23 years ago
  16. 4dbf871 Began actually writing: by Andrew M. Kuchling · 23 years ago
  17. 44845ba Change the target name for \kbd. by Fred Drake · 23 years ago
  18. 9725fd8 Add another name. by Fred Drake · 23 years ago
  19. 755c23d Oops, one more caret. by Fred Drake · 23 years ago
  20. 377fb1e Fix the markup of the caret charater in a couple of places; LaTeX's by Fred Drake · 23 years ago
  21. 8ee679f Minor changes to match the style guide. by Fred Drake · 23 years ago
  22. 4124a0b Correct a couple of errors noted by Alex Martelli. by Fred Drake · 23 years ago
  23. 7fc8abb Remove comments about XML and HTML; those sections are no by Fred Drake · 23 years ago
  24. 9120df3 Add a little more information about the usage of some terms where the by Fred Drake · 23 years ago
  25. 7a889ce Minor change to match the style guide. by Fred Drake · 23 years ago
  26. 17f690f Minor changes to match the style guide. by Fred Drake · 23 years ago
  27. 6e5e1d9 Minor change to match the style guide. by Fred Drake · 23 years ago
  28. 8da359b Minor changes to match the style guide. by Fred Drake · 23 years ago
  29. 3d97e35 Add entry for xmlrpclib documentation. by Fred Drake · 23 years ago
  30. 5ddf7ad Several markup adjustments so this will format and be more consistent with by Fred Drake · 23 years ago
  31. 602cf58 Generate a more meaningful message regarding the type of the documentation by Fred Drake · 23 years ago
  32. f4bdb57 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 23 years ago
  33. bf5a774 On int/long to the negative int/long power, let float handle it by Guido van Rossum · 23 years ago
  34. e304bb9 First version of xmlrpclib docs. Probably has markup errors; is not complete, by Eric S. Raymond · 23 years ago
  35. 682d5f3 Follow the recommended practices for keystroke representation; this by Fred Drake · 23 years ago
  36. 07178d2 For \kbd, be more prescriptive regarding how keystrokes should be written. by Fred Drake · 23 years ago
  37. fa77487 Move the section on concrete numeric objects before the section on by Fred Drake · 23 years ago
  38. 7bf8277 Note addition of xmlrpclib by Andrew M. Kuchling · 23 years ago
  39. 9bbc933 Added information about the timeout parameter to the poll() method for by Fred Drake · 23 years ago
  40. d854831 Corrected the refcount information for PyList_SET_ITEM(). by Fred Drake · 23 years ago
  41. bab2965 Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), by Fred Drake · 23 years ago
  42. 12060e5 Added descriptions for some modules that previously did not have any by Fred Drake · 23 years ago
  43. 67f193f Add a little bit more about the XML migration plan. This still needs a lot by Fred Drake · 23 years ago
  44. 03e88da Add conversion information for the grammar production support (preliminary). by Fred Drake · 23 years ago
  45. e30ac57 Fix for SF bug #436525, reported by Greg Kochanski: by Thomas Wouters · 23 years ago
  46. 44835d8 Move & update a comment. by Fred Drake · 23 years ago
  47. de6dc1e Change the way notification mails are sent so people who respond to the by Fred Drake · 23 years ago
  48. 8e0c09d More reference count information. by Fred Drake · 23 years ago
  49. cb4638a Change the grammar productions to use the new productionlist environment; by Fred Drake · 23 years ago
  50. b2d1006 Update the description of how to start an interpreter and determine the by Fred Drake · 23 years ago
  51. b4b64da Add \ulink, grammar production markup. by Fred Drake · 23 years ago
  52. 77602f2 Add support for \ulink and hyperlink grammars. by Fred Drake · 23 years ago
  53. bde8d1c Revise a comment about styles I don't think LaTeX2HTML can generate, by Fred Drake · 23 years ago
  54. 432cef0 Add new material on some markup that will be checked in shortly. This by Fred Drake · 23 years ago
  55. 238858f Packaged versions of the HTML format need to include any .txt files that by Fred Drake · 23 years ago
  56. 7e79b9e More names, yay! by Fred Drake · 23 years ago
  57. 0a650d7 Add entries for recently defined markup. by Fred Drake · 23 years ago
  58. dde993c Simplification to mirror a better conversion specification and more by Fred Drake · 23 years ago
  59. b5fc0ab Allow optional arguments to LaTeX macros to span lines. This is legal in by Fred Drake · 23 years ago
  60. 907e76b Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  61. ab1df4f Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  62. 91f2f26 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  63. ed51494 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  64. 45c23e6 Explain the exit code for the wait() method, including a reference to by Fred Drake · 23 years ago
  65. 15e33d8 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  66. bcd1df7 The fpectl module does not work on Windows, so remove Windows from the by Fred Drake · 23 years ago
  67. a939911 Fix a markup error: do not omit a method's parameter list if it is empty. by Fred Drake · 23 years ago
  68. 25211f5 Added more information on the differences between the htmllib and HTMLParser by Fred Drake · 23 years ago
  69. 5fe2c13 List constraints on xrange() objects. by Guido van Rossum · 23 years ago
  70. 3f56166 Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, by Guido van Rossum · 23 years ago
  71. 20006b2 Marked the parameters to Stats.print_*() as optional. by Fred Drake · 23 years ago
  72. cb9be93 Add another name. by Fred Drake · 23 years ago
  73. 4efb6e9 Turns out Neil didn't intend for *all* of his gen-branch work to get committed. by Tim Peters · 23 years ago
  74. 88e6625 Use the more conventional "self" as the name of the self parameter in an by Fred Drake · 23 years ago
  75. 0c20904 Correct a markup error for an accented character. by Fred Drake · 23 years ago
  76. 58c9539 Removed some stray periods, and fix up a number of visible markup by Fred Drake · 23 years ago
  77. 9c3c5e4 Two more names. by Fred Drake · 23 years ago
  78. f29ca18 SourceForge bug #437041: by Fred Drake · 23 years ago
  79. 9f9bd6a Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: by Fred Drake · 23 years ago
  80. a43e703 Add more items that need to be written about by Andrew M. Kuchling · 23 years ago
  81. 6994097 Remove duplicate ', ' in dbhash.open()'s argument list. by Thomas Wouters · 23 years ago
  82. e9218a1 Remove the restriction on a mapping's .update() method. by Barry Warsaw · 23 years ago
  83. 3e7b1a0 Teach the types module about generators. Thanks to James Althoff on the by Tim Peters · 23 years ago
  84. b037d33 Updated link to zlib's home page. by Fred Drake · 23 years ago
  85. e7e03cd Fix typo by Andrew M. Kuchling · 23 years ago
  86. ff00fda Correct erroneous description of precmd. by Eric S. Raymond · 23 years ago
  87. be9d10e Remove some bogus trailing whitespace. by Fred Drake · 23 years ago
  88. 93852ef Fix minor markup nits. by Fred Drake · 23 years ago
  89. deda9f3 Use a named reference to another chapter instead of hard coding the by Fred Drake · 23 years ago
  90. 2829f1c Fix a very minor (but annoying when looking for things!) markup nit. by Fred Drake · 23 years ago
  91. f5eae66 Add "yeild" to the list of keywords. by Fred Drake · 23 years ago
  92. 1ab1f71 Consistently use semi-colons after the last property for each selector. by Fred Drake · 23 years ago
  93. f015d9a Give the pattern used to pick out a source anchor a more specific pattern. by Fred Drake · 23 years ago
  94. 5962eb0 Added several names. by Fred Drake · 23 years ago
  95. 8058bfa Contributed updates from Harald Hanche-Olsen, giving details of the branch by Fred Drake · 23 years ago
  96. 6fe4660 Added support for our new \infinity and \plusminus macros, and the by Fred Drake · 23 years ago
  97. 5445e5e \infinity, by Fred Drake · 23 years ago
  98. bfd80dd Miscellaneous code cleanups. by Fred Drake · 23 years ago
  99. 1bf198e Remove an extra tab character. by Fred Drake · 23 years ago
  100. 307cb05 Re-organize a little, clean up some markup. by Fred Drake · 23 years ago