Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19500: Add client-side SSL session resumption to the ssl module. | Christian Heimes | 2016-09-10 | 5 | -20/+582 |
| | |||||
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. | Christian Heimes | 2016-09-10 | 23 | -85/+189 |
| | | | | | | | 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. | ||||
* | #28067: Fixed another typo. | Alexander Belopolsky | 2016-09-10 | 1 | -1/+1 |
| | |||||
* | Issue 28043: SSLContext has improved default settings | Christian Heimes | 2016-09-10 | 5 | -54/+82 |
| | | | | 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). | ||||
* | IDLE newx items. merge from 3.5 | Terry Jan Reedy | 2016-09-10 | 2 | -1/+32 |
|\ | |||||
| * | IDLE newx items. | Terry Jan Reedy | 2016-09-10 | 2 | -0/+14 |
| | | |||||
* | | #28067: Fixed a typo. | Alexander Belopolsky | 2016-09-10 | 1 | -1/+1 |
| | | |||||
* | | Closes #28067: Do not call localtime (gmtime) in datetime module. | Alexander Belopolsky | 2016-09-10 | 1 | -42/+60 |
| | | |||||
* | | Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files | Steve Dower | 2016-09-10 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files | Steve Dower | 2016-09-10 | 1 | -2/+9 |
| | | |||||
* | | Issue #25221: merge from 3.5. | Mark Dickinson | 2016-09-10 | 2 | -1/+5 |
|\ \ | |/ | |||||
| * | Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is ↵ | Mark Dickinson | 2016-09-10 | 2 | -1/+5 |
| | | | | | | | | compiled with NSMALLPOSINTS = 0. | ||||
* | | Merge from 3.5 | Steve Dower | 2016-09-10 | 2 | -35/+29 |
|\ \ | |/ | |||||
| * | Issue #27932: Backs out change | Steve Dower | 2016-09-10 | 2 | -35/+29 |
| | | |||||
* | | Fixed compiler warnings in compact dict implementation on 32-bit platforms. | Serhiy Storchaka | 2016-09-10 | 1 | -11/+11 |
| | | |||||
* | | Issue #24693: Changed some RuntimeError's in the zipfile module to more | Serhiy Storchaka | 2016-09-10 | 4 | -63/+94 |
| | | | | | | | | appropriate types. Improved some error messages and debugging output. | ||||
* | | Issue #28046: Fix get_sysconfigdata_name(). | Xavier de Gaye | 2016-09-10 | 1 | -7/+14 |
| | | |||||
* | | Backed out changeset 491bbba73bca | Zachary Ware | 2016-09-10 | 1 | -1/+1 |
| | | | | | | | | This change didn't have the intended effect. | ||||
* | | One more spelling fix | Martin Panter | 2016-09-10 | 1 | -1/+1 |
| | | |||||
* | | Merge spelling fixes from 3.5 | Martin Panter | 2016-09-10 | 2 | -3/+3 |
|\ \ | |/ | |||||
| * | Correct spelling in documentation and code comment | Martin Panter | 2016-09-10 | 3 | -4/+4 |
| | | |||||
* | | test_platform: Save/restore os.environ on Windows | Victor Stinner | 2016-09-10 | 1 | -0/+7 |
| | | |||||
* | | Issue #17909: Accept binary input in json.loads | Nick Coghlan | 2016-09-10 | 6 | -16/+70 |
| | | | | | | | | | | | | | | json.loads (and hence json.load) now support binary input encoded as UTF-8, UTF-16 or UTF-32. Patch by Serhiy Storchaka. | ||||
* | | Issue #27137: align Python & C implementations of functools.partial | Nick Coghlan | 2016-09-10 | 4 | -92/+182 |
| | | | | | | | | | | | | | | | | The pure Python fallback implementation of functools.partial now matches the behaviour of its accelerated C counterpart for subclassing, pickling and text representation purposes. Patch by Emanuel Barry and Serhiy Storchaka. | ||||
* | | Merge 3.5 (regrtest) | Victor Stinner | 2016-09-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | regrtest: accept options after test names | Victor Stinner | 2016-09-10 | 1 | -1/+1 |
| | | |||||
* | | test_eintr: Fix ResourceWarning warnings | Victor Stinner | 2016-09-10 | 1 | -0/+5 |
| | | |||||
* | | Show regrtest env changed warn on Windows buildbot | Victor Stinner | 2016-09-10 | 1 | -1/+1 |
| | | | | | | | | | | Issue #27829: don't pass --quiet option to regrtest to see "Warning -- xxx was modified by ..." warnings. | ||||
* | | Issue #28019: itertools.count() no longer rounds non-integer step in range | Serhiy Storchaka | 2016-09-10 | 3 | -21/+55 |
|\ \ | |/ | | | | | between 1.0 and 2.0 to 1. | ||||
| * | Issue #28019: itertools.count() no longer rounds non-integer step in range | Serhiy Storchaka | 2016-09-10 | 3 | -21/+55 |
| | | | | | | | | between 1.0 and 2.0 to 1. | ||||
* | | Fix Python version in pdb.rst | Berker Peksag | 2016-09-10 | 1 | -2/+2 |
| | | |||||
* | | Issue #18401: Fix test_pdb on Windows | Victor Stinner | 2016-09-10 | 1 | -14/+7 |
| | | | | | | | | | | | | * Use "with Popen" to cleanup properly the process * Use support.temp_cwd() to properly change the working directory * Use environ.pop() to cleanup the code | ||||
* | | Fix check_force_ascii() | Victor Stinner | 2016-09-10 | 1 | -8/+9 |
| | | | | | | | | | | Issue #27938: Normalize aliases of the ASCII encoding, because _Py_normalize_encoding() now correctly normalize encoding names. | ||||
* | | Issue #18401: Fix test_pdb if $HOME is not set | Victor Stinner | 2016-09-10 | 1 | -6/+10 |
| | | | | | | | | | | | | HOME is not set on Windows for example. Use also textwrap.dedent() for the script. | ||||
* | | Issue #18401: pdb tests don't read ~/.pdbrc anymore | Łukasz Langa | 2016-09-10 | 4 | -30/+78 |
| | | | | | | | | Patch by Martin Matusiak and Sam Kimbrel. | ||||
* | | Try to fix sizeof unit tests on dict | Victor Stinner | 2016-09-10 | 2 | -4/+5 |
| | | | | | | | | Issue #28056 and issue #26058. | ||||
* | | Don't run garbage collection on interpreter exit if it was explicitly disabled | Łukasz Langa | 2016-09-10 | 3 | -4/+14 |
| | | | | | | | | by the user. | ||||
* | | Use raw string for regexp (3.5->3.6) | Guido van Rossum | 2016-09-10 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Use raw string for regexp | Guido van Rossum | 2016-09-10 | 1 | -1/+1 |
| | | |||||
* | | #20476: Deal with the message_factory circular import differently. | R David Murray | 2016-09-10 | 5 | -8/+9 |
| | | | | | | | | | | | | | | It turns out we can't depend on email.message getting imported every place message_factory is needed, so to avoid a circular import we need to special case Policy.message_factory=None in the parser instead of using monkey patching. I had a feeling that was a bad idea when I did it. | ||||
* | | Issue #27810: Fix getargs.c compilation on Windows | Victor Stinner | 2016-09-10 | 1 | -1/+2 |
| | | |||||
* | | fix export of size_t parse stack function | Benjamin Peterson | 2016-09-10 | 1 | -0/+2 |
| | | |||||
* | | dictobject.c: explain why stringlib is used | Victor Stinner | 2016-09-10 | 1 | -1/+1 |
| | | |||||
* | | Issue #27810: Rerun Argument Clinic on all modules | Victor Stinner | 2016-09-10 | 25 | -452/+453 |
| | | |||||
* | | Emit METH_FASTCALL code in Argument Clinic | Victor Stinner | 2016-09-10 | 3 | -27/+178 |
| | | | | | | | | | | | | | | | | | | Issue #27810: * Modify vgetargskeywordsfast() to work on a C array of PyObject* rather than working on a tuple directly. * Add _PyArg_ParseStack() * Argument Clinic now emits code using the new METH_FASTCALL calling convention | ||||
* | | Add METH_FASTCALL calling convention | Victor Stinner | 2016-09-10 | 5 | -1/+102 |
| | | | | | | | | | | | | | | | | | | | | | | Issue #27810: Add a new calling convention for C functions: PyObject* func(PyObject *self, PyObject **args, Py_ssize_t nargs, PyObject *kwnames); Where args is a C array of positional arguments followed by values of keyword arguments. nargs is the number of positional arguments, kwnames are keys of keyword arguments. kwnames can be NULL. | ||||
* | | Fix SystemError in compact dict | Victor Stinner | 2016-09-10 | 2 | -19/+102 |
| | | | | | | | | | | | | | | | | | | Issue #28040: Fix _PyDict_DelItem_KnownHash() and _PyDict_Pop(): convert splitted table to combined table to be able to delete the item. Write an unit test for the issue. Patch by INADA Naoki. | ||||
* | | make invalid_comma_and_underscore a real prototype | Benjamin Peterson | 2016-09-10 | 1 | -1/+1 |
| | | |||||
* | | Further improved ',' and '_' specification in format mini-language. | Eric V. Smith | 2016-09-10 | 1 | -2/+2 |
| | | |||||
* | | Improved ',' and '_' specification in format mini-language. | Eric V. Smith | 2016-09-10 | 1 | -1/+2 |
| | |