| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
Fix a "gcc -pendatic" warning.
|
|/
|
|
| |
needed.
|
| |
|
| |
|
|
|
|
|
| |
This allows sys.getsize() to work correctly with their subclasses with
__slots__ defined.
|
|
|
|
| |
operations in C implementation of OrderedDict.
|
|
|
|
| |
reliable.
|
|
|
|
| |
_odict_add_new_node() fails.
|
| |
|
|
|
|
| |
was mutated by direct calls of dict methods.
|
|
|
|
|
|
| |
KeyError in C implementations as well as in Python implementation.
Added tests for OrderedDict subclasses.
|
|
|
|
| |
garbage collected.
|
|
|
|
| |
self.__class__ in __repr__() and __reduce__() for simplicity and reliability.
|
|
|
|
| |
calculation fails.
|
|
|
|
| |
OrderedDict.
|
|
|
|
|
| |
that caused segmentation fault or hang in iterating after moving several
items to the start of ordered dict.
|
|
|
|
|
| |
PyObject_Length() returns a P_ssize_t, not an int. Use a Py_ssize_t to avoid
overflow.
|
|
|
|
|
|
| |
collection) in collections.OrderedDict constructor.
Patch reviewed by Serhiy Storchaka.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|