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