1. 0bebbc3 Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1". by Antoine Pitrou · 11 years ago
  2. 79ccaa2 Issue #20995: Enhance default ciphers used by the ssl module by Donald Stufft · 11 years ago
  3. 51f3129 Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa. by Victor Stinner · 11 years ago
  4. 6bc2396 Issue #21006: Fix subprocess example on Windows in asyncio doc by Victor Stinner · 11 years ago
  5. 7280486 Close #21005: Fix documentation of asyncio.subprocess.DEVNULL by Victor Stinner · 11 years ago
  6. 46f484e merge by Brett Cannon · 11 years ago
  7. a00c240 Issue #20884: Don't assume in importlib.__init__ that __file__ is defined. by Brett Cannon · 11 years ago
  8. ed6783f Issue #10141, Issue 20065: Changed #if to take CAN_RAW into account. by Vinay Sajip · 11 years ago
  9. 409a1be improve start default for relpath by Benjamin Peterson · 11 years ago
  10. 2f31b4b Fix typos in Doc/faq/extending. Found by cocoatomo on docs@. by Zachary Ware · 11 years ago
  11. dbd1c43 Fix spelling in enum docs. by Zachary Ware · 11 years ago
  12. 253deed Add missing parenthesis. Found by cocoatomo on docs@. by Zachary Ware · 11 years ago
  13. a22ae21 Fix parameter name in docs for os.makedirs and os.removedirs. by Zachary Ware · 11 years ago
  14. d852e99 Clean-up docstring by Raymond Hettinger · 11 years ago
  15. b1698d4 Issue #20444: Reduced code duplication. by Vinay Sajip · 11 years ago
  16. 71dcb28 Issue #20558: Improved implementation of error handling. by Vinay Sajip · 11 years ago
  17. ecfc98c Issue #10141: updated new usages of AF_CAN to be in #ifdef AF_CAN rather than #ifdef HAVE_LINUX_CAN_H to allow compilation on older Linuxes. by Vinay Sajip · 11 years ago
  18. 373f0a9 Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by by Victor Stinner · 11 years ago
  19. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
  20. 69b1e26 Issue #20978: pyflakes: fix undefined names by Victor Stinner · 11 years ago
  21. 790bd6d Issue #20978: Remove last part of OS/2 support in distutils by Victor Stinner · 11 years ago
  22. deec16b add Nehal Hussain by Benjamin Peterson · 11 years ago
  23. 5f3e3c3 Use the correct VS edition names in PCbuild/readme.txt by Zachary Ware · 11 years ago
  24. 9a90243 Skip test_urllib2.test_issue16464() is the ssl module is missing by Victor Stinner · 11 years ago
  25. 232b017 Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds. by Zachary Ware · 11 years ago
  26. 270e737 Clean up PCbuild/pcbuild.sln a bit: by Zachary Ware · 11 years ago
  27. c2447f2 Ignore files generated by MSVC PGO builds. by Zachary Ware · 11 years ago
  28. 0886399 Issue #20966: Fix Tkinter Resources link by Zachary Ware · 11 years ago
  29. f5c801f Fix option description that is a warning in new Sphinx versions. by Georg Brandl · 11 years ago
  30. d6a91a7 Issue #20879: Delay the initialization of encoding and decoding tables for by Victor Stinner · 11 years ago
  31. 2a60534 move SharedKeyTests to test_descr by Benjamin Peterson · 11 years ago
  32. df81379 correct the fix for #20637; allow slot descriptor inheritance to take place before creating cached keys by Benjamin Peterson · 11 years ago
  33. 0b1be1a Fix typo in example (#20963) by Éric Araujo · 11 years ago
  34. 28a965f Typo by Jesus Cea · 11 years ago
  35. bdb8bb3 Typo by Jesus Cea · 11 years ago
  36. cec25b0 Typo by Jesus Cea · 11 years ago
  37. 1095907 Remove stray semicolon by Antoine Pitrou · 11 years ago
  38. f93d3df closes #20960 by R David Murray · 11 years ago
  39. a7f4801 merge with 3.3 by Georg Brandl · 11 years ago
  40. 56d3a03 Update doc version switcher for 3.4/3.5. by Georg Brandl · 11 years ago
  41. 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 11 years ago
  42. e41b73c Post-release verion bump for 3.4.0(+). by Larry Hastings · 11 years ago
  43. 2221f66 merge 3.3 (#11448) by Benjamin Peterson · 11 years ago
  44. a48d9ea improve set_tunnel docs (closes #11448) by Benjamin Peterson · 11 years ago
  45. 7bdf786 Issue #20950: Fix typo asyncio doc, wait() has no self parameter by Victor Stinner · 11 years ago
  46. fca2866 merge 3.3 (#20946) by Benjamin Peterson · 11 years ago
  47. fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 11 years ago
  48. 84b1e71 Added tag v3.4.0 for changeset 04f714765c13 by Larry Hastings · 11 years ago
  49. 3101b70 Final documentation fixes for 3.4.0 final. by Larry Hastings · 11 years ago
  50. cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 11 years ago
  51. 0548f5c Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final. by Larry Hastings · 11 years ago
  52. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  53. ffa1f27 Bring PEP 453 What's New entry up to date by Nick Coghlan · 11 years ago
  54. 01f2129 whatsnew: Fix Features section title, use title/sentence case consistently. by R David Murray · 11 years ago
  55. 34784e6 Issue #20931: Fix other confusingly-worded heading. by Larry Hastings · 11 years ago
  56. 8bc7ef6 Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 11 years ago
  57. d5358b9 whatsnew: Clarify heading. by R David Murray · 11 years ago
  58. 790bf0d Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 11 years ago
  59. bbd392e merge 3.3 by Benjamin Peterson · 11 years ago
  60. 0392271 send people to the right editors page (#20938) by Benjamin Peterson · 11 years ago
  61. b6b6a6d Issue #20939: merge from 3.3 by Ned Deily · 11 years ago
  62. 7e7fb03 Issue #20939: merge from 3.3 by Ned Deily · 11 years ago
  63. b454742 Issue #20939: Fix test_geturl failure in test_urllibnet due to by Ned Deily · 11 years ago
  64. 8a553f5 merge 3.3 by Benjamin Peterson · 11 years ago
  65. 5128173 remove runtime_library_dirs for _sqlite; it isn't needed by Benjamin Peterson · 11 years ago
  66. af9049e merge 3.3 by Benjamin Peterson · 11 years ago
  67. 4a42cd4 avoid referencing past the bounds of an array by Benjamin Peterson · 11 years ago
  68. 466eaaa merge 3.3 by Benjamin Peterson · 11 years ago
  69. c77e7a4 only define zero constant when it is used by Benjamin Peterson · 11 years ago
  70. ce68c19 remove unused zero constants by Benjamin Peterson · 11 years ago
  71. d3b3bba Merge: #20933: At least one place maps 'test' to 'localhost'...fix test. by R David Murray · 11 years ago
  72. fdbe918 #20933: At least one place maps 'test' to 'localhost'...fix test. by R David Murray · 11 years ago
  73. 1aca78d merge 3.3 by Benjamin Peterson · 11 years ago
  74. ef87f8c avoid referencing out-of-bounds memory by Benjamin Peterson · 11 years ago
  75. 45c9dce fix c89 declaration order by Benjamin Peterson · 11 years ago
  76. dfa8228 merge 3.3 by Benjamin Peterson · 11 years ago
  77. 041c38a don't do pointer arithmetic with signed numbers by Benjamin Peterson · 11 years ago
  78. bdc4b02 cast negative numbers to size_t before shifting them (#20929) by Benjamin Peterson · 11 years ago
  79. 21b391c Reverted change introduced in edb12dad7bf6. by Vinay Sajip · 11 years ago
  80. b69c0c1 whatsnew: final edit pass. by R David Murray · 11 years ago
  81. 3e825c6 Added Doc/tools/ subdirs to .hgignore. by Vinay Sajip · 11 years ago
  82. f0b2ef1 Issue #20884: whatsnew: Frozen modules don't set __file__ anymore. by Brett Cannon · 11 years ago
  83. 698abe7 Closes #20918: Added handling for exceptions during fallback output of logging exceptions. by Vinay Sajip · 11 years ago
  84. a0b9eeb whatsnew: link from module_spec section to Deprecation, for replacements. by R David Murray · 11 years ago
  85. 6dfc632 whatsnew: difflib.isbjunk &c were removed, not deprecated. by R David Murray · 11 years ago
  86. d664db8 whatsnew: difflib.isbjunk &c were removed, not deprecated. by R David Murray · 11 years ago
  87. 44b03c5 whatsnew: small tweaks to codecs entry. by R David Murray · 11 years ago
  88. fb2c2db Merge #7475: Remove references to '.transform' from transform codec docstrings. by R David Murray · 11 years ago
  89. e5cb836 #7475: Remove references to '.transform' from transform codec docstrings. by R David Murray · 11 years ago
  90. bcf7012 whatsnew: linkify some pip things, and explain why non-inheriting is good. by R David Murray · 11 years ago
  91. f446d7a Remove references to make targets deleted in eef7899ea7ab by Éric Araujo · 11 years ago
  92. 7bf5031 Clarify distutils’ clean command (ref #6142) by Éric Araujo · 11 years ago
  93. ef04c59 Clarify distutils’ clean command (ref #6142) by Éric Araujo · 11 years ago
  94. a85e100 Issue #19407: Fix typos in new distribution & installation guides. by Ned Deily · 11 years ago
  95. 66646e2 whatsnew: remove 'draft' note, tidy up summary, collect SSLContext stuff. by R David Murray · 11 years ago
  96. 9cb1ec5 Issue #20908: PyMem_Malloc() must be used with PyMem_Free(), not with free() by Victor Stinner · 11 years ago
  97. 58c767f MERGE: Closes #20908: Memory leak in Reg2Py() by Jesus Cea · 11 years ago
  98. 782c4cf Closes #20908: Memory leak in Reg2Py() by Jesus Cea · 11 years ago
  99. d73721a whatsnew: collections no longer implicitly imports 'abc' (#20784). by R David Murray · 11 years ago
  100. b895505 whatsnew: HTTPError.headers (#15701). by R David Murray · 11 years ago