summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #16915: Clarify that mode parameter of socket.makefile() does not acceptBerker Peksag2016-02-183-4/+19
* Issue #26309: Shut down socketserver request if verify_request() is falseMartin Panter2016-02-183-0/+30
* fix typo (closes #26378)Benjamin Peterson2016-02-181-1/+1
* merge 3.4 (closes #25939)Benjamin Peterson2016-02-182-2/+8
|\
| * open the cert store readonlyBenjamin Peterson2016-02-182-2/+8
* | Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart.Ned Deily2016-02-161-1/+1
* | Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS XNed Deily2016-02-152-2/+21
* | Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f.Ned Deily2016-02-153-22/+8
* | Issue #26316: Fix variable name typo in Argument ClinicMartin Panter2016-02-142-1/+7
* | Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.Yury Selivanov2016-02-134-12/+169
* | Fixes #26348: Corrected typos in activate.fish script.Vinay Sajip2016-02-131-2/+2
* | Issue #25995: os.walk() no longer uses FDs proportional to the tree depth.Serhiy Storchaka2016-02-112-11/+4
* | Issue #26325: Added test.support.check_no_resource_warning() to check thatSerhiy Storchaka2016-02-115-20/+32
* | Hopefully clarify the difference between Optional[t] and an optional argument.Guido van Rossum2016-02-101-0/+7
* | Issue #25698: Prevent possible replacing imported module with the empty oneSerhiy Storchaka2016-02-101-2/+6
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-1025-76/+76
* | Issues #26310, #26311: Fix typos in the documentation and code commentsMartin Panter2016-02-108-9/+9
* | Issue #25983: Added tests for multi-argument type().Serhiy Storchaka2016-02-081-0/+155
* | Clarify "cardinality of" as "number of elements in" as many readers doGregory P. Smith2016-02-081-1/+1
* | Updates build to use SHA256 hash when signing files.Steve Dower2016-02-081-1/+1
* | Issue #26117: The os.scandir() iterator now closes file descriptor not onlySerhiy Storchaka2016-02-082-17/+23
* | Issue #25911: Restored support of bytes paths in os.walk() on Windows.Serhiy Storchaka2016-02-083-10/+41
* | Issue #26045: Add UTF-8 suggestion to error in http.clientMartin Panter2016-02-093-2/+20
* | Issue #26198: Make datetime error tests more lenient.Serhiy Storchaka2016-02-081-3/+3
* | Issue #26198: Fixed error messages for some argument parsing errors.Serhiy Storchaka2016-02-073-14/+23
* | Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-089-29/+31
* | Fix userinfo example presented in urllib2 howto.Senthil Kumaran2016-02-061-1/+1
* | Issue #12923: Reset FancyURLopener's redirect counter even on exceptionMartin Panter2016-02-044-17/+42
* | Issue #25660: Fix a unittest and rlcompleter when readline isn't availableYury Selivanov2016-02-042-4/+10
* | Issue #25660: Fix TAB key behaviour in REPL.Yury Selivanov2016-02-042-1/+6
* | Python for .NET has moved to Github.Zachary Ware2016-02-041-1/+1
* | Fix typo.Zachary Ware2016-02-021-1/+1
* | Issue #25945: Fixed bugs in functools.partial.Serhiy Storchaka2016-02-023-66/+160
* | Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-034-9/+13
* | Issue #26194: Inserting into a full deque to raise an IndexErrorRaymond Hettinger2016-02-024-20/+18
* | Fix error message in asyncio.selector_events.Victor Stinner2016-02-011-6/+6
* | test_asyncio: fix test_timeout_time()Victor Stinner2016-02-011-1/+2
* | Issue #19587: Remove masked and redundant tests in test_bytesMartin Panter2016-02-023-63/+6
* | Issue #26173: Separate bad cert file tests and client rejection testMartin Panter2016-02-011-40/+54
* | Enhance os.scandir() docVictor Stinner2016-01-311-35/+38
* | Issue #26242: Fix another one in importlib.rstBerker Peksag2016-01-301-1/+1
* | Fix a markup error in socket.rstBerker Peksag2016-01-301-1/+1
* | Issue #23076: Path.glob() now raises a ValueError if it's called with anBerker Peksag2016-01-304-0/+11
* | Update "Creating Virtual Environments" link in venv documentationBerker Peksag2016-01-301-1/+1
* | Update output of venv -hBerker Peksag2016-01-301-4/+5
* | Issue #4806: Avoid masking original TypeError in call with * unpackingMartin Panter2016-01-313-13/+58
* | Issue #25934: Default to /fp:strict for ICC buildsZachary Ware2016-01-302-5/+14
* | Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pemMartin Panter2016-01-302-14/+43
* | Issue #26202: copy.deepcopy() now correctly copies range() objects withSerhiy Storchaka2016-01-283-2/+15
* | Issue #19883: Fixed possible integer overflows in zipimport.Serhiy Storchaka2016-01-282-153/+216