1. ec6e132 Issue #17415: Clarify 'this' referent by moving containing sentence just after by Terry Jan Reedy · 11 years ago
  2. dff04f4 Issue #17418: specify that buffer sizes are bytes as soon as possible. by Terry Jan Reedy · 11 years ago
  3. f3f0681 Issue #17398: document url argument of RobotFileParser by Terry Jan Reedy · 11 years ago
  4. b5fe247 #17307 - Example of HTTP PUT Request using http.client by Senthil Kumaran · 11 years ago
  5. 6771462 #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah. by Ezio Melotti · 11 years ago
  6. 7343cb0 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 11 years ago
  7. 65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* by Terry Jan Reedy · 11 years ago
  8. af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. by Ezio Melotti · 11 years ago
  9. 490cf44 Add warning in ctypes documentation for #16575 and #16576 by Eli Bendersky · 11 years ago
  10. 9cbcc2f Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 11 years ago
  11. 832d99b Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation. by Vinay Sajip · 11 years ago
  12. f81de8d Issue #17378: ctypes documentation fix. by Eli Bendersky · 11 years ago
  13. 1f38621 #11732: add a new suppress_crash_popup() context manager to test.support that disables crash popups on Windows and use it in test_ctypes. by Ezio Melotti · 11 years ago
  14. f9164e1 Fix doc grammar and line width by Eli Bendersky · 11 years ago
  15. 33e20d1 #17364: remove documentation for a function that does not exist. by Ezio Melotti · 11 years ago
  16. fed69ba Fix markup in unittest doc. by Ezio Melotti · 11 years ago
  17. c6641db Add a link to the demo dir. by Ezio Melotti · 11 years ago
  18. 4d6cb0f Fix markup in unittest docs. by Ezio Melotti · 11 years ago
  19. 5f79409 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior by Petri Lehtinen · 11 years ago
  20. 8fd3669 Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior by Senthil Kumaran · 11 years ago
  21. ee4a20b Issue #16695: Document how glob handles filenames starting with a dot by Petri Lehtinen · 11 years ago
  22. 9f74c6c Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 11 years ago
  23. 739d549 #15438: add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson. by Ezio Melotti · 11 years ago
  24. ad17bc0 #17271: update example in tempfile docs. by Ezio Melotti · 11 years ago
  25. d69ad55 Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 11 years ago
  26. c510a04 Issue #17225: JSON decoder now counts columns in the first line starting by Serhiy Storchaka · 11 years ago
  27. bcbc567 #17265: fix highlight in template example. Initial patch by Berker Peksag. by Ezio Melotti · 11 years ago
  28. 774a39f #13700: Make imap.authenticate with authobject work. by R David Murray · 11 years ago
  29. 38b8254 Issue #17208: add a note about the termination behaviour of daemon threads. by Antoine Pitrou · 11 years ago
  30. 041d553 #17166: fix _dummy_thread import example. by R David Murray · 11 years ago
  31. 4b109cb Minor fix of previous commit. by Serhiy Storchaka · 11 years ago
  32. 4f169a7 Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. by Serhiy Storchaka · 11 years ago
  33. 01ad622 Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 11 years ago
  34. f1319d8 Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 11 years ago
  35. d03f467 Addressing the review comment made by Terry Reedy by Senthil Kumaran · 11 years ago
  36. b98e96a Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 11 years ago
  37. b3f194d Issue #16903: Popen.communicate() on Unix now accepts strings when by Serhiy Storchaka · 11 years ago
  38. 44b8cbf Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 11 years ago
  39. b47acbf Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 11 years ago
  40. 48c50bf Clarify ET.iterparse documentation - this function is not supported by the by Eli Bendersky · 11 years ago
  41. da4b5b8 #11379: rephrase minidom documentation to use the term "minimal" instead of "lightweight". Patch by Éric Araujo. by Ezio Melotti · 11 years ago
  42. 52b3d34 Issue #17007: Made minor changes to documentation wording. by Vinay Sajip · 11 years ago
  43. 6c4c16c Issue #17007: Improved logging documentation based on suggestions in the issue. by Vinay Sajip · 11 years ago
  44. ff12fae #16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe. by Ezio Melotti · 11 years ago
  45. 288234f math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 11 years ago
  46. 03530b9 Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 11 years ago
  47. 7128e07 #16940: fix indentation in example. by Ezio Melotti · 12 years ago
  48. 174ef67 Issue #16933 (2.7 forward-port): Improve choices examples in argparse docs. by Chris Jerdonek · 12 years ago
  49. 32587fb grammatical fix; thanks to Alex Rudnick from docs@ by Sandro Tosi · 12 years ago
  50. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 12 years ago
  51. 3f7beb9 #13934: document sqlite version strings, use correct one in test. by R David Murray · 12 years ago
  52. 21b3082 Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier. by Vinay Sajip · 12 years ago
  53. e50f4d2 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. by Vinay Sajip · 12 years ago
  54. a4e700c #16877: Add mention that shell-style path expansions are not automatic. by R David Murray · 12 years ago
  55. 78f3ce5 Fix method name in documentation (__setstate__ --> __getstate__) by Eli Bendersky · 12 years ago
  56. 3a8479a Fixes `parser.clean()` reported in issue #16820. by Łukasz Langa · 12 years ago
  57. 52336f0 #16796: fix typo. Patch by Michael Schurter. by Ezio Melotti · 12 years ago
  58. c8bd74d Issue #16682: Replace "Python string" to "bytes object" in audioop documentation. by Serhiy Storchaka · 12 years ago
  59. c73f863 Closes #16789: :meth:`quit` links to constants instead of own module by Jesus Cea · 12 years ago
  60. 36852b7 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 12 years ago
  61. 4001e96 Issue #16711: Fix required method names for collections.Iterator by Andrew Svetlov · 12 years ago
  62. f635172 Update example: Counter.subtract returns None, not self by Andrew Svetlov · 12 years ago
  63. dfe109e Fix typo by Andrew Svetlov · 12 years ago
  64. e0035a2 #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  65. 1e5c9b7 #16681: use "bidirectional class" instead of "bidirectional category". by Ezio Melotti · 12 years ago
  66. 2e72831 Fix issue13211 - Document the reason attribute for urllib.error.HTTPError by Senthil Kumaran · 12 years ago
  67. 9bc9ab5 Fix a few markup/grammar nits by Éric Araujo · 12 years ago
  68. 5a2e2b8 Remove debug output from example. by Ezio Melotti · 12 years ago
  69. ed636a8 Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  70. d654ded #16333: document a way to get rid of trailing whitespace when indent is used. by Ezio Melotti · 12 years ago
  71. 7412099 Revert duplicate changes in argparse docs. by Andrew Svetlov · 12 years ago
  72. e15cb61 Issue #11076: document the way to convert argparse.Namespace to a dict. by Andrew Svetlov · 12 years ago
  73. 28c88f4 #16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns. by Ezio Melotti · 12 years ago
  74. 0b502ff Add hyperlinks to the docs of some os.path functions (issue #16552). by Chris Jerdonek · 12 years ago
  75. ba4d8ed #16530: the "options" arg of os.wait3 is required. by Ezio Melotti · 12 years ago
  76. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  77. 3813c9e The poplib module provides two classes, not one. by Antoine Pitrou · 12 years ago
  78. a69be28 #16053: document csv.Dialect.strict. Patch by Kushal Das. by Ezio Melotti · 12 years ago
  79. ec96724 Typo fix. by Mark Dickinson · 12 years ago
  80. a3f3740 Issue #12005: clarify behaviour of % and // for Decimal objects. by Mark Dickinson · 12 years ago
  81. a39a22d #16420: document a way to escape metacharacters in glob/fnmatch. by Ezio Melotti · 12 years ago
  82. 19e568d Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  83. df3abec Link set and frozenset function docs to their class definitions (issue #16436). by Chris Jerdonek · 12 years ago
  84. 8b6b176 #16440: fix exception type and clarify example. by Ezio Melotti · 12 years ago
  85. 5c90436 Issue #16439: Fix markup in example for stdtypes. by Andrew Svetlov · 12 years ago
  86. 78b18d4 #11481: update copyreg docs and add example. by Ezio Melotti · 12 years ago
  87. 402f75d #10385: use the mod role in subprocess docs. by Ezio Melotti · 12 years ago
  88. b87f82f #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. by Ezio Melotti · 12 years ago
  89. 11f3f17 Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. by Chris Jerdonek · 12 years ago
  90. d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 12 years ago
  91. 5bb4207 Reword set docs to use *proper subset/superset* terminology. by Andrew Svetlov · 12 years ago
  92. 01e1e35 merge heads by Andrew Svetlov · 12 years ago
  93. 5f91ad3 Issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  94. 6ae568b Issue #16348: Fix incorrect documentation for Decimal.remainder_near. by Mark Dickinson · 12 years ago
  95. a2959ce #16371: fix up the English a bit more. by R David Murray · 12 years ago
  96. ec42255 Issue #16371: fix typo in ctypes documentation. by Andrew Svetlov · 12 years ago
  97. e9aeca7 Fix #16197. Update docstrings and documentation to match winreg code. by Brian Curtin · 12 years ago
  98. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  99. 21b1024 merge heads by Andrew Svetlov · 12 years ago
  100. 2ec53be Issue #14570: Document json sort_keys parameter properly. by Andrew Svetlov · 12 years ago