Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | 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 |
| |\ \ | | |/ | |||||
| | * | Avoid line breaks after hyphens, otherwise they are turned into spaces | Martin Panter | 2017-01-14 | 12 | -64/+64 |
| | * | Fix grammar, typos and markup in documentation and code comments | Martin Panter | 2017-01-14 | 2 | -7/+7 |
* | | | Document Python versions in which the removed features were deprecated. | Serhiy Storchaka | 2017-01-13 | 1 | -2/+5 |
* | | | Issue #29197: Removed deprecated function ntpath.splitunc(). | Serhiy Storchaka | 2017-01-13 | 2 | -13/+4 |
* | | | Issue #29210: Removed support of deprecated argument "exclude" in | Serhiy Storchaka | 2017-01-13 | 2 | -9/+5 |
* | | | Issue #29062: Merge hashlib-blake2.rst into hashlib.rst | INADA Naoki | 2017-01-13 | 3 | -443/+434 |
|\ \ \ | |/ / | |||||
| * | | Issue #29062: Merge hashlib-blake2.rst into hashlib.rst | INADA Naoki | 2017-01-13 | 3 | -447/+434 |
| * | | Merge with 3.5. | Serhiy Storchaka | 2017-01-11 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #20804: Document the limitation of the unittest.mock.sentinel attributes. | Serhiy Storchaka | 2017-01-11 | 1 | -0/+3 |
* | | | Issue #29192: Removed deprecated features in the http.cookies module. | Serhiy Storchaka | 2017-01-13 | 2 | -13/+12 |
* | | | Issue #29193: A format string argument for string.Formatter.format() | Serhiy Storchaka | 2017-01-13 | 2 | -3/+9 |
* | | | Closes #28130: Documented that time.tzset() updates time module globals. | Alexander Belopolsky | 2017-01-12 | 1 | -2/+7 |
* | | | Issue #20804: The unittest.mock.sentinel attributes now preserve their | Serhiy Storchaka | 2017-01-11 | 2 | -0/+11 |
* | | | Issue #29239: Merge bug number from 3.6 | Martin Panter | 2017-01-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #29239: Fix --enable-optimizations bug number | Martin Panter | 2017-01-11 | 1 | -1/+1 |
* | | | Issue #15657: Merge METH_KEYWORDS doc from 3.6 | Martin Panter | 2017-01-11 | 1 | -4/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #15657: Merge other doc fix from 3.5 | Martin Panter | 2017-01-11 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #15657: METH_KEYWORDS cannot be used alone in Python 3 | Martin Panter | 2017-01-11 | 1 | -1/+1 |
| * | | Issue #15657: Delete incorrect statement from PyMethodDef documentation | Martin Panter | 2017-01-11 | 1 | -3/+2 |
* | | | Issue #29217: Merge 3.6. | Xiang Zhang | 2017-01-10 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #29217: Merge 3.5. | Xiang Zhang | 2017-01-10 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Issue #29217: Fix the wrong type description of UUID.variant. | Xiang Zhang | 2017-01-10 | 1 | -1/+1 |
* | | | Closes #29133: merged update from 3.6. | Vinay Sajip | 2017-01-09 | 1 | -15/+11 |
|\ \ \ | |/ / | |||||
| * | | Fixes #29133: clarified shlex documentation. | Vinay Sajip | 2017-01-09 | 1 | -15/+11 |
* | | | merge | Raymond Hettinger | 2017-01-08 | 1 | -4/+5 |
|\ \ \ | |/ / | |||||
| * | | Update OrderedDict docs to reflect acceptance of PEP 468 | Raymond Hettinger | 2017-01-08 | 1 | -4/+5 |
* | | | Issue #16026: Merge from 3.6 | Berker Peksag | 2017-01-07 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Issue #16026: Fix parameter names of DictReader and DictWriter | Berker Peksag | 2017-01-07 | 1 | -6/+6 |
* | | | Issue #29012: Merge from 3.6 | Berker Peksag | 2017-01-03 | 1 | -5/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #29012: Merge from 3.5 | Berker Peksag | 2017-01-03 | 1 | -5/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #29012: Remove another outdated information | Berker Peksag | 2017-01-03 | 1 | -3/+3 |
* | | | merge 3.6 | Benjamin Peterson | 2017-01-02 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | merge 3.5 | Benjamin Peterson | 2017-01-02 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | merge 3.4 | Benjamin Peterson | 2017-01-02 | 1 | -1/+1 |
| | |\ | |||||
| | | * | merge 3.3 | Benjamin Peterson | 2017-01-02 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | ring in 2017 for Python | Benjamin Peterson | 2017-01-02 | 1 | -1/+1 |
* | | | | | Issue #29013: Merge from 3.6 | Berker Peksag | 2017-01-02 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Issue #29013: Merge from 3.5 | Berker Peksag | 2017-01-02 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Issue #29013: Fix allowZip64 documentation | Berker Peksag | 2017-01-02 | 1 | -1/+1 |