index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
dictobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
00147-add-debug-malloc-stats.patch
Fedora Python maintainers
2020-09-29
1
-0/+9
*
bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357)
bennorth
2018-02-26
1
-7/+15
*
bpo-31095: Fix potential crash during GC (GH-3197)
INADA Naoki
2017-09-04
1
-0/+5
*
[2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681)
Serhiy Storchaka
2017-05-20
1
-14/+31
*
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-10/+55
*
Issue #29019: Fix dict.fromkeys(x) overallocates when x is sparce dict.
INADA Naoki
2016-12-20
1
-1/+1
*
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-3/+3
*
properly use PyObject_CallMethod in dictview binary operations (closes #26478)
Benjamin Peterson
2016-03-04
1
-5/+5
*
Issue #25698: Importing module if the stack is too deep no longer replaces
Serhiy Storchaka
2016-02-10
1
-0/+30
*
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
1
-1/+1
*
Issue #23971: Fix underestimated presizing in dict.fromkeys()
Raymond Hettinger
2015-05-13
1
-2/+2
*
add missing NULL check (closes #18019)
Benjamin Peterson
2013-05-20
1
-0/+4
*
avoid a function call with redundant checks for dict size
Benjamin Peterson
2012-10-31
1
-1/+1
*
only fast-path fromkeys() when the constructor returns a empty dict (closes #...
Benjamin Peterson
2012-10-31
1
-33/+34
*
Issue #13521: dict.setdefault() now does only one lookup for the given key, m...
Antoine Pitrou
2012-02-26
1
-44/+69
*
Small clarification in docstring of dict.update(): the positional argument is...
Georg Brandl
2011-12-18
1
-3/+3
*
Issue #13018: Fix reference leaks in error paths in dictobject.c.
Petri Lehtinen
2011-10-24
1
-4/+12
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
*
Issue 10221: Improve error message for dict.pop().
Raymond Hettinger
2010-10-30
1
-2/+1
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-2206/+2206
*
Issue #8404: Fix set operations on dictionary views.
Alexandre Vassalotti
2010-05-04
1
-3/+6
*
#8030: more docstring fix for builtin types.
Ezio Melotti
2010-02-28
1
-2/+2
*
#8030: make builtin type docstrings more consistent: use "iterable" instead o...
Georg Brandl
2010-02-28
1
-2/+2
*
Fixed repr of dictionary views.
Alexandre Vassalotti
2010-01-12
1
-1/+2
*
Issue #1967: Backport dictionary views.
Alexandre Vassalotti
2010-01-11
1
-0/+505
*
clarify
Benjamin Peterson
2009-07-25
1
-1/+1
*
must use _PyThreadState_Current so it isn't checked for NULL #6530
Benjamin Peterson
2009-07-21
1
-4/+6
*
use the offical api
Benjamin Peterson
2009-06-04
1
-1/+1
*
plug ref leak
Benjamin Peterson
2009-05-27
1
-4/+7
*
correctly handle descrs with __missing__
Benjamin Peterson
2009-05-27
1
-5/+6
*
The tracking statistics were actually too pessimistic
Antoine Pitrou
2009-03-23
1
-0/+1
*
Issue #4688: Add a heuristic so that tuples and dicts containing only
Antoine Pitrou
2009-03-23
1
-1/+81
*
Issue #3680: Reference cycles created through a dict, set or deque iterator d...
Antoine Pitrou
2009-01-01
1
-8/+17
*
Punctuation fix; expand dict.update docstring to be clearer
Andrew M. Kuchling
2008-10-04
1
-4/+6
*
- Issue #3537: Fix an assertion failure when an empty but presized dict
Georg Brandl
2008-08-11
1
-0/+4
*
Issue 2235: __hash__ is once again inherited by default, but inheritance can ...
Nick Coghlan
2008-07-15
1
-1/+1
*
Issue 3230: Do not the set specific size macro.
Raymond Hettinger
2008-06-28
1
-1/+1
*
Corrected inconsistencies in sizeof tests and addressed issue pointed
Robert Schuppenies
2008-06-26
1
-1/+1
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-39/+39
*
Some style nits. Also clarify in the docstrings what __sizeof__ does.
Georg Brandl
2008-06-01
1
-1/+1
*
Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
Robert Schuppenies
2008-06-01
1
-0/+15
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-39/+39
*
A little reformating of Py3k warnings
Benjamin Peterson
2008-04-27
1
-2/+2
*
Use PyErr_WarnPy3k throughout
Benjamin Peterson
2008-04-27
1
-8/+4
*
Fix tabs.
Georg Brandl
2008-03-25
1
-1/+1
*
Make Py3k warnings consistent w.r.t. punctuation; also respect the
Georg Brandl
2008-03-25
1
-3/+6
*
Add py3k warnings for object, type, cell and dict comparisons. This should re...
Steven Bethard
2008-03-18
1
-1/+7
*
Use PY_FORMAT_SIZE_T instead of z for string formatting. Thanks Neal.
Christian Heimes
2008-02-24
1
-2/+4
*
dict.copy() rises from the ashes. Revert r60687.
Raymond Hettinger
2008-02-12
1
-4/+0
*
Add -3 warnings that set.copy(), dict.copy(), and defaultdict.copy() will go ...
Raymond Hettinger
2008-02-09
1
-0/+4
[next]