1. 61acf06 SF bug [#471111] inspect.getframeinfo() needs docs. TeX-ified its docstring. by Tim Peters · 23 years ago
  2. 3c28863 Partial patch from SF #452266, by Jason Petrone. by Guido van Rossum · 23 years ago
  3. 511e2ca [ #403753 ] zlib decompress; uncontrollable memory usage by Jeremy Hylton · 23 years ago
  4. 7a59445 Document required return values -1, 0, 1 for tp_compare handler, as by Guido van Rossum · 23 years ago
  5. 5bf1ecd Update the description of PyTrace_EXCEPT. by Fred Drake · 23 years ago
  6. ab9b238 Fix a few usage and style-guide conformance issues. by Fred Drake · 23 years ago
  7. 64d7863 Added information about setprofile() and settrace() hooks being thread- by Fred Drake · 23 years ago
  8. a815916 Fix thinko in a comment about seeking with a file object. by Fred Drake · 23 years ago
  9. 327798c Added notes to clarify that binascii.crc32(), zlib.crc32(), and by Fred Drake · 23 years ago
  10. 0fae49f Added documentation for the functions listed in marshal.h. by Fred Drake · 23 years ago
  11. c65b3d9 Add entries for the newly split C API manual. by Fred Drake · 23 years ago
  12. 3adf79e Break the Python/C API manual into smaller files by chapter. This manual by Fred Drake · 23 years ago
  13. cb43c08 Document that keyfile and certfile are now optional. by Jeremy Hylton · 23 years ago
  14. c7f8b86 Describe the HeaderParser class. by Barry Warsaw · 23 years ago
  15. 8cd015c A copy-and-paste job forget the "paste" half. by Tim Peters · 23 years ago
  16. 659a603 Allow the profiler's calibration constant to be specified in the constructor by Tim Peters · 23 years ago
  17. dca9398 Fix minor cut-and-paste typo. by Barry Warsaw · 23 years ago
  18. e0063d2 Update the documentation for the isinstance() function to reflect recent by Fred Drake · 23 years ago
  19. a55d132 Add documentation for the MIMEAudio class/module, contributed by Anthony Baxter. by Barry Warsaw · 23 years ago
  20. 938a8d7 Improve the documentation for the os.P_* constants used with the os.spawn*() by Fred Drake · 23 years ago
  21. 92350b3 New markup: \note{...} and \warning{...} by Fred Drake · 23 years ago
  22. 6959a2f Note that the values for Boolean options are case-insensitive. by Fred Drake · 23 years ago
  23. b35f0ce Update the description of getboolean() to reflect the changes made by by Fred Drake · 23 years ago
  24. 0a1fc4e Remove code and docs for the OldProfile and HotProfile classes: code by Tim Peters · 23 years ago
  25. 8c2c3d3 Update the documentation to reflect the changes to ReferenceError. by Fred Drake · 23 years ago
  26. bf88b68 Add documentation for the public API for weak reference objects. by Fred Drake · 23 years ago
  27. 9835206 A regexp example was rendered as by Tim Peters · 23 years ago
  28. e8f47bb Remove some long-unsupported Mac OS modules. This closes SF patch #460737. by Fred Drake · 23 years ago
  29. 244edc8 Add chroot call. Implements feature #459267. by Martin v. Löwis · 23 years ago
  30. fcc1633 Update a couple of old addresses that point to CNRI. by Fred Drake · 23 years ago
  31. 3899d74 Make clear that tuple() accepts the same kind of arguments as list(). by Tim Peters · 23 years ago
  32. 6f3d826 Expand the documentation of the low-level tracing/profiling interface. by Fred Drake · 23 years ago
  33. 0481d24 CVS patch [#466628] Doc changes for doctest patch (#466616), from by Tim Peters · 23 years ago
  34. d90f509 Fredrik tells me the truefalse parameter for boolean() is not part of the by Fred Drake · 23 years ago
  35. 1350c07 Removed stray backslash (a typo -- my fault). by Tim Peters · 23 years ago
  36. 20524db The description of dictionary comparison was out of date. Rather than by Tim Peters · 23 years ago
  37. 6c81e2a "boolean" --> "Boolean" (per the style guide). by Fred Drake · 23 years ago
  38. 0f0380a Fix some minor style-guide conformance bugs. by Fred Drake · 23 years ago
  39. fe95e65 Straighten out some markup. "boolean" --> "Boolean" (per the style guide). by Fred Drake · 23 years ago
  40. 73921b0 Refer to the objects which define __len__(), __*item__(), and __iter__() by Fred Drake · 23 years ago
  41. e9ba525 Clarify comments about mailbox objects being iterable. by Fred Drake · 23 years ago
  42. e7877df Docs for SF patch #462628 by Guido van Rossum · 23 years ago
  43. 0daad59 Patch #462122: add readline startup and pre_event hooks. by Martin v. Löwis · 23 years ago
  44. 16dc7f4 Patch #462190, patch #464070: Support quoted printable in the binascii module. by Martin v. Löwis · 23 years ago
  45. af5910f The execfile() docs imply it acts on locals same as exec. But in truth by Tim Peters · 23 years ago
  46. 1c33daf Correct docs for long(float). by Tim Peters · 23 years ago
  47. d38b1c7 SF [#466125] PyLong_AsLongLong works for any integer. by Tim Peters · 23 years ago
  48. ac1af80 Handle PEP references the same way RFC references. by Fred Drake · 23 years ago
  49. 0d68246 Fix two typos in the text about compile(), and add two caveats from by Guido van Rossum · 23 years ago
  50. a1c3662 forgot to mark use of StringType and UnicodeType in the text. by Skip Montanaro · 23 years ago
  51. c7ba0c4 added description of StringTypes object by Skip Montanaro · 23 years ago
  52. 583061a Fix up whitespace in <args> elements; reduce sequences of consecutive by Fred Drake · 23 years ago
  53. 2b05ca3 Minor markup improvement. by Fred Drake · 23 years ago
  54. 599db7d The list.sort() docs require a function that returns -1, 0 or +1. That's by Tim Peters · 23 years ago
  55. 7988e02 Move XML-RPC-related docs to the "Internet Protocols" chapter. by Fred Drake · 23 years ago
  56. 06c61b1 Add entry for the SimpleXMLRPCServer module. by Fred Drake · 23 years ago
  57. e486e0d Preliminary documentation for the SimpleXMLRPCServer module. by Fred Drake · 23 years ago
  58. d4707e3 Minor additions and rewrites. Bump version number. by Andrew M. Kuchling · 23 years ago
  59. 3c171d1 Convert to string methods. by Fred Drake · 23 years ago
  60. 3c10c68 Use consistent version annotations instead of something ad hoc. by Fred Drake · 23 years ago
  61. 0f9bfd3 Convert most uses of the string module to string methods. (string.join() lives!) by Fred Drake · 23 years ago
  62. bbf7a40 Added note about non-support of UNC paths on Windows. This fixes SF bug #465447. by Fred Drake · 23 years ago
  63. b387860 State that encode() and encodestring() append a newline to the input data by Fred Drake · 23 years ago
  64. 33f4d6d Add entries for the email and compiler packages. by Fred Drake · 23 years ago
  65. 90e6878 Markup adjustments. by Fred Drake · 23 years ago
  66. d443d8c Added dependencies for the compiler and email packages. by Fred Drake · 23 years ago
  67. e2f9917 Migrate the compiler documentation from the Tools/compiler/doc/ directory. by Fred Drake · 23 years ago
  68. 876389e Do not distinguish \refmodule from \module in the generated output; by Fred Drake · 23 years ago
  69. 9213b7a Re-write <ulink> elements as described in the conversion spec. by Fred Drake · 23 years ago
  70. baacc08 Turn \input, \include, and \verbatiminput into XInclude elements instead by Fred Drake · 23 years ago
  71. b6fa789 Add support for some more markup that had slipped in. Fixed a typo in a comment. by Fred Drake · 23 years ago
  72. 3fc291a Fix some markup errors. by Fred Drake · 23 years ago
  73. b802a1e Markup adjustment: \[...\] is math markup and does not translate well when by Fred Drake · 23 years ago
  74. 3ab0ac7 Remove comment that no longer applies. by Fred Drake · 23 years ago
  75. c5f8fe3 Updates do email package documentation for markup, style, and organization. by Barry Warsaw · 23 years ago
  76. 479384e Move the styling for the HTML version of \mailheader into the CSS file. by Fred Drake · 23 years ago
  77. 203d91a Note that the colon following a mail header name should not be included by Fred Drake · 23 years ago
  78. e22871e Typo fix. by Greg Ward · 23 years ago
  79. 8b3a7b5 Move the \mailheader description to the right place. by Fred Drake · 23 years ago
  80. a6a885b Start making some markup adjustments; Barry has indicated he will work on by Fred Drake · 23 years ago
  81. 5e63463 The email package documentation, currently organized the way I think by Barry Warsaw · 23 years ago
  82. 29a67ce Update to support \mailheader and 5-column tables. by Fred Drake · 23 years ago
  83. 9eda3ae Simplify a helper by returning fewer values. by Fred Drake · 23 years ago
  84. 5055545 Clarified some points about the interface to the mmap() function. by Fred Drake · 23 years ago
  85. c0765c2 Minor changes. by Fred Drake · 23 years ago
  86. c825280 Revise the example to be more resiliant in the face of continued use after by Fred Drake · 23 years ago
  87. 9081bb1 Added documentation for the SSL interface, contributed by Gerhard Häring. by Fred Drake · 23 years ago
  88. 74f1a56 Fix a URL (closing SF patch #462195). by Fred Drake · 23 years ago
  89. f244b2e Add more signature information and some descriptions for the new APIs by Fred Drake · 23 years ago
  90. 23a78cf Add more reference count information. by Fred Drake · 23 years ago
  91. 1497b62 Add link to Unix Review's 2.2 article Fix two errors by Andrew M. Kuchling · 23 years ago
  92. 2c9aa5e Generalize file.writelines() to allow iterable objects. by Tim Peters · 23 years ago
  93. d61d0d3 Added API information for the PyCallIter_*() and PySeqIter_*() functions. by Fred Drake · 23 years ago
  94. 8a9c284 Make difflib.ndiff() and difflib.Differ.compare() generators. This by Tim Peters · 23 years ago
  95. e0b2d7a Add a function to compute a class's method resolution order. This is by Tim Peters · 23 years ago
  96. 038d264 Note that files are iterable; describe what the iterator returns. by Fred Drake · 23 years ago
  97. 56dd35b Bump version number. by Fred Drake · 23 years ago
  98. c692055 Added reference to Tutorial section on user-defined exceptions for by Fred Drake · 23 years ago
  99. 13af428 Exceptions in interactive examlpes did not always include the indication of by Fred Drake · 23 years ago
  100. e0af35e Fill in a few more descriptions for xml.parsers.expat. by Fred Drake · 23 years ago