1. 5055545 Clarified some points about the interface to the mmap() function. by Fred Drake · 23 years ago
  2. c0765c2 Minor changes. by Fred Drake · 23 years ago
  3. c825280 Revise the example to be more resiliant in the face of continued use after by Fred Drake · 23 years ago
  4. 9081bb1 Added documentation for the SSL interface, contributed by Gerhard Häring. by Fred Drake · 23 years ago
  5. 74f1a56 Fix a URL (closing SF patch #462195). by Fred Drake · 23 years ago
  6. f244b2e Add more signature information and some descriptions for the new APIs by Fred Drake · 23 years ago
  7. 23a78cf Add more reference count information. by Fred Drake · 23 years ago
  8. 1497b62 Add link to Unix Review's 2.2 article Fix two errors by Andrew M. Kuchling · 23 years ago
  9. 2c9aa5e Generalize file.writelines() to allow iterable objects. by Tim Peters · 23 years ago
  10. d61d0d3 Added API information for the PyCallIter_*() and PySeqIter_*() functions. by Fred Drake · 23 years ago
  11. 8a9c284 Make difflib.ndiff() and difflib.Differ.compare() generators. This by Tim Peters · 23 years ago
  12. e0b2d7a Add a function to compute a class's method resolution order. This is by Tim Peters · 23 years ago
  13. 038d264 Note that files are iterable; describe what the iterator returns. by Fred Drake · 23 years ago
  14. 56dd35b Bump version number. by Fred Drake · 23 years ago
  15. c692055 Added reference to Tutorial section on user-defined exceptions for by Fred Drake · 23 years ago
  16. 13af428 Exceptions in interactive examlpes did not always include the indication of by Fred Drake · 23 years ago
  17. e0af35e Fill in a few more descriptions for xml.parsers.expat. by Fred Drake · 23 years ago
  18. 2e29bfb Document new file() constructor, with the body of open()'s text, plus a by Tim Peters · 23 years ago
  19. f47d8ef Document all the Py*_CheckExact() functions. by Fred Drake · 23 years ago
  20. 494f2ae Docs and News item for the codecs.py additions. by Marc-André Lemburg · 23 years ago
  21. 18d8d5a Fix minor usage and consistency nits. by Fred Drake · 23 years ago
  22. 83eeef4 SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: by Guido van Rossum · 23 years ago
  23. 5b7759f Fixed typo in new 'p' description. by Tim Peters · 23 years ago
  24. 88091aa SF bug [#461674] struct 'p' format doesn't work (maybe) by Tim Peters · 23 years ago
  25. ad2dc3f Update the warning about transporting marshals across boxes with different by Tim Peters · 23 years ago
  26. f2a5f3f Markup adjustments for consistency. by Fred Drake · 23 years ago
  27. 1efd7ad Add support for SMTP TLS by Andrew M. Kuchling · 23 years ago
  28. f7fcf5e SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplib by Guido van Rossum · 23 years ago
  29. b9a9628 Admit that we'll never add the args for a "call" event to the profile by Fred Drake · 23 years ago
  30. ee0fe0b Add missing "}". by Fred Drake · 23 years ago
  31. 95fefc7 These modules now live under the Carbon package. by Jack Jansen · 23 years ago
  32. 945bf5f Added applesingle, macresource, Nav and videoreader. by Jack Jansen · 23 years ago
  33. 827713a Added a note that these are not available under Carbon (or OSX MachO Python). by Jack Jansen · 23 years ago
  34. 85ddfbc Another documentation contributor. by Fred Drake · 23 years ago
  35. 098d7fa Document clearly that the only way to retrieve the return code from the by Fred Drake · 23 years ago
  36. 1c66f89 Added entry for the hmac module. by Fred Drake · 23 years ago
  37. aae8da1 Documentation for the new login() method of the smtplib.SMTP class, by Fred Drake · 23 years ago
  38. 4270680 Documentation for the new hmac module, contributed by Gerhard Häring. by Fred Drake · 23 years ago
  39. 2732cb4 Added documentation on the getfirst() and getlist() methods of the by Fred Drake · 23 years ago
  40. 3ae5726 Updated infomation about libraries for alternate compilers on Windows. by Fred Drake · 23 years ago
  41. d6e40e2 Remove some XXX markers Update the patch and bug counts by Andrew M. Kuchling · 23 years ago
  42. ed5a7ca Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be dropped by Fred Drake · 23 years ago
  43. fda3058 Removed an erronous comment about alias files. by Jack Jansen · 23 years ago
  44. 26c39bf Add section on long integer changes by Andrew M. Kuchling · 23 years ago
  45. 2872e8a Do not rebuild html-$(RELEASE).tar every time we need to use it. by Fred Drake · 23 years ago
  46. c93cf67 Bump version number. by Fred Drake · 23 years ago
  47. 05a73b1 Update link to the PyOpenGL project in the "gl" module docs. by Fred Drake · 23 years ago
  48. 00bb329 Document the built-in iter() function. by Fred Drake · 23 years ago
  49. 7feae2d Bump version number. by Fred Drake · 23 years ago
  50. a20c265 Added an additional link to NIST information on secure hashing. by Fred Drake · 23 years ago
  51. ba5c41d Clarified the interaction between string literals and continuation lines. by Fred Drake · 23 years ago
  52. 8b09f49 Make the examples for "Default Argument Values" more presentable and by Fred Drake · 23 years ago
  53. 9c75ff7 Fix parameter for PyInt_Check(). by Fred Drake · 23 years ago
  54. f8d7a5d Document the PyMethod_* type object, functions, and macros. by Fred Drake · 23 years ago
  55. 396ca57 Document the rule that Python.h must be included before any standard by Fred Drake · 23 years ago
  56. 9b88b4c Do not #include <stdio.h> since Python.h already does that. by Fred Drake · 23 years ago
  57. adaca02 Use the standard argument convention for main(), and conform to the by Fred Drake · 23 years ago
  58. 4d17b30 Several updates to cover omissions noted by Rich Salz. by Fred Drake · 23 years ago
  59. f5072b9 Document the "unixfrom" attribute of the rfc822.Message class. by Fred Drake · 23 years ago
  60. b0162f9 Patch #416079: fix the debug string output when receiving telnet commands. by Martin v. Löwis · 23 years ago
  61. bb5a465 typo... by Skip Montanaro · 23 years ago
  62. 7c82a3e0 Patch #449815: Set filesystemencoding based on CODESET. by Martin v. Löwis · 23 years ago
  63. 2f0047a Note some changes that I need to write about by Andrew M. Kuchling · 23 years ago
  64. 44f8696 Patch #428326: New class threading.Timer. by Martin v. Löwis · 23 years ago
  65. 7eea37e At Guido's suggestion, here's a new C API function, PyObject_Dir(), like by Tim Peters · 23 years ago
  66. 33a3b63 Correction: the Borland C port isn't fully operational yet by Andrew M. Kuchling · 23 years ago
  67. 757f780 Add more detail to the descriptions of the shutil functions. by Fred Drake · 23 years ago
  68. c05fc7d Added documentation for sys.maxunicode and sys.warnoptions. by Fred Drake · 23 years ago
  69. 32f453e New restriction on pow(x, y, z): If z is not None, x and y must be of by Tim Peters · 23 years ago
  70. b866770 Move the long minidom example to a separate file; \verbatiminput does the by Fred Drake · 23 years ago
  71. 481cf2c Added the "Host" header to the "GET" example. This closes SF bug #457100. by Fred Drake · 23 years ago
  72. 0e03f58 Add Jack Jansen's explanation of the MacOS X changes by Andrew M. Kuchling · 23 years ago
  73. d507dab SF patch #455966: Allow leading 0 in float/imag literals. by Tim Peters · 23 years ago
  74. 55cdc88 Update documentation for GC API. Closes SF patch #421893. by Neil Schemenauer · 23 years ago
  75. 3c0fc84 Update the links to the FIPS document that defines the Secure Hash by Fred Drake · 23 years ago
  76. 6923234 Add a new function imp.lock_held(), and use it to skip test_threaded_import by Tim Peters · 23 years ago
  77. f9dc043 Fix a minor markup typo. by Fred Drake · 23 years ago
  78. da21ce3 On Fred's suggestion, convert sprintf() examples to use by Barry Warsaw · 23 years ago
  79. 0ab31b8 Add METH_O and METH_NOARGS change by Andrew M. Kuchling · 23 years ago
  80. b5f17f2 Revise comments about TeX & LaTeX for accuracy. This closes SF bug #456222. by Fred Drake · 23 years ago
  81. d800cff Added explanation that [...] * n generates shallow copies of [...], so by Fred Drake · 23 years ago
  82. 5cb29a4 Fix a number of minor markup errors, and improve the consistency a bit. by Fred Drake · 23 years ago
  83. 46ccd1d Plant a mention in the description of backreferences of the fact that by Eric S. Raymond · 23 years ago
  84. 8c64a54 Refcount info for PyString_FromFormat() and PyString_FromFormatV(). by Barry Warsaw · 23 years ago
  85. c86aa57 Documentation for PyString_FromFormat() and PyString_FromFormatV(). by Barry Warsaw · 23 years ago
  86. 53da317 Docs for the PEP 264 changes. by Michael W. Hudson · 23 years ago
  87. 88e0b5b SF patch #454553 by Walter Dörwald: auto-guess content-type header for ftp urls. by Guido van Rossum · 23 years ago
  88. 0f10f84 indicate that mktime is platform-dependent. See SF bug 434143. by Skip Montanaro · 23 years ago
  89. 5ff41d1 indicate that the years for which the calendar function will work are by Skip Montanaro · 23 years ago
  90. 16bb419 New \grammartoken markup, similar to \token but allowed everywhere. by Fred Drake · 23 years ago
  91. 2a274a7 Add another name. by Fred Drake · 23 years ago
  92. cc8f44b Split "Extending & Embedding" into separate files, one per chapter. by Fred Drake · 23 years ago
  93. 31d833d Added documentation for BoundedSemaphore(), contributed by Skip Montanaro. by Fred Drake · 23 years ago
  94. 0e40c3d Document PyTuple_GET_SIZE(), removing confusing sentence from PyDict_Copy() by Fred Drake · 23 years ago
  95. 29bb115 Clean up some argument profiles, enrich the docstring. by Eric S. Raymond · 23 years ago
  96. dbec7d2 Improve Windows time.clock() blurb; was missing return type and unit. by Tim Peters · 23 years ago
  97. b60f2d0 Framework code for compilerlike scripts. by Eric S. Raymond · 23 years ago
  98. dbfe5e8 Document that uu.decode() will always raise a uu.Error if out_file by Barry Warsaw · 23 years ago
  99. 2dc0794 Make sure that ampersand escaping is still performed on the contents of by Fred Drake · 23 years ago
  100. cb19976 fix_font(): Instead of using a long if/elsif cluster, use a bloody by Fred Drake · 23 years ago