1. b36f7d7 Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 12 years ago
  2. 599ac4b Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 12 years ago
  3. b98e96a Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 12 years ago
  4. 773e42d Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian by Charles-François Natali · 12 years ago
  5. b3f194d Issue #16903: Popen.communicate() on Unix now accepts strings when by Serhiy Storchaka · 12 years ago
  6. cd50108 merge with 3.3 by Georg Brandl · 12 years ago
  7. 7fc972a #17109: fix headings in mock example doc. by Georg Brandl · 12 years ago
  8. ecfb963 merge with 3.3 by Georg Brandl · 12 years ago
  9. fb13438 Closes #17109: fix heading levels in mock doc. by Georg Brandl · 12 years ago
  10. 5c64df7 Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name. by Antoine Pitrou · 12 years ago
  11. 8f59021 Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 12 years ago
  12. d4198c4 Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 12 years ago
  13. 44b8cbf Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 12 years ago
  14. 0dfacb7 Issue #15116: merge from 3.3 by Ned Deily · 12 years ago
  15. c2aadc2 Issue #15116: merge from 3.2 by Ned Deily · 12 years ago
  16. ae8d6ac Issue #15116: Remove references to appscript as it is no longer being supported. by Ned Deily · 12 years ago
  17. ae42ec8 Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  18. 193e1be Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  19. b47acbf Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  20. 3182a3e #16128: merge with 3.3. by Ezio Melotti · 12 years ago
  21. 84ad6ae #16128: merge with 3.2. by Ezio Melotti · 12 years ago
  22. 188ad85 #16128: clarify that instances of user-defined classes compare equal with themselves. by Ezio Melotti · 12 years ago
  23. d23c0a8 #17040: document that shelve.open() and the Shelf object can be used as context managers. Initial patch by Berker Peksag. by Ezio Melotti · 12 years ago
  24. 05361ba Merged documentation update from 3.3. by Vinay Sajip · 12 years ago
  25. 2b4fcfb Updated venv documentation with an example. by Vinay Sajip · 12 years ago
  26. 63c5202 merge 3.3 (#4590) by Benjamin Peterson · 12 years ago
  27. 4dafd40 fix long fixer docs (#4590) by Benjamin Peterson · 12 years ago
  28. 07c7136 Issue #16772: in int(x, base), non-integer bases must have an __index__ method. by Mark Dickinson · 12 years ago
  29. 876a58b merge with 3.3 by Sandro Tosi · 12 years ago
  30. 4c1b9f4 fix typo; thanks to Andrew Harrington from docs@ by Sandro Tosi · 12 years ago
  31. 48c50bf Clarify ET.iterparse documentation - this function is not supported by the by Eli Bendersky · 12 years ago
  32. 560eff1 Merged doc update from 3.3. by Vinay Sajip · 12 years ago
  33. 9427b03 Merged doc update from 3.2. by Vinay Sajip · 12 years ago
  34. 3d9e972 Corrected typo, added comment in cookbook recipe. by Vinay Sajip · 12 years ago
  35. 605a95a #11379: merge with 3.3. by Ezio Melotti · 12 years ago
  36. 564e4d8 #11379: merge with 3.2. by Ezio Melotti · 12 years ago
  37. da4b5b8 #11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo. by Ezio Melotti · 12 years ago
  38. 88069d2 Merged doc update from 3.3. by Vinay Sajip · 12 years ago
  39. a3bdce8 Merged doc update from 3.2. by Vinay Sajip · 12 years ago
  40. 4b88d6c Added cookbook recipe for structured logging. by Vinay Sajip · 12 years ago
  41. be2795a Merged documentation update from 3.3. by Vinay Sajip · 12 years ago
  42. 7f3e993 Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  43. f186911 Updated logging HOWTO with a diagram. by Vinay Sajip · 12 years ago
  44. 2ba095c Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  45. 80c88f4 Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  46. e461f79 Issue #17007: Merged minor changes from 3.3. by Vinay Sajip · 12 years ago
  47. 9fff386 Issue #17007: Merged minor changes from 3.2. by Vinay Sajip · 12 years ago
  48. 52b3d34 Issue #17007: Made minor changes to documentation wording. by Vinay Sajip · 12 years ago
  49. 272b0e3 Closes #17007: Merged doc update from 3.3. by Vinay Sajip · 12 years ago
  50. f29839e Issue #17007: Merged doc update from 3.2. by Vinay Sajip · 12 years ago
  51. 6c4c16c Issue #17007: Improved logging documentation based on suggestions in the issue. by Vinay Sajip · 12 years ago
  52. 5b987c2 Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  53. 014791f Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  54. a12ff2c Merge 3.3. by Stefan Krah · 12 years ago
  55. e4aa08e Issue #7353: Remove references to Include/intobject.h in the C-porting howto. by Stefan Krah · 12 years ago
  56. 668d2cc merge 3.3 by Benjamin Peterson · 12 years ago
  57. 648fa19 end is a keyword argument by Benjamin Peterson · 12 years ago
  58. e7ce184 merge 3.3 by Benjamin Peterson · 12 years ago
  59. 0781900 expressions -> arguments by Benjamin Peterson · 12 years ago
  60. c7ca59a #16557: merge with 3.3. by Ezio Melotti · 12 years ago
  61. 5246f66 #16557: update functional howto -- "return value" is valid after PEP 380. Initial patch by Ramchandra Apte. by Ezio Melotti · 12 years ago
  62. 60a64d7 #4153: merge with 3.3. by Ezio Melotti · 12 years ago
  63. 81b46ec #4153: merge with 3.2. by Ezio Melotti · 12 years ago
  64. 410eee5 #4153: update the Unicode howto. by Ezio Melotti · 12 years ago
  65. 21f3283 Remove cruft and circumvolutions from the unittest docs. by Antoine Pitrou · 12 years ago
  66. 2c5e950 Remove cruft and circumvolutions from the unittest docs. by Antoine Pitrou · 12 years ago
  67. e6eb408 #16978: merge with 3.3. by Ezio Melotti · 12 years ago
  68. 6d043fc #16978: merge with 3.2. by Ezio Melotti · 12 years ago
  69. ff12fae #16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  70. 4cdd4c0 math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 12 years ago
  71. 37bfa23 math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 12 years ago
  72. 288234f math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 12 years ago
  73. 184f015 merge 3.3 (#7340) by Benjamin Peterson · 12 years ago
  74. 0ad344a remove warning about tb circular reference (closes #7340) by Benjamin Peterson · 12 years ago
  75. 1bd7f02 Issue #5066: Update IDLE docs by Andrew Svetlov · 12 years ago
  76. 9e189f0 Cleanup the docs ElementTree a bit. by Serhiy Storchaka · 12 years ago
  77. f1b045f Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 12 years ago
  78. 03530b9 Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 12 years ago
  79. e9af827 Cleanup the docs ElementTree a bit and describe the default_namespace parameter. In the code, replace the old outdated Doxygen-ish comment above ElementTree.write by a proper docstring. by Eli Bendersky · 12 years ago
  80. a9a2ef5 Close #14377: Add a new parameter to ElementTree.write and some module-level by Eli Bendersky · 12 years ago
  81. abdcf2c fix versionadded to 3.4 by Eli Bendersky · 12 years ago
  82. eb2884a Close #15442: Expand the list of default directories ignored by filecmp.dircmp and expose it as a module attribute by Eli Bendersky · 12 years ago
  83. e6f3d53 #16940: merge with 3.3. by Ezio Melotti · 12 years ago
  84. 9895ab4 #16940: merge with 3.2. by Ezio Melotti · 12 years ago
  85. 7128e07 #16940: fix indentation in example. by Ezio Melotti · 12 years ago
  86. eb9e885 Issue #16933 (merge from 3.3): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  87. 71e39fb Issue #16933 (merge from 3.2): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  88. 174ef67 Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  89. 1ba81ee Closes #16613: Added optional mapping argument to ChainMap.new_child. by Vinay Sajip · 12 years ago
  90. cba18fe merge with 3.3 by Georg Brandl · 12 years ago
  91. 154dc4e Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs. by Georg Brandl · 12 years ago
  92. 9d30698 #16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is by Tim Golden · 12 years ago
  93. ba8279f merge with 3.3 by Sandro Tosi · 12 years ago
  94. a525fc1 merge with 3.2 by Sandro Tosi · 12 years ago
  95. 32587fb grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 12 years ago
  96. 14af64f #16154: merge with 3.3. by Ezio Melotti · 12 years ago
  97. 5a4b03d #16154: merge with 3.2. by Ezio Melotti · 12 years ago
  98. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 12 years ago
  99. 1f49c5c Issue #16874 (merge from 3.3): fix some documentation formatting. by Chris Jerdonek · 12 years ago
  100. b2b2252 Issue #16874 (merge from 3.2): fix some documentation formatting. by Chris Jerdonek · 12 years ago