1. b9a9628 Admit that we'll never add the args for a "call" event to the profile by Fred Drake · 23 years ago
  2. 098d7fa Document clearly that the only way to retrieve the return code from the by Fred Drake · 23 years ago
  3. 1c66f89 Added entry for the hmac module. by Fred Drake · 23 years ago
  4. aae8da1 Documentation for the new login() method of the smtplib.SMTP class, by Fred Drake · 23 years ago
  5. 4270680 Documentation for the new hmac module, contributed by Gerhard Häring. by Fred Drake · 23 years ago
  6. 2732cb4 Added documentation on the getfirst() and getlist() methods of the by Fred Drake · 23 years ago
  7. 05a73b1 Update link to the PyOpenGL project in the "gl" module docs. by Fred Drake · 23 years ago
  8. 00bb329 Document the built-in iter() function. by Fred Drake · 23 years ago
  9. a20c265 Added an additional link to NIST information on secure hashing. by Fred Drake · 23 years ago
  10. 4d17b30 Several updates to cover omissions noted by Rich Salz. by Fred Drake · 23 years ago
  11. f5072b9 Document the "unixfrom" attribute of the rfc822.Message class. by Fred Drake · 23 years ago
  12. b0162f9 Patch #416079: fix the debug string output when receiving telnet commands. by Martin v. Löwis · 23 years ago
  13. bb5a465 typo... by Skip Montanaro · 23 years ago
  14. 44f8696 Patch #428326: New class threading.Timer. by Martin v. Löwis · 23 years ago
  15. 757f780 Add more detail to the descriptions of the shutil functions. by Fred Drake · 23 years ago
  16. c05fc7d Added documentation for sys.maxunicode and sys.warnoptions. by Fred Drake · 23 years ago
  17. 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
  18. b866770 Move the long minidom example to a separate file; \verbatiminput does the by Fred Drake · 23 years ago
  19. 481cf2c Added the "Host" header to the "GET" example. This closes SF bug #457100. by Fred Drake · 23 years ago
  20. 3c0fc84 Update the links to the FIPS document that defines the Secure Hash by Fred Drake · 23 years ago
  21. 6923234 Add a new function imp.lock_held(), and use it to skip test_threaded_import by Tim Peters · 23 years ago
  22. d800cff Added explanation that [...] * n generates shallow copies of [...], so by Fred Drake · 23 years ago
  23. 5cb29a4 Fix a number of minor markup errors, and improve the consistency a bit. by Fred Drake · 23 years ago
  24. 46ccd1d Plant a mention in the description of backreferences of the fact that by Eric S. Raymond · 23 years ago
  25. 53da317 Docs for the PEP 264 changes. by Michael W. Hudson · 23 years ago
  26. 88e0b5b SF patch #454553 by Walter Dörwald: auto-guess content-type header for ftp urls. by Guido van Rossum · 23 years ago
  27. 0f10f84 indicate that mktime is platform-dependent. See SF bug 434143. by Skip Montanaro · 23 years ago
  28. 5ff41d1 indicate that the years for which the calendar function will work are by Skip Montanaro · 23 years ago
  29. 31d833d Added documentation for BoundedSemaphore(), contributed by Skip Montanaro. by Fred Drake · 23 years ago
  30. 29bb115 Clean up some argument profiles, enrich the docstring. by Eric S. Raymond · 23 years ago
  31. dbec7d2 Improve Windows time.clock() blurb; was missing return type and unit. by Tim Peters · 23 years ago
  32. b60f2d0 Framework code for compilerlike scripts. by Eric S. Raymond · 23 years ago
  33. dbfe5e8 Document that uu.decode() will always raise a uu.Error if out_file by Barry Warsaw · 23 years ago
  34. 739282d Re-write the description of the os.spawn*() functions, and cover the by Fred Drake · 23 years ago
  35. ce575ba Fix a minor typo and mark an exception name that was missed. by Fred Drake · 23 years ago
  36. 5ef99a0 Describe the new semantics for setting and deleting a function's by Barry Warsaw · 23 years ago
  37. 280f725 Insert omitted "the". by Fred Drake · 23 years ago
  38. bf781a9 Add the smtpd module to the list of undocumented modules; Barry needs to by Fred Drake · 23 years ago
  39. 6943a29 David Goodger <dgoodger@atsautomation.com>: by Fred Drake · 23 years ago
  40. 84e58ab For the escape() function, added a reference to the quoteattrs() function by Fred Drake · 23 years ago
  41. 1cf0f17 Add a note that the quoteattr() function is useful for HTML and SGML by Fred Drake · 23 years ago
  42. d635e3c Added a warning about reference cycles and memory consumption to the by Fred Drake · 23 years ago
  43. 6d8d72b Usage fix, problem reported by Keith Briggs. by Fred Drake · 23 years ago
  44. e89659c Added documentation for the new rich comparison support. by Fred Drake · 23 years ago
  45. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  46. 8cc965c Patch #448474: Add support for tell() and seek() to gzip.GzipFile. by Martin v. Löwis · 23 years ago
  47. 3a5ec57 Clean up some of the markup here -- be more consistent in the use of by Fred Drake · 23 years ago
  48. 5821272 Add a comment on time.time() returning non-decreasing values except when by Fred Drake · 23 years ago
  49. c9908c4 Document IPv6 changes. Contributed by itojun. by Martin v. Löwis · 23 years ago
  50. b3cc29b Note that the mimetypes.MimeTypes class was added in Python 2.2. by Fred Drake · 23 years ago
  51. d5efb17 Add documentation for the new aspects of the mimetypes module. by Fred Drake · 23 years ago
  52. d86038d Apply the new \mailheader macro where appropriate, and fix a few small by Fred Drake · 23 years ago
  53. 5d54879 Fix some of the example code; the reference objects do not support a by Fred Drake · 23 years ago
  54. 51629c2 Add a caveat about boundary conditions and RE concatenation, so that the by Fred Drake · 23 years ago
  55. 905dc55 Cleaned up the description of readline.set_completer(). by Fred Drake · 23 years ago
  56. e74f8de Added an example of a string value for the replacement parameter to by Fred Drake · 23 years ago
  57. 630a63c Fix description of buffer_info(), and add a note that there is a better way... by Fred Drake · 23 years ago
  58. 43211ec Make some adjustments to the markup, and fix up some style-guide issues. by Fred Drake · 23 years ago
  59. 66b6e19 Patch #416224: add readline completion to cmd.Cmd. by Martin v. Löwis · 23 years ago
  60. 54f6509 Typo fix. by Greg Ward · 23 years ago
  61. 7321ec4 SF bug #444510: int() should guarantee truncation. by Tim Peters · 23 years ago
  62. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  63. 41d7d58 trivial rewording in footnote 5. by Skip Montanaro · 23 years ago
  64. d61e3ea Add entry for the new distutils section. by Fred Drake · 23 years ago
  65. 4fefcc3 Overview comments for the distutils package, with links to the distutils by Fred Drake · 23 years ago
  66. c547b46 Be more specific about corner cases in the description of the $ RE syntax, by Fred Drake · 23 years ago
  67. 6fd3b22 When explaining the enterabs() method, using the modern spelling of apply(), by Fred Drake · 23 years ago
  68. 6fdb90c Remove self-reference from the anydbm module. This closes SF patch #443788. by Fred Drake · 23 years ago
  69. 8a2adcf Typo: Added missing "if". This is part of SF patch #442788. by Fred Drake · 23 years ago
  70. c046e97 Add StopIteration to the list of exceptions *not* derived from StandardError. by Fred Drake · 23 years ago
  71. 63bc2e0 Convert the use of apply(f, args) to the new spelling: f(*args). by Fred Drake · 23 years ago
  72. f69868f Add a missing "\" to the markup. by Fred Drake · 23 years ago
  73. 960fdf9 Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase by Fred Drake · 23 years ago
  74. a3a1668 apply patch item #416254 by Piers Lauder · 23 years ago
  75. acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 23 years ago
  76. 53d285a Remove some false statements. by Fred Drake · 23 years ago
  77. 28bafb8 Fix a few typos by Andrew M. Kuchling · 23 years ago
  78. 7218202 "Make small changes, but carry a big diff." by Fred Drake · 23 years ago
  79. 1a2302b Add some symbolic names to support hyperlinked references. by Fred Drake · 23 years ago
  80. 5d808fb Made a few minor style & markup changes to the new {get,set}dlopenflags() by Fred Drake · 23 years ago
  81. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  82. efaef13 Update the availability information for os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
  83. e78661b Fix a couple of minor markup nits. by Fred Drake · 23 years ago
  84. 95400a2 Updated the documentation in several respects: by Barry Warsaw · 23 years ago
  85. 687a17d Revise the description of time.clock() so that it correctly describes the by Fred Drake · 23 years ago
  86. 8ee679f Minor changes to match the style guide. by Fred Drake · 23 years ago
  87. 4124a0b Correct a couple of errors noted by Alex Martelli. by Fred Drake · 23 years ago
  88. 7fc8abb Remove comments about XML and HTML; those sections are no by Fred Drake · 23 years ago
  89. 3d97e35 Add entry for xmlrpclib documentation. by Fred Drake · 23 years ago
  90. 5ddf7ad Several markup adjustments so this will format and be more consistent with by Fred Drake · 23 years ago
  91. f4bdb57 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 23 years ago
  92. bf5a774 On int/long to the negative int/long power, let float handle it by Guido van Rossum · 23 years ago
  93. e304bb9 First version of xmlrpclib docs. Probably has markup errors; is not complete, by Eric S. Raymond · 23 years ago
  94. 682d5f3 Follow the recommended practices for keystroke representation; this by Fred Drake · 23 years ago
  95. 9bbc933 Added information about the timeout parameter to the poll() method for by Fred Drake · 23 years ago
  96. 907e76b Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  97. ab1df4f Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  98. 91f2f26 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  99. 45c23e6 Explain the exit code for the wait() method, including a reference to by Fred Drake · 23 years ago
  100. bcd1df7 The fpectl module does not work on Windows, so remove Windows from the by Fred Drake · 23 years ago