1. c5e075f Issue #20913: improve the SSL security considerations to first advocate using create_default_context(). by Antoine Pitrou · 10 years ago
  2. 79ccaa2 Issue #20995: Enhance default ciphers used by the ssl module by Donald Stufft · 10 years ago
  3. 51f3129 Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa. by Victor Stinner · 10 years ago
  4. 6bc2396 Issue #21006: Fix subprocess example on Windows in asyncio doc by Victor Stinner · 10 years ago
  5. 7280486 Close #21005: Fix documentation of asyncio.subprocess.DEVNULL by Victor Stinner · 10 years ago
  6. 409a1be improve start default for relpath by Benjamin Peterson · 10 years ago
  7. dbd1c43 Fix spelling in enum docs. by Zachary Ware · 10 years ago
  8. a22ae21 Fix parameter name in docs for os.makedirs and os.removedirs. by Zachary Ware · 10 years ago
  9. 0886399 Issue #20966: Fix Tkinter Resources link by Zachary Ware · 10 years ago
  10. f5c801f Fix option description that is a warning in new Sphinx versions. by Georg Brandl · 10 years ago
  11. 0b1be1a Fix typo in example (#20963) by Éric Araujo · 10 years ago
  12. f93d3df closes #20960 by R David Murray · 10 years ago
  13. 2221f66 merge 3.3 (#11448) by Benjamin Peterson · 10 years ago
  14. a48d9ea improve set_tunnel docs (closes #11448) by Benjamin Peterson · 10 years ago
  15. 7bdf786 Issue #20950: Fix typo asyncio doc, wait() has no self parameter by Victor Stinner · 10 years ago
  16. 8bc7ef6 Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 10 years ago
  17. 790bf0d Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 10 years ago
  18. b69c0c1 whatsnew: final edit pass. by R David Murray · 10 years ago
  19. bcf7012 whatsnew: linkify some pip things, and explain why non-inheriting is good. by R David Murray · 10 years ago
  20. b895505 whatsnew: HTTPError.headers (#15701). by R David Murray · 10 years ago
  21. 5eea8a7 remove unnecessary word (closes #19060) by Benjamin Peterson · 10 years ago
  22. fa5e6e4 Fix note markup (#16805). by Éric Araujo · 10 years ago
  23. f7614d5 Close #19407: New installation & distribution guides by Nick Coghlan · 10 years ago
  24. 2fb3b82 asyncio doc: functions are coroutine, they don't return a coroutine by Victor Stinner · 10 years ago
  25. 39930c9 Close #20889: asyncio doc: Document acquire(), locked() and release() method of by Victor Stinner · 10 years ago
  26. d079d3a Close #20787: asyncio doc: fix typo. Patch written by akira. by Victor Stinner · 10 years ago
  27. 605765f merge 3.3 (#19060) by Benjamin Peterson · 10 years ago
  28. abdc16e Merge 3.3 (#16805) by Éric Araujo · 10 years ago
  29. 600e08d Merge #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 10 years ago
  30. ed5d95b #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 10 years ago
  31. 86deec1 merge 3.3 by Benjamin Peterson · 10 years ago
  32. 8e4b3c7 improve algorithms_* documentation by Benjamin Peterson · 10 years ago
  33. 11a4270 What's New in Python 3.4: Security improvements by Victor Stinner · 10 years ago
  34. 637d2e9 Issue #20888: improve "Pretty Top" example of tracemalloc, use linecache by Victor Stinner · 10 years ago
  35. 0c18282 whatsnew: remove XXXs. by R David Murray · 10 years ago
  36. 9ea2a63 whatsnew: deprecation of ElementTree XMLParser *html* and iterparse *parser*. by R David Murray · 10 years ago
  37. 8df4ec7 whatsnew: os.open O_PATH and O_TMPFILE. by R David Murray · 10 years ago
  38. e8db162 whatsnew: PEP 424 implementation. by R David Murray · 10 years ago
  39. d840b8d whatsnew: multiprocessing start methods and context (#8713 and #18999) by R David Murray · 10 years ago
  40. c083836 whatsnew: Message.set_param *replace*, Policy.content_manager. by R David Murray · 10 years ago
  41. 2177be2 whatsnew: auidioop.byteswap (#16685). by R David Murray · 10 years ago
  42. 1d342b2 whatsnew: plistlib new api and deprecations (#14455) by R David Murray · 10 years ago
  43. 2dd0473 whatsnew: SSLSocket.getpeercert new values returned. (#18379) by R David Murray · 10 years ago
  44. 4e40cec whatsnew: sys.__interactivehook__. (#5845) by R David Murray · 10 years ago
  45. 3d23483 whatsnew: hmac *digestmod* accepts strings, and default is deprecated. (#17276) by R David Murray · 10 years ago
  46. c210de1 whatsnew: base65 encodings. (#17618) by R David Murray · 10 years ago
  47. cbf479a whatsnew: sunau/aifc/wave writeframes[raw] accept any bytes-like (#8311) by R David Murray · 10 years ago
  48. 5d6240e whatsnew: Wave_write handles unseekable files. (#5202) by R David Murray · 10 years ago
  49. 1635578 Improve descriptions of introspection changes by Nick Coghlan · 10 years ago
  50. 8591563 whatsnew: audioop accepts any bytes-like, rejects strings. by R David Murray · 10 years ago
  51. 6c50101 whatsnew: inet_pton/inet_ntop support windows (#7171). by R David Murray · 10 years ago
  52. 47d083c whatsnew: cp273 codec (#10907797) by R David Murray · 10 years ago
  53. 48b6b70 #10197: Update get[status]output versionchanged with actual version. by R David Murray · 10 years ago
  54. 95b696a #10197: Update get[status]output versionchanged with actual version. by R David Murray · 10 years ago
  55. 6674ac0 whatsnew: ipaddress is_global by R David Murray · 10 years ago
  56. 83db8fc whatsnew: improve PyZipFile filterfuc entry, and its docs (#19274). by R David Murray · 10 years ago
  57. dc855b7 Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 10 years ago
  58. c913a7a Issue20653: fix ReST for Enum by Ethan Furman · 10 years ago
  59. 9c45444 Close issue20653: improve functional API docs; minor code changes by Ethan Furman · 10 years ago
  60. f70200e Close #20814: doc: Fix "Pretty top" example of tracemalloc by Victor Stinner · 10 years ago
  61. 9c0c101 whatsnew: unittest discover works on namespace packages (#17457). by R David Murray · 10 years ago
  62. 98f2bbf #16135: remove mentions of OS/2 from the documentation by Andrew Kuchling · 10 years ago
  63. acc74e6 Issue #20650: Tweak some awkward wording. by Brett Cannon · 10 years ago
  64. 871119e whatsnew: fix textwrap/shorten entry, and improve the related docs. by R David Murray · 10 years ago
  65. 5ea5d2c Issue #20759: Fix some typos in the mock docs. by Zachary Ware · 10 years ago
  66. 9846898 Close #20759: Fix some typos in the mock docs. (Merge with 3.3) by Zachary Ware · 10 years ago
  67. 13cc883 whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129) by R David Murray · 10 years ago
  68. ef85119 Issue #20765: Add missing documentation for PurePath.with_name() and PurePath.with_suffix(). by Antoine Pitrou · 10 years ago
  69. 7cae336 whatsnew: Request.method can be overridden in subclasses (#18978). by R David Murray · 10 years ago
  70. 3e97585 Clarify that flow control works for datagrams, except on BSD. by Guido van Rossum · 10 years ago
  71. 8920e91 whatsnew: http.server --bind cli option. by R David Murray · 10 years ago
  72. 4f91364 Merge #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 10 years ago
  73. f031a6f #20628: wrap lines to < 80. by R David Murray · 10 years ago
  74. df714b9 #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. by R David Murray · 10 years ago
  75. de0e1d3 asyncio doc: fix references in subprocess doc by Victor Stinner · 11 years ago
  76. 0717124 subprocess.Popen.wait doc: mention asyncio to avoid busy loop by Victor Stinner · 11 years ago
  77. 06a7062 merge with 3.3 by Georg Brandl · 11 years ago
  78. c4f44c0 Closes #20735: remove erroneous deprecated marker from stringprep docs by Georg Brandl · 11 years ago
  79. 6e1bc7c whatsnew: textwrap.shorten. by R David Murray · 11 years ago
  80. 32f30a8 #20677: fix typo in enum docs. Patch by Saimadhav Heblikar. by Ezio Melotti · 11 years ago
  81. 98681d4 Reflow paragraph. by R David Murray · 11 years ago
  82. 928924d whatsnew: os.path.ismount recognizes volumes mounted below root. by R David Murray · 11 years ago
  83. b070b3f whatsnew: frozen package __path__; and min/max versionadded. by R David Murray · 11 years ago
  84. 7a19355 asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694. by Yury Selivanov · 11 years ago
  85. f9200ae asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #20706 by Yury Selivanov · 11 years ago
  86. 35669ae asyncio.docs: Improve documentation of Streams. Issue #20696. by Yury Selivanov · 11 years ago
  87. d579742 asyncio.docs: Document Error Handling API and asyncio.Handle by Yury Selivanov · 11 years ago
  88. aabc131 asyncio doc: remove reference to _DEBUG (now replaced with PYTHONASYNCIODEBUG by Victor Stinner · 11 years ago
  89. 7ef60cd asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 11 years ago
  90. 03e9cb2 asyncio: document new create_unix_connection() and create_unix_server() methods by Victor Stinner · 11 years ago
  91. 8b21d91 Issue #20493: Document that asyncio should not exceed one day by Victor Stinner · 11 years ago
  92. 0aba4dc Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. by Victor Stinner · 11 years ago
  93. 38df2ad Close #20652: asyncio doc: close the event loop in run_forever() example. Fix by Victor Stinner · 11 years ago
  94. 23f628d Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 11 years ago
  95. c77974e Merge from 3.3 by Andrew Kuchling · 11 years ago
  96. 3137885 #12211: remove paragraph about NaNs by Andrew Kuchling · 11 years ago
  97. 87a113b Merge from 3.3 by Andrew Kuchling · 11 years ago
  98. 8cb1ec3 #12211: clarify math.copysign() documentation and docstring by Andrew Kuchling · 11 years ago
  99. a3d0ffe Merge from 3.3 by Andrew Kuchling · 11 years ago
  100. e5235f1 #20241: use correct RFC number by Andrew Kuchling · 11 years ago