summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* 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 #27942: String constants now interned recursively in tuples and frozens...Serhiy Storchaka2016-09-301-7/+45
* | | Issue #28289: ImportError.__init__ now resets not specified attributes.Serhiy Storchaka2016-09-281-9/+7
* | | 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 #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 #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 #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 #28194: Clean up some checks in dict implementation.Serhiy Storchaka2016-09-261-10/+11
* | | Issue #28203: Merge from 3.6Mark Dickinson2016-09-241-6/+17
|\ \ \ | |/ /
| * | 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
* | | merge 3.6Benjamin Peterson2016-09-231-1/+1
|\ \ \ | |/ /
| * | remove unneeded castBenjamin Peterson2016-09-231-1/+1
* | | Issue #28214: Now __set_name__ is looked up on the class instead of theSerhiy Storchaka2016-09-211-5/+7
|\ \ \ | |/ /
| * | Issue #28214: Now __set_name__ is looked up on the class instead of theSerhiy Storchaka2016-09-211-5/+7
* | | Merge 3.6Victor Stinner2016-09-211-1/+1
|\ \ \ | |/ /
| * | Merge 3.5Victor Stinner2016-09-211-1/+1
| |\ \ | | |/
| | * Fix PyUnicode_FromFormatV() error handlingVictor Stinner2016-09-211-1/+1
| | * Issue #28189: dictitems_contains no longer swallows compare errors.Raymond Hettinger2016-09-191-1/+1
* | | va_end() all va_copy()ed va_lists.Christian Heimes2016-09-212-0/+5
|\ \ \ | |/ /
| * | va_end() all va_copy()ed va_lists.Christian Heimes2016-09-212-0/+5
* | | merge 3.6Benjamin Peterson2016-09-212-4/+3
|\ \ \ | |/ /
| * | replace usage of Py_VA_COPY with the (C99) standard va_copyBenjamin Peterson2016-09-212-4/+3
* | | mergeRaymond Hettinger2016-09-191-1/+1
|\ \ \ | |/ /
| * | mergeRaymond Hettinger2016-09-191-1/+1
* | | merge 3.6Benjamin Peterson2016-09-191-9/+9
|\ \ \ | |/ /
| * | correct silly spelling problemBenjamin Peterson2016-09-191-9/+9
* | | merge 3.6Benjamin Peterson2016-09-191-42/+31
|\ \ \ | |/ /
| * | replace obmalloc's homegrown uptr and uchar types with standard onesBenjamin Peterson2016-09-191-42/+31
* | | merge 3.6Benjamin Peterson2016-09-191-76/+22
|\ \ \ | |/ /
| * | improvements to code that checks whether Python (obmalloc) allocated an addressBenjamin Peterson2016-09-191-76/+22
* | | Issue #27111: Minor simplication to long_add and long_sub fast path code. Tha...Mark Dickinson2016-09-171-6/+2
* | | Issue #27441: Remove some redundant assignments to ob_size in longobject.c. T...Mark Dickinson2016-09-171-2/+0
* | | Issue #27222: various cleanups in long_rshift. Thanks Oren Milman.Mark Dickinson2016-09-171-11/+7
|/ /
* | Issue #28139: Merge indentation fixes from 3.5 into 3.6Martin Panter2016-09-171-8/+12
|\ \ | |/
| * Issue #28139: Fix messed up indentationMartin Panter2016-09-171-8/+12
* | Issue #25270: Merge from 3.5Berker Peksag2016-09-161-5/+14
|\ \ | |/
| * Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an...Berker Peksag2016-09-161-5/+14
* | Unicode 9.0.0Benjamin Peterson2016-09-151-716/+857
* | Add _PyDict_CheckConsistency()Victor Stinner2016-09-142-6/+90
* | Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...Christian Heimes2016-09-135-51/+51
* | Fix _PyDict_Pop() on pending keyVictor Stinner2016-09-131-1/+1
* | Issue #28040: Cleanup find_empty_slot()Victor Stinner2016-09-131-6/+2
* | Fix warning in _PyCFunction_FastCallKeywords()Victor Stinner2016-09-121-2/+1
* | Issue #28077: find_empty_slot() only supports combined dictVictor Stinner2016-09-121-3/+7