1. 5db5ba1 Document the warnings module. by Guido van Rossum · 24 years ago
  2. 1367b83 Document warning categories. by Guido van Rossum · 24 years ago
  3. 5b56765 Added documentation on the ErrorHandler interface. This closes bug #126034. by Fred Drake · 24 years ago
  4. 2b6d7bc Do not talk about "real" numbers; talk about "floats" or "floating point by Fred Drake · 24 years ago
  5. e9e860f Add support for gdbm2 open flags ('s' and 'u'). Add module constant by Neil Schemenauer · 24 years ago
  6. 5100133 urlretrieve() description included explanation of "data" parameter, but by Fred Drake · 24 years ago
  7. 065cba1 Added documentation for random.shuffle(). by Fred Drake · 24 years ago
  8. 29c45a5 Grant Griffin <grant.griffin@honeywell.com>: by Fred Drake · 24 years ago
  9. 4fb5882 Document napms() Add reference to demo directory by Andrew M. Kuchling · 24 years ago
  10. f0b3154 Update information on the locking() function, added the needed constants. by Fred Drake · 24 years ago
  11. 4897119 Finish a sentence that was left half-written! by Fred Drake · 24 years ago
  12. dd80220 Changing allow_reuse_address's default value, and documenting it. by Moshe Zadka · 24 years ago
  13. 24d6da3 Added "stub" documentation for xml.dom.pulldom for Paul to fill out with by Fred Drake · 24 years ago
  14. bc9c1b1 Added descriptions of the defined exceptions and their mapping to the by Fred Drake · 24 years ago
  15. ff63f20 "Documentation" for {}.popitem(). by Guido van Rossum · 24 years ago
  16. ed911b8 Added link to HTML version of the NumPy documentation. This closes bug #124943. by Fred Drake · 24 years ago
  17. 5255c79 select.select(): Add note that though this function accepts empty lists, by Fred Drake · 24 years ago
  18. 9a29dd6 Lots of small improvements and bits of added information on the DOM API. by Fred Drake · 24 years ago
  19. 16942f2 Lots of additional information. Not done, but much better. by Fred Drake · 24 years ago
  20. fd4d29c Typo caught by Jim Tittsler <jwt@onjapan.net>: They --> The by Fred Drake · 24 years ago
  21. b62966c Note that, as of Python 1.6, the .returns_unicode attribute on parser by Fred Drake · 24 years ago
  22. b6a54d2 _getframe(): New sys module function for getting at the stack frame. by Barry Warsaw · 24 years ago
  23. 21e4dd0 Two typos caught by /F; thanks! by Fred Drake · 24 years ago
  24. e119c8f Added a comment for ContentHandler.characters() explaining how to migrate by Fred Drake · 24 years ago
  25. 57657bc Update Moshe Zadka's email address to one works and might last a while. by Fred Drake · 24 years ago
  26. 5725d1e Backing out my changes. Improved version coming soon to a Source Forge near you! by Moshe Zadka · 24 years ago
  27. 1a62750 Added .first{item,value,key}() to dictionaries. by Moshe Zadka · 24 years ago
  28. c01f6e6 Use a table to describe the keys to the locale information dictionary; by Fred Drake · 24 years ago
  29. e0b9deb Use small tables instead of bare \item markers to describe the contents by Fred Drake · 24 years ago
  30. f65ab1b Added entries reflecting the separation of the abstract DOM documentation by Fred Drake · 24 years ago
  31. eaf57aa Substantial re-organization of the DOM documentation. The abstract API by Fred Drake · 24 years ago
  32. 83ff4af Added information on the use of Unicode with the StringIO and cStringIO by Fred Drake · 24 years ago
  33. 6763b31 Added brief explanation of the \versionchanged for 1.5.2 (fixes formatting by Fred Drake · 24 years ago
  34. 2fef3ab Two minor nits. by Fred Drake · 24 years ago
  35. 0ac000c Updates to reflect pending changes to the XML conversion process. by Fred Drake · 24 years ago
  36. 620ec9d Document the new setupterm() function by Andrew M. Kuchling · 24 years ago
  37. 17383b9 Added information about the %r string formatting conversion. Added note by Fred Drake · 24 years ago
  38. 977fe96 Oops, back out change committed by accident! This is not ready, and by Fred Drake · 24 years ago
  39. 2ed27d3 Note that readframes() returns data in linear format, even if the original by Fred Drake · 24 years ago
  40. d99e534 Fixed typos and bug in the second example, reported by Scott Schram by Fred Drake · 24 years ago
  41. a3100de Fix for SF bug 122176: Error in rotor module documentation. by Tim Peters · 24 years ago
  42. f16e0ed Patch #102278: add tparm() function to _curses module by Andrew M. Kuchling · 24 years ago
  43. a776cea Document the proper exception to be raised by I/O operations on closed by Fred Drake · 24 years ago
  44. 19647ca Typo: writeable --> writable Reported by Erno Kuusela <erno@iki.fi>. by Fred Drake · 24 years ago
  45. efffe8e Many small markup revisions to be more consistent with markup elsewhere, by Fred Drake · 24 years ago
  46. 3aecfc9 Explained that os.path.basename() may return something different from the by Fred Drake · 24 years ago
  47. 53143be Since LookupError can be raised by sys.setdefaultencoding(), we should not by Fred Drake · 24 years ago
  48. 1dba66c Marc-Andre Lemburg <mal@lemburg.com> noted that the encode() string method by Fred Drake · 24 years ago
  49. 8940faf Additions from Marc-Andre Lemburg <mal@lemburg.com>, documenting by Fred Drake · 24 years ago
  50. 1491cac Several additions and updates based on text from Marc-Andre Lemburg by Fred Drake · 24 years ago
  51. 277a211 Added entries for the xml.dom.minidom module. by Fred Drake · 24 years ago
  52. 669d36f Paul Prescod <paul@prescod.net>: by Fred Drake · 24 years ago
  53. 246f65f Correct the name of a parameter in the description of the register() function. by Fred Drake · 24 years ago
  54. 8c2fd49 Added missing entry for invert() function. by Fred Drake · 24 years ago
  55. 4a15263 Capitalize first letter of an explanation for a \versionchanged annotation. by Fred Drake · 24 years ago
  56. 75afc0b Document the .lastindex and .lastgroup attributes of MatchObject by Andrew M. Kuchling · 24 years ago
  57. ba0a989 Make all the \seemodule explanations consistent: start with a capitalized by Fred Drake · 24 years ago
  58. 510dfba Capitalize & use periods for \seemodule explanation parameter. by Fred Drake · 24 years ago
  59. b4b401e Update the links to the NumPy website and documentation, based on a by Fred Drake · 24 years ago
  60. 21c9df7 For os.stat() & friends, note that the time fields are returned as by Fred Drake · 24 years ago
  61. 602aa77 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  62. babe326 Added entries for new files of SAX documentation. by Fred Drake · 24 years ago
  63. 014f0e3 Massive addition of SAX documentation from Martin von Loewis by Fred Drake · 24 years ago
  64. 9361565 Document the exceptions that now get raised on invalid parameters. by Fred Drake · 24 years ago
  65. 6fe9bac Make sure methods of ZipFile objects are in alphabetical order; the logical by Fred Drake · 24 years ago
  66. 2c4f554 Fixed a large number of small problems, mostly noted by Detlef Lannert by Fred Drake · 24 years ago
  67. 66c9f07 Note that the UserString/MutableString classes are far less efficient by Fred Drake · 24 years ago
  68. ef52f60 Revise the examples not to use the "from socket import *", and adjust by Fred Drake · 24 years ago
  69. 0fc6a67 Remove duplicated text from urlopen() description, noted by Ka-Ping by Fred Drake · 24 years ago
  70. 3ece713 Make it clear that copy_reg.pickle() should not be used for classes, but by Fred Drake · 24 years ago
  71. f8ca7d8 Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  72. 2d34cd3 Minor nit fixes based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  73. 2540788 Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  74. 4d3714b Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 24 years ago
  75. 6ff7aec Move the documentation for the mutex module to be with the threading by Fred Drake · 24 years ago
  76. 17a2b64 Work around annoyances in LaTeX2HTML. by Fred Drake · 24 years ago
  77. 955e03b Push xmllib to the end of the markup chapter since it is deprecated. by Fred Drake · 24 years ago
  78. 3383792 Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 24 years ago
  79. c2bac87 Include more information from the docstrings. 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. 5d63a39 is_zipfile() description: Use the same name for the parameter as the by Fred Drake · 24 years ago
  86. 9351dd2 Document the lookbehind assertions (closing bug#115119) by Andrew M. Kuchling · 24 years ago
  87. 7a90db6 Document expand() method of MatchObjects by Andrew M. Kuchling · 24 years ago
  88. b2c2c9e - update Neil's email address by Neil Schemenauer · 24 years ago
  89. 15f0666 Added deprecation notices to atof(), atoi(), and atol(), recommending by Fred Drake · 24 years ago
  90. c71c23e Added \versionchanged comment to os.popen() noting that it was unreliable by Fred Drake · 24 years ago
  91. 0b4e25d Use \obindex{...} instead of \indexii{...}{type} in many places; this is by Fred Drake · 24 years ago
  92. 1319e3e Remove old note that os.popen() on Windows is unreliable; this is no by Fred Drake · 24 years ago
  93. e35360f Jim Ahlstrom sent a few corrections to my changes. (Thanks!) by Fred Drake · 24 years ago
  94. 58a2dff Replace minimal \seetext references with better annotated \seerfc by Fred Drake · 24 years ago
  95. 296b8f5 Add deprecation note since the XML support is shaping up. by Fred Drake · 24 years ago
  96. 4278024 Substantially revised documentation for the zipfile module, partially based by Fred Drake · 24 years ago
  97. f6791f3 Minor usage fix. by Fred Drake · 24 years ago
  98. 8d3312f Add documentation and warnings for the isCallable(), isMappingType(), by Fred Drake · 24 years ago
  99. d15a942 Fixed spelling of module; closes bug 115712. by Martin v. Löwis · 24 years ago
  100. 58295de Replace to XXX notes to add references with real references. by Fred Drake · 24 years ago