1. b35f0ce Update the description of getboolean() to reflect the changes made by by Fred Drake · 23 years ago
  2. 0a1fc4e Remove code and docs for the OldProfile and HotProfile classes: code by Tim Peters · 23 years ago
  3. 8c2c3d3 Update the documentation to reflect the changes to ReferenceError. by Fred Drake · 23 years ago
  4. bf88b68 Add documentation for the public API for weak reference objects. by Fred Drake · 23 years ago
  5. 9835206 A regexp example was rendered as by Tim Peters · 23 years ago
  6. e8f47bb Remove some long-unsupported Mac OS modules. This closes SF patch #460737. by Fred Drake · 23 years ago
  7. 244edc8 Add chroot call. Implements feature #459267. by Martin v. Löwis · 23 years ago
  8. fcc1633 Update a couple of old addresses that point to CNRI. by Fred Drake · 23 years ago
  9. 3899d74 Make clear that tuple() accepts the same kind of arguments as list(). by Tim Peters · 23 years ago
  10. 6f3d826 Expand the documentation of the low-level tracing/profiling interface. by Fred Drake · 23 years ago
  11. 0481d24 CVS patch [#466628] Doc changes for doctest patch (#466616), from by Tim Peters · 23 years ago
  12. d90f509 Fredrik tells me the truefalse parameter for boolean() is not part of the by Fred Drake · 23 years ago
  13. 1350c07 Removed stray backslash (a typo -- my fault). by Tim Peters · 23 years ago
  14. 20524db The description of dictionary comparison was out of date. Rather than by Tim Peters · 23 years ago
  15. 6c81e2a "boolean" --> "Boolean" (per the style guide). by Fred Drake · 23 years ago
  16. 0f0380a Fix some minor style-guide conformance bugs. by Fred Drake · 23 years ago
  17. fe95e65 Straighten out some markup. "boolean" --> "Boolean" (per the style guide). by Fred Drake · 23 years ago
  18. 73921b0 Refer to the objects which define __len__(), __*item__(), and __iter__() by Fred Drake · 23 years ago
  19. e9ba525 Clarify comments about mailbox objects being iterable. by Fred Drake · 23 years ago
  20. e7877df Docs for SF patch #462628 by Guido van Rossum · 23 years ago
  21. 0daad59 Patch #462122: add readline startup and pre_event hooks. by Martin v. Löwis · 23 years ago
  22. 16dc7f4 Patch #462190, patch #464070: Support quoted printable in the binascii module. by Martin v. Löwis · 23 years ago
  23. af5910f The execfile() docs imply it acts on locals same as exec. But in truth by Tim Peters · 23 years ago
  24. 1c33daf Correct docs for long(float). by Tim Peters · 23 years ago
  25. d38b1c7 SF [#466125] PyLong_AsLongLong works for any integer. by Tim Peters · 23 years ago
  26. ac1af80 Handle PEP references the same way RFC references. by Fred Drake · 23 years ago
  27. 0d68246 Fix two typos in the text about compile(), and add two caveats from by Guido van Rossum · 23 years ago
  28. a1c3662 forgot to mark use of StringType and UnicodeType in the text. by Skip Montanaro · 23 years ago
  29. c7ba0c4 added description of StringTypes object by Skip Montanaro · 23 years ago
  30. 583061a Fix up whitespace in <args> elements; reduce sequences of consecutive by Fred Drake · 23 years ago
  31. 2b05ca3 Minor markup improvement. by Fred Drake · 23 years ago
  32. 599db7d The list.sort() docs require a function that returns -1, 0 or +1. That's by Tim Peters · 23 years ago
  33. 7988e02 Move XML-RPC-related docs to the "Internet Protocols" chapter. by Fred Drake · 23 years ago
  34. 06c61b1 Add entry for the SimpleXMLRPCServer module. by Fred Drake · 23 years ago
  35. e486e0d Preliminary documentation for the SimpleXMLRPCServer module. by Fred Drake · 23 years ago
  36. d4707e3 Minor additions and rewrites. Bump version number. by Andrew M. Kuchling · 23 years ago
  37. 3c171d1 Convert to string methods. by Fred Drake · 23 years ago
  38. 3c10c68 Use consistent version annotations instead of something ad hoc. by Fred Drake · 23 years ago
  39. 0f9bfd3 Convert most uses of the string module to string methods. (string.join() lives!) by Fred Drake · 23 years ago
  40. bbf7a40 Added note about non-support of UNC paths on Windows. This fixes SF bug #465447. by Fred Drake · 23 years ago
  41. b387860 State that encode() and encodestring() append a newline to the input data by Fred Drake · 23 years ago
  42. 33f4d6d Add entries for the email and compiler packages. by Fred Drake · 23 years ago
  43. 90e6878 Markup adjustments. by Fred Drake · 23 years ago
  44. d443d8c Added dependencies for the compiler and email packages. by Fred Drake · 23 years ago
  45. e2f9917 Migrate the compiler documentation from the Tools/compiler/doc/ directory. by Fred Drake · 23 years ago
  46. 876389e Do not distinguish \refmodule from \module in the generated output; by Fred Drake · 23 years ago
  47. 9213b7a Re-write <ulink> elements as described in the conversion spec. by Fred Drake · 23 years ago
  48. baacc08 Turn \input, \include, and \verbatiminput into XInclude elements instead by Fred Drake · 23 years ago
  49. b6fa789 Add support for some more markup that had slipped in. Fixed a typo in a comment. by Fred Drake · 23 years ago
  50. 3fc291a Fix some markup errors. by Fred Drake · 23 years ago
  51. b802a1e Markup adjustment: \[...\] is math markup and does not translate well when by Fred Drake · 23 years ago
  52. 3ab0ac7 Remove comment that no longer applies. by Fred Drake · 23 years ago
  53. c5f8fe3 Updates do email package documentation for markup, style, and organization. by Barry Warsaw · 23 years ago
  54. 479384e Move the styling for the HTML version of \mailheader into the CSS file. by Fred Drake · 23 years ago
  55. 203d91a Note that the colon following a mail header name should not be included by Fred Drake · 23 years ago
  56. e22871e Typo fix. by Greg Ward · 23 years ago
  57. 8b3a7b5 Move the \mailheader description to the right place. by Fred Drake · 23 years ago
  58. a6a885b Start making some markup adjustments; Barry has indicated he will work on by Fred Drake · 23 years ago
  59. 5e63463 The email package documentation, currently organized the way I think by Barry Warsaw · 23 years ago
  60. 29a67ce Update to support \mailheader and 5-column tables. by Fred Drake · 23 years ago
  61. 9eda3ae Simplify a helper by returning fewer values. by Fred Drake · 23 years ago
  62. 5055545 Clarified some points about the interface to the mmap() function. by Fred Drake · 23 years ago
  63. c0765c2 Minor changes. by Fred Drake · 23 years ago
  64. c825280 Revise the example to be more resiliant in the face of continued use after by Fred Drake · 23 years ago
  65. 9081bb1 Added documentation for the SSL interface, contributed by Gerhard Häring. by Fred Drake · 23 years ago
  66. 74f1a56 Fix a URL (closing SF patch #462195). by Fred Drake · 23 years ago
  67. f244b2e Add more signature information and some descriptions for the new APIs by Fred Drake · 23 years ago
  68. 23a78cf Add more reference count information. by Fred Drake · 23 years ago
  69. 1497b62 Add link to Unix Review's 2.2 article Fix two errors by Andrew M. Kuchling · 23 years ago
  70. 2c9aa5e Generalize file.writelines() to allow iterable objects. by Tim Peters · 23 years ago
  71. d61d0d3 Added API information for the PyCallIter_*() and PySeqIter_*() functions. by Fred Drake · 23 years ago
  72. 8a9c284 Make difflib.ndiff() and difflib.Differ.compare() generators. This by Tim Peters · 23 years ago
  73. e0b2d7a Add a function to compute a class's method resolution order. This is by Tim Peters · 23 years ago
  74. 038d264 Note that files are iterable; describe what the iterator returns. by Fred Drake · 23 years ago
  75. 56dd35b Bump version number. by Fred Drake · 23 years ago
  76. c692055 Added reference to Tutorial section on user-defined exceptions for by Fred Drake · 23 years ago
  77. 13af428 Exceptions in interactive examlpes did not always include the indication of by Fred Drake · 23 years ago
  78. e0af35e Fill in a few more descriptions for xml.parsers.expat. by Fred Drake · 23 years ago
  79. 2e29bfb Document new file() constructor, with the body of open()'s text, plus a by Tim Peters · 23 years ago
  80. f47d8ef Document all the Py*_CheckExact() functions. by Fred Drake · 23 years ago
  81. 494f2ae Docs and News item for the codecs.py additions. by Marc-André Lemburg · 23 years ago
  82. 18d8d5a Fix minor usage and consistency nits. by Fred Drake · 23 years ago
  83. 83eeef4 SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: by Guido van Rossum · 23 years ago
  84. 5b7759f Fixed typo in new 'p' description. by Tim Peters · 23 years ago
  85. 88091aa SF bug [#461674] struct 'p' format doesn't work (maybe) by Tim Peters · 23 years ago
  86. ad2dc3f Update the warning about transporting marshals across boxes with different by Tim Peters · 23 years ago
  87. f2a5f3f Markup adjustments for consistency. by Fred Drake · 23 years ago
  88. 1efd7ad Add support for SMTP TLS by Andrew M. Kuchling · 23 years ago
  89. f7fcf5e SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplib by Guido van Rossum · 23 years ago
  90. b9a9628 Admit that we'll never add the args for a "call" event to the profile by Fred Drake · 23 years ago
  91. ee0fe0b Add missing "}". by Fred Drake · 23 years ago
  92. 95fefc7 These modules now live under the Carbon package. by Jack Jansen · 23 years ago
  93. 945bf5f Added applesingle, macresource, Nav and videoreader. by Jack Jansen · 23 years ago
  94. 827713a Added a note that these are not available under Carbon (or OSX MachO Python). by Jack Jansen · 23 years ago
  95. 85ddfbc Another documentation contributor. by Fred Drake · 23 years ago
  96. 098d7fa Document clearly that the only way to retrieve the return code from the by Fred Drake · 23 years ago
  97. 1c66f89 Added entry for the hmac module. by Fred Drake · 23 years ago
  98. aae8da1 Documentation for the new login() method of the smtplib.SMTP class, by Fred Drake · 23 years ago
  99. 4270680 Documentation for the new hmac module, contributed by Gerhard Häring. by Fred Drake · 23 years ago
  100. 2732cb4 Added documentation on the getfirst() and getlist() methods of the by Fred Drake · 23 years ago