1. d5bdb1f #17265: fix highlight in template example. Initial patch by Berker Peksag. by Ezio Melotti · 12 years ago
  2. f157571 Issue #17208: add a note about the termination behaviour of daemon threads. by Antoine Pitrou · 12 years ago
  3. 62e709c Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 13 years ago
  4. ec02217 whitespace fix by Gregory P. Smith · 13 years ago
  5. a26ec65 Issue #6972: fix the documentation mis applied patch. by Gregory P. Smith · 13 years ago
  6. 785d1b1 Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 13 years ago
  7. dc6dc4b Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 13 years ago
  8. 7045f05 Issue #15116: Remove references to appscript as it is no longer being supported. by Ned Deily · 13 years ago
  9. 608cc45 Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 13 years ago
  10. 139e445 #16128: clarify that instances of user-defined classes compare equal with themselves. by Ezio Melotti · 13 years ago
  11. b322621 Added clarification to logging HOWTO. by Vinay Sajip · 13 years ago
  12. 8d15ca3 fix long fixer docs (#4590) by Benjamin Peterson · 13 years ago
  13. c19d7b6 fix typo; thanks to Dmitry Northerner from docs@ by Sandro Tosi · 13 years ago
  14. f4fbf24 Issue #9708: clarify doc of iterparse - cElementTree doesn't support the parser argument by Eli Bendersky · 13 years ago
  15. eb01949 Corrected typo, added comment in cookbook recipe. by Vinay Sajip · 13 years ago
  16. f5da3ec #11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo. by Ezio Melotti · 13 years ago
  17. a0c9a4e Added cookbook recipe for structured logging. by Vinay Sajip · 13 years ago
  18. 0f2bd02 Updated logging HOWTO with a diagram. by Vinay Sajip · 13 years ago
  19. 8a459d9 Issue #17007: Made minor changes to documentation wording. by Vinay Sajip · 13 years ago
  20. cb309c5 Issue #17007: Improved logging documentation based on suggestions in the issue. by Vinay Sajip · 13 years ago
  21. b357db8 Backport 6df456f8fc6d. by Stefan Krah · 13 years ago
  22. 86af581 #16985: Remove incorrect phrase indication presence of non-present concrete UTC tzinfo instance. by Jason R. Coombs · 13 years ago
  23. 9e0f462 #16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
  24. a670fcc math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 13 years ago
  25. d0c665e Remove pointless discussion of the lack of a ternary operator by Antoine Pitrou · 13 years ago
  26. 3d4a02a Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 13 years ago
  27. dc157fc #16940: fix indentation in example. by Ezio Melotti · 13 years ago
  28. 92e2fc8 Issue #16933: Improve choices examples in argparse documentation. by Chris Jerdonek · 13 years ago
  29. 8b41c2e Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs. by Georg Brandl · 13 years ago
  30. 2534f9a grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 13 years ago
  31. 14091a6 Merge heads. by Ezio Melotti · 13 years ago
  32. 57dfb22 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 13 years ago
  33. d3003cb Issue #16874: fix formatting of setup.py upload options in documentation. by Chris Jerdonek · 13 years ago
  34. bcd9971 #13934: document sqlite version strings. by R David Murray · 13 years ago
  35. ec8f8f7 Issue #15782: Prevent compile errors of OS X Carbon modules _Fm, _Qd, and by Ned Deily · 13 years ago
  36. 3a5fc4b Issue #16884: Updated docs to use 'note' directives. by Vinay Sajip · 13 years ago
  37. b847c7f #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 13 years ago
  38. 9ae4711 #16862: remove outdated statements about Stackless. by Ezio Melotti · 13 years ago
  39. 7be3e18 Cleanup a few minor things. by Ezio Melotti · 13 years ago
  40. 58abc5b #13094: add Programming FAQ entry about the behavior of closures. by Ezio Melotti · 13 years ago
  41. 717e50e Issue #16747: Reflow iterable glossary entry to match 3.x change e19ed347523e. by Chris Jerdonek · 13 years ago
  42. 830b4a8 drop email (closes #16857) by Benjamin Peterson · 13 years ago
  43. 049a378 issue 10527: fix missing import by Giampaolo Rodola' · 13 years ago
  44. f29abd3 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 13 years ago
  45. 856cb0f update another year by Benjamin Peterson · 13 years ago
  46. 1f7df8f merge heads by Benjamin Peterson · 13 years ago
  47. b25d611 bring Python into 2013 by Benjamin Peterson · 13 years ago
  48. c195b4e Make the from_iterable() recipe more usable. by Raymond Hettinger · 13 years ago
  49. 82ee303 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 13 years ago
  50. 4947049 Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 13 years ago
  51. cf4710c Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 13 years ago
  52. b0d1c37 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 13 years ago
  53. 3b65a9e #16760: use ref:`match-objects` instead of :class:`MatchObject`. by Ezio Melotti · 13 years ago
  54. 4268b3a #16677: rename section header and fix markup. by Ezio Melotti · 13 years ago
  55. 513e9b4 #16666: document default values for socket.getaddrinfo in the text to clarify that it doesn't accept keyword args. by Ezio Melotti · 13 years ago
  56. 8e1e816 Add missing label. by Georg Brandl · 13 years ago
  57. 9a772e5 Fix indentation. by Georg Brandl · 13 years ago
  58. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  59. 78efadb Update example: Counter.subtract returns None, not self by Andrew Svetlov · 13 years ago
  60. bc453ca Fix #14901. Update some sections of Windows FAQ. by Brian Curtin · 13 years ago
  61. eea058b #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. by Ezio Melotti · 13 years ago
  62. 28d21ca #16681: use "bidirectional class" instead of "bidirectional category". by Ezio Melotti · 13 years ago
  63. bfb0989 Document the reason attribute of urllib.HTTPError Patch by Berker Peksag by Senthil Kumaran · 13 years ago
  64. 5ead554 Add versionchanged note for a56cebff113a by Éric Araujo · 13 years ago
  65. bd5279e Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 13 years ago
  66. b7bc925 Remove debug output from example. by Ezio Melotti · 13 years ago
  67. 766849b Document that hour in datetime.time ctor is optional parameter. by Andrew Svetlov · 13 years ago
  68. d5f462b document UnicodeError attributes by Benjamin Peterson · 13 years ago
  69. 63b0448 #16589: fix pprint signatures in the doc (backport of 106ee4eb5970). by Ezio Melotti · 13 years ago
  70. 8da8268 Backport from 3.2: improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 13 years ago
  71. 6a5c2e6 Issue #16194: document imp.load_dynamic problems by Andrew Svetlov · 13 years ago
  72. 3a237eb #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 13 years ago
  73. eff174b #16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns. by Ezio Melotti · 13 years ago
  74. 55b4cfb Add hyperlinks to the docs of some os.path functions (issue #16552). by Chris Jerdonek · 13 years ago
  75. 1658797 Issue #16339: Document and test exec(stmt, globals, locals) form in Python 2.7. by Mark Dickinson · 13 years ago
  76. 56913b7 #16530: the "options" arg of os.wait3 is required. by Ezio Melotti · 13 years ago
  77. 01560de #16503: clarify "apply" docs. by Ezio Melotti · 13 years ago
  78. 9fab5ce The poplib module provides two classes, not one. by Antoine Pitrou · 13 years ago
  79. 355637b #16053: document csv.Dialect.strict. Patch by Kushal Das. by Ezio Melotti · 13 years ago
  80. 3c9181b Typo fix. by Mark Dickinson · 13 years ago
  81. 0d18731 Issue #12005: clarify behaviour of % and // for Decimal objects. by Mark Dickinson · 13 years ago
  82. 1df43d3 #16420: document a way to escape metacharacters in glob/fnmatch. by Ezio Melotti · 13 years ago
  83. 820f2bd Update section about dir() in the tutorial. by Ezio Melotti · 13 years ago
  84. 9236a4e #16470: mention set and dict comprehension in the tutorial. Patch by Yongzhi Pan. by Ezio Melotti · 13 years ago
  85. 526b553 Remove versionadded from the tutorial, at a location where it produces more questions than it answers. by Georg Brandl · 13 years ago
  86. 0801231 Backport from 3.2: update PyPI docs regarding listing versions (issue #16400). by Chris Jerdonek · 13 years ago
  87. 9e173eb Link to "XRange Type" section in xrange() built-in function documentation. by Chris Jerdonek · 13 years ago
  88. 8a0d58b Use 2.x "print" syntax for this example. by Georg Brandl · 13 years ago
  89. 04050b8 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 13 years ago
  90. 67f089f Backport from 3.2: adjust set and frozenset function docs (issue #16436). by Chris Jerdonek · 13 years ago
  91. 8523db7 Backport from 3.2: improve FAQ link in documentation (for issue #16435). by Chris Jerdonek · 13 years ago
  92. 0901776 #16440: fix exception type and clarify example. by Ezio Melotti · 13 years ago
  93. 3eb0e1d Issue #16439: Fix markup in example for stdtypes. by Andrew Svetlov · 13 years ago
  94. 527b149 #11481: fix markup. by Ezio Melotti · 13 years ago
  95. b1c0e3b #11481: update copy_reg docs and add example. by Ezio Melotti · 13 years ago
  96. 26025d6 #10385: use the mod role in subprocess docs. by Ezio Melotti · 13 years ago
  97. 51c374d #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. by Ezio Melotti · 13 years ago
  98. b9829fc Backport from 3.2: link to mapping glossary entry in docs. by Chris Jerdonek · 13 years ago
  99. d1076db #4711: break long words in the docs sidebar to avoid overflow. by Ezio Melotti · 13 years ago
  100. cfe446e Remove trailing whitespace. by Ezio Melotti · 13 years ago