Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.5 | Yury Selivanov | 2015-12-15 | 1 | -1/+4 |
|\ | |||||
| * | docs/asyncio: Update ensure_future & run_coroutine_threadsafe docs | Yury Selivanov | 2015-12-15 | 1 | -1/+4 |
| | | |||||
* | | Merge 3.5 | Yury Selivanov | 2015-12-15 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | docs/whatsnew/3.5: Fix ref link | Yury Selivanov | 2015-12-15 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.5 | Yury Selivanov | 2015-12-15 | 1 | -0/+12 |
|\ \ | |/ | |||||
| * | whatsnew/3.5: Mention new asyncio APIs in 3.5.1 | Yury Selivanov | 2015-12-15 | 1 | -0/+12 |
| | | |||||
* | | Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst() | Gregory P. Smith | 2015-12-14 | 1 | -3/+3 |
|\ \ | |/ | | | | | | | | | APIs into a note that mlsd() is a nicer API if the server supports it. They aren't deprecated, they are all different server commands. Not all servers support all commands. | ||||
| * | Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst() | Gregory P. Smith | 2015-12-14 | 1 | -3/+3 |
| | | | | | | | | | | | | APIs into a note that mlsd() is a nicer API if the server supports it. They aren't deprecated, they are all different server commands. Not all servers support all commands. | ||||
* | | * Re-fix issue #19284: Don't generate the no-op -R command line | Gregory P. Smith | 2015-12-14 | 3 | -7/+16 |
|\ \ | |/ | | | | | | | | | | | | | parameter to "enable" the always on sys.flags.hash_randomization in _args_from_interpreter_flags() used by multiprocessing and some unittests. This simplifies the code. * assert_python_ok docstring typo fix. * Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed. | ||||
| * | * Re-fix issue #19284: Don't generate the no-op -R command line | Gregory P. Smith | 2015-12-14 | 3 | -7/+16 |
| |\ | | | | | | | | | | | | | | | | | | | | | | parameter to "enable" the always on sys.flags.hash_randomization in _args_from_interpreter_flags() used by multiprocessing and some unittests. This simplifies the code. * assert_python_ok docstring typo fix. * Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed. | ||||
| | * | merge head | Gregory P. Smith | 2015-12-14 | 1 | -3/+6 |
| | |\ | |||||
| | * | | Re-fix issue #19284: Don't generate the no-op -R command line | Gregory P. Smith | 2015-12-14 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | parameter to "enable" the always on sys.flags.hash_randomization in _args_from_interpreter_flags() used by multiprocessing and some unittests. This simplifies the code. | ||||
| | * | | Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed | Gregory P. Smith | 2015-12-14 | 1 | -3/+15 |
| | | | | | | | | | | | | | | | | due to test_hash_randomization expecting a different seed per process. | ||||
| | * | | assert_python_ok docstring typo fix. | Gregory P. Smith | 2015-12-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | Undo inadvertent line swap | Raymond Hettinger | 2015-12-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | Hoist constant expressions (so->table and so->mask) out of the inner-loop. | Raymond Hettinger | 2015-12-14 | 1 | -12/+12 |
| | | | | |||||
* | | | | Merge 3.5 | Victor Stinner | 2015-12-13 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() (new try) | Victor Stinner | 2015-12-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes. | R David Murray | 2015-12-13 | 1 | -4/+3 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | In 3.6 the parameter to control the appending of the newline was finally added, so I dropped the historical note about why a new line was always appended. | ||||
| * | | | Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes. | R David Murray | 2015-12-13 | 1 | -3/+6 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | #25495: Clarify b2a_base64 documentation vis 57 bytes. | R David Murray | 2015-12-13 | 1 | -3/+6 |
| | |/ | |||||
* | | | (Merge 3.5) Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() | Victor Stinner | 2015-12-13 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() | Victor Stinner | 2015-12-13 | 1 | -3/+3 |
| | | | |||||
* | | | Merge 3.5 | Victor Stinner | 2015-12-13 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC) ↵ | Victor Stinner | 2015-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | | directory | ||||
* | | | (Merge 3.5) Issue #25696: Fix installation of Python on UNIX with make -j9. | Victor Stinner | 2015-12-13 | 2 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Issue #25696: Fix installation of Python on UNIX with make -j9. | Victor Stinner | 2015-12-13 | 2 | -0/+6 |
| | | | |||||
* | | | Fixes #25844: Merged fix from 3.5. | Vinay Sajip | 2015-12-13 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. | Vinay Sajip | 2015-12-13 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. | Vinay Sajip | 2015-12-13 | 1 | -2/+2 |
| | | | |||||
* | | | Sync asyncio with upstream git repo (conditional import in test_pep492.py). ↵ | Guido van Rossum | 2015-12-13 | 1 | -1/+4 |
|\ \ \ | |/ / | | | | | | | (Merge 3.5->3.6) | ||||
| * | | Sync asyncio with upstream git repo (conditional import in test_pep492.py). | Guido van Rossum | 2015-12-13 | 1 | -1/+4 |
| | | | |||||
* | | | Issue #19771: Merge runpy error adjustment from 3.5 | Martin Panter | 2015-12-12 | 3 | -0/+19 |
|\ \ \ | |/ / | |||||
| * | | Issue #19771: Omit irrelevant message if package could not be initialized | Martin Panter | 2015-12-12 | 3 | -0/+19 |
| | | | |||||
* | | | Issue #25845: Merge PyLong_Check() cleanup from 3.5 | Martin Panter | 2015-12-12 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #25845: Drop redundant checks leftover from int to long conversion | Martin Panter | 2015-12-12 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #25809: Merge French locale test from 3.5 | Martin Panter | 2015-12-12 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #25809: Skip testing platform-dependent French thousands separator | Martin Panter | 2015-12-12 | 1 | -1/+3 |
| | | | |||||
* | | | Issue #25755: Move PropertyWritableDoc into the test case | Berker Peksag | 2015-12-11 | 1 | -7/+7 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | This fixes a test failure in refleak mode because test_property_decorator_doc_writable no longer modifies the class in module level. Initial patch by Nan Wu and Torsten Landschoff (from issue 25757) | ||||
| * | | Issue #25755: Move PropertyWritableDoc into the test case | Berker Peksag | 2015-12-11 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | This fixes a test failure in refleak mode because test_property_decorator_doc_writable no longer modifies the class in module level. Initial patch by Nan Wu and Torsten Landschoff (from issue 25757) | ||||
* | | | Merge 3.5 | Yury Selivanov | 2015-12-11 | 2 | -1/+22 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4 | Yury Selivanov | 2015-12-11 | 2 | -1/+22 |
| |\ \ | | |/ | |||||
| | * | asyncio: Make Tasks check if Futures are attached to the same event loop | Yury Selivanov | 2015-12-11 | 2 | -1/+22 |
| | | | | | | | | | | | | See https://github.com/python/asyncio/pull/303 for details | ||||
* | | | Merge 3.5 | Yury Selivanov | 2015-12-11 | 2 | -2/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4 | Yury Selivanov | 2015-12-11 | 2 | -2/+5 |
| |\ \ | | |/ | |||||
| | * | asyncio: Sync with github | Yury Selivanov | 2015-12-11 | 2 | -2/+5 |
| | | | |||||
* | | | Issue #25764: Merge fix for root user from 3.5 | Martin Panter | 2015-12-11 | 1 | -2/+6 |
|\ \ \ | |/ / | |||||
| * | | Issue #25764: Skip fork failure test when run as root | Martin Panter | 2015-12-11 | 1 | -2/+6 |
| | | | |||||
* | | | Issue #22341: Merge CRC doc from 3.5 | Martin Panter | 2015-12-11 | 6 | -58/+39 |
|\ \ \ | |/ / | |||||
| * | | Issue #22341: Drop Python 2 workaround and document CRC initial value | Martin Panter | 2015-12-11 | 6 | -58/+39 |
| | | | | | | | | | | | | Also align the parameter naming in binascii to be consistent with zlib. |