1. 605a95a #11379: merge with 3.3. by Ezio Melotti · 12 years ago
  2. 564e4d8 #11379: merge with 3.2. by Ezio Melotti · 12 years ago
  3. da4b5b8 #11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo. by Ezio Melotti · 12 years ago
  4. 2ba095c Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  5. 80c88f4 Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  6. e461f79 Issue #17007: Merged minor changes from 3.3. by Vinay Sajip · 12 years ago
  7. 9fff386 Issue #17007: Merged minor changes from 3.2. by Vinay Sajip · 12 years ago
  8. 52b3d34 Issue #17007: Made minor changes to documentation wording. by Vinay Sajip · 12 years ago
  9. 272b0e3 Closes #17007: Merged doc update from 3.3. by Vinay Sajip · 12 years ago
  10. f29839e Issue #17007: Merged doc update from 3.2. by Vinay Sajip · 12 years ago
  11. 6c4c16c Issue #17007: Improved logging documentation based on suggestions in the issue. by Vinay Sajip · 12 years ago
  12. 5b987c2 Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  13. 014791f Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  14. 21f3283 Remove cruft and circumvolutions from the unittest docs. by Antoine Pitrou · 12 years ago
  15. 2c5e950 Remove cruft and circumvolutions from the unittest docs. by Antoine Pitrou · 12 years ago
  16. e6eb408 #16978: merge with 3.3. by Ezio Melotti · 12 years ago
  17. 6d043fc #16978: merge with 3.2. by Ezio Melotti · 12 years ago
  18. ff12fae #16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  19. 4cdd4c0 math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 12 years ago
  20. 37bfa23 math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 12 years ago
  21. 288234f math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 12 years ago
  22. 184f015 merge 3.3 (#7340) by Benjamin Peterson · 12 years ago
  23. 0ad344a remove warning about tb circular reference (closes #7340) by Benjamin Peterson · 12 years ago
  24. 1bd7f02 Issue #5066: Update IDLE docs by Andrew Svetlov · 12 years ago
  25. 9e189f0 Cleanup the docs ElementTree a bit. by Serhiy Storchaka · 12 years ago
  26. f1b045f Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 12 years ago
  27. 03530b9 Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 12 years ago
  28. 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
  29. a9a2ef5 Close #14377: Add a new parameter to ElementTree.write and some module-level by Eli Bendersky · 12 years ago
  30. abdcf2c fix versionadded to 3.4 by Eli Bendersky · 12 years ago
  31. 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
  32. e6f3d53 #16940: merge with 3.3. by Ezio Melotti · 12 years ago
  33. 9895ab4 #16940: merge with 3.2. by Ezio Melotti · 12 years ago
  34. 7128e07 #16940: fix indentation in example. by Ezio Melotti · 12 years ago
  35. eb9e885 Issue #16933 (merge from 3.3): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  36. 71e39fb Issue #16933 (merge from 3.2): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  37. 174ef67 Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  38. 1ba81ee Closes #16613: Added optional mapping argument to ChainMap.new_child. by Vinay Sajip · 12 years ago
  39. cba18fe merge with 3.3 by Georg Brandl · 12 years ago
  40. 154dc4e Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs. by Georg Brandl · 12 years ago
  41. 9d30698 #16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is by Tim Golden · 12 years ago
  42. ba8279f merge with 3.3 by Sandro Tosi · 12 years ago
  43. a525fc1 merge with 3.2 by Sandro Tosi · 12 years ago
  44. 32587fb grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 12 years ago
  45. 14af64f #16154: merge with 3.3. by Ezio Melotti · 12 years ago
  46. 5a4b03d #16154: merge with 3.2. by Ezio Melotti · 12 years ago
  47. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 12 years ago
  48. edb0e5e merge #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  49. d394455 merge #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  50. 3f7beb9 #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  51. 594f20c Merge unittest.mock examples fixes. by Ezio Melotti · 12 years ago
  52. e212370 Use correct methods in unittest.mock examples. by Ezio Melotti · 12 years ago
  53. f43c4d6 Issue #16884: Merged doc fix from 3.3. by Vinay Sajip · 12 years ago
  54. 9a54653 Issue #16884: Merged doc fix from 3.2. by Vinay Sajip · 12 years ago
  55. 21b3082 Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier. by Vinay Sajip · 12 years ago
  56. ed6f37c Closes #16884: Merged logging documentation fixes from 3.3. by Vinay Sajip · 12 years ago
  57. 0e82fd1 Issue #16884: Merged logging documentation fixes from 3.2. by Vinay Sajip · 12 years ago
  58. e50f4d2 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. by Vinay Sajip · 12 years ago
  59. 4e62033 merge #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  60. e6dec98 merge #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  61. a4e700c #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  62. 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
  63. cc85a15 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  64. a6d0dd5 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  65. 78f3ce5 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  66. 805ae0d Fix incorrect grammar in sched documentation. by Serhiy Storchaka · 12 years ago
  67. 75b936e Fix incorrect grammar in sched documentation. by Serhiy Storchaka · 12 years ago
  68. 1dce000 Merged `parser.clean()` fix (issue #16820) from 3.2 through 3.3. by Łukasz Langa · 12 years ago
  69. 0dc5ab4 Merged `parser.clean()` fix (issue #16820) from 3.2. by Łukasz Langa · 12 years ago
  70. 3a8479a Fixes `parser.clean()` reported in issue #16820. by Łukasz Langa · 12 years ago
  71. 44c66c7 Issue #16486: Make aifc files work with 'with' as context managers. by Serhiy Storchaka · 12 years ago
  72. 3c80ce4 Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  73. c04957b Issue #16641: Fix default values of sched.scheduler.enter arguments were modifiable. by Serhiy Storchaka · 12 years ago
  74. d1ced9e Issue #16642: Document kwargs field in sched.Event named tuple. by Serhiy Storchaka · 12 years ago
  75. e912496 Issue #16642: Document kwargs field in sched.Event named tuple. by Serhiy Storchaka · 12 years ago
  76. 774715c #16796: merge with 3.3. by Ezio Melotti · 12 years ago
  77. 63ee149 #16796: merge with 3.2. by Ezio Melotti · 12 years ago
  78. 52336f0 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 12 years ago
  79. 464a218 Issue #16682: Replace "Python string" to "bytes object" in audioop documentation. by Serhiy Storchaka · 12 years ago
  80. e261055 Issue #16682: Replace "Python string" to "bytes object" in audioop documentation. by Serhiy Storchaka · 12 years ago
  81. c8bd74d Issue #16682: Replace "Python string" to "bytes object" in audioop documentation. by Serhiy Storchaka · 12 years ago
  82. cdf680f MERGE: Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 12 years ago
  83. aa24468 MERGE: Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 12 years ago
  84. c73f863 Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 12 years ago
  85. cacb400 Merge with 3.3 by Kristján Valur Jónsson · 12 years ago
  86. c8e7e2b Merge with 3.2 : by Kristján Valur Jónsson · 12 years ago
  87. 490b32a Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. by Brian Curtin · 12 years ago
  88. 36852b7 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 12 years ago
  89. 0794fe0 Add NEWS and docs for #9856 by Andrew Svetlov · 12 years ago
  90. c0fc958 Add a missing versionadded. by Georg Brandl · 12 years ago
  91. 301162b merge 3.3 (closes #16687) by Benjamin Peterson · 12 years ago
  92. 9cb7bd2 link to GIL as a term by Benjamin Peterson · 12 years ago
  93. bd584d5 fix typo (#16687) by Benjamin Peterson · 12 years ago
  94. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  95. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  96. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  97. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  98. a9466c6 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  99. e2303f8 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  100. 4001e96 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago