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
...
*
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon
2021-06-10
1
-20/+2
*
Fix MSVC compiler warnings in dictobject.c (GH-26432)
Mark Shannon
2021-05-29
1
-2/+2
*
bpo-44206: Fix compiler warnings in dictobject.c (GH-26440)
Pablo Galindo
2021-05-28
1
-3/+3
*
bpo-44206: Add a version number to dictionary keys (GH-26333)
Mark Shannon
2021-05-28
1
-288/+192
*
bpo-44114: Remove redundant cast. (GH-26098)
Inada Naoki
2021-05-13
1
-2/+2
*
bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures ...
Joe Marshall
2021-05-13
1
-4/+4
*
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon
2021-04-30
1
-1/+1
*
bpo-24275: Don't downgrade unicode-only dicts to mixed on lookups (GH-25186)
Hristo Venev
2021-04-29
1
-3/+6
*
bpo-43770: Refactor type_new() function (GH-25325)
Victor Stinner
2021-04-10
1
-2/+4
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
1
-1/+2
*
bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582)
Victor Stinner
2021-02-21
1
-31/+4
*
bpo-43277: Add PySet_CheckExact to the C-API (GH-24598)
Pablo Galindo
2021-02-20
1
-1/+1
*
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner
2021-02-19
1
-5/+5
*
bpo-42536: GC track recycled tuples (GH-23623)
Brandt Bucher
2020-12-05
1
-0/+10
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
1
-4/+4
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
1
-1/+1
*
bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
Serhiy Storchaka
2020-10-26
1
-23/+22
*
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetIte...
Serhiy Storchaka
2020-10-26
1
-13/+11
*
Correctly compare the hint against the keys in _PyDict_GetItemHint (GH-22960)
Pablo Galindo
2020-10-25
1
-1/+1
*
bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803)
Pablo Galindo
2020-10-20
1
-0/+65
*
bpo-41493: Refactoring dictresize (GH-21751)
Inada Naoki
2020-08-07
1
-26/+41
*
bpo-41431: Optimize dict_merge for copy (GH-21674)
Inada Naoki
2020-08-04
1
-29/+67
*
bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534)
Serhiy Storchaka
2020-07-19
1
-2/+3
*
bpo-40521: Cleanup code of free lists (GH-21082)
Victor Stinner
2020-06-23
1
-14/+16
*
bpo-40521: Make dict free lists per-interpreter (GH-20645)
Victor Stinner
2020-06-23
1
-59/+66
*
bpo-40890: Fix compiler warning in dictobject.c (GH-20876)
Pablo Galindo
2020-06-15
1
-3/+2
*
bpo-40890: Add `mapping` property to dict views (GH-20749)
Dennis Sweeney
2020-06-12
1
-3/+20
*
bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718)
Dennis Sweeney
2020-06-10
1
-0/+90
*
bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)
Victor Stinner
2020-06-02
1
-29/+26
*
bpo-40575: Avoid unnecessary overhead in _PyDict_GetItemIdWithError() (GH-20018)
scoder
2020-05-11
1
-1/+3
*
bpo-40521: Disable free lists in subinterpreters (GH-19937)
Victor Stinner
2020-05-05
1
-4/+33
*
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Victor Stinner
2020-04-29
1
-7/+4
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-2/+3
*
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum
2020-04-07
1
-0/+1
*
bpo-37207: Use PEP 590 vectorcall to speed up dict() (GH-19280)
Dong-hee Na
2020-04-02
1
-0/+33
*
bpo-39943: Properly const the pointers in dictkeys_get_index (GH-19170)
Andy Lester
2020-03-26
1
-5/+5
*
bpo-36144: Dictionary Union (PEP 584) (#12088)
Brandt Bucher
2020-02-25
1
-18/+53
*
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na
2020-02-17
1
-6/+6
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-1/+1
*
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner
2020-02-07
1
-1/+1
*
bpo-39542: Simplify _Py_NewReference() (GH-18332)
Victor Stinner
2020-02-03
1
-8/+18
*
bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCo...
Dong-hee Na
2019-12-31
1
-0/+2
*
bpo-38613: Optimize set operations of dict keys. (GH-16961)
Inada Naoki
2019-11-07
1
-21/+33
*
bpo-38555: Fix an undefined behavior. (GH-16883)
Serhiy Storchaka
2019-10-23
1
-8/+7
*
bpo-38525: Fix a segmentation fault when using reverse iterators of empty dic...
Dong-hee Na
2019-10-19
1
-2/+7
*
bpo-38202: Fix a crash in dict_view & non-itearble. (GH-16241)
Zackery Spytz
2019-10-13
1
-0/+4
*
Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714)
Dong-hee Na
2019-10-11
1
-1/+1
*
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
Victor Stinner
2019-10-07
1
-16/+20
*
Fix a compile warning in dictobject.c (GH-16610)
Hai Shi
2019-10-07
1
-1/+0
*
bpo-38210: Fix intersection operation with dict view and iterator. (GH-16602)
Dong-hee Na
2019-10-06
1
-8/+0
[prev]
[next]