1. e50f4d2 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. by Vinay Sajip · 13 years ago
  2. a4e700c #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 13 years ago
  3. 78f3ce5 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 13 years ago
  4. 3a8479a Fixes `parser.clean()` reported in issue #16820. by Łukasz Langa · 13 years ago
  5. 52336f0 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 13 years ago
  6. c8bd74d Issue #16682: Replace "Python string" to "bytes object" in audioop documentation. by Serhiy Storchaka · 13 years ago
  7. c73f863 Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 13 years ago
  8. 36852b7 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 13 years ago
  9. 4001e96 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 13 years ago
  10. f635172 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 13 years ago
  11. dfe109e Fix typo by Andrew Svetlov · 13 years ago
  12. e0035a2 #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  13. 1e5c9b7 #16681: use "bidirectional class" instead of "bidirectional category". by Ezio Melotti · 13 years ago
  14. 2e72831 Fix issue13211 - Document the reason attribute for urllib.error.HTTPError by Senthil Kumaran · 13 years ago
  15. 9bc9ab5 Fix a few markup/grammar nits by Éric Araujo · 13 years ago
  16. 5a2e2b8 Remove debug output from example. by Ezio Melotti · 13 years ago
  17. ed636a8 Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 13 years ago
  18. d654ded #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 13 years ago
  19. 7412099 Revert duplicate changes in argparse docs. by Andrew Svetlov · 13 years ago
  20. e15cb61 Issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 13 years ago
  21. 28c88f4 #16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns. by Ezio Melotti · 13 years ago
  22. 0b502ff Add hyperlinks to the docs of some os.path functions (issue #16552). by Chris Jerdonek · 13 years ago
  23. ba4d8ed #16530: the "options" arg of os.wait3 is required. by Ezio Melotti · 13 years ago
  24. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 13 years ago
  25. 3813c9e The poplib module provides two classes, not one. by Antoine Pitrou · 13 years ago
  26. a69be28 #16053: document csv.Dialect.strict. Patch by Kushal Das. by Ezio Melotti · 13 years ago
  27. ec96724 Typo fix. by Mark Dickinson · 13 years ago
  28. a3f3740 Issue #12005: clarify behaviour of % and // for Decimal objects. by Mark Dickinson · 13 years ago
  29. a39a22d #16420: document a way to escape metacharacters in glob/fnmatch. by Ezio Melotti · 13 years ago
  30. 19e568d Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 13 years ago
  31. df3abec Link set and frozenset function docs to their class definitions (issue #16436). by Chris Jerdonek · 13 years ago
  32. 8b6b176 #16440: fix exception type and clarify example. by Ezio Melotti · 13 years ago
  33. 5c90436 Issue #16439: Fix markup in example for stdtypes. by Andrew Svetlov · 13 years ago
  34. 78b18d4 #11481: update copyreg docs and add example. by Ezio Melotti · 13 years ago
  35. 402f75d #10385: use the mod role in subprocess docs. by Ezio Melotti · 13 years ago
  36. b87f82f #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. by Ezio Melotti · 13 years ago
  37. 11f3f17 Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. by Chris Jerdonek · 13 years ago
  38. d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 13 years ago
  39. 5bb4207 Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 13 years ago
  40. 01e1e35 merge heads by Andrew Svetlov · 13 years ago
  41. 5f91ad3 Issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 13 years ago
  42. 6ae568b Issue #16348: Fix incorrect documentation for Decimal.remainder_near. by Mark Dickinson · 13 years ago
  43. a2959ce #16371: fix up the English a bit more. by R David Murray · 13 years ago
  44. ec42255 Issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 13 years ago
  45. e9aeca7 Fix #16197. Update docstrings and documentation to match winreg code. by Brian Curtin · 13 years ago
  46. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 13 years ago
  47. 21b1024 merge heads by Andrew Svetlov · 13 years ago
  48. 2ec53be Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 13 years ago
  49. 847c33c Include mention of jenkins as an example framework for doing CI by Senthil Kumaran · 13 years ago
  50. a20879f #16206: Improve examples about dict construction. by Ezio Melotti · 13 years ago
  51. 837cd06 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 13 years ago
  52. 2778d0d Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 13 years ago
  53. f341317 Issue #16206: Improve the documentation of the dict constructor. by Chris Jerdonek · 13 years ago
  54. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 13 years ago
  55. 4639749 Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report. by Chris Jerdonek · 13 years ago
  56. cc32a68 Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 13 years ago
  57. 4a4a02b Issue #16115: Make further improvements to subprocess.Popen() documentation. by Chris Jerdonek · 13 years ago
  58. a1ff83e merge 3.2 heads by Georg Brandl · 13 years ago
  59. 3a2e101 Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs. by Georg Brandl · 13 years ago
  60. a256841 Issue #16174: Fix suggested usage of dummy_threading module. by Andrew Svetlov · 13 years ago
  61. 470ee39 Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments. by Chris Jerdonek · 13 years ago
  62. 0230b6a #13498: Clarify docs of os.makedirs()'s exist_ok argument. by Hynek Schlawack · 13 years ago
  63. 83fe2e1 Issue #14783: Improve int() docstring and also str(), range(), and slice(). by Chris Jerdonek · 13 years ago
  64. 138a314 #9957: document that SpooledTemporaryFile.truncate does not take size arg by R David Murray · 13 years ago
  65. afbf90c Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 13 years ago
  66. cbd449b The file obj passed to ftp.storbinary/storlines must be opened in binary mode. by Ezio Melotti · 13 years ago
  67. d0fe3e5 #15979: improve timeit documentation. by Ezio Melotti · 13 years ago
  68. 6db2335 Fix sqlite3 class markup. by R David Murray · 13 years ago
  69. ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 13 years ago
  70. 1a1883d #16085: Don't promote shadowing builtins in the configparser example. by R David Murray · 13 years ago
  71. 5320250 #16071: fix more email.message links in mailbox docs. by R David Murray · 13 years ago
  72. c5fe407 #16071: fix links to email.message.Message in mailbox docs. by R David Murray · 13 years ago
  73. 57491e0 Issue #16036: Improve documentation of built-in int()'s signature and arguments. by Chris Jerdonek · 13 years ago
  74. 1dedd0a - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 13 years ago
  75. 4e12ad1 Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. by Mark Dickinson · 13 years ago
  76. 694f233 Fix a few quotes/backslashes. by Ezio Melotti · 13 years ago
  77. 8bbcb58 Fix markup in smtpd.rst. by Ezio Melotti · 13 years ago
  78. a3ccb23 Fix rst markup in timeit docs. by Ezio Melotti · 13 years ago
  79. 26e5878 #11643: fix rst markup error in site.rst. by Ezio Melotti · 13 years ago
  80. 186d523 #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert. by Ezio Melotti · 13 years ago
  81. e34f8a9 #15932: use with statement in csv doc examples. Patch by Dario Bertini. by Ezio Melotti · 13 years ago
  82. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 13 years ago
  83. 5abd76a #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 13 years ago
  84. b517596 Issue #15901: Change example to use byte string instead of string by Richard Oudkerk · 13 years ago
  85. 14d66a9 #5088: document behavior of optparse defaults with 'append' action. by R David Murray · 13 years ago
  86. 8bdcdc2 Merge heads. by Ezio Melotti · 13 years ago
  87. e927e25 #15865: add "*" in the signature to document keyword-only args in the docs. Patch by Chris Jerdonek. by Ezio Melotti · 13 years ago
  88. 1585b70 #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 13 years ago
  89. ff63e7a Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 13 years ago
  90. 49ccd51 Add missing comma. by Ezio Melotti · 13 years ago
  91. 72b1426 #11964: Document a change in v3.2 to the json indent parameter by Petri Lehtinen · 13 years ago
  92. 72c6eef Fix a JSON doc typo by Petri Lehtinen · 13 years ago
  93. aa935df #15788: fix broken links in subprocess doc. Patch by Chris Rebert. by Ezio Melotti · 13 years ago
  94. 15251a9 Add glossary references by Antoine Pitrou · 13 years ago
  95. 331624b Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 13 years ago
  96. 9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 13 years ago
  97. f6bd1b0 #15742: clarify sqlite parameter substitution example. by R David Murray · 13 years ago
  98. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 13 years ago
  99. 75fd225 #15636: add versionadded for decodebytes by R David Murray · 13 years ago
  100. 433ef3b #15694: reflow paragraph. by R David Murray · 13 years ago