1. ad4d9c9 Merge #16085: Don't promote shadowing builtins in the configparser example. by R David Murray · 12 years ago
  2. 1a1883d #16085: Don't promote shadowing builtins in the configparser example. by R David Murray · 12 years ago
  3. 99a247f Merge with main repo default branch. by Georg Brandl · 12 years ago
  4. a79b8dc Add a versionchanged note for #9374 changes. by Georg Brandl · 12 years ago
  5. 7dcbd2c Merge #16071: fix more email.message links in mailbox docs. by R David Murray · 12 years ago
  6. 5320250 #16071: fix more email.message links in mailbox docs. by R David Murray · 12 years ago
  7. fb8a49e Merge #16071: fix links to email.message.Message in mailbox docs. by R David Murray · 12 years ago
  8. c5fe407 #16071: fix links to email.message.Message in mailbox docs. by R David Murray · 12 years ago
  9. 28d591c Closes issue 15323. Improve failure message of Mock.assert_called_once_with by Michael Foord · 12 years ago
  10. 207d229 urllib.parse.urlencode doc updarte. Closes issue 15593 by Michael Foord · 12 years ago
  11. 74cca70 Now that it's possible, avoid timing attacks in the crypt module examples) by Nick Coghlan · 12 years ago
  12. 2246aa8 Issue #16036: Merge update from 3.2. by Chris Jerdonek · 12 years ago
  13. 57491e0 Issue #16036: Improve documentation of built-in int()'s signature and arguments. by Chris Jerdonek · 12 years ago
  14. d09a05e Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry. by Barry Warsaw · 12 years ago
  15. 1dedd0a - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 12 years ago
  16. 5011244 Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation. by Nadeem Vawda · 12 years ago
  17. 667a13b Fix indentation of examples in lzma module documentation. by Nadeem Vawda · 12 years ago
  18. a3ff101 Issue #5969: faulthandler module: rename dump_tracebacks_later() to by Victor Stinner · 12 years ago
  19. a867ed5 Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes. by Larry Hastings · 12 years ago
  20. bf84bba Mention that "defaults" can be None for inspect.getfullargspec. by Larry Hastings · 12 years ago
  21. 7c6c80d Issue 15985: merge from 3.2. by Mark Dickinson · 12 years ago
  22. 4e12ad1 Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. by Mark Dickinson · 12 years ago
  23. fe6e7e6 Merge the quotes/backslashes fixes with 3.2. by Ezio Melotti · 12 years ago
  24. 694f233 Fix a few quotes/backslashes. by Ezio Melotti · 12 years ago
  25. a58d8b0 Merge markup fixes in smtpd.rst with 3.2. by Ezio Melotti · 12 years ago
  26. 8bbcb58 Fix markup in smtpd.rst. by Ezio Melotti · 12 years ago
  27. f6813f6 Merge rst markup fixes in timeit docs with 3.2. by Ezio Melotti · 12 years ago
  28. a3ccb23 Fix rst markup in timeit docs. by Ezio Melotti · 12 years ago
  29. 4a5fae1 #11643: merge with 3.2. by Ezio Melotti · 12 years ago
  30. 26e5878 #11643: fix rst markup error in site.rst. by Ezio Melotti · 12 years ago
  31. a5377ca #15789: merge with 3.2. by Ezio Melotti · 12 years ago
  32. 186d523 #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  33. 711f093 #15932: merge with 3.2. by Ezio Melotti · 12 years ago
  34. e34f8a9 #15932: use with statement in csv doc examples. Patch by Dario Bertini. by Ezio Melotti · 12 years ago
  35. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  36. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  37. ce478b9 #15886: remove redundant phrase by R David Murray · 12 years ago
  38. c3bfb01 Merge #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  39. 5abd76a #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  40. c3a2c59 Merge by Richard Oudkerk · 12 years ago
  41. b517596 Issue #15901: Change example to use byte string instead of string by Richard Oudkerk · 12 years ago
  42. 60eba57 Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes. by Larry Hastings · 12 years ago
  43. dc07bac Mention that "defaults" can be None for inspect.getfullargspec. by Larry Hastings · 12 years ago
  44. deb92b5 Closes #15969: rename new API to have consistent names in the faulthandler module. by Georg Brandl · 12 years ago
  45. 6f5578b Merge #5088: document behavior of optparse defaults with 'append' action. by R David Murray · 12 years ago
  46. 14d66a9 #5088: document behavior of optparse defaults with 'append' action. by R David Murray · 12 years ago
  47. 8bdcdc2 Merge heads. by Ezio Melotti · 12 years ago
  48. 8b61611 #15865: merge with 3.2. by Ezio Melotti · 12 years ago
  49. e927e25 #15865: add "*" in the signature to document keyword-only args in the docs. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  50. 0fbbce9 Merge #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  51. 1585b70 #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  52. ce66a3e Fix a typo in the curses docs by Ross Lagerwall · 12 years ago
  53. e8677c0 Issue #15855: updated related manual entries. by Alexander Belopolsky · 12 years ago
  54. 9c8ad07 Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews. by Stefan Krah · 12 years ago
  55. a3b84fb Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews. by Stefan Krah · 12 years ago
  56. dbf56c2 Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1. by Stefan Krah · 12 years ago
  57. 2d337c7 Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  58. ff63e7a Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  59. af3f3a7 Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). by Stefan Krah · 12 years ago
  60. 9ecae7a Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1. by Stefan Krah · 12 years ago
  61. 0f8cab2 Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). by Stefan Krah · 12 years ago
  62. 2a70535 Issue #15724: Add versionchanged tags to the memoryview documentation. by Stefan Krah · 12 years ago
  63. ab0c3c7 Issue #15724: Add versionchanged tags to the memoryview documentation. by Stefan Krah · 12 years ago
  64. 75883ad Add missing comma. by Ezio Melotti · 12 years ago
  65. 49ccd51 Add missing comma. by Ezio Melotti · 12 years ago
  66. 1d39cde Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 12 years ago
  67. a0578e9 #11964: Document a change in v3.2 to the json indent parameter by Petri Lehtinen · 12 years ago
  68. 72b1426 #11964: Document a change in v3.2 to the json indent parameter by Petri Lehtinen · 12 years ago
  69. ca2b646 Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 12 years ago
  70. 79dbded Merge: Fix a JSON doc typo by Petri Lehtinen · 12 years ago
  71. 72c6eef Fix a JSON doc typo by Petri Lehtinen · 12 years ago
  72. 7f79f7c #15788: merge with 3.2. by Ezio Melotti · 12 years ago
  73. aa935df #15788: fix broken links in subprocess doc. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  74. d26c306 Fix typo. by Ezio Melotti · 12 years ago
  75. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 12 years ago
  76. 029780b Issue #13072: The array module's 'u' format code is now deprecated and by Stefan Krah · 12 years ago
  77. 0ac0b11 Add glossary references by Antoine Pitrou · 12 years ago
  78. 15251a9 Add glossary references by Antoine Pitrou · 12 years ago
  79. cbf9d5f Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  80. 331624b Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  81. 83c0ae5 Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation by Nick Coghlan · 12 years ago
  82. 609939e Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 12 years ago
  83. 9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 12 years ago
  84. 1ea50f5 Merge #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  85. f6bd1b0 #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  86. bac9a53 Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section by Nick Coghlan · 12 years ago
  87. 273069c Close #4966: revamp the sequence docs in order to better explain the state of modern Python by Nick Coghlan · 12 years ago
  88. a8517ad Issue #14814: document the Interface APIs and fix various problems with the string representations (initial patch by Eli Bendersky). by Nick Coghlan · 12 years ago
  89. 749bd42 Merge #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  90. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  91. a1b0f6d Issue #15586: fix prompts in some documentation examples by Eli Bendersky · 12 years ago
  92. cd7128a Merge #15636: add versionadded for decodebytes by R David Murray · 12 years ago
  93. 75fd225 #15636: add versionadded for decodebytes by R David Murray · 12 years ago
  94. ed7fb9c Merge #15694: reflow paragraph. by R David Murray · 12 years ago
  95. 433ef3b #15694: reflow paragraph. by R David Murray · 12 years ago
  96. 8eac575 Merge #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  97. 9f0c940 #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  98. bbfe573 Merge with 3.2 #15660 by Terry Jan Reedy · 12 years ago
  99. f6190c1 Issue 15660: Clarify 0 prefix for width field in str.format doc. by Terry Jan Reedy · 12 years ago
  100. 1b79918 Issue #15640: Document importlib.abc.Finder as deprecated. by Brett Cannon · 12 years ago