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