1. ad983e7 Improve the implementation of itertools.tee(). by Raymond Hettinger · 22 years ago
  2. d85ed1b fix typo in markup by Fred Drake · 22 years ago
  3. dbe7980 add missing "if" by Fred Drake · 22 years ago
  4. 75aa4db Mention that getsid is new in 2.4. by Martin v. Löwis · 22 years ago
  5. d892137 Patch #798297: Add IMAP THREAD command. by Martin v. Löwis · 22 years ago
  6. 49ee14d Patch #839038: Add getsid(2). by Martin v. Löwis · 22 years ago
  7. 37dc334 Add docs for readmodule_ex and its function-descriptors, fixing by Alex Martelli · 22 years ago
  8. 50324a6 Avoid giving advice that's bad for security, as per SF bug #823515 by Alex Martelli · 22 years ago
  9. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 22 years ago
  10. f607fc5 Add traceback.format_exc(). by Neil Schemenauer · 22 years ago
  11. 83c1874 SF patch #834444: add versionadd to new functions by Raymond Hettinger · 22 years ago
  12. b4b9ced [Bug #817178] Fix incorrect arguments in example, noted by Terry Reedy by Andrew M. Kuchling · 22 years ago
  13. 893ffa4 Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2. by Martin v. Löwis · 22 years ago
  14. 45394c2 Patch #531629: Add multicall support. by Martin v. Löwis · 22 years ago
  15. 48440b7 Patch #: Add POP3 over SSL support. by Martin v. Löwis · 22 years ago
  16. 9885c93 Fix typo. by Raymond Hettinger · 22 years ago
  17. 82b2482 Minor grammatical fix. by Brett Cannon · 22 years ago
  18. 0a9b9da Add list.sorted() classmethod. by Raymond Hettinger · 22 years ago
  19. c43a7e7 SF bug #827902: ctime is not creation time by Raymond Hettinger · 22 years ago
  20. 3be6d5d Documented gc.get_referrers() as dangerous. SF bug 793822 by Armin Rigo · 22 years ago
  21. 8476c4d SF bug #827902: ctime is not creation time by Raymond Hettinger · 22 years ago
  22. b546be2 Fix inaccuracy: all entities from XHTML 1.0 are supported (according to text further down in this file) by Andrew M. Kuchling · 22 years ago
  23. d591f66 Replace the window() example with pairwise() which demonstrates tee(). by Raymond Hettinger · 22 years ago
  24. 6a5b027 Added itertools.tee() by Raymond Hettinger · 22 years ago
  25. 38afcef [Bug #809174] loads() and dumps() not documented by Andrew M. Kuchling · 22 years ago
  26. d22bb65 Avoid confusing name for the 3rd argument to str.replace(). by Fred Drake · 22 years ago
  27. 4e21dc9 - make this section format by Fred Drake · 22 years ago
  28. 5b6150e markup fixes; this would not format by Fred Drake · 22 years ago
  29. 86c60ed ConfigParser.items() and SafeConfigParser.items() no longer return a by Fred Drake · 22 years ago
  30. 0c9a318 Use 'predicate = bool' as the default predicate for ifilter[false]. by Guido van Rossum · 22 years ago
  31. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 22 years ago
  32. d969775 Fixed \versionadded for the (?(id/name)yes|no) expression support. by Gustavo Niemeyer · 22 years ago
  33. 6828e18 Patch #825679: Clarify semantics of .isfoo on empty strings. Backported to 2.3. by Martin v. Löwis · 22 years ago
  34. 849a972 Patch #809535: Mention behaviour of seek on text files. Backported to 2.3. by Martin v. Löwis · 22 years ago
  35. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 22 years ago
  36. 42b1ba3 * list.sort() now supports three keyword arguments: cmp, key, and reverse. by Raymond Hettinger · 22 years ago
  37. 4fc3855 Initial checkin of docs for Lib/platform.py . by Brett Cannon · 22 years ago
  38. c2a2832 SF bug #821701: reduce docs neglect a very important piece of information. by Raymond Hettinger · 22 years ago
  39. aac6ae9 SF patch #819955: Erroneous \seemodule in tarfile docs by Raymond Hettinger · 22 years ago
  40. dbe3d28 Adopt Christian Stork's suggested argument order for the logic quantifiers. by Raymond Hettinger · 22 years ago
  41. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 22 years ago
  42. dffeed3 Make the fieldnames argument optional in the DictReader. If self.fieldnames by Skip Montanaro · 22 years ago
  43. 1dc3bb4 Work around minor markup issue: we don't want markup to escape into by Fred Drake · 22 years ago
  44. 7cf4d9b [Bug #812936] Correct the documentation for RotatingFileHandler. by Andrew M. Kuchling · 22 years ago
  45. 9a80c5d Added codec for bz2 compression. by Raymond Hettinger · 22 years ago
  46. 7e43110 SF 810242. Fix doubled word errors. by Raymond Hettinger · 22 years ago
  47. 1e80359 Clean-up example code: remove string module and backticks. by Raymond Hettinger · 22 years ago
  48. e7a9796 Patch #800697: Add readline.clear_history. by Martin v. Löwis · 22 years ago
  49. 7bdc484 Patch #808362: Fix typos. by Martin v. Löwis · 22 years ago
  50. d21fd7b * Minor wording change * Reference the doctest.DocTestSuite() conversion tool. by Raymond Hettinger · 22 years ago
  51. 3404034 Minor fixups by Raymond Hettinger · 22 years ago
  52. 1e4cf67 SF bug #804113: Crypto terminology for crypto hash function by Raymond Hettinger · 22 years ago
  53. deadbf5 SF #662923 by Raymond Hettinger · 22 years ago
  54. 74c8e55 SF bug #804280: fromkeys is not listed in index by Raymond Hettinger · 22 years ago
  55. 614438a fix markup buglets by Fred Drake · 22 years ago
  56. 7c4d8f3 - add version annotation for HIGHEST_PROTOCOL - cleaned up some markup by Fred Drake · 22 years ago
  57. 62dba4c select.select() now accepts a sequence (as defined by PySequence_Fast()) for by Brett Cannon · 22 years ago
  58. fd4fa88 mention new module doc display feature of pydoc in libref and NEWS by Skip Montanaro · 22 years ago
  59. 6e380cd SF bug #803679: Missing section number in csv module documentation by Raymond Hettinger · 22 years ago
  60. 5bcc933 SF bug #803842: Wrong description of regexp concatenation by Raymond Hettinger · 22 years ago
  61. 0d6e8cd SF bug #802302: Invalid documentation for dbhash. by Raymond Hettinger · 22 years ago
  62. bed92ee SF patch #800899: Making "|" directive from REs a bit clearer. by Raymond Hettinger · 22 years ago
  63. 9756f38 Fix typo. by Raymond Hettinger · 22 years ago
  64. f5f0c17 end-of-sentence punctuation comes *before* \footnote, not after by Fred Drake · 22 years ago
  65. dfa7bd9 SF #801306: Bad RE in scanf example by Raymond Hettinger · 22 years ago
  66. 74923d7 SF bug #560286: Add docs for 'basestring' by Raymond Hettinger · 22 years ago
  67. a098b33 Add an example to address a common question of how to split iterators. by Raymond Hettinger · 22 years ago
  68. b67449d Fix spacing markup and other sundries. by Raymond Hettinger · 22 years ago
  69. 60e868a - reorganize sections by Fred Drake · 22 years ago
  70. 9981213 SF bug 799191: fix markup by Raymond Hettinger · 22 years ago
  71. 1c90a67 SF bug 799367: grammar error by Raymond Hettinger · 22 years ago
  72. 951976d SF bug #801486: Markup error. by Raymond Hettinger · 22 years ago
  73. 74530ff markup updates by Fred Drake · 22 years ago
  74. ef36537 Patch #792338: Correct documentation for timetuple return type. by Martin v. Löwis · 22 years ago
  75. 25f90d5 Use de_DE in example, change message for unknown locale. Fixes #797447. by Martin v. Löwis · 22 years ago
  76. 09c7b60 SF patch #798255: Document httplib.HTTPResponse.read "amt" argument by Raymond Hettinger · 22 years ago
  77. aa1178b Minor typo by Raymond Hettinger · 22 years ago
  78. c75c3e0 SF patch #791153: inconsistency with implementation(logging) by Raymond Hettinger · 22 years ago
  79. 6f6d7b93 SF bug #797853: Small problems with the csv module's documentation by Raymond Hettinger · 22 years ago
  80. 2f3e548 SF bug #732120:An extended definition of "non-overlapping" would save time. by Raymond Hettinger · 22 years ago
  81. 0a6aa28 SF patch #797157: Bug 794658: os.chmod docs, stat constants by Raymond Hettinger · 22 years ago
  82. 9d12ab5 Fix long option markup. by Raymond Hettinger · 22 years ago
  83. 8170200 SF patch #797180: Bug 792656: slicing explained by Raymond Hettinger · 22 years ago
  84. 4f4dbef remove extra word occurance; reported to webmaster by Fred Drake · 22 years ago
  85. 9e38641 Make the derived tools amendable to cut and paste. by Raymond Hettinger · 22 years ago
  86. 999b57c Fix double word typos. by Raymond Hettinger · 22 years ago
  87. 9ac25ec SF bug #793702: Section 13.1 HTMLParser documentation error by Raymond Hettinger · 22 years ago
  88. 463c5a8 Update get_param() description to reflect changes to the docstring. by Barry Warsaw · 22 years ago
  89. 6a18012 Improvements to set.py: by Raymond Hettinger · 22 years ago
  90. 7ceb29e Incorporate documentation suggestions from feedback on comp.lang.python. by Raymond Hettinger · 22 years ago
  91. fb85789 SF patch #787929: reflect the introduce of boolean type(libcfgparser.tex) by Raymond Hettinger · 22 years ago
  92. 8fd8def fix markup by Fred Drake · 22 years ago
  93. 69f31eb [Patch #739124] Add use_default_colors() to curses module by Andrew M. Kuchling · 22 years ago
  94. f17d65d SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 22 years ago
  95. bc961e5 add a statement identifying StringI and StringO objects. by Skip Montanaro · 22 years ago
  96. 6e13bcc SF bug #775836: change 0,1 to False,True in dict.has_key doc by Raymond Hettinger · 22 years ago
  97. b5a4208 Modified itertools.izip() to match the behavior of __builtin__.zip() by Raymond Hettinger · 22 years ago
  98. c7d7766 Improve docs: * Simplify the pure python examples * Add a quantify() example by Raymond Hettinger · 22 years ago
  99. f8a52d3 Removed deprecated functions by Raymond Hettinger · 22 years ago
  100. 02771c1 SF patch #782810: typo in libfuture.tex (Contributed by George Yoshida) by Raymond Hettinger · 22 years ago