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