1. abf079d Issue #20624: Exception docs wording tweak - clarify that it's okay to inherit from a subclass of Exception. by Mark Dickinson · 10 years ago
  2. 604453c #21169: add comment and doc update for getpass change. by R David Murray · 10 years ago
  3. f98021c Issue #21170: Removed invalid parameter names from unittest doc. by Terry Jan Reedy · 10 years ago
  4. 222ef82 fix verb (closes #21174) by Benjamin Peterson · 10 years ago
  5. 6d6ec25 merge from 3.3 by Senthil Kumaran · 10 years ago
  6. f5c3405 minor docfix (reported at docs@python.org) trace.py argument is --count not --counts by Senthil Kumaran · 10 years ago
  7. b30b34c Issue 21143: Fix typo in docs for max(). by Raymond Hettinger · 10 years ago
  8. 0bd22d4 Issue #20375: Clarify ET's parsing of comments and processing instructions. by Eli Bendersky · 10 years ago
  9. 31b26f6 Issue #18652: Add an itertools recipe for first_true() by Raymond Hettinger · 10 years ago
  10. f4284e4 Documentation nit. List the traditional keyword-only argument first and the default last. by Raymond Hettinger · 10 years ago
  11. da4bf8f Issue 21125: minor documentation tweak. by Raymond Hettinger · 10 years ago
  12. 1acc69c update version changed by Benjamin Peterson · 10 years ago
  13. 9dc203f merge 3.3 (#21082) by Benjamin Peterson · 10 years ago
  14. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 10 years ago
  15. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 10 years ago
  16. 9d08562 Issue #15067: Port 2.7 sqlite3 docs to 3.4 by Zachary Ware · 10 years ago
  17. c3bf692 #16716: remove deprecation warning by Andrew Svetlov · 10 years ago
  18. 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 10 years ago
  19. 5898d4f IOError -> OSError by Andrew Svetlov · 10 years ago
  20. 050f9ea Fix the doc: add deprecation warning in select module. by Andrew Svetlov · 10 years ago
  21. 3a43403 make partialmethod example work (closes #21105) by Benjamin Peterson · 10 years ago
  22. 589872c Fix doc typo. by Guido van Rossum · 10 years ago
  23. 1e1e601 Minor readability improvement. by Raymond Hettinger · 10 years ago
  24. e7d532f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 10 years ago
  25. 215ad66 Issue #12209: Minor edits to faulthandler doc. Patch written by Éric Araujo. by Victor Stinner · 10 years ago
  26. 984600f Issue #21006: asyncio doc: reorganize subprocess doc by Victor Stinner · 10 years ago
  27. 4137465 Issue #21043: Remove the recommendation for specific CA organizations by Donald Stufft · 10 years ago
  28. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 10 years ago
  29. 6a2ba94 Issue #21013: Enhance ssl.create_default_context() for server side contexts by Donald Stufft · 10 years ago
  30. f8cbbbb Issue #20913: make it clear that create_default_context() also enables hostname checking by Antoine Pitrou · 10 years ago
  31. c5e075f Issue #20913: improve the SSL security considerations to first advocate using create_default_context(). by Antoine Pitrou · 10 years ago
  32. 79ccaa2 Issue #20995: Enhance default ciphers used by the ssl module by Donald Stufft · 10 years ago
  33. 51f3129 Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa. by Victor Stinner · 10 years ago
  34. 6bc2396 Issue #21006: Fix subprocess example on Windows in asyncio doc by Victor Stinner · 10 years ago
  35. 7280486 Close #21005: Fix documentation of asyncio.subprocess.DEVNULL by Victor Stinner · 10 years ago
  36. 409a1be improve start default for relpath by Benjamin Peterson · 10 years ago
  37. dbd1c43 Fix spelling in enum docs. by Zachary Ware · 10 years ago
  38. a22ae21 Fix parameter name in docs for os.makedirs and os.removedirs. by Zachary Ware · 10 years ago
  39. 0886399 Issue #20966: Fix Tkinter Resources link by Zachary Ware · 10 years ago
  40. f5c801f Fix option description that is a warning in new Sphinx versions. by Georg Brandl · 10 years ago
  41. 0b1be1a Fix typo in example (#20963) by Éric Araujo · 10 years ago
  42. f93d3df closes #20960 by R David Murray · 10 years ago
  43. 2221f66 merge 3.3 (#11448) by Benjamin Peterson · 10 years ago
  44. a48d9ea improve set_tunnel docs (closes #11448) by Benjamin Peterson · 10 years ago
  45. 7bdf786 Issue #20950: Fix typo asyncio doc, wait() has no self parameter by Victor Stinner · 10 years ago
  46. 8bc7ef6 Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 10 years ago
  47. 790bf0d Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 10 years ago
  48. b69c0c1 whatsnew: final edit pass. by R David Murray · 10 years ago
  49. bcf7012 whatsnew: linkify some pip things, and explain why non-inheriting is good. by R David Murray · 10 years ago
  50. b895505 whatsnew: HTTPError.headers (#15701). by R David Murray · 10 years ago
  51. 5eea8a7 remove unnecessary word (closes #19060) by Benjamin Peterson · 10 years ago
  52. fa5e6e4 Fix note markup (#16805). by Éric Araujo · 10 years ago
  53. f7614d5 Close #19407: New installation & distribution guides by Nick Coghlan · 10 years ago
  54. 2fb3b82 asyncio doc: functions are coroutine, they don't return a coroutine by Victor Stinner · 10 years ago
  55. 39930c9 Close #20889: asyncio doc: Document acquire(), locked() and release() method of by Victor Stinner · 10 years ago
  56. d079d3a Close #20787: asyncio doc: fix typo. Patch written by akira. by Victor Stinner · 10 years ago
  57. 605765f merge 3.3 (#19060) by Benjamin Peterson · 10 years ago
  58. abdc16e Merge 3.3 (#16805) by Éric Araujo · 10 years ago
  59. 600e08d Merge #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 10 years ago
  60. ed5d95b #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 10 years ago
  61. 86deec1 merge 3.3 by Benjamin Peterson · 10 years ago
  62. 8e4b3c7 improve algorithms_* documentation by Benjamin Peterson · 10 years ago
  63. 11a4270 What's New in Python 3.4: Security improvements by Victor Stinner · 10 years ago
  64. 637d2e9 Issue #20888: improve "Pretty Top" example of tracemalloc, use linecache by Victor Stinner · 10 years ago
  65. 0c18282 whatsnew: remove XXXs. by R David Murray · 10 years ago
  66. 9ea2a63 whatsnew: deprecation of ElementTree XMLParser *html* and iterparse *parser*. by R David Murray · 10 years ago
  67. 8df4ec7 whatsnew: os.open O_PATH and O_TMPFILE. by R David Murray · 10 years ago
  68. e8db162 whatsnew: PEP 424 implementation. by R David Murray · 10 years ago
  69. d840b8d whatsnew: multiprocessing start methods and context (#8713 and #18999) by R David Murray · 10 years ago
  70. c083836 whatsnew: Message.set_param *replace*, Policy.content_manager. by R David Murray · 10 years ago
  71. 2177be2 whatsnew: auidioop.byteswap (#16685). by R David Murray · 10 years ago
  72. 1d342b2 whatsnew: plistlib new api and deprecations (#14455) by R David Murray · 10 years ago
  73. 2dd0473 whatsnew: SSLSocket.getpeercert new values returned. (#18379) by R David Murray · 10 years ago
  74. 4e40cec whatsnew: sys.__interactivehook__. (#5845) by R David Murray · 10 years ago
  75. 3d23483 whatsnew: hmac *digestmod* accepts strings, and default is deprecated. (#17276) by R David Murray · 10 years ago
  76. c210de1 whatsnew: base65 encodings. (#17618) by R David Murray · 10 years ago
  77. cbf479a whatsnew: sunau/aifc/wave writeframes[raw] accept any bytes-like (#8311) by R David Murray · 10 years ago
  78. 5d6240e whatsnew: Wave_write handles unseekable files. (#5202) by R David Murray · 10 years ago
  79. 1635578 Improve descriptions of introspection changes by Nick Coghlan · 10 years ago
  80. 8591563 whatsnew: audioop accepts any bytes-like, rejects strings. by R David Murray · 10 years ago
  81. 6c50101 whatsnew: inet_pton/inet_ntop support windows (#7171). by R David Murray · 10 years ago
  82. 47d083c whatsnew: cp273 codec (#10907797) by R David Murray · 10 years ago
  83. 48b6b70 #10197: Update get[status]output versionchanged with actual version. by R David Murray · 10 years ago
  84. 95b696a #10197: Update get[status]output versionchanged with actual version. by R David Murray · 10 years ago
  85. 6674ac0 whatsnew: ipaddress is_global by R David Murray · 10 years ago
  86. 83db8fc whatsnew: improve PyZipFile filterfuc entry, and its docs (#19274). by R David Murray · 10 years ago
  87. dc855b7 Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 10 years ago
  88. c913a7a Issue20653: fix ReST for Enum by Ethan Furman · 10 years ago
  89. 9c45444 Close issue20653: improve functional API docs; minor code changes by Ethan Furman · 10 years ago
  90. f70200e Close #20814: doc: Fix "Pretty top" example of tracemalloc by Victor Stinner · 10 years ago
  91. 9c0c101 whatsnew: unittest discover works on namespace packages (#17457). by R David Murray · 10 years ago
  92. 98f2bbf #16135: remove mentions of OS/2 from the documentation by Andrew Kuchling · 10 years ago
  93. acc74e6 Issue #20650: Tweak some awkward wording. by Brett Cannon · 10 years ago
  94. 871119e whatsnew: fix textwrap/shorten entry, and improve the related docs. by R David Murray · 10 years ago
  95. 5ea5d2c Issue #20759: Fix some typos in the mock docs. by Zachary Ware · 10 years ago
  96. 9846898 Close #20759: Fix some typos in the mock docs. (Merge with 3.3) by Zachary Ware · 10 years ago
  97. 13cc883 whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129) by R David Murray · 11 years ago
  98. ef85119 Issue #20765: Add missing documentation for PurePath.with_name() and PurePath.with_suffix(). by Antoine Pitrou · 11 years ago
  99. 7cae336 whatsnew: Request.method can be overridden in subclasses (#18978). by R David Murray · 11 years ago
  100. 3e97585 Clarify that flow control works for datagrams, except on BSD. by Guido van Rossum · 11 years ago