1. 2fdc0f8 Fix markup in Counter note. by Georg Brandl · 12 years ago
  2. ef4d286 #10968: commit threading doc changes and corresponding whatsnew entry. by R David Murray · 12 years ago
  3. 5061a34 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  4. afbf90c Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  5. fe7b00f Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". by Georg Brandl · 12 years ago
  6. b28e75d Merge ftplib doc fix with 3.2. by Ezio Melotti · 12 years ago
  7. cbd449b The file obj passed to ftp.storbinary/storlines must be opened in binary mode. by Ezio Melotti · 12 years ago
  8. 3934b61 Fix typo in documentation for time module, thanks to docs@ by Andrew Svetlov · 12 years ago
  9. 1a8db9c Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@ by Andrew Svetlov · 12 years ago
  10. 0b26ccf Issue #12947: Better workaround for the problem with doctest directives being stripped from code examples that are intended to illustrate those directives by Nick Coghlan · 12 years ago
  11. 8f80e0a Issue #12947: Add a note to doctest until the example rendering is fixed by Nick Coghlan · 12 years ago
  12. 4443762 #15979: merge with 3.2. by Ezio Melotti · 12 years ago
  13. d0fe3e5 #15979: improve timeit documentation. by Ezio Melotti · 12 years ago
  14. 258fabe #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  15. 842ca5f Merge: Fix sqlite3 class markup. by R David Murray · 12 years ago
  16. 6db2335 Fix sqlite3 class markup. by R David Murray · 12 years ago
  17. 89bbe68 doc typo fixes by Gregory P. Smith · 12 years ago
  18. 28714c8 Issue #15533: Merge fix from 3.2. by Chris Jerdonek · 12 years ago
  19. ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 12 years ago
  20. ad4d9c9 Merge #16085: Don't promote shadowing builtins in the configparser example. by R David Murray · 12 years ago
  21. 1a1883d #16085: Don't promote shadowing builtins in the configparser example. by R David Murray · 12 years ago
  22. 99a247f Merge with main repo default branch. by Georg Brandl · 12 years ago
  23. a79b8dc Add a versionchanged note for #9374 changes. by Georg Brandl · 12 years ago
  24. 7dcbd2c Merge #16071: fix more email.message links in mailbox docs. by R David Murray · 12 years ago
  25. 5320250 #16071: fix more email.message links in mailbox docs. by R David Murray · 12 years ago
  26. fb8a49e Merge #16071: fix links to email.message.Message in mailbox docs. by R David Murray · 12 years ago
  27. c5fe407 #16071: fix links to email.message.Message in mailbox docs. by R David Murray · 12 years ago
  28. 28d591c Closes issue 15323. Improve failure message of Mock.assert_called_once_with by Michael Foord · 12 years ago
  29. 207d229 urllib.parse.urlencode doc updarte. Closes issue 15593 by Michael Foord · 12 years ago
  30. 74cca70 Now that it's possible, avoid timing attacks in the crypt module examples) by Nick Coghlan · 12 years ago
  31. 2246aa8 Issue #16036: Merge update from 3.2. by Chris Jerdonek · 12 years ago
  32. 57491e0 Issue #16036: Improve documentation of built-in int()'s signature and arguments. by Chris Jerdonek · 12 years ago
  33. d09a05e Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry. by Barry Warsaw · 12 years ago
  34. 1dedd0a - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 12 years ago
  35. 5011244 Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation. by Nadeem Vawda · 12 years ago
  36. 667a13b Fix indentation of examples in lzma module documentation. by Nadeem Vawda · 12 years ago
  37. a3ff101 Issue #5969: faulthandler module: rename dump_tracebacks_later() to by Victor Stinner · 12 years ago
  38. a867ed5 Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes. by Larry Hastings · 12 years ago
  39. bf84bba Mention that "defaults" can be None for inspect.getfullargspec. by Larry Hastings · 12 years ago
  40. 7c6c80d Issue 15985: merge from 3.2. by Mark Dickinson · 12 years ago
  41. 4e12ad1 Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. by Mark Dickinson · 12 years ago
  42. fe6e7e6 Merge the quotes/backslashes fixes with 3.2. by Ezio Melotti · 12 years ago
  43. 694f233 Fix a few quotes/backslashes. by Ezio Melotti · 12 years ago
  44. a58d8b0 Merge markup fixes in smtpd.rst with 3.2. by Ezio Melotti · 12 years ago
  45. 8bbcb58 Fix markup in smtpd.rst. by Ezio Melotti · 12 years ago
  46. f6813f6 Merge rst markup fixes in timeit docs with 3.2. by Ezio Melotti · 12 years ago
  47. a3ccb23 Fix rst markup in timeit docs. by Ezio Melotti · 12 years ago
  48. 4a5fae1 #11643: merge with 3.2. by Ezio Melotti · 12 years ago
  49. 26e5878 #11643: fix rst markup error in site.rst. by Ezio Melotti · 12 years ago
  50. a5377ca #15789: merge with 3.2. by Ezio Melotti · 12 years ago
  51. 186d523 #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  52. 711f093 #15932: merge with 3.2. by Ezio Melotti · 12 years ago
  53. e34f8a9 #15932: use with statement in csv doc examples. Patch by Dario Bertini. by Ezio Melotti · 12 years ago
  54. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  55. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  56. ce478b9 #15886: remove redundant phrase by R David Murray · 12 years ago
  57. c3bfb01 Merge #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  58. 5abd76a #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  59. c3a2c59 Merge by Richard Oudkerk · 12 years ago
  60. b517596 Issue #15901: Change example to use byte string instead of string by Richard Oudkerk · 12 years ago
  61. 60eba57 Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes. by Larry Hastings · 12 years ago
  62. dc07bac Mention that "defaults" can be None for inspect.getfullargspec. by Larry Hastings · 12 years ago
  63. deb92b5 Closes #15969: rename new API to have consistent names in the faulthandler module. by Georg Brandl · 12 years ago
  64. 6f5578b Merge #5088: document behavior of optparse defaults with 'append' action. by R David Murray · 12 years ago
  65. 14d66a9 #5088: document behavior of optparse defaults with 'append' action. by R David Murray · 12 years ago
  66. 8bdcdc2 Merge heads. by Ezio Melotti · 12 years ago
  67. 8b61611 #15865: merge with 3.2. by Ezio Melotti · 12 years ago
  68. e927e25 #15865: add "*" in the signature to document keyword-only args in the docs. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  69. 0fbbce9 Merge #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  70. 1585b70 #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  71. ce66a3e Fix a typo in the curses docs by Ross Lagerwall · 12 years ago
  72. e8677c0 Issue #15855: updated related manual entries. by Alexander Belopolsky · 12 years ago
  73. 9c8ad07 Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews. by Stefan Krah · 12 years ago
  74. a3b84fb Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews. by Stefan Krah · 12 years ago
  75. dbf56c2 Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1. by Stefan Krah · 12 years ago
  76. 2d337c7 Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  77. ff63e7a Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  78. af3f3a7 Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). by Stefan Krah · 12 years ago
  79. 9ecae7a Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1. by Stefan Krah · 12 years ago
  80. 0f8cab2 Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). by Stefan Krah · 12 years ago
  81. 2a70535 Issue #15724: Add versionchanged tags to the memoryview documentation. by Stefan Krah · 12 years ago
  82. ab0c3c7 Issue #15724: Add versionchanged tags to the memoryview documentation. by Stefan Krah · 12 years ago
  83. 75883ad Add missing comma. by Ezio Melotti · 12 years ago
  84. 49ccd51 Add missing comma. by Ezio Melotti · 12 years ago
  85. 1d39cde Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 12 years ago
  86. a0578e9 #11964: Document a change in v3.2 to the json indent parameter by Petri Lehtinen · 12 years ago
  87. 72b1426 #11964: Document a change in v3.2 to the json indent parameter by Petri Lehtinen · 12 years ago
  88. ca2b646 Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 12 years ago
  89. 79dbded Merge: Fix a JSON doc typo by Petri Lehtinen · 12 years ago
  90. 72c6eef Fix a JSON doc typo by Petri Lehtinen · 12 years ago
  91. 7f79f7c #15788: merge with 3.2. by Ezio Melotti · 12 years ago
  92. aa935df #15788: fix broken links in subprocess doc. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  93. d26c306 Fix typo. by Ezio Melotti · 12 years ago
  94. 06e1ab0 Close #15573: use value-based memoryview comparisons (patch by Stefan Krah) by Nick Coghlan · 12 years ago
  95. 029780b Issue #13072: The array module's 'u' format code is now deprecated and by Stefan Krah · 12 years ago
  96. 0ac0b11 Add glossary references by Antoine Pitrou · 12 years ago
  97. 15251a9 Add glossary references by Antoine Pitrou · 12 years ago
  98. cbf9d5f Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  99. 331624b Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  100. 83c0ae5 Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation by Nick Coghlan · 12 years ago