1. bce9201 Typo: shorted --> shorter This closes bug #117706. by Fred Drake · 24 years ago
  2. 53143be Since LookupError can be raised by sys.setdefaultencoding(), we should not by Fred Drake · 24 years ago
  3. 1dba66c Marc-Andre Lemburg <mal@lemburg.com> noted that the encode() string method by Fred Drake · 24 years ago
  4. 8940faf Additions from Marc-Andre Lemburg <mal@lemburg.com>, documenting by Fred Drake · 24 years ago
  5. 1491cac Several additions and updates based on text from Marc-Andre Lemburg by Fred Drake · 24 years ago
  6. 7497bd3 Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for by Fred Drake · 24 years ago
  7. d04592a Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for by Fred Drake · 24 years ago
  8. e435995 Remove some HTML from the PYTHONDOCS fragment defined here. by Fred Drake · 24 years ago
  9. 6a11960 Minor addition; add a little formatting to the release information that by Fred Drake · 24 years ago
  10. 7ceab73 Make this actually work now that the tool is checked in here instead of by Fred Drake · 24 years ago
  11. 277a211 Added entries for the xml.dom.minidom module. by Fred Drake · 24 years ago
  12. 669d36f Paul Prescod <paul@prescod.net>: by Fred Drake · 24 years ago
  13. f61eac4 Remove second horizontal line below table headers; it is just too distracting. by Fred Drake · 24 years ago
  14. 8902442 Added exception to the rule that the buffer returned by PyString_AsString() by Fred Drake · 24 years ago
  15. 246f65f Correct the name of a parameter in the description of the register() function. by Fred Drake · 24 years ago
  16. 0579eb0 More names. by Fred Drake · 24 years ago
  17. 8c2fd49 Added missing entry for invert() function. by Fred Drake · 24 years ago
  18. 7ef2ba7 Minor tweaks to catch up with the current code in a few spots. by Greg Ward · 24 years ago
  19. d097d48 Flesh out the "LaTeX Primer" some more. by Fred Drake · 24 years ago
  20. 860106a Update the display of some floating point values at the interactive prompt by Fred Drake · 24 years ago
  21. a577aa2 Remove the bzip2 archives from the "distfiles" target. There are not by Fred Drake · 24 years ago
  22. 4a41f54 Two more names. by Fred Drake · 24 years ago
  23. 692565c Helper scripts used in published the "development" snapshots of the by Fred Drake · 24 years ago
  24. 63568aa Revise the capitalization policy of \versionchanged explanation; the by Fred Drake · 24 years ago
  25. 4a15263 Capitalize first letter of an explanation for a \versionchanged annotation. by Fred Drake · 24 years ago
  26. a8d1078 Correction from David Bolen: the Windows version no longer crashes by Andrew M. Kuchling · 24 years ago
  27. 75afc0b Document the .lastindex and .lastgroup attributes of MatchObject by Andrew M. Kuchling · 24 years ago
  28. ba0a989 Make all the \seemodule explanations consistent: start with a capitalized by Fred Drake · 24 years ago
  29. 510dfba Capitalize & use periods for \seemodule explanation parameter. by Fred Drake · 24 years ago
  30. ad6f2c8 Bump version number -- this document is pretty much finished! by Andrew M. Kuchling · 24 years ago
  31. b4b401e Update the links to the NumPy website and documentation, based on a by Fred Drake · 24 years ago
  32. f155170 Correct form of FourThought's name by Andrew M. Kuchling · 24 years ago
  33. 89fb035 For PyErr_Format(), note that the exception parameter can be a string or by Fred Drake · 24 years ago
  34. 3c8c2f9 Adjust the Macintosh manual to have the formatting dependencies for by Fred Drake · 24 years ago
  35. 21c9df7 For os.stat() & friends, note that the time fields are returned as by Fred Drake · 24 years ago
  36. e764968 Update dependencies for the Macintosh manual. by Fred Drake · 24 years ago
  37. c25296a Update to include all the new chapters & sections. by Fred Drake · 24 years ago
  38. c7babad Remove everything that is not module documentation. It is no longer needed here. by Fred Drake · 24 years ago
  39. 8e850ee Fix some internal references that I botched. by Fred Drake · 24 years ago
  40. 45aa573 Chapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>. by Fred Drake · 24 years ago
  41. 4d0d621 Chapters on Mac Toolbox modules and other undocumented modules, ready to by Fred Drake · 24 years ago
  42. 1bd905e Documentation for the aepack and aetypes modules, by Vincent Marchetti by Fred Drake · 24 years ago
  43. 8f6ca15 Chris Barker <cbarker@jps.net>: Small fixes. by Fred Drake · 24 years ago
  44. eab58af Chris Barker <cbarker@jps.net>: Various updates and additions. by Fred Drake · 24 years ago
  45. 26fbd8b Chris Barker <cbarker@jps.net>: by Fred Drake · 24 years ago
  46. 658865c Chris Barker <cbarker@jps.net>: by Fred Drake · 24 years ago
  47. f459a09 Wrap a long line. by Fred Drake · 24 years ago
  48. b6441e7 More names. by Fred Drake · 24 years ago
  49. eecdc7f A bunch of nits fix and some additional information added by Chris by Fred Drake · 24 years ago
  50. 9d62943 Center the top line of the license page, to make it look just a little bit by Fred Drake · 24 years ago
  51. 91eb3e8 Update the release number and date. by Fred Drake · 24 years ago
  52. 602aa77 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  53. babe326 Added entries for new files of SAX documentation. by Fred Drake · 24 years ago
  54. 014f0e3 Massive addition of SAX documentation from Martin von Loewis by Fred Drake · 24 years ago
  55. ec1722e Various minor additions and clarifications, mostly suggested by Jeremy by Andrew M. Kuchling · 24 years ago
  56. 7486c6b Comment out a separator line, since all the others are commented out, by Fred Drake · 24 years ago
  57. 6032c48 Add new section on the XML package. (This was the only major new 2.0 feature by Andrew M. Kuchling · 24 years ago
  58. 9361565 Document the exceptions that now get raised on invalid parameters. by Fred Drake · 24 years ago
  59. 6fe9bac Make sure methods of ZipFile objects are in alphabetical order; the logical by Fred Drake · 24 years ago
  60. 2c4f554 Fixed a large number of small problems, mostly noted by Detlef Lannert by Fred Drake · 24 years ago
  61. 66c9f07 Note that the UserString/MutableString classes are far less efficient by Fred Drake · 24 years ago
  62. ef52f60 Revise the examples not to use the "from socket import *", and adjust by Fred Drake · 24 years ago
  63. 0fc6a67 Remove duplicated text from urlopen() description, noted by Ka-Ping by Fred Drake · 24 years ago
  64. 77b76b6 Substantially revise to handle the fact that Python CVS is no longer in a by Fred Drake · 24 years ago
  65. 3ece713 Make it clear that copy_reg.pickle() should not be used for classes, but by Fred Drake · 24 years ago
  66. f8ca7d8 Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  67. 2d34cd3 Minor nit fixes based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  68. 2540788 Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  69. 4d3714b Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  70. 6ff7aec Move the documentation for the mutex module to be with the threading by Fred Drake · 24 years ago
  71. 87d4a03 Do not forget to build the acks.html file when building "all"! by Fred Drake · 24 years ago
  72. 17a2b64 Work around annoyances in LaTeX2HTML. by Fred Drake · 24 years ago
  73. 955e03b Push xmllib to the end of the markup chapter since it is deprecated. by Fred Drake · 24 years ago
  74. ecbd2aa Another name. by Fred Drake · 24 years ago
  75. 3383792 Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 24 years ago
  76. 7787841 Hush the nanny. by Fred Drake · 24 years ago
  77. 5d64421 Fix a couple of places where the descriptions of *_GET_SIZE() macros said by Fred Drake · 24 years ago
  78. c2bac87 Include more information from the docstrings. by Fred Drake · 24 years ago
  79. 3a844a2 Another name. by Fred Drake · 24 years ago
  80. 5197444 Fix really bad typo, noted by Neil Schemenauer <nas@arctrix.com>. by Fred Drake · 24 years ago
  81. c6243e4 Add notes on the requirements for subclasses. by Fred Drake · 24 years ago
  82. 2e06c20 Revise the versioning information to say that this was revised in 1.6, by Fred Drake · 24 years ago
  83. 062ea2e Made a number of revisions suggested by Fredrik Lundh. by Fred Drake · 24 years ago
  84. d88d0a1 It turns out that Guido does not like or encourage the use of the term by Fred Drake · 24 years ago
  85. 4764913 Use the cvsinfo module instead of a module stuff off in my personal collection. by Fred Drake · 24 years ago
  86. 72fbd82 Support module to help work with checked-out CVS trees. by Fred Drake · 24 years ago
  87. 5d63a39 is_zipfile() description: Use the same name for the parameter as the by Fred Drake · 24 years ago
  88. 50a22a4 Added a name. by Fred Drake · 24 years ago
  89. 410cb6b The _PyTuple_Resize() last_is_sticky flag must now always be false. by Neil Schemenauer · 24 years ago
  90. 9351dd2 Document the lookbehind assertions (closing bug#115119) by Andrew M. Kuchling · 24 years ago
  91. 7a90db6 Document expand() method of MatchObjects by Andrew M. Kuchling · 24 years ago
  92. 85788ed Better add at least a short docstring to the module! by Fred Drake · 24 years ago
  93. 6522192 Add a link to the new acks.html file. by Fred Drake · 24 years ago
  94. 3705e59 Add rules for generating the acks.html file at the top of the document tree. by Fred Drake · 24 years ago
  95. 702f2d7 Ignore the acks.html file, since it is generated. by Fred Drake · 24 years ago
  96. f23431d New script to convert the ACKS file to a nicely formatted HTML file. by Fred Drake · 24 years ago
  97. 01a110b Use the new support module instead of including all the getopt by Fred Drake · 24 years ago
  98. ca2b2e0 Factor out some of the presentation and shared code from mkmodindex and by Fred Drake · 24 years ago
  99. 4beff43 List of acknowledgements culled from CVS checkin logs and memory. by Fred Drake · 24 years ago
  100. 559b5c8 Update for next planned release. by Fred Drake · 24 years ago