| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Closes #27781: Removes special cases for the experimental aspect of PEP 529 | Steve Dower | 2016-11-07 | 1 | -10/+1 |
|
|
* | | | | merge 3.5 | Benjamin Peterson | 2016-11-06 | 1 | -0/+9 |
|\ \ \ \
| |/ / / |
|
| * | | | make sure dict view types are initialized | Benjamin Peterson | 2016-11-06 | 1 | -0/+9 |
|
|
* | | | | Issue #23996: Added _PyGen_SetStopIterationValue for safe raising | Serhiy Storchaka | 2016-11-06 | 1 | -21/+51 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #23996: Added _PyGen_SetStopIterationValue for safe raising | Serhiy Storchaka | 2016-11-06 | 1 | -10/+50 |
|
|
* | | | | Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as | Serhiy Storchaka | 2016-11-06 | 1 | -26/+22 |
|
|
* | | | | Issue #28583: PyDict_SetDefault didn't combine split table when needed. | INADA Naoki | 2016-11-02 | 1 | -15/+45 |
|
|
* | | | | Issue 28128: Print out better error/warning messages for invalid string escap... | Eric V. Smith | 2016-10-31 | 2 | -10/+65 |
|
|
* | | | | Backed out changeset 6b88dfc7b25d | Serhiy Storchaka | 2016-10-31 | 1 | -63/+60 |
|
|
* | | | | Issue #28385: An error message when non-empty format spec is passed to | Serhiy Storchaka | 2016-10-30 | 1 | -19/+9 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #28385: An error message when non-empty format spec is passed to | Serhiy Storchaka | 2016-10-30 | 1 | -19/+9 |
|
|
* | | | | Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc. | Serhiy Storchaka | 2016-10-30 | 1 | -10/+4 |
|
|
* | | | | Merge from 3.5. | Serhiy Storchaka | 2016-10-30 | 1 | -7/+22 |
|\ \ \ \
| |/ / / |
|
| * | | | Backed out changeset 9f7505019767 (issue #27275). | Serhiy Storchaka | 2016-10-30 | 1 | -7/+22 |
|
|
* | | | | Issue #28199: Microoptimized dict resizing. Based on patch by Naoki Inada. | Serhiy Storchaka | 2016-10-29 | 1 | -60/+63 |
|
|
* | | | | Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` | Yury Selivanov | 2016-10-28 | 1 | -2/+6 |
|
|
* | | | | Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), | Serhiy Storchaka | 2016-10-27 | 1 | -0/+21 |
|
|
* | | | | Issue #28509: dict.update() no longer allocate unnecessary large memory | INADA Naoki | 2016-10-27 | 1 | -2/+4 |
|
|
* | | | | Issue #27275: Fixed implementation of pop() and popitem() methods in | Serhiy Storchaka | 2016-10-25 | 1 | -22/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #27275: Fixed implementation of pop() and popitem() methods in | Serhiy Storchaka | 2016-10-25 | 1 | -22/+7 |
|
|
* | | | | Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Fini... | Serhiy Storchaka | 2016-10-25 | 1 | -18/+12 |
|
|
* | | | | Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b... | Serhiy Storchaka | 2016-10-25 | 1 | -10/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b... | Serhiy Storchaka | 2016-10-25 | 1 | -10/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b... | Serhiy Storchaka | 2016-10-25 | 1 | -10/+2 |
|
|
* | | | | Issue #28214: Improved exception reporting for problematic __set_name__ | Serhiy Storchaka | 2016-10-21 | 1 | -1/+6 |
|
|
* | | | | Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising | Serhiy Storchaka | 2016-10-21 | 3 | -47/+14 |
|
|
* | | | | merge 3.5 (#28454) | Benjamin Peterson | 2016-10-16 | 1 | -4/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | remove extra PyErr_Format arguments (closes #28454) | Benjamin Peterson | 2016-10-16 | 1 | -4/+4 |
|
|
* | | | | Check return value of _PyDict_SetItemId() | Christian Heimes | 2016-10-13 | 1 | -1/+4 |
|
|
* | | | | Fix _Py_normalize_encoding() command | Victor Stinner | 2016-10-12 | 1 | -3/+3 |
|
|
* | | | | va_end vargs2 once (closes #28417) | Benjamin Peterson | 2016-10-12 | 1 | -1/+0 |
|
|
* | | | | - dictobject.c: Make dict_merge symbol a static symbol | doko@ubuntu.com | 2016-10-11 | 1 | -1/+1 |
|
|
* | | | | Issue #28183: Optimize and cleanup dict iteration. | Serhiy Storchaka | 2016-10-09 | 1 | -109/+106 |
|
|
* | | | | Merge from 3.5. | Serhiy Storchaka | 2016-10-08 | 1 | -3/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). | Serhiy Storchaka | 2016-10-08 | 1 | -3/+7 |
|
|
* | | | | Issue #28376: Creating instances of range_iterator by calling range_iterator | Serhiy Storchaka | 2016-10-08 | 1 | -0/+7 |
|
|
* | | | | Merge from 3.5. | Serhiy Storchaka | 2016-10-08 | 1 | -3/+11 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #28376: The constructor of range_iterator now checks that step is not 0. | Serhiy Storchaka | 2016-10-08 | 1 | -3/+11 |
|
|
* | | | | Issue #26906: Resolving special methods of uninitialized type now causes | Serhiy Storchaka | 2016-10-08 | 1 | -5/+19 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #26906: Resolving special methods of uninitialized type now causes | Serhiy Storchaka | 2016-10-08 | 1 | -5/+19 |
|
|
* | | | | Issue #18287: PyType_Ready() now checks that tp_name is not NULL. | Serhiy Storchaka | 2016-10-07 | 1 | -0/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #18287: PyType_Ready() now checks that tp_name is not NULL. | Serhiy Storchaka | 2016-10-07 | 1 | -0/+6 |
|
|
| * | | | Merge heads | Serhiy Storchaka | 2016-10-04 | 1 | -12/+13 |
| |\ \ \ |
|
* | | | | | Issue #28201: Dict reduces possibility of 2nd conflict in hash table. | INADA Naoki | 2016-10-06 | 1 | -16/+22 |
|
|
* | | | | | Issue #28350: String constants with null character no longer interned. | Serhiy Storchaka | 2016-10-04 | 1 | -8/+8 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Issue #28350: String constants with null character no longer interned. | Serhiy Storchaka | 2016-10-04 | 1 | -8/+8 |
|
|
* | | | | | merge 3.5 (#26617) | Benjamin Peterson | 2016-10-04 | 1 | -12/+13 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | ensure gc tracking is off when invoking weakref callbacks (closes #26617) | Benjamin Peterson | 2016-10-04 | 1 | -12/+13 |
| |/ / / |
|
* | | | | Issue #27358: Optimized merging var-keyword arguments and improved error | Serhiy Storchaka | 2016-10-02 | 1 | -9/+36 |
|
|
* | | | | Issue #27942: String constants now interned recursively in tuples and frozens... | Serhiy Storchaka | 2016-09-30 | 1 | -7/+45 |
|\ \ \ \
| |/ / / |
|