1. e9aeca7 Fix #16197. Update docstrings and documentation to match winreg code. by Brian Curtin · 12 years ago
  2. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  3. 21b1024 merge heads by Andrew Svetlov · 12 years ago
  4. 2ec53be Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago
  5. 847c33c Include mention of jenkins as an example framework for doing CI by Senthil Kumaran · 12 years ago
  6. a20879f #16206: Improve examples about dict construction. by Ezio Melotti · 12 years ago
  7. 837cd06 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 12 years ago
  8. 2778d0d Issue #10405: Document IDLE context menus in Standard Library document by Ned Deily · 12 years ago
  9. f341317 Issue #16206: Improve the documentation of the dict constructor. by Chris Jerdonek · 12 years ago
  10. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  11. 4639749 Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report. by Chris Jerdonek · 12 years ago
  12. cc32a68 Fix placement of shell=True warning in subprocess.Popen() docs. by Chris Jerdonek · 12 years ago
  13. 4a4a02b Issue #16115: Make further improvements to subprocess.Popen() documentation. by Chris Jerdonek · 12 years ago
  14. a1ff83e merge 3.2 heads by Georg Brandl · 12 years ago
  15. 3a2e101 Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs. by Georg Brandl · 12 years ago
  16. a256841 Issue #16174: Fix suggested usage of dummy_threading module. by Andrew Svetlov · 12 years ago
  17. 470ee39 Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments. by Chris Jerdonek · 12 years ago
  18. 0230b6a #13498: Clarify docs of os.makedirs()'s exist_ok argument. by Hynek Schlawack · 12 years ago
  19. 83fe2e1 Issue #14783: Improve int() docstring and also str(), range(), and slice(). by Chris Jerdonek · 12 years ago
  20. 138a314 #9957: document that SpooledTemporaryFile.truncate does not take size arg by R David Murray · 12 years ago
  21. afbf90c Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  22. cbd449b The file obj passed to ftp.storbinary/storlines must be opened in binary mode. by Ezio Melotti · 12 years ago
  23. d0fe3e5 #15979: improve timeit documentation. by Ezio Melotti · 12 years ago
  24. 6db2335 Fix sqlite3 class markup. by R David Murray · 12 years ago
  25. ec3ea94 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. by Chris Jerdonek · 12 years ago
  26. 1a1883d #16085: Don't promote shadowing builtins in the configparser example. by R David Murray · 12 years ago
  27. 5320250 #16071: fix more email.message links in mailbox docs. by R David Murray · 12 years ago
  28. c5fe407 #16071: fix links to email.message.Message in mailbox docs. by R David Murray · 12 years ago
  29. 57491e0 Issue #16036: Improve documentation of built-in int()'s signature and arguments. by Chris Jerdonek · 12 years ago
  30. 1dedd0a - Issue #15935: Clarification of argparse docs, re: add_argument() type and by Barry Warsaw · 12 years ago
  31. 4e12ad1 Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. by Mark Dickinson · 12 years ago
  32. 694f233 Fix a few quotes/backslashes. by Ezio Melotti · 12 years ago
  33. 8bbcb58 Fix markup in smtpd.rst. by Ezio Melotti · 12 years ago
  34. a3ccb23 Fix rst markup in timeit docs. by Ezio Melotti · 12 years ago
  35. 26e5878 #11643: fix rst markup error in site.rst. by Ezio Melotti · 12 years ago
  36. 186d523 #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  37. e34f8a9 #15932: use with statement in csv doc examples. Patch by Dario Bertini. by Ezio Melotti · 12 years ago
  38. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  39. 5abd76a #14649: clarify DocTestSuite error when there are no docstrings. by R David Murray · 12 years ago
  40. b517596 Issue #15901: Change example to use byte string instead of string by Richard Oudkerk · 12 years ago
  41. 14d66a9 #5088: document behavior of optparse defaults with 'append' action. by R David Murray · 12 years ago
  42. 8bdcdc2 Merge heads. by Ezio Melotti · 12 years ago
  43. e927e25 #15865: add "*" in the signature to document keyword-only args in the docs. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  44. 1585b70 #15510: clarify textwrap's handling of whitespace, and add confirming tests. by R David Murray · 12 years ago
  45. ff63e7a Issue #15825: fix typo in OrderedDict docs. by Andrew Svetlov · 12 years ago
  46. 49ccd51 Add missing comma. by Ezio Melotti · 12 years ago
  47. 72b1426 #11964: Document a change in v3.2 to the json indent parameter by Petri Lehtinen · 12 years ago
  48. 72c6eef Fix a JSON doc typo by Petri Lehtinen · 12 years ago
  49. aa935df #15788: fix broken links in subprocess doc. Patch by Chris Rebert. by Ezio Melotti · 12 years ago
  50. 15251a9 Add glossary references by Antoine Pitrou · 12 years ago
  51. 331624b Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  52. 9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. by Antoine Pitrou · 12 years ago
  53. f6bd1b0 #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  54. e56bf97 #13579: teach string.Formatter about 'a'. by R David Murray · 12 years ago
  55. 75fd225 #15636: add versionadded for decodebytes by R David Murray · 12 years ago
  56. 433ef3b #15694: reflow paragraph. by R David Murray · 12 years ago
  57. 9f0c940 #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  58. f6190c1 Issue 15660: Clarify 0 prefix for width field in str.format doc. by Terry Jan Reedy · 12 years ago
  59. d9c026f Issue #15412: Remove erroneous note about weakrefs by Richard Oudkerk · 12 years ago
  60. 264e9ac Issue #14501: Clarify that authentication keys are byte strings by Richard Oudkerk · 12 years ago
  61. b7c6c81 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 12 years ago
  62. ee0a945 #15543: reflow paragraphs. by R David Murray · 12 years ago
  63. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  64. 2b209cd #15269: document dircmp.left and right, and add tests for them. by R David Murray · 12 years ago
  65. 296d1be Restore original line lengths. by Georg Brandl · 12 years ago
  66. 59db401 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 12 years ago
  67. 50be452 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  68. ecd78fe Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  69. c7b0e21 add usage example from cli; thanks to Christian Clauss from docs@ by Sandro Tosi · 12 years ago
  70. 6cbe405 escape '\'; thanks to Steve Holden from docs@ by Sandro Tosi · 12 years ago
  71. 985104a it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ by Sandro Tosi · 12 years ago
  72. 82a509c add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@ by Sandro Tosi · 12 years ago
  73. ee903c5 add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ by Sandro Tosi · 12 years ago
  74. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  75. eec6420 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  76. 05c35a6 #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  77. 9b000e7 Issue #15482: Properly document the default 'level' parameter for __import__(). by Brett Cannon · 12 years ago
  78. 401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't by Victor Stinner · 12 years ago
  79. 0c1c0d4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  80. e708a8a Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  81. 707bd4e Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago
  82. 393e23f Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios. by Vinay Sajip · 12 years ago
  83. 28a9f21 - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  84. e60e12b #15429: Fix invalid mention of types.NoneType from None docs. by R David Murray · 12 years ago
  85. 3be7a8b Issue #15399: Added versionchanged for processName. by Vinay Sajip · 12 years ago
  86. a3d1cac Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue by Nick Coghlan · 12 years ago
  87. 52cc722 Add c_size_t and c_ssize_t to the ctypes summary table. by Antoine Pitrou · 12 years ago
  88. 921d124 Show the proper way to exit a cmd shell by Raymond Hettinger · 12 years ago
  89. 83efd6c Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  90. 29feb1f Make call of os.getppid() conditional: it is not available on Windows. by Georg Brandl · 12 years ago
  91. 4a27d9f urlparse docs clean up - no reference to earlier draft by Senthil Kumaran · 12 years ago
  92. 2d24e94 Issue #5067: improve some json error messages. Patch by Serhiy Storchaka. by Antoine Pitrou · 12 years ago
  93. 72a80e8 issue13666 - Fixing datetime documentation example when using tzinfo by Senthil Kumaran · 12 years ago
  94. f21804a Issue #13685 - Update argparse help message for % sign usage. by Senthil Kumaran · 12 years ago
  95. 33369cf Fix a bunch of "versionchanged" related markup errors. by Georg Brandl · 12 years ago
  96. 27b130e Issue #15060: better fix, thanks to review on #python-dev by Sandro Tosi · 12 years ago
  97. 56692f5 Issue #15060: fix typo in socket doc; Patch by anatoly techtonik by Sandro Tosi · 12 years ago
  98. 964f205 refer to time.strftime by Sandro Tosi · 12 years ago
  99. 554b348 #14957: fix doc typo. by R David Murray · 12 years ago
  100. ae1b94b #14957: clarify splitlines docs. by R David Murray · 12 years ago