1. d86038d Apply the new \mailheader macro where appropriate, and fix a few small by Fred Drake · 23 years ago
  2. 5d54879 Fix some of the example code; the reference objects do not support a by Fred Drake · 23 years ago
  3. 51629c2 Add a caveat about boundary conditions and RE concatenation, so that the by Fred Drake · 23 years ago
  4. 905dc55 Cleaned up the description of readline.set_completer(). by Fred Drake · 23 years ago
  5. e74f8de Added an example of a string value for the replacement parameter to by Fred Drake · 23 years ago
  6. 630a63c Fix description of buffer_info(), and add a note that there is a better way... by Fred Drake · 23 years ago
  7. 43211ec Make some adjustments to the markup, and fix up some style-guide issues. by Fred Drake · 23 years ago
  8. 66b6e19 Patch #416224: add readline completion to cmd.Cmd. by Martin v. Löwis · 23 years ago
  9. 54f6509 Typo fix. by Greg Ward · 23 years ago
  10. 7321ec4 SF bug #444510: int() should guarantee truncation. by Tim Peters · 23 years ago
  11. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  12. 41d7d58 trivial rewording in footnote 5. by Skip Montanaro · 23 years ago
  13. d61e3ea Add entry for the new distutils section. by Fred Drake · 23 years ago
  14. 4fefcc3 Overview comments for the distutils package, with links to the distutils by Fred Drake · 23 years ago
  15. c547b46 Be more specific about corner cases in the description of the $ RE syntax, by Fred Drake · 23 years ago
  16. 6fd3b22 When explaining the enterabs() method, using the modern spelling of apply(), by Fred Drake · 23 years ago
  17. 6fdb90c Remove self-reference from the anydbm module. This closes SF patch #443788. by Fred Drake · 23 years ago
  18. 8a2adcf Typo: Added missing "if". This is part of SF patch #442788. by Fred Drake · 23 years ago
  19. c046e97 Add StopIteration to the list of exceptions *not* derived from StandardError. by Fred Drake · 23 years ago
  20. 63bc2e0 Convert the use of apply(f, args) to the new spelling: f(*args). by Fred Drake · 23 years ago
  21. f69868f Add a missing "\" to the markup. by Fred Drake · 23 years ago
  22. 960fdf9 Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase by Fred Drake · 23 years ago
  23. a3a1668 apply patch item #416254 by Piers Lauder · 23 years ago
  24. acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 23 years ago
  25. 53d285a Remove some false statements. by Fred Drake · 23 years ago
  26. 28bafb8 Fix a few typos by Andrew M. Kuchling · 23 years ago
  27. 7218202 "Make small changes, but carry a big diff." by Fred Drake · 23 years ago
  28. 1a2302b Add some symbolic names to support hyperlinked references. by Fred Drake · 23 years ago
  29. 5d808fb Made a few minor style & markup changes to the new {get,set}dlopenflags() by Fred Drake · 23 years ago
  30. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  31. efaef13 Update the availability information for os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
  32. e78661b Fix a couple of minor markup nits. by Fred Drake · 23 years ago
  33. 95400a2 Updated the documentation in several respects: by Barry Warsaw · 23 years ago
  34. 687a17d Revise the description of time.clock() so that it correctly describes the by Fred Drake · 23 years ago
  35. 8ee679f Minor changes to match the style guide. by Fred Drake · 23 years ago
  36. 4124a0b Correct a couple of errors noted by Alex Martelli. by Fred Drake · 23 years ago
  37. 7fc8abb Remove comments about XML and HTML; those sections are no by Fred Drake · 23 years ago
  38. 3d97e35 Add entry for xmlrpclib documentation. by Fred Drake · 23 years ago
  39. 5ddf7ad Several markup adjustments so this will format and be more consistent with by Fred Drake · 23 years ago
  40. f4bdb57 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 23 years ago
  41. bf5a774 On int/long to the negative int/long power, let float handle it by Guido van Rossum · 23 years ago
  42. e304bb9 First version of xmlrpclib docs. Probably has markup errors; is not complete, by Eric S. Raymond · 23 years ago
  43. 682d5f3 Follow the recommended practices for keystroke representation; this by Fred Drake · 23 years ago
  44. 9bbc933 Added information about the timeout parameter to the poll() method for by Fred Drake · 23 years ago
  45. 907e76b Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  46. ab1df4f Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  47. 91f2f26 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  48. 45c23e6 Explain the exit code for the wait() method, including a reference to by Fred Drake · 23 years ago
  49. bcd1df7 The fpectl module does not work on Windows, so remove Windows from the by Fred Drake · 23 years ago
  50. a939911 Fix a markup error: do not omit a method's parameter list if it is empty. by Fred Drake · 23 years ago
  51. 25211f5 Added more information on the differences between the htmllib and HTMLParser by Fred Drake · 23 years ago
  52. 5fe2c13 List constraints on xrange() objects. by Guido van Rossum · 23 years ago
  53. 3f56166 Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, by Guido van Rossum · 23 years ago
  54. 20006b2 Marked the parameters to Stats.print_*() as optional. by Fred Drake · 23 years ago
  55. 4efb6e9 Turns out Neil didn't intend for *all* of his gen-branch work to get committed. by Tim Peters · 23 years ago
  56. 0c20904 Correct a markup error for an accented character. by Fred Drake · 23 years ago
  57. 58c9539 Removed some stray periods, and fix up a number of visible markup by Fred Drake · 23 years ago
  58. f29ca18 SourceForge bug #437041: by Fred Drake · 23 years ago
  59. 9f9bd6a Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: by Fred Drake · 23 years ago
  60. 6994097 Remove duplicate ', ' in dbhash.open()'s argument list. by Thomas Wouters · 23 years ago
  61. e9218a1 Remove the restriction on a mapping's .update() method. by Barry Warsaw · 23 years ago
  62. 3e7b1a0 Teach the types module about generators. Thanks to James Althoff on the by Tim Peters · 23 years ago
  63. b037d33 Updated link to zlib's home page. by Fred Drake · 23 years ago
  64. e7e03cd Fix typo by Andrew M. Kuchling · 23 years ago
  65. ff00fda Correct erroneous description of precmd. by Eric S. Raymond · 23 years ago
  66. 8058bfa Contributed updates from Harald Hanche-Olsen, giving details of the branch by Fred Drake · 23 years ago
  67. 307cb05 Re-organize a little, clean up some markup. by Fred Drake · 23 years ago
  68. f66cb5d Corrected an error in the information on supporting weak references in by Fred Drake · 23 years ago
  69. 93438bf Fix & clean up the information about building Python with large file support by Fred Drake · 23 years ago
  70. d5df09c Update to include the license information in a less annoying place. by Fred Drake · 23 years ago
  71. 6016e39 Document the new encodestring() and decodestring() functions. Also, by Barry Warsaw · 23 years ago
  72. 918f2c7 Document that filter is added in 2.2. by Martin v. Löwis · 23 years ago
  73. 54d10fd Add a version annotation for the Q and q format codes. by Fred Drake · 23 years ago
  74. 8fcd4b5 Fix an improperly placed comma. by Fred Drake · 23 years ago
  75. 4a6c5c5 Fixed reference to table notes for {}.keys() and {}.items() -- these by Fred Drake · 23 years ago
  76. 7a3bfc3 Added q/Q standard (x-platform 8-byte ints) mode in struct module. by Tim Peters · 23 years ago
  77. 0b9bc20 Add the appropriate availability annotations for the popen*() family of by Fred Drake · 23 years ago
  78. 046f4d8 Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added by Fred Drake · 23 years ago
  79. c115835 Fix recent changes so that this section will format again. by Fred Drake · 23 years ago
  80. 7b9542a Initial support for 'q' and 'Q' struct format codes: for now, only in by Tim Peters · 23 years ago
  81. 1dc98c4 add warning about situation where code may be executed twice, once when by Skip Montanaro · 23 years ago
  82. 62f9d7c In the section on extending the profiler, add some additional discussion by Fred Drake · 23 years ago
  83. e2ccb89 Document filter. by Martin v. Löwis · 23 years ago
  84. e24fef0 Fix bug #422702: Make flag argument to open optional, and document it that way. by Martin v. Löwis · 23 years ago
  85. b9d973d is -> if in rename description by Skip Montanaro · 23 years ago
  86. 81e142b Document os.getenv(). This closes SF bug #429059. by Fred Drake · 23 years ago
  87. c19f392 Some general cleanup of the threading module documentation, including by Fred Drake · 23 years ago
  88. 6cba3d0 Added entry for HTMLParser documentation. by Fred Drake · 23 years ago
  89. 3b755d4 Michel Pelletier <michel@digicool.com>: by Fred Drake · 23 years ago
  90. dc9e7e4 readlink() description: Added note that the return value may be either by Fred Drake · 23 years ago
  91. c80d4dd The parameter to the listen() method is not optional, but was marked as by Fred Drake · 23 years ago
  92. 56a71ee Add a version annotation for splitdrive(); old, but as long as I managed by Fred Drake · 23 years ago
  93. c6d8f8d Add descriptions of {}.iteritems(), {}.iterkeys(), and {}.itervalues() by Fred Drake · 23 years ago
  94. 98cfab6 One more update related to the new get() and setdefault() methods on the by Fred Drake · 23 years ago
  95. 6b4593e Update to add get() and setdefault() as supported mapping operations, and by Fred Drake · 23 years ago
  96. 7063149 Add some clarifications about the mapping interface presented by by Fred Drake · 23 years ago
  97. 1400baa Add a "See also" section with useful links. More should be added giving by Fred Drake · 23 years ago
  98. e9719fe Fix bug in smtplib example: the prompt said to end the message with ^D, by Fred Drake · 23 years ago
  99. c0dac1a Beef up the unicode() description a bit, based on material from AMK's by Fred Drake · 23 years ago
  100. ba7e2c8 Add some text to make the dircmp object section more readable, and move by Fred Drake · 24 years ago