summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | zipimport should use the same optimization level as the interpreter.
* | Fix _PyDict_Pop() on pending keyVictor Stinner2016-09-131-0/+9
| | | | | | | | | | | | | | Issue #28120: Fix dict.pop() for splitted dictionary when trying to remove a "pending key" (Not yet inserted in split-table). Patch by Xiang Zhang.
* | 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
| | | | | | | | | | | | (Patch by Duane Griffin. Reviewed and approved by Stefan Behnel.)
| * | 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
| | | | | | | | | | | | Ivan Levkivskyi (3.5 version)
| | * #19003: Only replace \r and/or \n line endings in email.generator.R David Murray2016-09-111-0/+12
| | | | | | | | | | | | | | | This is a further restoration of backward compatibility, as well as being correct per the RFCs.
* | | Issue #28093: Check more invalid combinations of PROTOCOL_TLS_CLIENT / ↵Christian Heimes2016-09-121-3/+23
|/ / | | | | | | PROTOCOL_TLS_SERVER
* | Add another f-string comment test, to make sure # are being caught in the ↵Eric V. Smith2016-09-111-0/+2
| | | | | | | | right place.
* | Make an f-string error message more exact and consistent.Eric V. Smith2016-09-111-1/+2
| |
* | Issue #28079: Update typing and test typing from python/typing repo.Guido van Rossum2016-09-111-42/+101
| | | | | | | | Ivan Levkivskyi (3.6 version)
* | Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContextChristian Heimes2016-09-111-0/+32
| |
* | Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.Serhiy Storchaka2016-09-112-10/+11
| | | | | | | | | | | | | | | | | | | | | | * BUILD_TUPLE_UNPACK and BUILD_MAP_UNPACK_WITH_CALL no longer generated with single tuple or dict. * Restored more informative error messages for incorrect var-positional and var-keyword arguments. * Removed code duplications in _PyEval_EvalCodeWithName(). * Removed redundant runtime checks and parameters in _PyStack_AsDict(). * Added a workaround and enabled previously disabled test in test_traceback. * Removed dead code from the dis module.
* | Merge: #19003: Only replace \r and/or \n line endings in email.generator.R David Murray2016-09-111-0/+12
| |
* | Issue #28022: Catch another deprecation warning in imaplibChristian Heimes2016-09-111-2/+4
| |
* | Issue #27917: Fix test_triplet_in_ext_suffix for the 'x86' Android platform.Xavier de Gaye2016-09-111-2/+3
| |
* | Issue 27744: test_aes_cbc is blocking x86-64 Ubuntu 15.10 Skylake CPU 3.x ↵Christian Heimes2016-09-111-3/+5
| | | | | | | | for a while. Require Kernel 4.3+ for now
* | Issue #28078: Add missing colonChristian Heimes2016-09-111-1/+1
| |
* | Issue 28022: Catch deprecation warning in test_httplib, reported by Martin ↵Christian Heimes2016-09-111-6/+9
| | | | | | | | Panter
* | Issue #28078: Silence resource warnings in test_socket. Initial patch by ↵Christian Heimes2016-09-111-11/+15
| | | | | | | | Xiang Zhang, thanks
* | Issue #28076: Variable annotations should be mangled for private names.Guido van Rossum2016-09-111-2/+2
| | | | | | | | By Ivan Levkivskyi.
* | Issue 24454: Improve the usability of the re match object named group APIEric V. Smith2016-09-111-0/+44
| |
* | Use HTTP in testPythonOrgBerker Peksag2016-09-111-1/+1
| |
* | Unskip testPythonOrg in test_robotparserBerker Peksag2016-09-111-2/+1
| | | | | | | | We should probably use pythontest.net for this.
* | Wrap testPasswordProtectedSite with @reap_threadsBerker Peksag2016-09-111-0/+1
| |
* | Issue #25497: Rewrite test_robotparser to use a class based designBerker Peksag2016-09-111-220/+139
| |
* | Use sequence repetition instead of bytes constructor with integer argument.Serhiy Storchaka2016-09-118-15/+15
| |
* | Issue #27952: Merge fixcid.py from 3.5Martin Panter2016-09-111-0/+91
|\ \ | |/
| * Issue #27952: Get fixcid.py working with the re moduleMartin Panter2016-09-111-0/+91
| |
| * Backported tests for issue #28070.Serhiy Storchaka2016-09-101-0/+3
| |
* | Issue #22493: Inline flags now should be used only at the start of theSerhiy Storchaka2016-09-114-13/+16
| | | | | | | | | | regular expression. Deprecation warning is emitted if uses them in the middle of the regular expression.
* | Issue #26885: xmlrpc now supports unmarshalling additional data types usedSerhiy Storchaka2016-09-111-0/+49
| | | | | | | | by Apache XML-RPC implementation for numerics and None.
* | issue23591: add auto() for auto-generating Enum member valuesEthan Furman2016-09-111-2/+75
| |
* | Issue #23722: Initialize __class__ from type.__new__()Nick Coghlan2016-09-111-0/+81
| | | | | | | | | | | | | | | | | | The __class__ cell used by zero-argument super() is now initialized from type.__new__ rather than __build_class__, so class methods relying on that will now work correctly when called from metaclass methods during class creation. Patch by Martin Teichmann.
* | Issue #28070: Fixed parsing inline verbose flag in regular expressions.Serhiy Storchaka2016-09-101-0/+3
| |
* | Issue #19500: Add client-side SSL session resumption to the ssl module.Christian Heimes2016-09-101-2/+110
| |
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-107-69/+93
| | | | | | | | | | | | | | The deprecation include manual creation of SSLSocket and certfile/keyfile (or similar) in ftplib, httplib, imaplib, smtplib, poplib and urllib. ssl.wrap_socket() is not marked as deprecated yet.
* | Issue 28043: SSLContext has improved default settingsChristian Heimes2016-09-101-29/+33
| | | | | | | | The options OP_NO_COMPRESSION, OP_CIPHER_SERVER_PREFERENCE, OP_SINGLE_DH_USE, OP_SINGLE_ECDH_USE, OP_NO_SSLv2 (except for PROTOCOL_SSLv2), and OP_NO_SSLv3 (except for PROTOCOL_SSLv3) are set by default. The initial cipher suite list contains only HIGH ciphers, no NULL ciphers and MD5 ciphers (except for PROTOCOL_SSLv2).
* | Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd filesSteve Dower2016-09-101-2/+3
|\ \ | |/