summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Issue #24467: Fixed possible buffer over-read in bytearray. The bytearraySerhiy Storchaka2015-06-291-1/+3
* | | | Minor refactoring. Move reference count logic into function that adds entry.Raymond Hettinger2015-06-281-14/+4
* | | | merge 3.5Benjamin Peterson2015-06-271-791/+1641
|\ \ \ \ | |/ / /
| * | | upgrade to Unicode 8.0.0Benjamin Peterson2015-06-271-791/+1641
* | | | Minor tweeak to tighten the inner-loop.Raymond Hettinger2015-06-261-1/+1
* | | | Merge 3.5 (issue #24439)Yury Selivanov2015-06-241-5/+5
|\ \ \ \ | |/ / /
| * | | Issue #24439: Improve PEP 492 related docs.Yury Selivanov2015-06-241-5/+5
* | | | Minor code cleanup.Raymond Hettinger2015-06-241-3/+5
* | | | Issue #24400: Merge 3.5Yury Selivanov2015-06-222-57/+274
|\ \ \ \ | |/ / /
| * | | Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-222-57/+274
* | | | Harmonize the bottom of the outer loop with its entry pointRaymond Hettinger2015-06-211-2/+2
* | | | Restore quick exit (no freeslot check) for common case (found null on first p...Raymond Hettinger2015-06-211-1/+11
* | | | Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-102-7/+7
|\ \ \ \ | |/ / /
| * | | Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-102-7/+7
| |\ \ \ | | |/ /
| | * | Fixed indentation of Python examples in C comments.Serhiy Storchaka2015-06-102-7/+7
* | | | Merge 3.5Benjamin Peterson2015-06-071-54/+57
|\ \ \ \ | |/ / /
| * | | repair my irrational excuberanceBenjamin Peterson2015-06-071-54/+57
* | | | merge 3.5Benjamin Peterson2015-06-071-58/+57
|\ \ \ \ | |/ / /
| * | | remove unnecessary braces and indentationBenjamin Peterson2015-06-071-58/+57
* | | | merge 3.5Benjamin Peterson2015-06-041-2/+6
|\ \ \ \ | |/ / /
| * | | fix refleak when keys() failsBenjamin Peterson2015-06-041-2/+6
* | | | Merge from 3.5.Eric Snow2015-06-041-13/+19
|\ \ \ \ | |/ / /
| * | | Issue #24369: Defend against key-changes during iteration.Eric Snow2015-06-041-13/+19
* | | | Merge from 3.5.Eric Snow2015-06-031-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #24377: Fix a ref leak in OrderedDict.__repr__.Eric Snow2015-06-031-1/+1
* | | | Merge from 3.5.Eric Snow2015-06-031-34/+40
|\ \ \ \ | |/ / /
| * | | Issue #24362: Simplify the C OrderedDict fast nodes resize logic.Eric Snow2015-06-031-34/+40
* | | | Merge from 3.5.Eric Snow2015-06-031-23/+49
|\ \ \ \ | |/ / /
| * | | Issue #24368: Support keyword arguments in OrderedDict methods.Eric Snow2015-06-031-23/+49
* | | | Merge from 3.5.Eric Snow2015-06-021-0/+10
|\ \ \ \ | |/ / /
| * | | Issue #24359: Check for changed OrderedDict size during iteration.Eric Snow2015-06-021-0/+10
* | | | Merge from 3.5.Eric Snow2015-06-021-33/+13
|\ \ \ \ | |/ / /
| * | | Issue #24348: Drop superfluous increfs/decrefs.Eric Snow2015-06-021-33/+13
* | | | Merge from 3.5.Eric Snow2015-06-021-15/+47
|\ \ \ \ | |/ / /
| * | | Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.Eric Snow2015-06-021-15/+47
* | | | merge 3.5 (#24345)Benjamin Peterson2015-06-011-0/+1
|\ \ \ \ | |/ / /
| * | | add Py_tp_finalize slot (closes #24345)Benjamin Peterson2015-06-011-0/+1
* | | | Issue #24284: The startswith and endswith methods of the str class no longerSerhiy Storchaka2015-05-311-3/+3
|\ \ \ \ | |/ / /
| * | | Issue #24284: The startswith and endswith methods of the str class no longerSerhiy Storchaka2015-05-311-3/+3
* | | | Merge from 3.5.Eric Snow2015-05-301-12/+14
|\ \ \ \ | |/ / /
| * | | Issue #16991: Fix a few leaks and other memory-related concerns in OrderedDict.Eric Snow2015-05-301-12/+14
* | | | Merge from 3.5.Eric Snow2015-05-301-19/+43
|\ \ \ \ | |/ / /
| * | | Issue #16991: Do not return None from OrderedDict.__reversed__.Eric Snow2015-05-301-3/+0
| * | | Issue #16991: Properly handle return values in several places.Eric Snow2015-05-301-16/+43
| * | | Reverting my previous commit.Yury Selivanov2015-05-301-104/+41
|/ / /
* | | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-304-19/+46
|\ \ \
| * \ \ Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-304-19/+46
| |\ \ \ | | |/ /
| | * | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-304-15/+37
* | | | Specify default values of semantic booleans in Argument Clinic generated sign...Serhiy Storchaka2015-05-302-4/+4
|\ \ \ \ | |/ / /
| * | | Specify default values of semantic booleans in Argument Clinic generated sign...Serhiy Storchaka2015-05-302-4/+4