1. bbfe573 Merge with 3.2 #15660 by Terry Jan Reedy · 12 years ago
  2. f6190c1 Issue 15660: Clarify 0 prefix for width field in str.format doc. by Terry Jan Reedy · 12 years ago
  3. 1b79918 Issue #15640: Document importlib.abc.Finder as deprecated. by Brett Cannon · 12 years ago
  4. b391b24 Merge by Richard Oudkerk · 12 years ago
  5. d9c026f Issue #15412: Remove erroneous note about weakrefs by Richard Oudkerk · 12 years ago
  6. 67a58cc Merge by Richard Oudkerk · 12 years ago
  7. 264e9ac Issue #14501: Clarify that authentication keys are byte strings by Richard Oudkerk · 12 years ago
  8. d9a7e70 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 12 years ago
  9. b7c6c81 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. by Antoine Pitrou · 12 years ago
  10. eb41c7f merge with 3.2 by Sandro Tosi · 12 years ago
  11. dd7c552 clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@ by Sandro Tosi · 12 years ago
  12. 0689ce4 #15543: reflow paragraph. by R David Murray · 12 years ago
  13. 99d439a #15543: additional link in subprocess docs. by R David Murray · 12 years ago
  14. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  15. ee0a945 #15543: reflow paragraphs. by R David Murray · 12 years ago
  16. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  17. bdbc0b0 merge 3.2 by Eli Bendersky · 12 years ago
  18. 8f77349 Issue #15656: fixing code sample in extending doc by Eli Bendersky · 12 years ago
  19. 3115f0d Issue #15586: typo fix. This commit is accompanied by an apology for all Liechtensteiners out there, and a thanks to Eric Araujo for noticing. by Eli Bendersky · 12 years ago
  20. 7f84833 Merge #15269: document dircmp.left and right, and add tests for them. by R David Murray · 12 years ago
  21. 2b209cd #15269: document dircmp.left and right, and add tests for them. by R David Murray · 12 years ago
  22. 488cc36 merge with 3.2 by Sandro Tosi · 12 years ago
  23. a17ef14 fix typo by Sandro Tosi · 12 years ago
  24. f06afe3 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  25. f158d86 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  26. e471772 Review of signature docs. by Georg Brandl · 12 years ago
  27. 1487c93 merge with 3.2 by Georg Brandl · 12 years ago
  28. 296d1be Restore original line lengths. by Georg Brandl · 12 years ago
  29. 0f4e934 Issue #15586: add some examples to ElementTree documentation. Patch by Daniel Ellis. by Eli Bendersky · 12 years ago
  30. f334f74 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 12 years ago
  31. 59db401 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 12 years ago
  32. a865654 Push importlib ABC hierarchy chart. by Andrew Svetlov · 12 years ago
  33. 4805fa8 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  34. 50be452 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  35. ac23c9e Mention PEP 362: Function Signature Object in whatsnew. by Andrew Svetlov · 12 years ago
  36. eed1808 Minor update of docs for inspect module. by Andrew Svetlov · 12 years ago
  37. 4e48bf9 Issue #15151: PEP 362 — document signature and related classes for inspect.py by Andrew Svetlov · 12 years ago
  38. e4b1a18 Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  39. ecd78fe Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  40. b2d8502 merge from 3.2 by Senthil Kumaran · 12 years ago
  41. 1ef9caa Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 12 years ago
  42. 2e64a0b merge with 3.2 by Sandro Tosi · 12 years ago
  43. c7b0e21 add usage example from cli; thanks to Christian Clauss from docs@ by Sandro Tosi · 12 years ago
  44. c254f64 merge with 3.2 by Sandro Tosi · 12 years ago
  45. 6cbe405 escape '\'; thanks to Steve Holden from docs@ by Sandro Tosi · 12 years ago
  46. 5bb665f merge with 3.2 by Sandro Tosi · 12 years ago
  47. 985104a it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ by Sandro Tosi · 12 years ago
  48. 439e17f update doctests by Andrew Svetlov · 12 years ago
  49. 199b78d fix doctest for email.header docs by Andrew Svetlov · 12 years ago
  50. 5a5e8dd merge with 3.2 by Sandro Tosi · 12 years ago
  51. 82a509c add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@ by Sandro Tosi · 12 years ago
  52. 9e095aa merge with 3.2 by Sandro Tosi · 12 years ago
  53. 8b2c71a update Geany URL; thanks to Karl Tarbet from docs@ by Sandro Tosi · 12 years ago
  54. effb43b merge with 3.2 by Sandro Tosi · 12 years ago
  55. ee903c5 add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ by Sandro Tosi · 12 years ago
  56. ea47530 update CodeTools link; thanks to Robert Kern from docs@ by Sandro Tosi · 12 years ago
  57. 131160c merge with 3.2 by Sandro Tosi · 12 years ago
  58. 0a90a82 zip() returns an iterator, make a list() of it; thanks to Martin from docs@ by Sandro Tosi · 12 years ago
  59. a6e8581 Minor doc formatting cleanup. by Brett Cannon · 12 years ago
  60. a2fe334 Issue #15527: fix docs, remove double parens by changing markup. by Andrew Svetlov · 12 years ago
  61. b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  62. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  63. a81b481 Fix markup errors and update pydoc topics. by Georg Brandl · 12 years ago
  64. 522267e Issue #15610: The PyImport_ImportModuleEx macro now calls by Brett Cannon · 12 years ago
  65. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 12 years ago
  66. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  67. 7dac74a fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  68. 7dbee38 fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  69. eec6420 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  70. b4a09ab Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  71. e939f38 Fix documentation for inspect module to pass doctest by Andrew Svetlov · 12 years ago
  72. efcaba0 Add description of major changes in xml.etree.ElementTree to whatsnew/3.3 by Eli Bendersky · 12 years ago
  73. cb4996a Issue #15471: Don't use mutable object as default values for the by Brett Cannon · 12 years ago
  74. 638de33 Merge #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  75. 05c35a6 #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  76. 222d473 Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification. by Brett Cannon · 12 years ago
  77. 9b000e7 Issue #15482: Properly document the default 'level' parameter for __import__(). by Brett Cannon · 12 years ago
  78. 62bb394 Close #13072: Restore code before the PEP 393 for the array module by Victor Stinner · 12 years ago
  79. 636130e What's New in Python 3.3: Split improved and new modules, start to write a summary by Victor Stinner · 12 years ago
  80. 8f17c1c Complete What's New in Python 3.3. by Victor Stinner · 12 years ago
  81. fa0d628 Issue #15548: Update and complete What's New in Python 3.3, especially the "os" section by Victor Stinner · 12 years ago
  82. 69a6ca5 os.unlinkat() has been removed, update os.fwalk() doc by Victor Stinner · 12 years ago
  83. 31096a9 Issue #14814: Attempt to clarify network address and broadcast address for less experienced users by Nick Coghlan · 12 years ago
  84. 7362c3e Issue #14814: Finish review of ipaddress network object docs (initial patch was by Eli Bendersky) by Nick Coghlan · 12 years ago
  85. 730f67f Issue 14814: Docs work showed some more cases of networks pretending to be addresses and highlighted the weird approach to implementing the 'is_whatever' properties. Impl now illustrates far more clearly that networks have a property if both their network and broadcast addresses have that property by Nick Coghlan · 12 years ago
  86. 15f3d1e Issue #12655: Mention multiprocessing.cpu_count() in os.sched_getaffinity() doc by Victor Stinner · 12 years ago
  87. ba5010a merge with 3.2 by Sandro Tosi · 12 years ago
  88. da9df92 add missing period; thanks to Gaston Fiore from docs@ by Sandro Tosi · 12 years ago
  89. 8486987 Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and by Antoine Pitrou · 12 years ago
  90. d1f9352 (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n' by Victor Stinner · 12 years ago
  91. 401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't by Victor Stinner · 12 years ago
  92. 3c25dfb Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  93. 0c1c0d4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  94. 077ef45 Update the What's New details for importlib based on doc/ABC changes. by Brett Cannon · 12 years ago
  95. 773468f Ditch the 'self' argument in importlib docs since it's implied. by Brett Cannon · 12 years ago
  96. 4941774 Issue #15502: Bring the importlib.PathFinder docs and docstring more in line with the new import system documentation, and fix various parts of the new docs that weren't quite right given PEP 420 or were otherwise a bit misleading. Also note the key terminology problem still being discussed in the issue by Nick Coghlan · 12 years ago
  97. e3376ef Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant by Nick Coghlan · 12 years ago
  98. ff79486 Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the name into line with normal import terminology. Original patch by Eric Snow by Nick Coghlan · 12 years ago
  99. 8a9080f Issue #15502: Bring the importlib ABCs into line with the current state of the import protocols given PEP 420. Original patch by Eric Snow. by Nick Coghlan · 12 years ago
  100. f37c0c7 Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py by Eli Bendersky · 12 years ago