summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #28192: Don't import readline in isolated modeSteve Dower2016-09-171-6/+2
* Issue #28075: Merge from 3.5Berker Peksag2016-09-171-0/+19
|\
| * Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.s...Berker Peksag2016-09-171-0/+19
* | Issue #22493: Warning message emitted by using inline flags in the middle ofSerhiy Storchaka2016-09-161-2/+15
* | Issue #25270: Merge from 3.5Berker Peksag2016-09-161-0/+20
|\ \ | |/
| * Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an...Berker Peksag2016-09-161-0/+20
* | Issue #25895: Merge from 3.5Berker Peksag2016-09-161-0/+2
|\ \ | |/
| * Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoinBerker Peksag2016-09-161-0/+2
* | Issue #28145: Merge spelling fixes from 3.5 into 3.6Martin Panter2016-09-161-1/+1
|\ \ | |/
| * Issue #28145: Spelling fixesMartin Panter2016-09-161-1/+1
* | Merge 3.5 (issue #27759)Yury Selivanov2016-09-151-0/+23
|\ \ | |/
| * Issue #27759: Fix selectors incorrectly retain invalid file descriptors.Yury Selivanov2016-09-151-0/+23
* | Merge 3.5 (issue #28176)Yury Selivanov2016-09-151-23/+101
|\ \ | |/
| * Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.Yury Selivanov2016-09-151-23/+101
* | Merge 3.5 (asyncio, issue #26909)Yury Selivanov2016-09-151-27/+22
|\ \ | |/
| * Issue #26909: Fix slow pipes IO in asyncio.Yury Selivanov2016-09-151-27/+22
* | Merge 3.5 (issue #26654)Yury Selivanov2016-09-151-1/+8
|\ \ | |/
| * Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.Yury Selivanov2016-09-151-1/+8
* | Merge 3.5 (issue #28174)Yury Selivanov2016-09-151-0/+11
|\ \ | |/
| * Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)Yury Selivanov2016-09-151-0/+11
* | Merge 3.5 (issue #27906)Yury Selivanov2016-09-152-1/+15
|\ \ | |/
| * Issue #27906: Fix socket accept exhaustion during high TCP traffic.Yury Selivanov2016-09-152-1/+15
* | Use requires_os_func() to skip SpawnTestsBerker Peksag2016-09-151-10/+14
* | Make SpawnTest.create_args() keyword-onlyBerker Peksag2016-09-151-5/+5
* | Issue #28114: Fix a crash in parse_envlist() when env contains byte stringsBerker Peksag2016-09-151-2/+15
* | Issue #26182: Raise DeprecationWarning for improper use of async/await keywordsYury Selivanov2016-09-152-54/+95
* | Unicode 9.0.0Benjamin Peterson2016-09-151-2/+6
* | Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().Serhiy Storchaka2016-09-141-23/+92
|\ \ | |/
| * Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().Serhiy Storchaka2016-09-141-23/+92
* | Issue #28114: Add unit tests on os.spawn*()Victor Stinner2016-09-141-0/+86
* | Issue #28131: Merge from 3.5Berker Peksag2016-09-141-0/+13
|\ \ | |/
| * Issue #28131: Fix a regression in zipimport's compile_source()Berker Peksag2016-09-141-0/+13
* | Fix _PyDict_Pop() on pending keyVictor Stinner2016-09-131-0/+9
* | merge 3.5Benjamin Peterson2016-09-131-1/+2
|\ \ | |/
| * Issue #27952: Capture stderr in run_script()Berker Peksag2016-09-131-1/+2
* | Issue #27322: back out the commit. needs to be addressed after beta1.Christian Heimes2016-09-121-1/+0
* | Issue #27322: skip test_compile_path when sys.path is not writeable.Christian Heimes2016-09-121-0/+1
* | mergeChristian Heimes2016-09-125-2/+17
|\ \
| * | Issue #17941: Add a *module* parameter to collections.namedtuple()Raymond Hettinger2016-09-121-0/+4
| * | mergeRaymond Hettinger2016-09-121-0/+8
| |\ \ | | |/
| | * Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributesRaymond Hettinger2016-09-121-0/+8
| * | Issue #28095: Temporarily disable part of test_startup_imports on OS X.Ned Deily2016-09-121-1/+3
| * | Fixes test_getargs2 to get the buildbots working again.Steve Dower2016-09-121-1/+1
| * | Merge 3.5 (asyncio)Yury Selivanov2016-09-121-0/+1
| |\ \ | | |/
| | * asyncio: Add set_protocol / get_protocol methods to TransportsYury Selivanov2016-09-121-0/+1
| | * Issue #28079: Update typing and test typing from python/typing repo.Guido van Rossum2016-09-111-2/+140
| | * #19003: Only replace \r and/or \n line endings in email.generator.R David Murray2016-09-111-0/+12
* | | Issue #28093: Check more invalid combinations of PROTOCOL_TLS_CLIENT / PROTOC...Christian Heimes2016-09-121-3/+23
|/ /
* | Add another f-string comment test, to make sure # are being caught in the rig...Eric V. Smith2016-09-111-0/+2
* | Make an f-string error message more exact and consistent.Eric V. Smith2016-09-111-1/+2