1. 0f4e934 Issue #15586: add some examples to ElementTree documentation. Patch by Daniel Ellis. by Eli Bendersky · 12 years ago
  2. f334f74 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 12 years ago
  3. 59db401 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 12 years ago
  4. a865654 Push importlib ABC hierarchy chart. by Andrew Svetlov · 12 years ago
  5. 4805fa8 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  6. 50be452 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  7. ac23c9e Mention PEP 362: Function Signature Object in whatsnew. by Andrew Svetlov · 12 years ago
  8. eed1808 Minor update of docs for inspect module. by Andrew Svetlov · 12 years ago
  9. 4e48bf9 Issue #15151: PEP 362 — document signature and related classes for inspect.py by Andrew Svetlov · 12 years ago
  10. e4b1a18 Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  11. ecd78fe Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  12. b2d8502 merge from 3.2 by Senthil Kumaran · 12 years ago
  13. 1ef9caa Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 12 years ago
  14. 2e64a0b merge with 3.2 by Sandro Tosi · 12 years ago
  15. c7b0e21 add usage example from cli; thanks to Christian Clauss from docs@ by Sandro Tosi · 12 years ago
  16. c254f64 merge with 3.2 by Sandro Tosi · 12 years ago
  17. 6cbe405 escape '\'; thanks to Steve Holden from docs@ by Sandro Tosi · 12 years ago
  18. 5bb665f merge with 3.2 by Sandro Tosi · 12 years ago
  19. 985104a it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ by Sandro Tosi · 12 years ago
  20. 439e17f update doctests by Andrew Svetlov · 12 years ago
  21. 199b78d fix doctest for email.header docs by Andrew Svetlov · 12 years ago
  22. 5a5e8dd merge with 3.2 by Sandro Tosi · 12 years ago
  23. 82a509c add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@ by Sandro Tosi · 12 years ago
  24. 9e095aa merge with 3.2 by Sandro Tosi · 12 years ago
  25. 8b2c71a update Geany URL; thanks to Karl Tarbet from docs@ by Sandro Tosi · 12 years ago
  26. effb43b merge with 3.2 by Sandro Tosi · 12 years ago
  27. ee903c5 add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ by Sandro Tosi · 12 years ago
  28. ea47530 update CodeTools link; thanks to Robert Kern from docs@ by Sandro Tosi · 12 years ago
  29. 131160c merge with 3.2 by Sandro Tosi · 12 years ago
  30. 0a90a82 zip() returns an iterator, make a list() of it; thanks to Martin from docs@ by Sandro Tosi · 12 years ago
  31. a6e8581 Minor doc formatting cleanup. by Brett Cannon · 12 years ago
  32. a2fe334 Issue #15527: fix docs, remove double parens by changing markup. by Andrew Svetlov · 12 years ago
  33. b79be95 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  34. fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. by Antoine Pitrou · 12 years ago
  35. a81b481 Fix markup errors and update pydoc topics. by Georg Brandl · 12 years ago
  36. 522267e Issue #15610: The PyImport_ImportModuleEx macro now calls by Brett Cannon · 12 years ago
  37. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 12 years ago
  38. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  39. 7dac74a fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  40. 7dbee38 fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  41. eec6420 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  42. b4a09ab Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  43. e939f38 Fix documentation for inspect module to pass doctest by Andrew Svetlov · 12 years ago
  44. efcaba0 Add description of major changes in xml.etree.ElementTree to whatsnew/3.3 by Eli Bendersky · 12 years ago
  45. cb4996a Issue #15471: Don't use mutable object as default values for the by Brett Cannon · 12 years ago
  46. 638de33 Merge #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  47. 05c35a6 #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  48. 222d473 Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification. by Brett Cannon · 12 years ago
  49. 9b000e7 Issue #15482: Properly document the default 'level' parameter for __import__(). by Brett Cannon · 12 years ago
  50. 62bb394 Close #13072: Restore code before the PEP 393 for the array module by Victor Stinner · 12 years ago
  51. 636130e What's New in Python 3.3: Split improved and new modules, start to write a summary by Victor Stinner · 12 years ago
  52. 8f17c1c Complete What's New in Python 3.3. by Victor Stinner · 12 years ago
  53. fa0d628 Issue #15548: Update and complete What's New in Python 3.3, especially the "os" section by Victor Stinner · 12 years ago
  54. 69a6ca5 os.unlinkat() has been removed, update os.fwalk() doc by Victor Stinner · 12 years ago
  55. 31096a9 Issue #14814: Attempt to clarify network address and broadcast address for less experienced users by Nick Coghlan · 12 years ago
  56. 7362c3e Issue #14814: Finish review of ipaddress network object docs (initial patch was by Eli Bendersky) by Nick Coghlan · 12 years ago
  57. 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
  58. 15f3d1e Issue #12655: Mention multiprocessing.cpu_count() in os.sched_getaffinity() doc by Victor Stinner · 12 years ago
  59. ba5010a merge with 3.2 by Sandro Tosi · 12 years ago
  60. da9df92 add missing period; thanks to Gaston Fiore from docs@ by Sandro Tosi · 12 years ago
  61. 8486987 Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and by Antoine Pitrou · 12 years ago
  62. d1f9352 (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n' by Victor Stinner · 12 years ago
  63. 401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't by Victor Stinner · 12 years ago
  64. 3c25dfb Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  65. 0c1c0d4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  66. 077ef45 Update the What's New details for importlib based on doc/ABC changes. by Brett Cannon · 12 years ago
  67. 773468f Ditch the 'self' argument in importlib docs since it's implied. by Brett Cannon · 12 years ago
  68. 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
  69. e3376ef Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant by Nick Coghlan · 12 years ago
  70. 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
  71. 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
  72. f37c0c7 Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py by Eli Bendersky · 12 years ago
  73. c86e8d9 Improve wording for __hash__ by Antoine Pitrou · 12 years ago
  74. 0209dc1 Clarify that hash randomization is on by default by Antoine Pitrou · 12 years ago
  75. 9a5af12 merge by Barry Warsaw · 12 years ago
  76. dadebab Finally, a coherent set of terminology for all the lil' beasties involved. by Barry Warsaw · 12 years ago
  77. dfd72bb Issue #14814: fix some typos in howto/ipaddress.rst by Eli Bendersky · 12 years ago
  78. 0e49749 Issue #14814: reorganize ipaddress documentation and document all attributes of IPv[46]Address objects by Eli Bendersky · 12 years ago
  79. 73a74da Issue #15231: rephrase the last paragraph slightly by Eli Bendersky · 12 years ago
  80. 1713f9a Update the string limit in the faulthandler documentations by Victor Stinner · 12 years ago
  81. 60622ed Minor markup tweak. by Brett Cannon · 12 years ago
  82. 73df364 Add a versionchanged mention to __import__ in regards to negative level values. by Brett Cannon · 12 years ago
  83. cbc4c19 Another XXX. by Barry Warsaw · 12 years ago
  84. c1e721b Address substantially all of Eric Snow's comments in issue #15295, except for by Barry Warsaw · 12 years ago
  85. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago
  86. a61b459 Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  87. a58d668 Improved cookbook entry and fixed typo. by Vinay Sajip · 12 years ago
  88. 69f3439 Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  89. e708a8a Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  90. c5618f0 Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago
  91. 707bd4e Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago
  92. f7dbb0f Closes #15445: Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  93. 393e23f Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios. by Vinay Sajip · 12 years ago
  94. f7a54a0 Cleanup the doc a bit: remove useless example and sentence by Eli Bendersky · 12 years ago
  95. c43c558 Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py. Patch by Chris Jerdonek by Eli Bendersky · 12 years ago
  96. e431ed2 Clarify what happens if shallow is false. Also, the caching note is not really correct since the cache gets occasionally cleared; therefore I removed it. by Eli Bendersky · 12 years ago
  97. e9f35cc MERGE: Rollback an incorrect Doc/ACKS.txt entry by Jesus Cea · 12 years ago
  98. 55624da Rollback an incorrect Doc/ACKS.txt entry by Jesus Cea · 12 years ago
  99. 653e4b3 MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 12 years ago
  100. 189fdf1 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 12 years ago