1. a3100de Fix for SF bug 122176: Error in rotor module documentation. by Tim Peters · 25 years ago
  2. f16e0ed Patch #102278: add tparm() function to _curses module by Andrew M. Kuchling · 25 years ago
  3. a776cea Document the proper exception to be raised by I/O operations on closed by Fred Drake · 25 years ago
  4. 19647ca Typo: writeable --> writable Reported by Erno Kuusela <erno@iki.fi>. by Fred Drake · 25 years ago
  5. efffe8e Many small markup revisions to be more consistent with markup elsewhere, by Fred Drake · 25 years ago
  6. 3aecfc9 Explained that os.path.basename() may return something different from the by Fred Drake · 25 years ago
  7. 53143be Since LookupError can be raised by sys.setdefaultencoding(), we should not by Fred Drake · 25 years ago
  8. 1dba66c Marc-Andre Lemburg <mal@lemburg.com> noted that the encode() string method by Fred Drake · 25 years ago
  9. 8940faf Additions from Marc-Andre Lemburg <mal@lemburg.com>, documenting by Fred Drake · 25 years ago
  10. 1491cac Several additions and updates based on text from Marc-Andre Lemburg by Fred Drake · 25 years ago
  11. 277a211 Added entries for the xml.dom.minidom module. by Fred Drake · 25 years ago
  12. 669d36f Paul Prescod <paul@prescod.net>: by Fred Drake · 25 years ago
  13. 246f65f Correct the name of a parameter in the description of the register() function. by Fred Drake · 25 years ago
  14. 8c2fd49 Added missing entry for invert() function. by Fred Drake · 25 years ago
  15. 4a15263 Capitalize first letter of an explanation for a \versionchanged annotation. by Fred Drake · 25 years ago
  16. 75afc0b Document the .lastindex and .lastgroup attributes of MatchObject by Andrew M. Kuchling · 25 years ago
  17. ba0a989 Make all the \seemodule explanations consistent: start with a capitalized by Fred Drake · 25 years ago
  18. 510dfba Capitalize & use periods for \seemodule explanation parameter. by Fred Drake · 25 years ago
  19. b4b401e Update the links to the NumPy website and documentation, based on a by Fred Drake · 25 years ago
  20. 21c9df7 For os.stat() & friends, note that the time fields are returned as by Fred Drake · 25 years ago
  21. 602aa77 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
  22. babe326 Added entries for new files of SAX documentation. by Fred Drake · 25 years ago
  23. 014f0e3 Massive addition of SAX documentation from Martin von Loewis by Fred Drake · 25 years ago
  24. 9361565 Document the exceptions that now get raised on invalid parameters. by Fred Drake · 25 years ago
  25. 6fe9bac Make sure methods of ZipFile objects are in alphabetical order; the logical by Fred Drake · 25 years ago
  26. 2c4f554 Fixed a large number of small problems, mostly noted by Detlef Lannert by Fred Drake · 25 years ago
  27. 66c9f07 Note that the UserString/MutableString classes are far less efficient by Fred Drake · 25 years ago
  28. ef52f60 Revise the examples not to use the "from socket import *", and adjust by Fred Drake · 25 years ago
  29. 0fc6a67 Remove duplicated text from urlopen() description, noted by Ka-Ping by Fred Drake · 25 years ago
  30. 3ece713 Make it clear that copy_reg.pickle() should not be used for classes, but by Fred Drake · 25 years ago
  31. f8ca7d8 Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 25 years ago
  32. 2d34cd3 Minor nit fixes based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 25 years ago
  33. 2540788 Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 25 years ago
  34. 4d3714b Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 25 years ago
  35. 6ff7aec Move the documentation for the mutex module to be with the threading by Fred Drake · 25 years ago
  36. 17a2b64 Work around annoyances in LaTeX2HTML. by Fred Drake · 25 years ago
  37. 955e03b Push xmllib to the end of the markup chapter since it is deprecated. by Fred Drake · 25 years ago
  38. 3383792 Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 25 years ago
  39. c2bac87 Include more information from the docstrings. by Fred Drake · 25 years ago
  40. 5197444 Fix really bad typo, noted by Neil Schemenauer <nas@arctrix.com>. by Fred Drake · 25 years ago
  41. c6243e4 Add notes on the requirements for subclasses. by Fred Drake · 25 years ago
  42. 2e06c20 Revise the versioning information to say that this was revised in 1.6, by Fred Drake · 25 years ago
  43. 062ea2e Made a number of revisions suggested by Fredrik Lundh. by Fred Drake · 25 years ago
  44. d88d0a1 It turns out that Guido does not like or encourage the use of the term by Fred Drake · 25 years ago
  45. 5d63a39 is_zipfile() description: Use the same name for the parameter as the by Fred Drake · 25 years ago
  46. 9351dd2 Document the lookbehind assertions (closing bug#115119) by Andrew M. Kuchling · 25 years ago
  47. 7a90db6 Document expand() method of MatchObjects by Andrew M. Kuchling · 25 years ago
  48. b2c2c9e - update Neil's email address by Neil Schemenauer · 25 years ago
  49. 15f0666 Added deprecation notices to atof(), atoi(), and atol(), recommending by Fred Drake · 25 years ago
  50. c71c23e Added \versionchanged comment to os.popen() noting that it was unreliable by Fred Drake · 25 years ago
  51. 0b4e25d Use \obindex{...} instead of \indexii{...}{type} in many places; this is by Fred Drake · 25 years ago
  52. 1319e3e Remove old note that os.popen() on Windows is unreliable; this is no by Fred Drake · 25 years ago
  53. e35360f Jim Ahlstrom sent a few corrections to my changes. (Thanks!) by Fred Drake · 25 years ago
  54. 58a2dff Replace minimal \seetext references with better annotated \seerfc by Fred Drake · 25 years ago
  55. 296b8f5 Add deprecation note since the XML support is shaping up. by Fred Drake · 25 years ago
  56. 4278024 Substantially revised documentation for the zipfile module, partially based by Fred Drake · 25 years ago
  57. f6791f3 Minor usage fix. by Fred Drake · 25 years ago
  58. 8d3312f Add documentation and warnings for the isCallable(), isMappingType(), by Fred Drake · 25 years ago
  59. d15a942 Fixed spelling of module; closes bug 115712. by Martin v. Löwis · 25 years ago
  60. 58295de Replace to XXX notes to add references with real references. by Fred Drake · 25 years ago
  61. 4ce4f2e os.startfile() documentation, based on text from Tim Peters. by Fred Drake · 25 years ago
  62. 8a9db99 Updated documentation relating to the various flavors of popen[234]() by Fred Drake · 25 years ago
  63. 44774c9 Add regex and regsub to the list of undocumented obsolete modules. by Fred Drake · 25 years ago
  64. 33dde92 Update the documentation for ConfigParser to match the recent changes. by Fred Drake · 25 years ago
  65. 7f577e7 regex and regsub are obsolete and Evil, so don't include them in the club. by Fred Drake · 25 years ago
  66. e53793b Updates from Fredrik Lundh <effbot@telia.com> about Unicode-related behavior. by Fred Drake · 25 years ago
  67. ef5781b Add obsolescence note to the module descriptions that get added to the by Fred Drake · 25 years ago
  68. d79c33a Minor cleanups, wrap long lines. by Fred Drake · 25 years ago
  69. 7be3115 Added explanation of the use of the first program argument passed to the by Fred Drake · 25 years ago
  70. 7fbc85c Rename the public interface from "pyexpat" to "xml.parsers.expat". by Fred Drake · 25 years ago
  71. c32741d Added warnings about platform vagaries to the strptime() documentation. by Fred Drake · 25 years ago
  72. 544de1e - Add DEBUG_SAVEALL option. When enabled all garbage objects found by the by Neil Schemenauer · 25 years ago
  73. ed773ef Include the new text on reporting bugs in a few useful places. by Fred Drake · 25 years ago
  74. 1bf4e93 Convert the longest two tables from tableii to longtableii so they do not by Fred Drake · 25 years ago
  75. fffe5db Fixed a number of small problems reported by Detlef Lannert by Fred Drake · 25 years ago
  76. 51f53df Clarify that the softspace attribute is used by print for state management, by Fred Drake · 25 years ago
  77. f5aa4ef Add entries for the xml.sax documentation. by Fred Drake · 25 years ago
  78. e10ef74 First cut at documentation for the xml.sax package (not including any by Fred Drake · 25 years ago
  79. 752ba39 Clarify a number of issues about the file-like object API based on by Fred Drake · 25 years ago
  80. 480abc2 Document the "printable" and "punctuation" constants added to the string module. by Fred Drake · 25 years ago
  81. 1675375 Add missing \declaremodule for zipfile. by Fred Drake · 25 years ago
  82. 1de8098 Repaired some glitches in the MD5 and SHA docs; copied the descriptions of by Tim Peters · 25 years ago
  83. 5316ef4 Added documentation for new functions. Deprecated sequenceIncludes(). by Fred Drake · 25 years ago
  84. 6e1fecc Update URL to unicode.org's FTP site using an HTTP URL to the same document. by Fred Drake · 25 years ago
  85. 315b9e0 Update *both* uses of the URL to the zlib home page, and use the version by Fred Drake · 25 years ago
  86. ab2f9f7 Update link to the zlib homepage. by Fred Drake · 25 years ago
  87. f291074 Update the link to Andrew Kuchling's crypto code. by Fred Drake · 25 years ago
  88. 91fc931 Update link to the FIPS PUB 180-1 (PDF is available, but not PostScript). by Fred Drake · 25 years ago
  89. 78fc0b5 Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough. by Tim Peters · 25 years ago
  90. 7c25f3d Add some comments on the available implementations that this module can use. by Fred Drake · 25 years ago
  91. 6634b14 add cross reference to mimetools module by Skip Montanaro · 25 years ago
  92. 6e5184f Update comments in the second paragraph, discussing versioning issues by Fred Drake · 25 years ago
  93. 81c1735 Add item to the list of limitations that points out the lack of support by Fred Drake · 25 years ago
  94. 4dfad57 Add a reference to the sha module, noting that SHA is considered more by Fred Drake · 25 years ago
  95. b9fd468 Convert "See also" section to use \seetitle. by Fred Drake · 25 years ago
  96. 6ba0a3c Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 25 years ago
  97. 7a666b8 Remove reference to the stdwin-based windowed debugger, since stdwin is gone. by Fred Drake · 25 years ago
  98. d5d0435 Use \shortversion in a number of places. by Fred Drake · 25 years ago
  99. 1fe3b82 Avoid reference to specific versions of Python where possible. by Fred Drake · 25 years ago
  100. 66d32b1 Add some index entries to make it easier to find information on by Fred Drake · 25 years ago