summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Issue #28385: An error message when non-empty format spec is passed toSerhiy Storchaka2016-10-301-19/+9
|\
| * Issue #28385: An error message when non-empty format spec is passed toSerhiy Storchaka2016-10-301-19/+9
* | Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc.Serhiy Storchaka2016-10-301-10/+4
* | Merge from 3.5.Serhiy Storchaka2016-10-301-7/+22
|\ \ | |/
| * Backed out changeset 9f7505019767 (issue #27275).Serhiy Storchaka2016-10-301-7/+22
* | Issue #28199: Microoptimized dict resizing. Based on patch by Naoki Inada.Serhiy Storchaka2016-10-291-60/+63
* | Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*`Yury Selivanov2016-10-281-2/+6
* | Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),Serhiy Storchaka2016-10-271-0/+21
* | Issue #28509: dict.update() no longer allocate unnecessary large memoryINADA Naoki2016-10-271-2/+4
* | Issue #27275: Fixed implementation of pop() and popitem() methods inSerhiy Storchaka2016-10-251-22/+7
|\ \ | |/
| * Issue #27275: Fixed implementation of pop() and popitem() methods inSerhiy Storchaka2016-10-251-22/+7
* | Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Fini...Serhiy Storchaka2016-10-251-18/+12
* | Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...Serhiy Storchaka2016-10-251-10/+2
|\ \ | |/
| * Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...Serhiy Storchaka2016-10-251-10/+2
| |\
| | * Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...Serhiy Storchaka2016-10-251-10/+2
* | | Issue #28214: Improved exception reporting for problematic __set_name__Serhiy Storchaka2016-10-211-1/+6
* | | Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raisingSerhiy Storchaka2016-10-213-47/+14
* | | merge 3.5 (#28454)Benjamin Peterson2016-10-161-4/+4
|\ \ \ | |/ /
| * | remove extra PyErr_Format arguments (closes #28454)Benjamin Peterson2016-10-161-4/+4
* | | Check return value of _PyDict_SetItemId()Christian Heimes2016-10-131-1/+4
* | | Fix _Py_normalize_encoding() commandVictor Stinner2016-10-121-3/+3
* | | va_end vargs2 once (closes #28417)Benjamin Peterson2016-10-121-1/+0
* | | - dictobject.c: Make dict_merge symbol a static symboldoko@ubuntu.com2016-10-111-1/+1
* | | Issue #28183: Optimize and cleanup dict iteration.Serhiy Storchaka2016-10-091-109/+106
* | | Merge from 3.5.Serhiy Storchaka2016-10-081-3/+7
|\ \ \ | |/ /
| * | Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().Serhiy Storchaka2016-10-081-3/+7
* | | Issue #28376: Creating instances of range_iterator by calling range_iteratorSerhiy Storchaka2016-10-081-0/+7
* | | Merge from 3.5.Serhiy Storchaka2016-10-081-3/+11
|\ \ \ | |/ /
| * | Issue #28376: The constructor of range_iterator now checks that step is not 0.Serhiy Storchaka2016-10-081-3/+11
* | | Issue #26906: Resolving special methods of uninitialized type now causesSerhiy Storchaka2016-10-081-5/+19
|\ \ \ | |/ /
| * | Issue #26906: Resolving special methods of uninitialized type now causesSerhiy Storchaka2016-10-081-5/+19
* | | Issue #18287: PyType_Ready() now checks that tp_name is not NULL.Serhiy Storchaka2016-10-071-0/+6
|\ \ \ | |/ /
| * | Issue #18287: PyType_Ready() now checks that tp_name is not NULL.Serhiy Storchaka2016-10-071-0/+6
| * | Merge headsSerhiy Storchaka2016-10-041-12/+13
| |\ \
* | | | Issue #28201: Dict reduces possibility of 2nd conflict in hash table.INADA Naoki2016-10-061-16/+22
* | | | Issue #28350: String constants with null character no longer interned.Serhiy Storchaka2016-10-041-8/+8
|\ \ \ \ | |/ / /
| * | | Issue #28350: String constants with null character no longer interned.Serhiy Storchaka2016-10-041-8/+8
* | | | merge 3.5 (#26617)Benjamin Peterson2016-10-041-12/+13
|\ \ \ \ | | |/ / | |/| |
| * | | ensure gc tracking is off when invoking weakref callbacks (closes #26617)Benjamin Peterson2016-10-041-12/+13
| |/ /
* | | Issue #27358: Optimized merging var-keyword arguments and improved errorSerhiy Storchaka2016-10-021-9/+36
* | | Issue #27942: String constants now interned recursively in tuples and frozens...Serhiy Storchaka2016-09-301-7/+45
|\ \ \ | |/ /
| * | Issue #27942: String constants now interned recursively in tuples and frozens...Serhiy Storchaka2016-09-301-7/+45
* | | Issue #21578: Fixed misleading error message when ImportError called withSerhiy Storchaka2016-09-271-22/+24
|\ \ \ | |/ /
| * | Issue #21578: Fixed misleading error message when ImportError called withSerhiy Storchaka2016-09-271-22/+24
* | | Issue #27914: Fixed a comment in PyModule_ExcDef.Serhiy Storchaka2016-09-261-1/+1
* | | issue #28144: Decrease empty_keys_struct's dk_refcntSerhiy Storchaka2016-09-261-1/+1
* | | Issue #28194: Clean up some checks in dict implementation.Serhiy Storchaka2016-09-261-10/+11
* | | Issue #28203: Merge from 3.5Mark Dickinson2016-09-241-6/+17
|\ \ \ | |/ /
| * | Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). P...Mark Dickinson2016-09-241-6/+17
* | | remove unneeded castBenjamin Peterson2016-09-231-1/+1