Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issues #11670: Merge configparser doc from 3.6 | Martin Panter | 2017-01-29 | 1 | -6/+6 |
|\ | |||||
| * | Issues #11670: Merge configparser doc from 3.5 | Martin Panter | 2017-01-29 | 1 | -6/+6 |
| |\ | |||||
| | * | Issue #11670: readfp(fp) parameter name is different to read_file(f) | Martin Panter | 2017-01-29 | 1 | -6/+6 |
| | | | |||||
* | | | Issues #29349: Merge Py 2.6+ compatibility from 3.6 | Martin Panter | 2017-01-29 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Issues #29349: Merge Py 2.6+ compatibility from 3.5 | Martin Panter | 2017-01-29 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ | Martin Panter | 2017-01-29 | 1 | -0/+2 |
| | | | |||||
* | | | Issues #29349: Add NEWS for 3.7; use “with” statement | Martin Panter | 2017-01-29 | 1 | -4/+1 |
| | | | |||||
* | | | Issues #29349: Merge Py 2 fix 3.6 | Martin Panter | 2017-01-29 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Issues #29349: Merge Py 2 fix 3.5 | Martin Panter | 2017-01-29 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #29349: Fix Python 2 syntax in documentation build code | Martin Panter | 2017-01-29 | 1 | -2/+2 |
| | | | |||||
* | | | Issues #12067: Merge hash recommendation from 3.6 | Martin Panter | 2017-01-29 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Issues #12067: Merge hash recommendation from 3.5 | Martin Panter | 2017-01-29 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #12067: Recommend that hash and equality be consistent | Martin Panter | 2017-01-29 | 1 | -0/+4 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2017-01-29 | 1 | -4/+18 |
|\ \ \ | |/ / | |||||
| * | | Issue 29310: Document typing.NamedTuple default argument syntax | Raymond Hettinger | 2017-01-29 | 1 | -4/+18 |
| | | | |||||
* | | | Closes #28784: Merged update from 3.6. | Vinay Sajip | 2017-01-27 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Fixes #28784: Clarified use of shlex.shlex with punctuation_chars. | Vinay Sajip | 2017-01-27 | 1 | -1/+3 |
| | | | |||||
* | | | Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with | Serhiy Storchaka | 2017-01-25 | 2 | -0/+44 |
|\ \ \ | |/ / | | | | | | | | | | | | | a macro if Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher. Added functions PySlice_Unpack() and PySlice_AdjustIndices(). | ||||
* | | | [merge 3.6] - issue26149 - Point to Wiki for Editors and Python IDEs on Unix. | Senthil Kumaran | 2017-01-25 | 1 | -12/+7 |
|\ \ \ | |/ / | | | | | | | Patch contributed by Mariatta Wijaya. | ||||
| * | | issue26149 - Point to Wiki for Editors and Python IDEs on Unix. | Senthil Kumaran | 2017-01-25 | 1 | -12/+7 |
| | | | | | | | | | | | | Patch contributed by Mariatta Wijaya. | ||||
* | | | Fix grammar in doc string, RST markup | Martin Panter | 2017-01-24 | 1 | -1/+1 |
| | | | |||||
* | | | Issues #29189: Merge indentation fixes from 3.6 | Martin Panter | 2017-01-24 | 2 | -50/+50 |
|\ \ \ | |/ / | |||||
| * | | Issues #29189: Merge indentation fixes from 3.5 | Martin Panter | 2017-01-24 | 2 | -50/+50 |
| |\ \ | | |/ | |||||
| | * | Issue #29189: Fix indentation in RST markup | Martin Panter | 2017-01-24 | 2 | -50/+50 |
| | | | |||||
* | | | Merge 3.6 | Victor Stinner | 2017-01-23 | 2 | -2/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION | Victor Stinner | 2017-01-23 | 2 | -2/+5 |
| | | | |||||
* | | | Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() | Serhiy Storchaka | 2017-01-22 | 2 | -2/+12 |
| | | | | | | | | | | | | is now of type "const char *" rather of "char *". | ||||
* | | | Issue #29092: Merge 3.6. | Xiang Zhang | 2017-01-22 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #29092: Sync os.stat's doc and docstring on path type. | Xiang Zhang | 2017-01-22 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #29092: Sync os.stat's doc and docstring on path type. | Xiang Zhang | 2017-01-22 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #29282: Backed out changeset b33012ef1417 | Mark Dickinson | 2017-01-21 | 2 | -24/+0 |
| | | | |||||
* | | | Issue #29282: add fused multiply-add function, math.fma. | Mark Dickinson | 2017-01-21 | 2 | -0/+24 |
| | | | |||||
* | | | Issue #29316: merge 3.6 | Ned Deily | 2017-01-20 | 2 | -6/+10 |
|\ \ \ | |/ / | |||||
| * | | Issue #29316: Restore the provisional status of typing module and add | Ned Deily | 2017-01-20 | 2 | -6/+10 |
| | | | | | | | | | | | | corresponding note to documentation. Patch by Ivan L. | ||||
* | | | merge | Raymond Hettinger | 2017-01-20 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue #29281: Fill-in a missing versionchanged entry | Raymond Hettinger | 2017-01-20 | 1 | -0/+5 |
| | | | |||||
* | | | Issue #29292: Merge 3.6. | Xiang Zhang | 2017-01-20 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #29292: Merge 3.5. | Xiang Zhang | 2017-01-20 | 1 | -2/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #29292: Update outdated doc of PyEval_EvalCodeEx. | Xiang Zhang | 2017-01-20 | 1 | -2/+3 |
| | | | | | | | | | | | | Patch by Ammar Askar. | ||||
* | | | Issue 29274: Merge doc fixes from 3.6 | Martin Panter | 2017-01-18 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue 29274: Merge doc fixes from 3.5 | Martin Panter | 2017-01-18 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #29274: tests cases → test cases | Martin Panter | 2017-01-18 | 1 | -4/+4 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2017-01-17 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | merge | Raymond Hettinger | 2017-01-17 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #29011: Fix an important omission by adding Deque to the typing module. | Raymond Hettinger | 2017-01-17 | 1 | -0/+4 |
| | | | |||||
* | | | Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode. | INADA Naoki | 2017-01-16 | 2 | -0/+29 |
| | | | | | | | | | | | | Changed stack layout bit for "easy to explain." | ||||
* | | | Issue #29062: Doc: Fix make suspicious | INADA Naoki | 2017-01-14 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #29062: Doc: Fix make suspicious | INADA Naoki | 2017-01-14 | 1 | -4/+4 |
| | | | |||||
* | | | Merge doc fixes from 3.6 | Martin Panter | 2017-01-14 | 14 | -71/+71 |
|\ \ \ | |/ / | |||||
| * | | Merge doc fixes from 3.5 | Martin Panter | 2017-01-14 | 14 | -71/+71 |
| |\ \ | | |/ |