1. 602aa77 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  2. babe326 Added entries for new files of SAX documentation. by Fred Drake · 24 years ago
  3. 014f0e3 Massive addition of SAX documentation from Martin von Loewis by Fred Drake · 24 years ago
  4. ec1722e Various minor additions and clarifications, mostly suggested by Jeremy by Andrew M. Kuchling · 24 years ago
  5. 7486c6b Comment out a separator line, since all the others are commented out, by Fred Drake · 24 years ago
  6. 6032c48 Add new section on the XML package. (This was the only major new 2.0 feature by Andrew M. Kuchling · 24 years ago
  7. 9361565 Document the exceptions that now get raised on invalid parameters. by Fred Drake · 24 years ago
  8. 6fe9bac Make sure methods of ZipFile objects are in alphabetical order; the logical by Fred Drake · 24 years ago
  9. 2c4f554 Fixed a large number of small problems, mostly noted by Detlef Lannert by Fred Drake · 24 years ago
  10. 66c9f07 Note that the UserString/MutableString classes are far less efficient by Fred Drake · 24 years ago
  11. ef52f60 Revise the examples not to use the "from socket import *", and adjust by Fred Drake · 24 years ago
  12. 0fc6a67 Remove duplicated text from urlopen() description, noted by Ka-Ping by Fred Drake · 24 years ago
  13. 77b76b6 Substantially revise to handle the fact that Python CVS is no longer in a by Fred Drake · 24 years ago
  14. 3ece713 Make it clear that copy_reg.pickle() should not be used for classes, but by Fred Drake · 24 years ago
  15. f8ca7d8 Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  16. 2d34cd3 Minor nit fixes based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  17. 2540788 Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  18. 4d3714b Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  19. 6ff7aec Move the documentation for the mutex module to be with the threading by Fred Drake · 24 years ago
  20. 87d4a03 Do not forget to build the acks.html file when building "all"! by Fred Drake · 24 years ago
  21. 17a2b64 Work around annoyances in LaTeX2HTML. by Fred Drake · 24 years ago
  22. 955e03b Push xmllib to the end of the markup chapter since it is deprecated. by Fred Drake · 24 years ago
  23. ecbd2aa Another name. by Fred Drake · 24 years ago
  24. 3383792 Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 24 years ago
  25. 7787841 Hush the nanny. by Fred Drake · 24 years ago
  26. 5d64421 Fix a couple of places where the descriptions of *_GET_SIZE() macros said by Fred Drake · 24 years ago
  27. c2bac87 Include more information from the docstrings. by Fred Drake · 24 years ago
  28. 3a844a2 Another name. by Fred Drake · 24 years ago
  29. 5197444 Fix really bad typo, noted by Neil Schemenauer <nas@arctrix.com>. by Fred Drake · 24 years ago
  30. c6243e4 Add notes on the requirements for subclasses. by Fred Drake · 24 years ago
  31. 2e06c20 Revise the versioning information to say that this was revised in 1.6, by Fred Drake · 24 years ago
  32. 062ea2e Made a number of revisions suggested by Fredrik Lundh. by Fred Drake · 24 years ago
  33. d88d0a1 It turns out that Guido does not like or encourage the use of the term by Fred Drake · 24 years ago
  34. 4764913 Use the cvsinfo module instead of a module stuff off in my personal collection. by Fred Drake · 24 years ago
  35. 72fbd82 Support module to help work with checked-out CVS trees. by Fred Drake · 24 years ago
  36. 5d63a39 is_zipfile() description: Use the same name for the parameter as the by Fred Drake · 24 years ago
  37. 50a22a4 Added a name. by Fred Drake · 24 years ago
  38. 410cb6b The _PyTuple_Resize() last_is_sticky flag must now always be false. by Neil Schemenauer · 24 years ago
  39. 9351dd2 Document the lookbehind assertions (closing bug#115119) by Andrew M. Kuchling · 24 years ago
  40. 7a90db6 Document expand() method of MatchObjects by Andrew M. Kuchling · 24 years ago
  41. 85788ed Better add at least a short docstring to the module! by Fred Drake · 24 years ago
  42. 6522192 Add a link to the new acks.html file. by Fred Drake · 24 years ago
  43. 3705e59 Add rules for generating the acks.html file at the top of the document tree. by Fred Drake · 24 years ago
  44. 702f2d7 Ignore the acks.html file, since it is generated. by Fred Drake · 24 years ago
  45. f23431d New script to convert the ACKS file to a nicely formatted HTML file. by Fred Drake · 24 years ago
  46. 01a110b Use the new support module instead of including all the getopt by Fred Drake · 24 years ago
  47. ca2b2e0 Factor out some of the presentation and shared code from mkmodindex and by Fred Drake · 24 years ago
  48. 4beff43 List of acknowledgements culled from CVS checkin logs and memory. by Fred Drake · 24 years ago
  49. 559b5c8 Update for next planned release. by Fred Drake · 24 years ago
  50. b2c2c9e - update Neil's email address by Neil Schemenauer · 24 years ago
  51. 15f0666 Added deprecation notices to atof(), atoi(), and atol(), recommending by Fred Drake · 24 years ago
  52. c71c23e Added \versionchanged comment to os.popen() noting that it was unreliable by Fred Drake · 24 years ago
  53. 63eb630 Remove styling information that conflicts with or duplicates the stylesheet; by Fred Drake · 24 years ago
  54. d44dc3c Rewrites to section on new development process, after Usenet discussion by Andrew M. Kuchling · 24 years ago
  55. 0b4e25d Use \obindex{...} instead of \indexii{...}{type} in many places; this is by Fred Drake · 24 years ago
  56. 1654b43 Preliminary tool to troll through the CVS logs and LaTeX sources for by Fred Drake · 24 years ago
  57. 1319e3e Remove old note that os.popen() on Windows is unreliable; this is no by Fred Drake · 24 years ago
  58. 13589c6 Bump the release number for the upcoming candidate. by Fred Drake · 24 years ago
  59. e35360f Jim Ahlstrom sent a few corrections to my changes. (Thanks!) by Fred Drake · 24 years ago
  60. 5f84c9b $OFF_SITE_LINK_ICON: Don't define here; simply defining it overrides a by Fred Drake · 24 years ago
  61. 58a2dff Replace minimal \seetext references with better annotated \seerfc by Fred Drake · 24 years ago
  62. 4dc1a6d Added some comments on the interaction of reload() and extension modules. by Fred Drake · 24 years ago
  63. 296b8f5 Add deprecation note since the XML support is shaping up. by Fred Drake · 24 years ago
  64. 8093b70 Minor change to attributes so that the stylesheets can have better control. by Fred Drake · 24 years ago
  65. 4278024 Substantially revised documentation for the zipfile module, partially based by Fred Drake · 24 years ago
  66. 5df72f0 Minor stylesheet nit. by Fred Drake · 24 years ago
  67. 7a40c07 make_icon_filename(): Convenience function to turn a partial filename by Fred Drake · 24 years ago
  68. f6791f3 Minor usage fix. by Fred Drake · 24 years ago
  69. 8d3312f Add documentation and warnings for the isCallable(), isMappingType(), by Fred Drake · 24 years ago
  70. 0bc5953 Added skeletal "Building Extensions: Tips and Tricks" section. This by Greg Ward · 24 years ago
  71. d15a942 Fixed spelling of module; closes bug 115712. by Martin v. Löwis · 24 years ago
  72. 58295de Replace to XXX notes to add references with real references. by Fred Drake · 24 years ago
  73. ffe58ca Reversely --> Conversely by Fred Drake · 24 years ago
  74. 31b761e Spelling: internalization --> internationalization by Fred Drake · 24 years ago
  75. 4ce4f2e os.startfile() documentation, based on text from Tim Peters. by Fred Drake · 24 years ago
  76. 329796d Consistency nits, untabify. by Fred Drake · 24 years ago
  77. 8a9db99 Updated documentation relating to the various flavors of popen[234]() by Fred Drake · 24 years ago
  78. 44774c9 Add regex and regsub to the list of undocumented obsolete modules. by Fred Drake · 24 years ago
  79. 33dde92 Update the documentation for ConfigParser to match the recent changes. by Fred Drake · 24 years ago
  80. fc1b60e Fix double negative spotted by matt@mondoinfo.com by Andrew M. Kuchling · 24 years ago
  81. be870dd Added a section describing the new development process. Part of it by Andrew M. Kuchling · 24 years ago
  82. 3ad4e74 Wrote text for features added between 2.0b1 and b2. by Andrew M. Kuchling · 24 years ago
  83. 118ee96 Fixed error in explanation of codec decode_func pointed out by Gregg Hauser, by Andrew M. Kuchling · 24 years ago
  84. 0b71cea Note that including Python.h includes limits.h when available. by Fred Drake · 24 years ago
  85. 15f5e2a Remove a ?? in the description of Mac OS support. by Greg Ward · 24 years ago
  86. 7f577e7 regex and regsub are obsolete and Evil, so don't include them in the club. by Fred Drake · 24 years ago
  87. e53793b Updates from Fredrik Lundh <effbot@telia.com> about Unicode-related behavior. by Fred Drake · 24 years ago
  88. ef5781b Add obsolescence note to the module descriptions that get added to the by Fred Drake · 24 years ago
  89. 6d4addd Update URL for Python 2.0 by Andrew M. Kuchling · 24 years ago
  90. d79c33a Minor cleanups, wrap long lines. by Fred Drake · 24 years ago
  91. 7be3115 Added explanation of the use of the first program argument passed to the by Fred Drake · 24 years ago
  92. 7fbc85c Rename the public interface from "pyexpat" to "xml.parsers.expat". by Fred Drake · 24 years ago
  93. c32741d Added warnings about platform vagaries to the strptime() documentation. by Fred Drake · 24 years ago
  94. 891150b Added documentation for the new PyModule_*() convenience functions. by Fred Drake · 24 years ago
  95. 1fa9365 Added refcount information for the *_InPlace*() API series. by Fred Drake · 24 years ago
  96. c0e6c5b PyNumber_Coerce() returns an int, not a PyObject *. by Fred Drake · 24 years ago
  97. 3764b6b Fix the way we found relevant cfuncdesc lines; PREFIX was not a regular by Fred Drake · 24 years ago
  98. 38178fd use_sans_serif(), by Fred Drake · 24 years ago
  99. a9dd2ee Update versioning for the next Python release. by Fred Drake · 24 years ago
  100. e71912c Update RELEASE for the next Python release. by Fred Drake · 24 years ago