1. 88e0b5b SF patch #454553 by Walter Dörwald: auto-guess content-type header for ftp urls. by Guido van Rossum · 23 years ago
  2. 0f10f84 indicate that mktime is platform-dependent. See SF bug 434143. by Skip Montanaro · 23 years ago
  3. 5ff41d1 indicate that the years for which the calendar function will work are by Skip Montanaro · 23 years ago
  4. 31d833d Added documentation for BoundedSemaphore(), contributed by Skip Montanaro. by Fred Drake · 23 years ago
  5. 29bb115 Clean up some argument profiles, enrich the docstring. by Eric S. Raymond · 23 years ago
  6. dbec7d2 Improve Windows time.clock() blurb; was missing return type and unit. by Tim Peters · 23 years ago
  7. b60f2d0 Framework code for compilerlike scripts. by Eric S. Raymond · 23 years ago
  8. dbfe5e8 Document that uu.decode() will always raise a uu.Error if out_file by Barry Warsaw · 23 years ago
  9. 739282d Re-write the description of the os.spawn*() functions, and cover the by Fred Drake · 23 years ago
  10. ce575ba Fix a minor typo and mark an exception name that was missed. by Fred Drake · 23 years ago
  11. 5ef99a0 Describe the new semantics for setting and deleting a function's by Barry Warsaw · 23 years ago
  12. 280f725 Insert omitted "the". by Fred Drake · 23 years ago
  13. bf781a9 Add the smtpd module to the list of undocumented modules; Barry needs to by Fred Drake · 23 years ago
  14. 6943a29 David Goodger <dgoodger@atsautomation.com>: by Fred Drake · 23 years ago
  15. 84e58ab For the escape() function, added a reference to the quoteattrs() function by Fred Drake · 23 years ago
  16. 1cf0f17 Add a note that the quoteattr() function is useful for HTML and SGML by Fred Drake · 23 years ago
  17. d635e3c Added a warning about reference cycles and memory consumption to the by Fred Drake · 23 years ago
  18. 6d8d72b Usage fix, problem reported by Keith Briggs. by Fred Drake · 23 years ago
  19. e89659c Added documentation for the new rich comparison support. by Fred Drake · 23 years ago
  20. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  21. 8cc965c Patch #448474: Add support for tell() and seek() to gzip.GzipFile. by Martin v. Löwis · 23 years ago
  22. 3a5ec57 Clean up some of the markup here -- be more consistent in the use of by Fred Drake · 23 years ago
  23. 5821272 Add a comment on time.time() returning non-decreasing values except when by Fred Drake · 23 years ago
  24. c9908c4 Document IPv6 changes. Contributed by itojun. by Martin v. Löwis · 23 years ago
  25. b3cc29b Note that the mimetypes.MimeTypes class was added in Python 2.2. by Fred Drake · 23 years ago
  26. d5efb17 Add documentation for the new aspects of the mimetypes module. by Fred Drake · 23 years ago
  27. d86038d Apply the new \mailheader macro where appropriate, and fix a few small by Fred Drake · 23 years ago
  28. 5d54879 Fix some of the example code; the reference objects do not support a by Fred Drake · 23 years ago
  29. 51629c2 Add a caveat about boundary conditions and RE concatenation, so that the by Fred Drake · 23 years ago
  30. 905dc55 Cleaned up the description of readline.set_completer(). by Fred Drake · 23 years ago
  31. e74f8de Added an example of a string value for the replacement parameter to by Fred Drake · 23 years ago
  32. 630a63c Fix description of buffer_info(), and add a note that there is a better way... by Fred Drake · 23 years ago
  33. 43211ec Make some adjustments to the markup, and fix up some style-guide issues. by Fred Drake · 23 years ago
  34. 66b6e19 Patch #416224: add readline completion to cmd.Cmd. by Martin v. Löwis · 23 years ago
  35. 54f6509 Typo fix. by Greg Ward · 23 years ago
  36. 7321ec4 SF bug #444510: int() should guarantee truncation. by Tim Peters · 23 years ago
  37. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  38. 41d7d58 trivial rewording in footnote 5. by Skip Montanaro · 23 years ago
  39. d61e3ea Add entry for the new distutils section. by Fred Drake · 23 years ago
  40. 4fefcc3 Overview comments for the distutils package, with links to the distutils by Fred Drake · 23 years ago
  41. c547b46 Be more specific about corner cases in the description of the $ RE syntax, by Fred Drake · 23 years ago
  42. 6fd3b22 When explaining the enterabs() method, using the modern spelling of apply(), by Fred Drake · 23 years ago
  43. 6fdb90c Remove self-reference from the anydbm module. This closes SF patch #443788. by Fred Drake · 23 years ago
  44. 8a2adcf Typo: Added missing "if". This is part of SF patch #442788. by Fred Drake · 23 years ago
  45. c046e97 Add StopIteration to the list of exceptions *not* derived from StandardError. by Fred Drake · 23 years ago
  46. 63bc2e0 Convert the use of apply(f, args) to the new spelling: f(*args). by Fred Drake · 23 years ago
  47. f69868f Add a missing "\" to the markup. by Fred Drake · 23 years ago
  48. 960fdf9 Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase by Fred Drake · 23 years ago
  49. a3a1668 apply patch item #416254 by Piers Lauder · 23 years ago
  50. acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 23 years ago
  51. 53d285a Remove some false statements. by Fred Drake · 23 years ago
  52. 28bafb8 Fix a few typos by Andrew M. Kuchling · 23 years ago
  53. 7218202 "Make small changes, but carry a big diff." by Fred Drake · 23 years ago
  54. 1a2302b Add some symbolic names to support hyperlinked references. by Fred Drake · 23 years ago
  55. 5d808fb Made a few minor style & markup changes to the new {get,set}dlopenflags() by Fred Drake · 23 years ago
  56. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  57. efaef13 Update the availability information for os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
  58. e78661b Fix a couple of minor markup nits. by Fred Drake · 23 years ago
  59. 95400a2 Updated the documentation in several respects: by Barry Warsaw · 23 years ago
  60. 687a17d Revise the description of time.clock() so that it correctly describes the by Fred Drake · 23 years ago
  61. 8ee679f Minor changes to match the style guide. by Fred Drake · 23 years ago
  62. 4124a0b Correct a couple of errors noted by Alex Martelli. by Fred Drake · 23 years ago
  63. 7fc8abb Remove comments about XML and HTML; those sections are no by Fred Drake · 23 years ago
  64. 3d97e35 Add entry for xmlrpclib documentation. by Fred Drake · 23 years ago
  65. 5ddf7ad Several markup adjustments so this will format and be more consistent with by Fred Drake · 23 years ago
  66. f4bdb57 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 23 years ago
  67. bf5a774 On int/long to the negative int/long power, let float handle it by Guido van Rossum · 23 years ago
  68. e304bb9 First version of xmlrpclib docs. Probably has markup errors; is not complete, by Eric S. Raymond · 23 years ago
  69. 682d5f3 Follow the recommended practices for keystroke representation; this by Fred Drake · 23 years ago
  70. 9bbc933 Added information about the timeout parameter to the poll() method for by Fred Drake · 23 years ago
  71. 907e76b Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  72. ab1df4f Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  73. 91f2f26 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  74. 45c23e6 Explain the exit code for the wait() method, including a reference to by Fred Drake · 23 years ago
  75. bcd1df7 The fpectl module does not work on Windows, so remove Windows from the by Fred Drake · 23 years ago
  76. a939911 Fix a markup error: do not omit a method's parameter list if it is empty. by Fred Drake · 23 years ago
  77. 25211f5 Added more information on the differences between the htmllib and HTMLParser by Fred Drake · 23 years ago
  78. 5fe2c13 List constraints on xrange() objects. by Guido van Rossum · 23 years ago
  79. 3f56166 Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, by Guido van Rossum · 23 years ago
  80. 20006b2 Marked the parameters to Stats.print_*() as optional. by Fred Drake · 23 years ago
  81. 4efb6e9 Turns out Neil didn't intend for *all* of his gen-branch work to get committed. by Tim Peters · 23 years ago
  82. 0c20904 Correct a markup error for an accented character. by Fred Drake · 23 years ago
  83. 58c9539 Removed some stray periods, and fix up a number of visible markup by Fred Drake · 23 years ago
  84. f29ca18 SourceForge bug #437041: by Fred Drake · 23 years ago
  85. 9f9bd6a Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: by Fred Drake · 23 years ago
  86. 6994097 Remove duplicate ', ' in dbhash.open()'s argument list. by Thomas Wouters · 23 years ago
  87. e9218a1 Remove the restriction on a mapping's .update() method. by Barry Warsaw · 23 years ago
  88. 3e7b1a0 Teach the types module about generators. Thanks to James Althoff on the by Tim Peters · 23 years ago
  89. b037d33 Updated link to zlib's home page. by Fred Drake · 23 years ago
  90. e7e03cd Fix typo by Andrew M. Kuchling · 23 years ago
  91. ff00fda Correct erroneous description of precmd. by Eric S. Raymond · 23 years ago
  92. 8058bfa Contributed updates from Harald Hanche-Olsen, giving details of the branch by Fred Drake · 23 years ago
  93. 307cb05 Re-organize a little, clean up some markup. by Fred Drake · 23 years ago
  94. f66cb5d Corrected an error in the information on supporting weak references in by Fred Drake · 23 years ago
  95. 93438bf Fix & clean up the information about building Python with large file support by Fred Drake · 23 years ago
  96. d5df09c Update to include the license information in a less annoying place. by Fred Drake · 23 years ago
  97. 6016e39 Document the new encodestring() and decodestring() functions. Also, by Barry Warsaw · 23 years ago
  98. 918f2c7 Document that filter is added in 2.2. by Martin v. Löwis · 23 years ago
  99. 54d10fd Add a version annotation for the Q and q format codes. by Fred Drake · 23 years ago
  100. 8fcd4b5 Fix an improperly placed comma. by Fred Drake · 23 years ago