1. 25211f5 Added more information on the differences between the htmllib and HTMLParser by Fred Drake · 23 years ago
  2. 5fe2c13 List constraints on xrange() objects. by Guido van Rossum · 23 years ago
  3. 3f56166 Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, by Guido van Rossum · 23 years ago
  4. 20006b2 Marked the parameters to Stats.print_*() as optional. by Fred Drake · 23 years ago
  5. 4efb6e9 Turns out Neil didn't intend for *all* of his gen-branch work to get committed. by Tim Peters · 23 years ago
  6. 0c20904 Correct a markup error for an accented character. by Fred Drake · 23 years ago
  7. 58c9539 Removed some stray periods, and fix up a number of visible markup by Fred Drake · 23 years ago
  8. f29ca18 SourceForge bug #437041: by Fred Drake · 23 years ago
  9. 9f9bd6a Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: by Fred Drake · 23 years ago
  10. 6994097 Remove duplicate ', ' in dbhash.open()'s argument list. by Thomas Wouters · 23 years ago
  11. e9218a1 Remove the restriction on a mapping's .update() method. by Barry Warsaw · 23 years ago
  12. 3e7b1a0 Teach the types module about generators. Thanks to James Althoff on the by Tim Peters · 23 years ago
  13. b037d33 Updated link to zlib's home page. by Fred Drake · 23 years ago
  14. e7e03cd Fix typo by Andrew M. Kuchling · 23 years ago
  15. ff00fda Correct erroneous description of precmd. by Eric S. Raymond · 23 years ago
  16. 8058bfa Contributed updates from Harald Hanche-Olsen, giving details of the branch by Fred Drake · 23 years ago
  17. 307cb05 Re-organize a little, clean up some markup. by Fred Drake · 23 years ago
  18. f66cb5d Corrected an error in the information on supporting weak references in by Fred Drake · 23 years ago
  19. 93438bf Fix & clean up the information about building Python with large file support by Fred Drake · 23 years ago
  20. d5df09c Update to include the license information in a less annoying place. by Fred Drake · 23 years ago
  21. 6016e39 Document the new encodestring() and decodestring() functions. Also, by Barry Warsaw · 23 years ago
  22. 918f2c7 Document that filter is added in 2.2. by Martin v. Löwis · 23 years ago
  23. 54d10fd Add a version annotation for the Q and q format codes. by Fred Drake · 23 years ago
  24. 8fcd4b5 Fix an improperly placed comma. by Fred Drake · 23 years ago
  25. 4a6c5c5 Fixed reference to table notes for {}.keys() and {}.items() -- these by Fred Drake · 23 years ago
  26. 7a3bfc3 Added q/Q standard (x-platform 8-byte ints) mode in struct module. by Tim Peters · 23 years ago
  27. 0b9bc20 Add the appropriate availability annotations for the popen*() family of by Fred Drake · 23 years ago
  28. 046f4d8 Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added by Fred Drake · 23 years ago
  29. c115835 Fix recent changes so that this section will format again. by Fred Drake · 23 years ago
  30. 7b9542a Initial support for 'q' and 'Q' struct format codes: for now, only in by Tim Peters · 23 years ago
  31. 1dc98c4 add warning about situation where code may be executed twice, once when by Skip Montanaro · 23 years ago
  32. 62f9d7c In the section on extending the profiler, add some additional discussion by Fred Drake · 23 years ago
  33. e2ccb89 Document filter. by Martin v. Löwis · 23 years ago
  34. e24fef0 Fix bug #422702: Make flag argument to open optional, and document it that way. by Martin v. Löwis · 23 years ago
  35. b9d973d is -> if in rename description by Skip Montanaro · 23 years ago
  36. 81e142b Document os.getenv(). This closes SF bug #429059. by Fred Drake · 23 years ago
  37. c19f392 Some general cleanup of the threading module documentation, including by Fred Drake · 23 years ago
  38. 6cba3d0 Added entry for HTMLParser documentation. by Fred Drake · 23 years ago
  39. 3b755d4 Michel Pelletier <michel@digicool.com>: by Fred Drake · 23 years ago
  40. dc9e7e4 readlink() description: Added note that the return value may be either by Fred Drake · 23 years ago
  41. c80d4dd The parameter to the listen() method is not optional, but was marked as by Fred Drake · 23 years ago
  42. 56a71ee Add a version annotation for splitdrive(); old, but as long as I managed by Fred Drake · 23 years ago
  43. c6d8f8d Add descriptions of {}.iteritems(), {}.iterkeys(), and {}.itervalues() by Fred Drake · 23 years ago
  44. 98cfab6 One more update related to the new get() and setdefault() methods on the by Fred Drake · 23 years ago
  45. 6b4593e Update to add get() and setdefault() as supported mapping operations, and by Fred Drake · 23 years ago
  46. 7063149 Add some clarifications about the mapping interface presented by by Fred Drake · 23 years ago
  47. 1400baa Add a "See also" section with useful links. More should be added giving by Fred Drake · 23 years ago
  48. e9719fe Fix bug in smtplib example: the prompt said to end the message with ^D, by Fred Drake · 23 years ago
  49. c0dac1a Beef up the unicode() description a bit, based on material from AMK's by Fred Drake · 23 years ago
  50. ba7e2c8 Add some text to make the dircmp object section more readable, and move by Fred Drake · 24 years ago
  51. 886f113 --sigh-- by Fred Drake · 24 years ago
  52. 4785246 Markup adjustments to avoid getting junk in the index. by Fred Drake · 24 years ago
  53. 96d7a70 Replace "\begin{classdesc}{SomeClass}{\unspecified}" with by Fred Drake · 24 years ago
  54. e7ec1ef Fix typo in weakref.proxy() documentation. This closes SF bug #423087. by Fred Drake · 24 years ago
  55. 791c351 Update example to no longer use the FCNTL module. by Fred Drake · 24 years ago
  56. e9735ac Remove all mentions of the strop module -- it has been pronounced Evil. by Fred Drake · 24 years ago
  57. d0de57c Update the fcntl module documentation. by Fred Drake · 24 years ago
  58. bda3a59 Itamar Shtull-Trauring <python@itamarst.org>: by Fred Drake · 24 years ago
  59. c116b82 Work around limitations of the module synopsis table generation to avoid by Fred Drake · 24 years ago
  60. a7c9ac6 There is no IMAP class in the imaplib module; the class is IMAP4. by Fred Drake · 24 years ago
  61. 1ef24e1 Note that when inplace=1 existing backup files will be removed silently. by Fred Drake · 24 years ago
  62. a6140be Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
  63. f42cc45 The general iteration support is part of 2.2, not 2.1 -- fixed the version by Fred Drake · 24 years ago
  64. 9cfe182 Add documentation for the StopIteration exception. by Fred Drake · 24 years ago
  65. 287c4cb State that Mailbox objects are iterator objects. by Fred Drake · 24 years ago
  66. eacdec6 Update the filter() and list() descriptions to include information about by Fred Drake · 24 years ago
  67. 93656e7 Added section describing the iterator protocol. by Fred Drake · 24 years ago
  68. 8b3d6ca At the suggestion of Peter Funk, document 'key in dict' and 'key not by Guido van Rossum · 24 years ago
  69. 82f93c6 Only document <file>.xreadlines() once; added version annotation. by Fred Drake · 24 years ago
  70. 4cacec5 Fix a number of minor markup errors. by Fred Drake · 24 years ago
  71. 0dbb4fb Implement, test and document "key in dict" and "key not in dict". by Guido van Rossum · 24 years ago
  72. 1aec3a1 Add versioning notes: many of the signatures changed to allow the time by Fred Drake · 24 years ago
  73. bc524c4 Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returns by Fred Drake · 24 years ago
  74. 895aa9d Suggestion from Keith Briggs: refer to RE objects consistently instead of by Fred Drake · 24 years ago
  75. 293f77a Add note about the version in which GetoptError was added -- this can by Fred Drake · 24 years ago
  76. c054c75 Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. by Fred Drake · 24 years ago
  77. a3e56a6 Minor markup adjustments. Turn reference to the cmd module into a hyperlink. by Fred Drake · 24 years ago
  78. 4f3980d Added a test main to the pstats library that can help you browse profile dumps. by Eric S. Raymond · 24 years ago
  79. 47f11ce Added warning that FancyURLopener prompts the user on the terminal when by Fred Drake · 24 years ago
  80. 62a2669 Added module synopsis for the chapter summary. by Fred Drake · 24 years ago
  81. e20bd19 Convert several \seetext references to \seerfc and \seetitle versions. by Fred Drake · 24 years ago
  82. 0056a42 Added a lot of text from Steve Purcell's HTML documentation. by Fred Drake · 24 years ago
  83. b942c2f Fixed bug in example. This closes SF bug #415522. by Fred Drake · 24 years ago
  84. c3cbbaf Added some additional documentation describing how BabylMailbox by Barry Warsaw · 24 years ago
  85. eedf985 Include a synopsis for the chapter overview. by Fred Drake · 24 years ago
  86. 2bd0d88 Fixing bug 405999 -- clarifying differences between Python's by Moshe Zadka · 24 years ago
  87. 29be701 Added definition of "test fixture". by Fred Drake · 24 years ago
  88. ac154a1 Remove the mapping() function from the documentation. by Fred Drake · 24 years ago
  89. da00cda Add note that difflib was added in Python 2.1. by Fred Drake · 24 years ago
  90. cfac6d2 Normalize tabs to spaces. by Fred Drake · 24 years ago
  91. 6fda3ac Add reference to the DDJ article discussing a similar algorithm. by Fred Drake · 24 years ago
  92. 90a72f8 Add documentation for getmoduleinfo() and getmodulename(). by Fred Drake · 24 years ago
  93. 819815a Fix typo in example (\b should be \n in string literal). by Fred Drake · 24 years ago
  94. 9c84636 Fix a number of bugs and omissions in the AddressList documentation, most by Fred Drake · 24 years ago
  95. 501d904 Add entry for unittest documentation. by Fred Drake · 24 years ago
  96. b9ad228 Start of documentation for the unittest module. Some of this comes from by Fred Drake · 24 years ago
  97. 4cf1227 Change {\em ...} to \emph{...} for consistency with the rest of the Python by Fred Drake · 24 years ago
  98. f459d85 Add some information about what to expect of the DocumentType's by Fred Drake · 24 years ago
  99. 659f377 Add entry for curses.panel documentation. by Fred Drake · 24 years ago
  100. 14631f6 Fix serious markup errors. by Fred Drake · 24 years ago