- 9381343 undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089) by Benjamin Peterson · 11 years ago
- 865bdbf Doc: do not compress .epub for dist, it is already zipped. by Georg Brandl · 11 years ago
- b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
- e7d532f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
- 2542b66 inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. by Yury Selivanov · 11 years ago
- b1d060b inspect: Fix getcallargs() to raise correct TypeError by Yury Selivanov · 11 years ago
- 00abf38 asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 by Yury Selivanov · 11 years ago
- 223082f Issue #21069: Temporarily use www.google.com while investigating by Ned Deily · 11 years ago
- 944d597 Issue #20939: remove stray character from comment by Ned Deily · 11 years ago
- 5a507f0 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 11 years ago
- e74153a Issue #20939: Backout test_urllib2.test_issue16464 disables: by Ned Deily · 11 years ago
- ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 11 years ago
- 87d13ea Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok. by Victor Stinner · 11 years ago
- b60ac7a Issue #21038: Use monotonic clock to compute timeout, not the system clock by Victor Stinner · 11 years ago
- 6f20b7c Issue #21038: Cleanup test_epoll.py by Victor Stinner · 11 years ago
- 215ad66 Issue #12209: Minor edits to faulthandler doc. Patch written by Éric Araujo. by Victor Stinner · 11 years ago
- 4908910 Updated external link in documentation. by Vinay Sajip · 11 years ago
- 1afe2af Closes #21045: make the Qt help build not look completely stupid by Georg Brandl · 11 years ago
- 984600f Issue #21006: asyncio doc: reorganize subprocess doc by Victor Stinner · 11 years ago
- 1c669c1 Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan. by Georg Brandl · 11 years ago
- 1f99f9d Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), by Victor Stinner · 11 years ago
- 93569c2 asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current by Victor Stinner · 11 years ago
- 4137465 Issue #21043: Remove the recommendation for specific CA organizations by Donald Stufft · 11 years ago
- d9a7352 Issue #21036: Fix typo in macro name by Victor Stinner · 11 years ago
- df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 11 years ago
- 645d3b7 Remove superfluous open parenthesis. Noticed by cocoatomo on docs@. by Zachary Ware · 11 years ago
- 6a2ba94 Issue #21013: Enhance ssl.create_default_context() for server side contexts by Donald Stufft · 11 years ago
- 553e108 tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever) by Georg Brandl · 11 years ago
- 8c6f8dc Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 11 years ago
- 99d8dd2 Issue #20990: Correction for 619331c67638. by Richard Oudkerk · 11 years ago
- 95a8dfb #20976: remove unneeded quopri import in email.utils. by R David Murray · 11 years ago
- f8cbbbb Issue #20913: make it clear that create_default_context() also enables hostname checking by Antoine Pitrou · 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
- 80a5be1 Issue #20980: Stop wrapping exception when using ThreadPool. by Richard Oudkerk · 11 years ago
- a40675a Issue #20990: Fix issues found by pyflakes for multiprocessing. by Richard Oudkerk · 11 years ago
- 75c5ab4 Closes #20975: make date in the interpreter banner a little more consistent by Georg Brandl · 11 years ago
- c5e075f Issue #20913: improve the SSL security considerations to first advocate using create_default_context(). 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
- 79ccaa2 Issue #20995: Enhance default ciphers used by the ssl module by Donald Stufft · 11 years ago
- 51f3129 Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa. by Victor Stinner · 11 years ago
- 6bc2396 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
- 46f484e merge 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
- ed6783f Issue #10141, Issue 20065: Changed #if to take CAN_RAW into account. by Vinay Sajip · 11 years ago
- 409a1be improve start default for relpath by Benjamin Peterson · 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
- d852e99 Clean-up docstring by Raymond Hettinger · 11 years ago
- b1698d4 Issue #20444: Reduced code duplication. by Vinay Sajip · 11 years ago
- 71dcb28 Issue #20558: Improved implementation of error handling. 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
- 373f0a9 Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by by Victor Stinner · 11 years ago
- 7fa767e Issue #20976: pyflakes: Remove unused imports 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
- deec16b add Nehal Hussain by Benjamin Peterson · 11 years ago
- 5f3e3c3 Use the correct VS edition names in PCbuild/readme.txt by Zachary Ware · 11 years ago
- 9a90243 Skip test_urllib2.test_issue16464() is the ssl module is missing by Victor Stinner · 11 years ago
- 232b017 Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds. by Zachary Ware · 11 years ago
- 270e737 Clean up PCbuild/pcbuild.sln a bit: by Zachary Ware · 11 years ago
- c2447f2 Ignore files generated by MSVC PGO builds. by Zachary Ware · 11 years ago
- 0886399 Issue #20966: Fix Tkinter Resources link by Zachary Ware · 11 years ago
- f5c801f Fix option description that is a warning in new Sphinx versions. by Georg Brandl · 11 years ago
- d6a91a7 Issue #20879: Delay the initialization of encoding and decoding tables for by Victor Stinner · 11 years ago
- 2a60534 move SharedKeyTests to test_descr by Benjamin Peterson · 11 years ago
- df81379 correct the fix for #20637; allow slot descriptor inheritance to take place before creating cached keys by Benjamin Peterson · 11 years ago
- 0b1be1a Fix typo in example (#20963) by Éric Araujo · 11 years ago
- 28a965f Typo by Jesus Cea · 11 years ago
- bdb8bb3 Typo by Jesus Cea · 11 years ago
- cec25b0 Typo by Jesus Cea · 11 years ago
- 1095907 Remove stray semicolon by Antoine Pitrou · 11 years ago
- f93d3df closes #20960 by R David Murray · 11 years ago
- a7f4801 merge with 3.3 by Georg Brandl · 11 years ago
- 56d3a03 Update doc version switcher for 3.4/3.5. by Georg Brandl · 11 years ago
- 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 11 years ago
- e41b73c Post-release verion bump for 3.4.0(+). by Larry Hastings · 11 years ago
- 2221f66 merge 3.3 (#11448) by Benjamin Peterson · 11 years ago
- a48d9ea improve set_tunnel docs (closes #11448) by Benjamin Peterson · 11 years ago
- 7bdf786 Issue #20950: Fix typo asyncio doc, wait() has no self parameter by Victor Stinner · 11 years ago
- fca2866 merge 3.3 (#20946) by Benjamin Peterson · 11 years ago
- fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 11 years ago
- 84b1e71 Added tag v3.4.0 for changeset 04f714765c13 by Larry Hastings · 11 years ago
- 3101b70 Final documentation fixes for 3.4.0 final. by Larry Hastings · 11 years ago
- cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 11 years ago
- 0548f5c Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final. by Larry Hastings · 11 years ago
- 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
- ffa1f27 Bring PEP 453 What's New entry up to date by Nick Coghlan · 11 years ago
- 01f2129 whatsnew: Fix Features section title, use title/sentence case consistently. by R David Murray · 11 years ago
- 34784e6 Issue #20931: Fix other confusingly-worded heading. by Larry Hastings · 11 years ago
- 8bc7ef6 Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 11 years ago
- d5358b9 whatsnew: Clarify heading. by R David Murray · 11 years ago
- 790bf0d Close #16665: improve documentation for hex(). Patch by Jessica McKellar. by Antoine Pitrou · 11 years ago
- bbd392e merge 3.3 by Benjamin Peterson · 11 years ago
- 0392271 send people to the right editors page (#20938) by Benjamin Peterson · 11 years ago
- b6b6a6d Issue #20939: merge from 3.3 by Ned Deily · 11 years ago
- 7e7fb03 Issue #20939: merge from 3.3 by Ned Deily · 11 years ago