Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Sync test_typing.py with upstream git repo (typing.py was already synced). ↵ | Guido van Rossum | 2016-04-18 | 1 | -0/+2 | |
|\ \ \ | |/ / | | | | | | | (3.5->3.6) | |||||
| * | | Sync test_typing.py with upstream git repo (typing.py was already synced). | Guido van Rossum | 2016-04-18 | 1 | -0/+20 | |
| | | | ||||||
* | | | Issue #26745: Removed redundant code in _PyObject_GenericSetAttrWithDict. | Serhiy Storchaka | 2016-04-17 | 1 | -30/+21 | |
| | | | | | | | | | | | | Based on patch by Xiang Zhang. | |||||
* | | | Avoid fcntl() if possible in set_inheritable() | Victor Stinner | 2016-04-17 | 1 | -5/+13 | |
| | | | | | | | | | | | | | | | | | | Issue #26770: set_inheritable() avoids calling fcntl() twice if the FD_CLOEXEC is already set/cleared. This change only impacts platforms using the fcntl() implementation of set_inheritable() (not Linux nor Windows). | |||||
* | | | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error | Serhiy Storchaka | 2016-04-17 | 68 | -92/+93 | |
|\ \ \ | |/ / | | | | | | | messages. | |||||
| * | | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 64 | -87/+88 | |
| | | | ||||||
* | | | Automated merge with ssh://hg.python.org/cpython | Steven D'Aprano | 2016-04-17 | 2 | -86/+39 | |
|\ \ \ | ||||||
| * | | | Shorten secrets module docstring, add function docstrings. | Steven D'Aprano | 2016-04-17 | 1 | -76/+30 | |
| | | | | ||||||
| * | | | Fix a few minor typos to secrets documentation. | Steven D'Aprano | 2016-04-17 | 1 | -10/+9 | |
| | | | | ||||||
* | | | | Issue #26717: Merge wsgiref fix from 3.5 | Martin Panter | 2016-04-17 | 4 | -1/+29 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 | Martin Panter | 2016-04-17 | 4 | -1/+29 | |
| | | | | | | | | | | | | Patch by Anthony Sottile. | |||||
* | | | Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows | Martin Panter | 2016-04-16 | 4 | -4/+6 | |
| | | | ||||||
* | | | Issue #26782: Merge test_subprocess from 3.5 | Martin Panter | 2016-04-16 | 1 | -1/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #26782: Acknowledge the incomplete status of __all__ in 3.5 | Martin Panter | 2016-04-16 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | Handle is probably meant to be excluded, and STARTUPINFO will be added to __all__ in 3.6. | |||||
* | | | merge 3.5 | Benjamin Peterson | 2016-04-16 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | fix slice cache finalization to use gc del | Benjamin Peterson | 2016-04-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge 3.5 | Benjamin Peterson | 2016-04-16 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | test_support -> support | Benjamin Peterson | 2016-04-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge 3.5 (#26659) | Benjamin Peterson | 2016-04-16 | 3 | -7/+31 | |
|\ \ \ | |/ / | ||||||
| * | | add gc support to slice (closes #26659) | Benjamin Peterson | 2016-04-16 | 3 | -7/+31 | |
| | | | ||||||
* | | | Documentation for secrets.py | Steven D'Aprano | 2016-04-16 | 3 | -1/+202 | |
| | | | ||||||
* | | | Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. | Serhiy Storchaka | 2016-04-16 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | Patch by Aviv Palivoda. | |||||
| * | | Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. | Serhiy Storchaka | 2016-04-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | Patch by Aviv Palivoda. | |||||
* | | | merge 3.5 | Senthil Kumaran | 2016-04-16 | 1 | -2/+53 | |
|\ \ \ | |/ / | | | | | | | | | | issue26775 - Improve test coverage for urllib.parse Patch contributed by Luiz Poleto. | |||||
| * | | issue26775 - Improve test coverage for urllib.parse | Senthil Kumaran | 2016-04-16 | 1 | -2/+53 | |
| | | | | | | | | | | | | Patch contributed by Luiz Poleto. | |||||
* | | | Merge subprocess test from 3.5 | Martin Panter | 2016-04-16 | 1 | -15/+14 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #10838: Run test__all__() everywhere, even if poll() is not available | Martin Panter | 2016-04-16 | 1 | -15/+14 | |
| | | | ||||||
* | | | Merge typo fixes from 3.5 | Martin Panter | 2016-04-16 | 6 | -9/+9 | |
|\ \ \ | |/ / | ||||||
| * | | Fix typos in code comments and documentation | Martin Panter | 2016-04-16 | 6 | -9/+9 | |
| | | | ||||||
* | | | Issue #26638: Merge link fixes from 3.5 | Martin Panter | 2016-04-16 | 11 | -30/+30 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #26638: Fix links to some CLI options and section headings | Martin Panter | 2016-04-16 | 11 | -30/+30 | |
| | | | | | | | | | | | | | | | | | | * Disable inappropriate links to Python interpreter options * Correct link to CLI section in zipapp * Make CLI section label in timeit less ambiguous | |||||
* | | | Issue #25314: Merge argparse doc from 3.5 | Martin Panter | 2016-04-16 | 1 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25314: Remove confused statement about const argument | Martin Panter | 2016-04-09 | 1 | -3/+3 | |
| | | | ||||||
* | | | Issue #25702: A --with-lto configure option has been added that will | Gregory P. Smith | 2016-04-15 | 4 | -2/+87 | |
|\ \ \ | |/ / | | | | | | | enable link time optimizations at build time during a make profile-opt. | |||||
| * | | Issue #25702: A --with-lto configure option has been added that will | Gregory P. Smith | 2016-04-15 | 4 | -2/+87 | |
| | | | | | | | | | | | | enable link time optimizations at build time during a make profile-opt. | |||||
* | | | merge heads | Gregory P. Smith | 2016-04-15 | 0 | -0/+0 | |
|\ \ \ | ||||||
| * \ \ | Issue #26535: Merge struct doc from 3.5 | Martin Panter | 2016-04-15 | 2 | -18/+19 | |
| |\ \ \ | ||||||
* | \ \ \ | merge heads | Gregory P. Smith | 2016-04-15 | 2 | -18/+19 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | merge heads | Gregory P. Smith | 2016-04-15 | 2 | -18/+19 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Issue #26535: Correct docs regarding the struct buffer size | Martin Panter | 2016-04-15 | 2 | -18/+19 | |
| | | | | | ||||||
* | | | | | Exclude super long running tests from the PROFILE_TASK for PGO | Gregory P. Smith | 2016-04-15 | 1 | -2/+4 | |
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | | | | | builds. multiprocessing and subprocess tests in particular along with test_asyncore and test_gdb. Running them does not meaningfully add to the profile guidance. | |||||
| * | | | Exclude super long running tests from the PROFILE_TASK for PGO | Gregory P. Smith | 2016-04-15 | 1 | -2/+4 | |
| |/ / | | | | | | | | | | | | | | | | builds. multiprocessing and subprocess tests in particular along with test_asyncore and test_gdb. Running them does not meaningfully add to the profile guidance. | |||||
* | | | Issue #26766: Remove redundant bytearray_format() from bytearrayobject.c | Berker Peksag | 2016-04-15 | 1 | -14/+1 | |
| | | | ||||||
* | | | Merge for issue #26760 | Brett Cannon | 2016-04-15 | 1 | -1/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #26760: Minimally document PyFrameObject | Brett Cannon | 2016-04-15 | 1 | -1/+7 | |
| | | | ||||||
* | | | Remove python fallback for compare_digest. | Steven D'Aprano | 2016-04-15 | 1 | -32/+1 | |
| | | | | | | | | | | | | | | | See https://mail.python.org/pipermail/python-dev/2016-April/144198.html https://mail.python.org/pipermail/python-dev/2016-April/144203.html | |||||
* | | | Merge for issue #25609 | Brett Cannon | 2016-04-15 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #25609: Backport typing.ContextManager. | Brett Cannon | 2016-04-15 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | This has no semantic impact as the class is guarded with a hasattr() check; this is being done to keep typing.py in sync between Python 3.5 and 3.6 as requested by Guido. | |||||
* | | | Issue #26766: Fix _PyBytesWriter_Finish() | Victor Stinner | 2016-04-15 | 2 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | Return a bytearray object when bytearray is requested and when the small buffer is used. Fix also test_bytes: bytearray%args must return a bytearray type. | |||||
* | | | Null merge | Serhiy Storchaka | 2016-04-15 | 0 | -0/+0 | |
|\ \ \ | |/ / |