Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28969: Fixed race condition in C implementation of functools.lru_cache. | Serhiy Storchaka | 2017-01-12 | 5 | -30/+79 |
|\ | |||||
| * | Issue #28969: Fixed race condition in C implementation of functools.lru_cache. | Serhiy Storchaka | 2017-01-12 | 5 | -30/+79 |
| |\ | |||||
| | * | Issue #28969: Fixed race condition in C implementation of functools.lru_cache. | Serhiy Storchaka | 2017-01-12 | 5 | -30/+79 |
* | | | Merge 3.6 | Victor Stinner | 2017-01-12 | 2 | -8/+19 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.5 | Victor Stinner | 2017-01-12 | 2 | -8/+19 |
| |\ \ | | |/ | |||||
| | * | Fix script_helper.run_python_until_end(): copy SYSTEMROOT | Victor Stinner | 2017-01-12 | 1 | -7/+18 |
| | * | Issue #25591: Fix test_imaplib if ssl miss | Victor Stinner | 2017-01-12 | 1 | -1/+1 |
* | | | Null merge | Serhiy Storchaka | 2017-01-11 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | 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 #20804: The unittest.mock.sentinel attributes now preserve their | Serhiy Storchaka | 2017-01-11 | 5 | -0/+33 |
* | | | Issue #29220: Merged fixes from 3.6. | Vinay Sajip | 2017-01-11 | 2 | -5/+14 |
|\ \ \ | |/ / | |||||
| * | | Issue #292Merged fixes from 3.5. | Vinay Sajip | 2017-01-11 | 2 | -3/+16 |
| |\ \ | | |/ | |||||
| | * | Issue #29220: Improved fix and test. | Vinay Sajip | 2017-01-11 | 2 | -3/+16 |
* | | | Issue #29239: Merge bug number from 3.6 | Martin Panter | 2017-01-11 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #29239: Fix --enable-optimizations bug number | Martin Panter | 2017-01-11 | 2 | -2/+2 |
* | | | 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 |
* | | | Closes #29220: Fixed regression in logging.getLevelName(). | Vinay Sajip | 2017-01-11 | 2 | -3/+13 |
* | | | _PyEval_EvalCodeWithName(): remove redundant check | Victor Stinner | 2017-01-11 | 1 | -1/+2 |
* | | | Disable _PyStack_AsTuple() inlining | Victor Stinner | 2017-01-11 | 2 | -2/+17 |
* | | | Inline call_function() | Victor Stinner | 2017-01-10 | 1 | -2/+4 |
* | | | call_method() now uses _PyObject_FastCall() | Victor Stinner | 2017-01-10 | 3 | -52/+66 |
* | | | 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 |
* | | | Issue #29145: Merge 3.6. | Xiang Zhang | 2017-01-10 | 2 | -7/+9 |
|\ \ \ | |/ / | |||||
| * | | Issue #29145: Merge 3.5. | Xiang Zhang | 2017-01-10 | 1 | -6/+8 |
| |\ \ | | |/ | |||||
| | * | Issue #29145: Fix overflow checks in str.replace() and str.join(). | Xiang Zhang | 2017-01-10 | 1 | -6/+8 |
* | | | Closes #29177: Merged fix from 3.6. | Vinay Sajip | 2017-01-09 | 1 | -24/+62 |
|\ \ \ | |/ / | |||||
| * | | Fixes #29177: Improved resilience of logging tests which use socket servers. | Vinay Sajip | 2017-01-09 | 1 | -24/+62 |
* | | | 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 |
* | | | Add test for ea064ff3c10f | Raymond Hettinger | 2017-01-09 | 1 | -0/+9 |
* | | | Backed out changeset ea064ff3c10f | Raymond Hettinger | 2017-01-09 | 1 | -6/+0 |
* | | | While a speedup of 1% is measurable, contexts aren't created that often, | Stefan Krah | 2017-01-09 | 1 | -4/+4 |
* | | | Merge 3.6. | Stefan Krah | 2017-01-09 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.5. | Stefan Krah | 2017-01-09 | 1 | -7/+7 |
| |\ \ | | |/ | |||||
| | * | Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons: | Stefan Krah | 2017-01-09 | 1 | -7/+7 |
* | | | Merge 3.6 | Victor Stinner | 2017-01-09 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Null merge 3.5 | Victor Stinner | 2017-01-09 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Issue #29157: Prefer getrandom() over getentropy() | Victor Stinner | 2017-01-09 | 1 | -200/+294 |
* | | | Issue #29190: Fixed possible errors in comparing strings in the pickle module. | Serhiy Storchaka | 2017-01-09 | 1 | -12/+6 |
|\ \ \ | |/ / | |||||
| * | | Issue #29190: Fixed possible errors in comparing strings in the pickle module. | Serhiy Storchaka | 2017-01-09 | 1 | -12/+6 |
| |\ \ | | |/ | |||||
| | * | Issue #29190: Fixed possible errors in comparing strings in the pickle module. | Serhiy Storchaka | 2017-01-09 | 1 | -12/+6 |
* | | | Issue #29142: Merge 3.6. | Xiang Zhang | 2017-01-09 | 3 | -1/+7 |
|\ \ \ | |/ / | |||||
| * | | Issue #29142: Merge 3.5. | Xiang Zhang | 2017-01-09 | 3 | -1/+7 |
| |\ \ | | |/ | |||||
| | * | Issue #29142: Fix suffixes in no_proxy handling in urllib. | Xiang Zhang | 2017-01-09 | 3 | -1/+6 |