1. 1d29cc5 Issue #21040: socketserver: Use the selectors module. by Charles-François Natali · 11 years ago
  2. e3fb80f (Merge 3.4) Issue #21036: Fix typo in macro name by Victor Stinner · 11 years ago
  3. d9a7352 Issue #21036: Fix typo in macro name by Victor Stinner · 11 years ago
  4. 77605cb merge with 3.4 by Georg Brandl · 11 years ago
  5. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 11 years ago
  6. 29636ae Use deprecated-removed directive, clean up a few markup issues around by Georg Brandl · 11 years ago
  7. 14017b2 Merge with 3.4 by Zachary Ware · 11 years ago
  8. 645d3b7 Remove superfluous open parenthesis. Noticed by cocoatomo on docs@. by Zachary Ware · 11 years ago
  9. 17dcf75 Merge the patch for issue #21013 into default by Donald Stufft · 11 years ago
  10. 6a2ba94 Issue #21013: Enhance ssl.create_default_context() for server side contexts by Donald Stufft · 11 years ago
  11. 60fa353 merge with 3.4 by Georg Brandl · 11 years ago
  12. 553e108 tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever) by Georg Brandl · 11 years ago
  13. 08eae43 Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 11 years ago
  14. 8c6f8dc Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 11 years ago
  15. e1b6f97 #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 11 years ago
  16. 91e7f04 Merge 3.4. by Richard Oudkerk · 11 years ago
  17. 99d8dd2 Issue #20990: Correction for 619331c67638. by Richard Oudkerk · 11 years ago
  18. 2791e0d Merge #20976: remove unneeded quopri import in email.utils. by R David Murray · 11 years ago
  19. 95a8dfb #20976: remove unneeded quopri import in email.utils. by R David Murray · 11 years ago
  20. 211e6d5 Issue #20913: make it clear that create_default_context() also enables hostname checking by Antoine Pitrou · 11 years ago
  21. f8cbbbb Issue #20913: make it clear that create_default_context() also enables hostname checking by Antoine Pitrou · 11 years ago
  22. 1811687 Merge 3.4. by Richard Oudkerk · 11 years ago
  23. c346060 Merge 3.3. by Richard Oudkerk · 11 years ago
  24. 3e952d5 Issue #20633: Replace relative import by absolute import. by Richard Oudkerk · 11 years ago
  25. af2bdbe Merge 3.4. by Richard Oudkerk · 11 years ago
  26. 80a5be1 Issue #20980: Stop wrapping exception when using ThreadPool. by Richard Oudkerk · 11 years ago
  27. bd153de Merge 3.4. by Richard Oudkerk · 11 years ago
  28. a40675a Issue #20990: Fix issues found by pyflakes for multiprocessing. by Richard Oudkerk · 11 years ago
  29. 3fa7ea1 merge with 3.4 by Georg Brandl · 11 years ago
  30. 75c5ab4 Closes #20975: make date in the interpreter banner a little more consistent by Georg Brandl · 11 years ago
  31. 0a0a9ad Issue #20913: improve the SSL security considerations to first advocate using create_default_context(). by Antoine Pitrou · 11 years ago
  32. c5e075f Issue #20913: improve the SSL security considerations to first advocate using create_default_context(). by Antoine Pitrou · 11 years ago
  33. 39b7fce 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
  34. 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
  35. 92497a4 Issue #21017: Enable Tix debug build on Windows by Zachary Ware · 11 years ago
  36. 4bcf5a5 Issue #15968: Temporarily revert change to PCbuild/rt.bat by Zachary Ware · 11 years ago
  37. 940e207 improve the command-line interface of json.tool (closes #21000) by Benjamin Peterson · 11 years ago
  38. a191b91 Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build by Zachary Ware · 11 years ago
  39. 04ea84a Fix an incomplete merge of Misc/NEWS by Donald Stufft · 11 years ago
  40. 71b4192 Merge changes from 3.4 to bring in fixes for Issue #20995 by Donald Stufft · 11 years ago
  41. 79ccaa2 Issue #20995: Enhance default ciphers used by the ssl module by Donald Stufft · 11 years ago
  42. 068281a (Merge 3.4) Close #21010: Fix typo in asyncio doc. Patch written by Claudiu by Victor Stinner · 11 years ago
  43. 51f3129 Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa. by Victor Stinner · 11 years ago
  44. 6e643ed Null merge (I transplated 2 commits from default to 3.4) by Victor Stinner · 11 years ago
  45. 33a4000 Issue #20627: xmlrpc.client.ServerProxy is now a context manager. by Brett Cannon · 11 years ago
  46. 051f37d merge by Brett Cannon · 11 years ago
  47. 46f484e merge by Brett Cannon · 11 years ago
  48. 5d8a244 Merge for issue #20884 by Brett Cannon · 11 years ago
  49. a00c240 Issue #20884: Don't assume in importlib.__init__ that __file__ is defined. by Brett Cannon · 11 years ago
  50. a77d0c3 Issue #19165: The formatter module graduates to full deprecation. by Brett Cannon · 11 years ago
  51. 9ab7480 Issue19995: more informative error message; spelling corrections; use operator.mod instead of __mod__ by Ethan Furman · 11 years ago
  52. a17d678 Issue #10141, Issue 20065: Merged from 3.4. by Vinay Sajip · 11 years ago
  53. ed6783f Issue #10141, Issue 20065: Changed #if to take CAN_RAW into account. by Vinay Sajip · 11 years ago
  54. 6bc2396 Issue #21006: Fix subprocess example on Windows in asyncio doc by Victor Stinner · 11 years ago
  55. c419caf Issue #21006: Fix subprocess example on Windows in asyncio doc by Victor Stinner · 11 years ago
  56. 7280486 Close #21005: Fix documentation of asyncio.subprocess.DEVNULL by Victor Stinner · 11 years ago
  57. bac6248 Close #21005: Fix documentation of asyncio.subprocess.DEVNULL by Victor Stinner · 11 years ago
  58. 87bbefe asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current by Victor Stinner · 11 years ago
  59. ee6bdc0 remove the ability of datetime.time to be considered false (closes #13936) by Benjamin Peterson · 11 years ago
  60. 265ae86 merge heads by Giampaolo Rodola' · 11 years ago
  61. f97e829 Fix issue 18931: selectors module now supports /dev/poll on Solaris. by Giampaolo Rodola' · 11 years ago
  62. a0934b2 #20744: don't try running an external 'zip' in shutil.make_archive() by Andrew Kuchling · 11 years ago
  63. 8efe3df merge 3.4 by Benjamin Peterson · 11 years ago
  64. 409a1be improve start default for relpath by Benjamin Peterson · 11 years ago
  65. 9636e98 Merge several minor doc fixes from 3.4 by Zachary Ware · 11 years ago
  66. 2f31b4b Fix typos in Doc/faq/extending. Found by cocoatomo on docs@. by Zachary Ware · 11 years ago
  67. dbd1c43 Fix spelling in enum docs. by Zachary Ware · 11 years ago
  68. 253deed Add missing parenthesis. Found by cocoatomo on docs@. by Zachary Ware · 11 years ago
  69. a22ae21 Fix parameter name in docs for os.makedirs and os.removedirs. by Zachary Ware · 11 years ago
  70. ad5e5ea merge by Raymond Hettinger · 11 years ago
  71. d852e99 Clean-up docstring by Raymond Hettinger · 11 years ago
  72. ab405d5 Closes #20444: Merged fix from 3.4. by Vinay Sajip · 11 years ago
  73. b1698d4 Issue #20444: Reduced code duplication. by Vinay Sajip · 11 years ago
  74. 6d5cde6 Closes #20558: Improved implementation of error handling. by Vinay Sajip · 11 years ago
  75. 71dcb28 Issue #20558: Improved implementation of error handling. by Vinay Sajip · 11 years ago
  76. 9f9f0e2 Merged from 3.4. by Vinay Sajip · 11 years ago
  77. 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
  78. 5782e25 (Merge 3.4) Issue #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by Victor Stinner · 11 years ago
  79. 373f0a9 Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by by Victor Stinner · 11 years ago
  80. 03ce1c0 (Merge 3.4) Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
  81. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
  82. a69f0f9 (Merge 3.4) Issue #20978: pyflakes: fix undefined names; remove last part of by Victor Stinner · 11 years ago
  83. 69b1e26 Issue #20978: pyflakes: fix undefined names by Victor Stinner · 11 years ago
  84. 790bd6d Issue #20978: Remove last part of OS/2 support in distutils by Victor Stinner · 11 years ago
  85. e5280fe merge 3.4 by Benjamin Peterson · 11 years ago
  86. deec16b add Nehal Hussain by Benjamin Peterson · 11 years ago
  87. c51da2b #14332: provide a better explanation of junk in difflib docs by Andrew Kuchling · 11 years ago
  88. 2e3743c #13437: link to the source code for a few more modules by Andrew Kuchling · 11 years ago
  89. 26e417b Merge with 3.4 by Zachary Ware · 11 years ago
  90. 5f3e3c3 Use the correct VS edition names in PCbuild/readme.txt by Zachary Ware · 11 years ago
  91. 9fb288f (Merge 3.4) Skip test_urllib2.test_issue16464() is the ssl module is missing by Victor Stinner · 11 years ago
  92. 9a90243 Skip test_urllib2.test_issue16464() is the ssl module is missing by Victor Stinner · 11 years ago
  93. 38d872e Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception by Ethan Furman · 11 years ago
  94. 8e5d0ca Issue #19009 Enhance HTTPResponse.readline() performance by Kristján Valur Jónsson · 11 years ago
  95. 4278b2d Merge xxlimited compile warning fix from 3.4 by Zachary Ware · 11 years ago
  96. 232b017 Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds. by Zachary Ware · 11 years ago
  97. 0e5e4a4 Merge PCbuild/pcbuild.sln cleanup from 3.4 by Zachary Ware · 11 years ago
  98. 270e737 Clean up PCbuild/pcbuild.sln a bit: by Zachary Ware · 11 years ago
  99. 6dd44d2 Ignore files generated by MSVC PGO builds (merge from 3.4). by Zachary Ware · 11 years ago
  100. c2447f2 Ignore files generated by MSVC PGO builds. by Zachary Ware · 11 years ago