1. 9a54653 Issue #16884: Merged doc fix from 3.2. by Vinay Sajip · 12 years ago
  2. 21b3082 Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier. by Vinay Sajip · 12 years ago
  3. 0e82fd1 Issue #16884: Merged logging documentation fixes from 3.2. by Vinay Sajip · 12 years ago
  4. e50f4d2 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. by Vinay Sajip · 12 years ago
  5. e6dec98 merge #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  6. a4e700c #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  7. a6d0dd5 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  8. 78f3ce5 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  9. 75b936e Fix incorrect grammar in sched documentation. by Serhiy Storchaka · 12 years ago
  10. 0dc5ab4 Merged `parser.clean()` fix (issue #16820) from 3.2. by Łukasz Langa · 12 years ago
  11. 3a8479a Fixes `parser.clean()` reported in issue #16820. by Łukasz Langa · 12 years ago
  12. c04957b Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  13. e912496 Issue #16642: Document kwargs field in sched.Event named tuple. by Serhiy Storchaka · 12 years ago
  14. 63ee149 #16796: merge with 3.2. by Ezio Melotti · 12 years ago
  15. 52336f0 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 12 years ago
  16. e261055 Issue #16682: Replace "Python string" to "bytes object" in audioop documentation. by Serhiy Storchaka · 12 years ago
  17. c8bd74d Issue #16682: Replace "Python string" to "bytes object" in audioop documentation. by Serhiy Storchaka · 12 years ago
  18. aa24468 MERGE: Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 12 years ago
  19. c73f863 Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 12 years ago
  20. c8e7e2b Merge with 3.2 : by Kristján Valur Jónsson · 12 years ago
  21. 36852b7 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 12 years ago
  22. 9cb7bd2 link to GIL as a term by Benjamin Peterson · 12 years ago
  23. bd584d5 fix typo (#16687) by Benjamin Peterson · 12 years ago
  24. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  25. e2303f8 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  26. 4001e96 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  27. 7c42398 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  28. f635172 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  29. 2be0edb Fix typo by Andrew Svetlov · 12 years ago
  30. dfe109e Fix typo by Andrew Svetlov · 12 years ago
  31. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  32. 618c2e1 Use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  33. 3050541 #16683: merge with 3.2. by Ezio Melotti · 12 years ago
  34. e0035a2 #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  35. 11def42 #16681: merge with 3.2. by Ezio Melotti · 12 years ago
  36. 1e5c9b7 #16681: use "bidirectional class" instead of "bidirectional category". by Ezio Melotti · 12 years ago
  37. 50cdd55 merge from 3.2 - reason attribute for urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  38. 2e72831 Fix issue13211 - Document the reason attribute for urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  39. 0eee97c Issue #15209: Fix typo and some additional wording tweaks by Nick Coghlan · 12 years ago
  40. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  41. 9bc9ab5 Fix a few markup/grammar nits by Éric Araujo · 12 years ago
  42. cea27be Close issue #16267: better docs for @abstractmethod composition by Nick Coghlan · 12 years ago
  43. 8e18fc8 Issue #15209: Clarify exception chaining description by Nick Coghlan · 12 years ago
  44. c990f3b Merge debug output removal with 3.2. by Ezio Melotti · 12 years ago
  45. 5a2e2b8 Remove debug output from example. by Ezio Melotti · 12 years ago
  46. f04d1bb Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  47. ed636a8 Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  48. 73a5a12 Fix typo. by Andrew Svetlov · 12 years ago
  49. 78f7e3a document UnicodeError attributes by Benjamin Peterson · 12 years ago
  50. 1960355 document that encoding error handlers may return bytes (#16585) by Benjamin Peterson · 12 years ago
  51. 57af3bf #16333: merge with 3.2. by Ezio Melotti · 12 years ago
  52. d654ded #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 12 years ago
  53. eff1738 Revert duplicate changes in argparse docs. by Andrew Svetlov · 12 years ago
  54. 7412099 Revert duplicate changes in argparse docs. by Andrew Svetlov · 12 years ago
  55. 51292ff Merge issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 12 years ago
  56. e15cb61 Issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 12 years ago
  57. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
  58. 7768dd7 #16556: merge with 3.2. by Ezio Melotti · 12 years ago
  59. 28c88f4 #16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns. by Ezio Melotti · 12 years ago
  60. 3b39d35 Merge from 3.2: add hyperlinks to some os.path function docs (issue #16552). by Chris Jerdonek · 12 years ago
  61. 0b502ff Add hyperlinks to the docs of some os.path functions (issue #16552). by Chris Jerdonek · 12 years ago
  62. 44dcd6b #16530: merge with 3.2. by Ezio Melotti · 12 years ago
  63. ba4d8ed #16530: the "options" arg of os.wait3 is required. by Ezio Melotti · 12 years ago
  64. a5c4309 Issue #16538: correctly describe MAKE_CLOSURE in docs. by Andrew Svetlov · 12 years ago
  65. 5bd9270 Address reviews for open’s opener argument doc patch (#13424). by Éric Araujo · 12 years ago
  66. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  67. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  68. 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  69. 23089ab Fix typo in multiprocessing documentation, thanks to Dmitry Tolstoy from docs@ by Andrew Svetlov · 12 years ago
  70. 946eb45 The poplib module provides two classes, not one. by Antoine Pitrou · 12 years ago
  71. 3813c9e The poplib module provides two classes, not one. by Antoine Pitrou · 12 years ago
  72. 186ab5f #16053: merge with 3.2. by Ezio Melotti · 12 years ago
  73. a69be28 #16053: document csv.Dialect.strict. Patch by Kushal Das. by Ezio Melotti · 12 years ago
  74. eb54deb Merge typo fix from 3.2. by Mark Dickinson · 12 years ago
  75. ec96724 Typo fix. by Mark Dickinson · 12 years ago
  76. f56c361 Issue #12005: merge doc patch from 3.2 by Mark Dickinson · 12 years ago
  77. a3f3740 Issue #12005: clarify behaviour of % and // for Decimal objects. by Mark Dickinson · 12 years ago
  78. 9c594af #16420: merge with 3.2. by Ezio Melotti · 12 years ago
  79. a39a22d #16420: document a way to escape metacharacters in glob/fnmatch. by Ezio Melotti · 12 years ago
  80. 56b4ca7 Issue #16489: Make it clearer that importlib.find_loader() requires by Brett Cannon · 12 years ago
  81. 6ff262e Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  82. 19e568d Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  83. 6b0bdab Fixes issue #16409: The reporthook callback made by the legacy by Gregory P. Smith · 12 years ago
  84. 296c2fd Merge from 3.2: adjust set and frozenset function docs (issue #16436). by Chris Jerdonek · 12 years ago
  85. df3abec Link set and frozenset function docs to their class definitions (issue #16436). by Chris Jerdonek · 12 years ago
  86. a3ad8a0 #16440: merge with 3.2. by Ezio Melotti · 12 years ago
  87. 8b6b176 #16440: fix exception type and clarify example. by Ezio Melotti · 12 years ago
  88. 7cac2d8 Merge issue #16439: Fix markup in example for stdtypes. by Andrew Svetlov · 12 years ago
  89. 5c90436 Issue #16439: Fix markup in example for stdtypes. by Andrew Svetlov · 12 years ago
  90. b77dc4e #11481: merge with 3.2. by Ezio Melotti · 12 years ago
  91. 78b18d4 #11481: update copyreg docs and add example. by Ezio Melotti · 12 years ago
  92. 60e22b9 #10385: merge with 3.2. by Ezio Melotti · 12 years ago
  93. 402f75d #10385: use the mod role in subprocess docs. by Ezio Melotti · 12 years ago
  94. 99bafff Fix typo noticed by Tom Lynn. by Ezio Melotti · 12 years ago
  95. 7ce22d1 #16304: merge with 3.2. by Ezio Melotti · 12 years ago
  96. b87f82f #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. by Ezio Melotti · 12 years ago
  97. 309b043 Avoid fd leak in example. Caught by Serhiy. by Éric Araujo · 12 years ago
  98. 8f423c9 Add examples for opener argument of open (#13424). by Éric Araujo · 12 years ago
  99. 1c8bb9f Merge from 3.2: link to mapping glossary entry in docs. by Chris Jerdonek · 12 years ago
  100. 11f3f17 Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. by Chris Jerdonek · 12 years ago