1. 560eff1 Merged doc update from 3.3. by Vinay Sajip · 12 years ago
  2. 9427b03 Merged doc update from 3.2. by Vinay Sajip · 12 years ago
  3. 3d9e972 Corrected typo, added comment in cookbook recipe. by Vinay Sajip · 12 years ago
  4. 605a95a #11379: merge with 3.3. by Ezio Melotti · 12 years ago
  5. 564e4d8 #11379: merge with 3.2. by Ezio Melotti · 12 years ago
  6. da4b5b8 #11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo. by Ezio Melotti · 12 years ago
  7. 88069d2 Merged doc update from 3.3. by Vinay Sajip · 12 years ago
  8. a3bdce8 Merged doc update from 3.2. by Vinay Sajip · 12 years ago
  9. 4b88d6c Added cookbook recipe for structured logging. by Vinay Sajip · 12 years ago
  10. be2795a Merged documentation update from 3.3. by Vinay Sajip · 12 years ago
  11. 7f3e993 Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  12. f186911 Updated logging HOWTO with a diagram. by Vinay Sajip · 12 years ago
  13. 2ba095c Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  14. 80c88f4 Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  15. e461f79 Issue #17007: Merged minor changes from 3.3. by Vinay Sajip · 12 years ago
  16. 9fff386 Issue #17007: Merged minor changes from 3.2. by Vinay Sajip · 12 years ago
  17. 52b3d34 Issue #17007: Made minor changes to documentation wording. by Vinay Sajip · 12 years ago
  18. 272b0e3 Closes #17007: Merged doc update from 3.3. by Vinay Sajip · 12 years ago
  19. f29839e Issue #17007: Merged doc update from 3.2. by Vinay Sajip · 12 years ago
  20. 6c4c16c Issue #17007: Improved logging documentation based on suggestions in the issue. by Vinay Sajip · 12 years ago
  21. 5b987c2 Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  22. 014791f Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  23. a12ff2c Merge 3.3. by Stefan Krah · 12 years ago
  24. e4aa08e Issue #7353: Remove references to Include/intobject.h in the C-porting howto. by Stefan Krah · 12 years ago
  25. 668d2cc merge 3.3 by Benjamin Peterson · 12 years ago
  26. 648fa19 end is a keyword argument by Benjamin Peterson · 12 years ago
  27. e7ce184 merge 3.3 by Benjamin Peterson · 12 years ago
  28. 0781900 expressions -> arguments by Benjamin Peterson · 12 years ago
  29. c7ca59a #16557: merge with 3.3. by Ezio Melotti · 12 years ago
  30. 5246f66 #16557: update functional howto -- "return value" is valid after PEP 380. Initial patch by Ramchandra Apte. by Ezio Melotti · 12 years ago
  31. 60a64d7 #4153: merge with 3.3. by Ezio Melotti · 12 years ago
  32. 81b46ec #4153: merge with 3.2. by Ezio Melotti · 12 years ago
  33. 410eee5 #4153: update the Unicode howto. by Ezio Melotti · 12 years ago
  34. 21f3283 Remove cruft and circumvolutions from the unittest docs. by Antoine Pitrou · 12 years ago
  35. 2c5e950 Remove cruft and circumvolutions from the unittest docs. by Antoine Pitrou · 12 years ago
  36. e6eb408 #16978: merge with 3.3. by Ezio Melotti · 12 years ago
  37. 6d043fc #16978: merge with 3.2. by Ezio Melotti · 12 years ago
  38. ff12fae #16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  39. 4cdd4c0 math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 12 years ago
  40. 37bfa23 math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 12 years ago
  41. 288234f math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 12 years ago
  42. 184f015 merge 3.3 (#7340) by Benjamin Peterson · 12 years ago
  43. 0ad344a remove warning about tb circular reference (closes #7340) by Benjamin Peterson · 12 years ago
  44. 1bd7f02 Issue #5066: Update IDLE docs by Andrew Svetlov · 12 years ago
  45. 9e189f0 Cleanup the docs ElementTree a bit. by Serhiy Storchaka · 12 years ago
  46. f1b045f Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 12 years ago
  47. 03530b9 Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 12 years ago
  48. 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
  49. a9a2ef5 Close #14377: Add a new parameter to ElementTree.write and some module-level by Eli Bendersky · 12 years ago
  50. abdcf2c fix versionadded to 3.4 by Eli Bendersky · 12 years ago
  51. 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
  52. e6f3d53 #16940: merge with 3.3. by Ezio Melotti · 12 years ago
  53. 9895ab4 #16940: merge with 3.2. by Ezio Melotti · 12 years ago
  54. 7128e07 #16940: fix indentation in example. by Ezio Melotti · 12 years ago
  55. eb9e885 Issue #16933 (merge from 3.3): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  56. 71e39fb Issue #16933 (merge from 3.2): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  57. 174ef67 Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  58. 1ba81ee Closes #16613: Added optional mapping argument to ChainMap.new_child. by Vinay Sajip · 12 years ago
  59. cba18fe merge with 3.3 by Georg Brandl · 12 years ago
  60. 154dc4e Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs. by Georg Brandl · 12 years ago
  61. 9d30698 #16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is by Tim Golden · 12 years ago
  62. ba8279f merge with 3.3 by Sandro Tosi · 12 years ago
  63. a525fc1 merge with 3.2 by Sandro Tosi · 12 years ago
  64. 32587fb grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 12 years ago
  65. 14af64f #16154: merge with 3.3. by Ezio Melotti · 12 years ago
  66. 5a4b03d #16154: merge with 3.2. by Ezio Melotti · 12 years ago
  67. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 12 years ago
  68. 1f49c5c Issue #16874 (merge from 3.3): fix some documentation formatting. by Chris Jerdonek · 12 years ago
  69. b2b2252 Issue #16874 (merge from 3.2): fix some documentation formatting. by Chris Jerdonek · 12 years ago
  70. 444d153 Issue #16874 (forward-port from 2.7): fix some documentation formatting. by Chris Jerdonek · 12 years ago
  71. edb0e5e merge #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  72. d394455 merge #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  73. 3f7beb9 #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  74. 594f20c Merge unittest.mock examples fixes. by Ezio Melotti · 12 years ago
  75. e212370 Use correct methods in unittest.mock examples. by Ezio Melotti · 12 years ago
  76. f43c4d6 Issue #16884: Merged doc fix from 3.3. by Vinay Sajip · 12 years ago
  77. 9a54653 Issue #16884: Merged doc fix from 3.2. by Vinay Sajip · 12 years ago
  78. 21b3082 Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier. by Vinay Sajip · 12 years ago
  79. ed6f37c Closes #16884: Merged logging documentation fixes from 3.3. by Vinay Sajip · 12 years ago
  80. 0e82fd1 Issue #16884: Merged logging documentation fixes from 3.2. by Vinay Sajip · 12 years ago
  81. e50f4d2 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. by Vinay Sajip · 12 years ago
  82. 4e62033 merge #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  83. e6dec98 merge #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  84. a4e700c #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  85. 58ddc9d Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method. by Antoine Pitrou · 12 years ago
  86. a2f9591 #16862: merge with 3.3. by Ezio Melotti · 12 years ago
  87. 9f6a239 #16862: merge with 3.2. by Ezio Melotti · 12 years ago
  88. 7449231 #16862: remove outdated statements about Stackless. by Ezio Melotti · 12 years ago
  89. 9beeefb Cleanup a few minor things. by Ezio Melotti · 12 years ago
  90. 0ae3525 Merge example fix with 3.3. by Ezio Melotti · 12 years ago
  91. 87b83dd Merge example fix with 3.2. by Ezio Melotti · 12 years ago
  92. 19cdee8 Fix example by making the exception inherit from Exception. by Ezio Melotti · 12 years ago
  93. d05d3cc #13094: merge with 3.3. by Ezio Melotti · 12 years ago
  94. 7d48669 #13094: merge with 3.2. by Ezio Melotti · 12 years ago
  95. cad8b0f #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 12 years ago
  96. ca61429 merge 3.3 by Benjamin Peterson · 12 years ago
  97. bf064b3 merge 3.2 by Benjamin Peterson · 12 years ago
  98. d73f369 merge heads by Benjamin Peterson · 12 years ago
  99. 0a2c4f5 drop email (closes #16857) by Benjamin Peterson · 12 years ago
  100. f422676 #16747: merge with 3.3. by Ezio Melotti · 12 years ago