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
/
odictobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner
2022-11-16
1
-2/+1
*
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Victor Stinner
2022-11-10
1
-16/+8
*
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner
2022-05-03
1
-1/+1
*
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka
2022-04-06
1
-15/+5
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-12/+7
*
bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290)
Dong-hee Na
2021-12-30
1
-3/+5
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
1
-3/+3
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
1
-3/+3
*
bpo-27275: Change popitem() and pop() methods of collections.OrderedDict (GH-...
Serhiy Storchaka
2021-08-03
1
-67/+26
*
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon
2021-06-10
1
-1/+1
*
Fix MSVC compiler warnings in dictobject.c (GH-26432)
Mark Shannon
2021-05-29
1
-2/+4
*
bpo-44206: Add a version number to dictionary keys (GH-26333)
Mark Shannon
2021-05-28
1
-6/+6
*
bpo-42536: GC track recycled tuples (GH-23623)
Brandt Bucher
2020-12-05
1
-0/+5
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
1
-1/+1
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
1
-5/+5
*
bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534)
Serhiy Storchaka
2020-07-19
1
-20/+17
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-2/+1
*
bpo-36144: OrderedDict Union (PEP 584) (#18967)
Brandt Bucher
2020-03-13
1
-75/+120
*
bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and ...
Pablo Galindo
2020-03-02
1
-2/+0
*
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner
2020-02-07
1
-2/+3
*
bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254)
Hai Shi
2020-01-30
1
-3/+2
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
1
-3/+3
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-10/+10
*
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer
2019-05-10
1
-13/+2
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
1
-2/+2
*
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11...
Serhiy Storchaka
2018-12-11
1
-1/+2
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-2/+2
*
bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736)
Serhiy Storchaka
2018-11-27
1
-1/+1
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
1
-0/+1
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1/+1
*
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner
2018-11-01
1
-1/+1
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH...
Sergey Fedoseev
2018-10-20
1
-28/+9
*
bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349)
Serhiy Storchaka
2018-10-19
1
-50/+18
*
fix two typos in Objects/odictobject.c comments (GH-8040)
Robert Krzyzanowski
2018-07-06
1
-2/+2
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-18/+18
*
bpo-33031: Remove dead code in C implementation of OrderedDict. (GH-6120)
Serhiy Storchaka
2018-04-09
1
-76/+1
*
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk
2018-02-02
1
-1/+1
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
1
-14/+6
*
bpo-31572: Get rid of _PyObject_HasAttrId() in dict and OrderedDict. (#3728)
Serhiy Storchaka
2017-11-11
1
-17/+34
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
1
-2/+2
*
bpo-31497: Add private helper _PyType_Name(). (#3630)
Serhiy Storchaka
2017-09-17
1
-9/+3
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-0/+1
*
bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (#2179)
Jonathan Eunice
2017-09-05
1
-2/+1
*
bpo-29304: Simplify dict lookup functions (GH-2407)
INADA Naoki
2017-08-03
1
-1/+1
*
bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZ...
Serhiy Storchaka
2017-04-21
1
-1/+1
*
Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict
Serhiy Storchaka
2017-01-24
1
-12/+11
*
Issue #29289: Argument Clinic generates reasonable name for the parameter "de...
Serhiy Storchaka
2017-01-19
1
-9/+9
*
Convert some OrderedDict methods to Argument Clinic
Victor Stinner
2017-01-17
1
-87/+84
[next]