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
/
Include
/
dictobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-33462: Add __reversed__ to dict and dict views (GH-6827)
Rémi Lapeyre
2018-11-06
1
-0/+3
*
bpo-15695: Add PyAPI_FUNC() to _PyDict_SizeOf() declaration. (#639)
Serhiy Storchaka
2017-03-12
1
-1/+1
*
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-0/+1
|
\
|
*
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-0/+1
|
|
\
|
|
*
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-0/+1
*
|
|
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-0/+2
*
|
|
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
1
-0/+2
|
/
/
*
|
Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*`
Yury Selivanov
2016-10-28
1
-1/+1
*
|
Issue #28544: Fix compilation of _asynciomodule.c on Windows
Yury Selivanov
2016-10-28
1
-1/+1
*
|
Issue #27358: Optimized merging var-keyword arguments and improved error
Serhiy Storchaka
2016-10-02
1
-0/+6
*
|
Add _PyDict_CheckConsistency()
Victor Stinner
2016-09-14
1
-1/+1
*
|
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka
2016-09-11
1
-1/+5
*
|
Add a new private version to the builtin dict type
Victor Stinner
2016-09-08
1
-0/+4
*
|
Add documentation to the dict implementation
Victor Stinner
2016-09-08
1
-0/+9
|
/
*
Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
Serhiy Storchaka
2015-12-22
1
-1/+1
*
Issue #24483: C implementation of functools.lru_cache() now calculates key's
Serhiy Storchaka
2015-10-02
1
-0/+4
*
Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance.
Eric Snow
2015-05-30
1
-3/+3
*
Issue #16991: Add a C implementation of collections.OrderedDict.
Eric Snow
2015-05-30
1
-3/+12
*
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson
2015-05-06
1
-0/+4
*
do not expose known hash api in stable API
Benjamin Peterson
2014-05-03
1
-0/+4
*
Issue 21101: Internal API for dict getitem and setitem where the hash value ...
Raymond Hettinger
2014-05-03
1
-0/+4
*
Issue #19526: Exclude all new API from the stable ABI.
Martin v. Löwis
2014-01-03
1
-0/+2
*
Issue #19512, #19526: Exclude the new _PyDict_DelItemId() function from the
Victor Stinner
2013-11-08
1
-2/+3
*
Issue #19512: Add a new _PyDict_DelItemId() function, similar to
Victor Stinner
2013-11-06
1
-0/+1
*
Add PyDict_SetDefault. (closes #17327)
Benjamin Peterson
2013-03-08
1
-0/+2
*
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...
David Malcolm
2012-06-22
1
-0/+1
*
Account for shared keys in type's __sizeof__ (#13903).
Martin v. Loewis
2012-04-24
1
-0/+1
*
Implement PEP 412: Key-sharing dictionaries (closes #13903)
Benjamin Peterson
2012-04-23
1
-68/+18
*
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon
2012-04-14
1
-0/+2
*
Issue #14383: Add _PyDict_GetItemId() and _PyDict_SetItemId() functions
Victor Stinner
2012-03-26
1
-0/+2
*
Issue #13389: Full garbage collection passes now clear the freelists for
Antoine Pitrou
2011-11-14
1
-0/+2
*
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
1
-0/+6
*
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson
2010-10-17
1
-8/+5
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-32/+32
*
prevent the dict constructor from accepting non-string keyword args #8419
Benjamin Peterson
2010-04-24
1
-0/+1
*
Merged revisions 70546 via svnmerge from
Antoine Pitrou
2009-03-23
1
-0/+1
*
Added missing prototype for PyDict_GetItemWithError().
Alexandre Vassalotti
2008-06-01
1
-0/+1
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-5/+5
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
1
-0/+1
*
Added all PyTypeObjects to the appropriate header files.
Christian Heimes
2007-11-29
1
-0/+13
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-2/+2
*
Merged revisions 53875-53911 via svnmerge from
Thomas Wouters
2007-02-25
1
-1/+2
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-0/+3
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-5/+9
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-2/+2
*
Fix name problem in previous checkin: Dict not List
Jeremy Hylton
2003-12-26
1
-1/+1
*
At 2.2, the Py<type>_Check() family of API functions (macros) changed
Andrew MacIntyre
2003-12-26
1
-0/+1
*
reverting 2.29: the patch was Ok, but the commit msg wrong
Andrew MacIntyre
2003-12-26
1
-1/+0
[next]