1. a60de4f Issue #17215: Fix documentation misprints (patch by July Tikhonov) by Andrew Svetlov · 12 years ago
  2. f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
  3. db0b7be Issue #17208: add a note about the termination behaviour of daemon threads. by Antoine Pitrou · 12 years ago
  4. 38b8254 Issue #17208: add a note about the termination behaviour of daemon threads. by Antoine Pitrou · 12 years ago
  5. f4b54ad Merge: #17166: fix _dummy_thread import example. by R David Murray · 12 years ago
  6. 041d553 #17166: fix _dummy_thread import example. by R David Murray · 12 years ago
  7. 5d50ade StringIO.StringIO -> io.StringIO (closes #17168) by Benjamin Peterson · 12 years ago
  8. 19a5214 Minor fix of previous commit. by Serhiy Storchaka · 12 years ago
  9. 4b109cb Minor fix of previous commit. by Serhiy Storchaka · 12 years ago
  10. 23a6726 Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. by Serhiy Storchaka · 12 years ago
  11. 4f169a7 Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. by Serhiy Storchaka · 12 years ago
  12. 8135de8 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 12 years ago
  13. 01ad622 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 12 years ago
  14. 5546b00 Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 12 years ago
  15. f1319d8 Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 12 years ago
  16. cf6e21c Addressing the review comment made by Terry Reedy by Senthil Kumaran · 12 years ago
  17. d03f467 Addressing the review comment made by Terry Reedy by Senthil Kumaran · 12 years ago
  18. 599ac4b Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 12 years ago
  19. b98e96a Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 12 years ago
  20. b3f194d Issue #16903: Popen.communicate() on Unix now accepts strings when by Serhiy Storchaka · 12 years ago
  21. 7fc972a #17109: fix headings in mock example doc. by Georg Brandl · 12 years ago
  22. fb13438 Closes #17109: fix heading levels in mock doc. by Georg Brandl · 12 years ago
  23. d4198c4 Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 12 years ago
  24. 44b8cbf Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 12 years ago
  25. c2aadc2 Issue #15116: merge from 3.2 by Ned Deily · 12 years ago
  26. ae8d6ac Issue #15116: Remove references to appscript as it is no longer being supported. by Ned Deily · 12 years ago
  27. 193e1be Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  28. b47acbf Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  29. 84ad6ae #16128: merge with 3.2. by Ezio Melotti · 12 years ago
  30. 188ad85 #16128: clarify that instances of user-defined classes compare equal with themselves. by Ezio Melotti · 12 years ago
  31. 2b4fcfb Updated venv documentation with an example. by Vinay Sajip · 12 years ago
  32. 4dafd40 fix long fixer docs (#4590) by Benjamin Peterson · 12 years ago
  33. 4c1b9f4 fix typo; thanks to Andrew Harrington from docs@ by Sandro Tosi · 12 years ago
  34. 48c50bf Clarify ET.iterparse documentation - this function is not supported by the by Eli Bendersky · 12 years ago
  35. 9427b03 Merged doc update from 3.2. by Vinay Sajip · 12 years ago
  36. 3d9e972 Corrected typo, added comment in cookbook recipe. by Vinay Sajip · 12 years ago
  37. 564e4d8 #11379: merge with 3.2. by Ezio Melotti · 12 years ago
  38. da4b5b8 #11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo. by Ezio Melotti · 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. 7f3e993 Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  42. f186911 Updated logging HOWTO with a diagram. by Vinay Sajip · 12 years ago
  43. 80c88f4 Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  44. 9fff386 Issue #17007: Merged minor changes from 3.2. by Vinay Sajip · 12 years ago
  45. 52b3d34 Issue #17007: Made minor changes to documentation wording. by Vinay Sajip · 12 years ago
  46. f29839e Issue #17007: Merged doc update from 3.2. by Vinay Sajip · 12 years ago
  47. 6c4c16c Issue #17007: Improved logging documentation based on suggestions in the issue. by Vinay Sajip · 12 years ago
  48. 014791f Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  49. e4aa08e Issue #7353: Remove references to Include/intobject.h in the C-porting howto. by Stefan Krah · 12 years ago
  50. 648fa19 end is a keyword argument by Benjamin Peterson · 12 years ago
  51. 0781900 expressions -> arguments by Benjamin Peterson · 12 years ago
  52. 5246f66 #16557: update functional howto -- "return value" is valid after PEP 380. Initial patch by Ramchandra Apte. by Ezio Melotti · 12 years ago
  53. 81b46ec #4153: merge with 3.2. by Ezio Melotti · 12 years ago
  54. 410eee5 #4153: update the Unicode howto. by Ezio Melotti · 12 years ago
  55. 2c5e950 Remove cruft and circumvolutions from the unittest docs. by Antoine Pitrou · 12 years ago
  56. ff12fae #16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  57. 288234f math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 12 years ago
  58. 6d043fc #16978: merge with 3.2. by Ezio Melotti · 12 years ago
  59. 37bfa23 math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 12 years ago
  60. 0ad344a remove warning about tb circular reference (closes #7340) by Benjamin Peterson · 12 years ago
  61. f1b045f Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 12 years ago
  62. 03530b9 Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 12 years ago
  63. 9895ab4 #16940: merge with 3.2. by Ezio Melotti · 12 years ago
  64. 7128e07 #16940: fix indentation in example. by Ezio Melotti · 12 years ago
  65. 71e39fb Issue #16933 (merge from 3.2): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  66. 174ef67 Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  67. 154dc4e Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs. by Georg Brandl · 12 years ago
  68. a525fc1 merge with 3.2 by Sandro Tosi · 12 years ago
  69. 32587fb grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 12 years ago
  70. 5a4b03d #16154: merge with 3.2. by Ezio Melotti · 12 years ago
  71. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 12 years ago
  72. b2b2252 Issue #16874 (merge from 3.2): fix some documentation formatting. by Chris Jerdonek · 12 years ago
  73. 444d153 Issue #16874 (forward-port from 2.7): fix some documentation formatting. by Chris Jerdonek · 12 years ago
  74. d394455 merge #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  75. 3f7beb9 #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  76. e212370 Use correct methods in unittest.mock examples. by Ezio Melotti · 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. 0e82fd1 Issue #16884: Merged logging documentation fixes from 3.2. by Vinay Sajip · 12 years ago
  80. e50f4d2 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. by Vinay Sajip · 12 years ago
  81. e6dec98 merge #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  82. a4e700c #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  83. 9f6a239 #16862: merge with 3.2. by Ezio Melotti · 12 years ago
  84. 7449231 #16862: remove outdated statements about Stackless. by Ezio Melotti · 12 years ago
  85. 9beeefb Cleanup a few minor things. by Ezio Melotti · 12 years ago
  86. 87b83dd Merge example fix with 3.2. by Ezio Melotti · 12 years ago
  87. 19cdee8 Fix example by making the exception inherit from Exception. by Ezio Melotti · 12 years ago
  88. 7d48669 #13094: merge with 3.2. by Ezio Melotti · 12 years ago
  89. cad8b0f #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 12 years ago
  90. bf064b3 merge 3.2 by Benjamin Peterson · 12 years ago
  91. d73f369 merge heads by Benjamin Peterson · 12 years ago
  92. 0a2c4f5 drop email (closes #16857) by Benjamin Peterson · 12 years ago
  93. 407c2ac #16747: merge with 3.2. by Ezio Melotti · 12 years ago
  94. d581fff #16747: fix link to file objects in the glossary. by Ezio Melotti · 12 years ago
  95. a6d0dd5 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  96. 78f3ce5 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  97. 75b936e Fix incorrect grammar in sched documentation. by Serhiy Storchaka · 12 years ago
  98. a63eced update another year by Benjamin Peterson · 12 years ago
  99. 198399d bring Python into 2013 by Benjamin Peterson · 12 years ago
  100. 0dc5ab4 Merged `parser.clean()` fix (issue #16820) from 3.2. by Łukasz Langa · 12 years ago