Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly ↵ | Christian Heimes | 2016-09-13 | 14 | -97/+83 |
| | | | | optimize memcpy(). | ||||
* | Add text about PEP 526 to What's new in 3.6. Ivan L. | Guido van Rossum | 2016-09-13 | 1 | -1/+37 |
| | |||||
* | Add an Android section to whatsnew/3.6.rst. | Xavier de Gaye | 2016-09-13 | 1 | -0/+5 |
| | |||||
* | Tidy 3.6 What's New summary | Ned Deily | 2016-09-13 | 1 | -0/+2 |
| | |||||
* | Fix _PyDict_Pop() on pending key | Victor Stinner | 2016-09-13 | 3 | -1/+13 |
| | | | | | | | 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. | ||||
* | Issue #28040: Cleanup find_empty_slot() | Victor Stinner | 2016-09-13 | 1 | -6/+2 |
| | | | | find_empty_slot() only supports combined dict | ||||
* | Issue #15819: Merge include search from 3.5 into 3.6 | Martin Panter | 2016-09-13 | 3 | -7/+13 |
|\ | |||||
| * | Issue #15819: Remove old unconditional -IInclude option | Martin Panter | 2016-09-13 | 2 | -1/+4 |
| | | | | | | | | | | A newer instance of this option, enabled in the configure script when building outside the source tree, made this redundant. | ||||
| * | Issue #28104: More accurately document set method signatures | Raymond Hettinger | 2016-09-13 | 1 | -6/+6 |
| | | |||||
* | | Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default. | Christian Heimes | 2016-09-13 | 1 | -1/+1 |
| | | |||||
* | | Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default. | Christian Heimes | 2016-09-13 | 1 | -10/+14 |
| | | |||||
* | | Fix NULL check in sock_sendmsg_iovec. CID 1372885 | Christian Heimes | 2016-09-13 | 1 | -1/+1 |
| | | |||||
* | | merge heads | Benjamin Peterson | 2016-09-13 | 0 | -0/+0 |
|\ \ | |||||
| * \ | Issue #27952: Merge from 3.5 | Berker Peksag | 2016-09-13 | 1 | -1/+2 |
| |\ \ | |||||
| * \ \ | Issue #27981: Merge from 3.5 | Berker Peksag | 2016-09-13 | 1 | -2/+5 |
| |\ \ \ | |||||
* | \ \ \ | merge 3.5 | Benjamin Peterson | 2016-09-13 | 1 | -1/+2 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | merge heads | Benjamin Peterson | 2016-09-13 | 1 | -1/+2 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Issue #27952: Capture stderr in run_script() | Berker Peksag | 2016-09-13 | 1 | -1/+2 |
| | | |/ | | |/| | |||||
| | * | | Issue #27981: Fix refleak in fp_setreadl() | Berker Peksag | 2016-09-13 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | Patch by David Dudson. | ||||
* | | | | merge 3.5 (#27981) | Benjamin Peterson | 2016-09-13 | 1 | -15/+17 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | restructure fp_setreadl so as to avoid refleaks (closes #27981) | Benjamin Peterson | 2016-09-13 | 1 | -15/+17 |
| |/ | |||||
* | | Fix headers in whatsnew/3.6.rst | Berker Peksag | 2016-09-13 | 1 | -14/+14 |
| | | |||||
* | | Issue #28103: Merge from 3.5 | Berker Peksag | 2016-09-13 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #28103: Use ``'...'`` style in zipfile documentation | Berker Peksag | 2016-09-13 | 1 | -2/+2 |
| | | | | | | | | Patch by Stephen J. Turnbull. | ||||
* | | Start 3.6 branch | Ned Deily | 2016-09-12 | 1 | -0/+1 |
| | | |||||
* | | Post 3.6.0b1 merge | Ned Deily | 2016-09-12 | 4 | -32/+21 |
|\ \ | |||||
| * | | Updates zip and nuget builds for Windows. | Steve Dower | 2016-09-12 | 2 | -21/+20 |
| | | | |||||
| * | | Fix warning in _PyCFunction_FastCallKeywords() | Victor Stinner | 2016-09-12 | 1 | -2/+1 |
| | | | | | | | | | | | | Issue #28105. | ||||
| * | | Issue #23545: Adding -Wextra in setup.py is no longer necessary, since it | Stefan Krah | 2016-09-12 | 1 | -9/+0 |
| | | | | | | | | | | | | is now part of the official flags. | ||||
* | | | Start 3.6.0b2 | Ned Deily | 2016-09-12 | 2 | -1/+13 |
| | | | |||||
* | | | Added tag v3.6.0b1 for changeset 5b0ca4ed5e2f | Ned Deily | 2016-09-12 | 1 | -0/+1 |
| | | | |||||
* | | | Version bump for 3.6.0b1v3.6.0b1 | Ned Deily | 2016-09-12 | 3 | -6/+6 |
| | | | |||||
* | | | Change SOURCE_URI for pydoc source URLs to point to 3.6 branch | Ned Deily | 2016-09-12 | 1 | -1/+1 |
| | | | |||||
* | | | Update pydoc topics for 3.6.0b1 | Ned Deily | 2016-09-12 | 1 | -87/+226 |
|/ / | |||||
* | | Issue #27810: Exclude METH_FASTCALL from the stable API | Victor Stinner | 2016-09-12 | 1 | -1/+1 |
| | | |||||
* | | Issue #17128: Build OS X installer for 3.6 with private copy of OpenSSL. | Ned Deily | 2016-09-12 | 5 | -82/+115 |
| | | | | | | | | | | Also provide a sample Install Certificates command script to install a set of root certificates from the third-party certifi module. | ||||
* | | Issue #27322: back out the commit. needs to be addressed after beta1. | Christian Heimes | 2016-09-12 | 1 | -1/+0 |
| | | |||||
* | | Issue #27322: skip test_compile_path when sys.path is not writeable. | Christian Heimes | 2016-09-12 | 1 | -0/+1 |
| | | |||||
* | | Issue #27350: Document compact dict memory usage | Victor Stinner | 2016-09-12 | 1 | -0/+2 |
| | | |||||
* | | Issue #28077: find_empty_slot() only supports combined dict | Victor Stinner | 2016-09-12 | 1 | -3/+7 |
| | | |||||
* | | Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict() | Victor Stinner | 2016-09-12 | 4 | -30/+53 |
| | | | | | | | | Issue #27213. | ||||
* | | Revert change f860b7a775c5 | Victor Stinner | 2016-09-12 | 3 | -23/+9 |
| | | | | | | | | | | Revert change "Issue #27213: Reintroduce checks in _PyStack_AsDict()", pushed by mistake. | ||||
* | | Buildbot: give 20 minute per test file | Victor Stinner | 2016-09-12 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | It seems like at least 2 buildbots need more than 15 minutes per test file. Example with "AMD64 Snow Leop 3.x": 10 slowest tests: - test_tools: 14 min 40 sec - test_tokenize: 11 min 57 sec - test_datetime: 11 min 25 sec - ... | ||||
* | | ssue #27213: Reintroduce checks in _PyStack_AsDict() | Victor Stinner | 2016-09-12 | 3 | -9/+23 |
| | | |||||
* | | Issue #27866: Fix refleak in cipher_to_dict() | Victor Stinner | 2016-09-12 | 1 | -12/+1 |
| | | |||||
* | | socket: Fix memory leak in sendmsg() and sendmsg_afalg() | Victor Stinner | 2016-09-12 | 1 | -5/+12 |
| | | | | | | | | | | | | | | Issue #27744: * Release msg.msg_iov memory block. * Release memory on PyMem_Malloc(controllen) failure | ||||
* | | Cleanup socketmodule.c | Victor Stinner | 2016-09-12 | 1 | -13/+31 |
| | | | | | | | | | | | | | | | | Issue #27744: * PEP 7: add {...} around if blocks * assign variables and then check their value in if() to make the code easier to read and to debug. | ||||
* | | Issue #27213: Fix reference leaks | Victor Stinner | 2016-09-12 | 1 | -0/+2 |
| | | |||||
* | | merge | Christian Heimes | 2016-09-12 | 40 | -128/+579 |
|\ \ | |||||
| * | | Issue #17941: Add a *module* parameter to collections.namedtuple() | Raymond Hettinger | 2016-09-12 | 4 | -7/+22 |
| | | |