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
*
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
*
Merge doc fixes from 3.6
Martin Panter
2017-01-14
1
-1/+1
|
\
|
*
Merge doc fixes from 3.5
Martin Panter
2017-01-14
1
-1/+1
|
|
\
|
|
*
Fix grammar, typos and markup in documentation and code comments
Martin Panter
2017-01-14
1
-1/+1
*
|
|
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
1
-2/+1
*
|
|
Issue #28818: Simplify lookdict functions
INADA Naoki
2016-12-07
1
-2/+2
*
|
|
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
1
-1/+1
*
|
|
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-1/+1
*
|
|
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-1/+1
|
/
/
*
|
Merge from 3.5.
Serhiy Storchaka
2016-10-30
1
-7/+22
|
\
\
|
|
/
|
*
Backed out changeset 9f7505019767 (issue #27275).
Serhiy Storchaka
2016-10-30
1
-7/+22
*
|
Issue #27275: Fixed implementation of pop() and popitem() methods in
Serhiy Storchaka
2016-10-25
1
-22/+7
|
\
\
|
|
/
|
*
Issue #27275: Fixed implementation of pop() and popitem() methods in
Serhiy Storchaka
2016-10-25
1
-22/+7
*
|
Issue #27576: Fix call order in OrderedDict.__init__().
Eric Snow
2016-09-09
1
-2/+15
*
|
Issue #24254: Drop cls.__definition_order__.
Eric Snow
2016-09-08
1
-15/+0
*
|
fix spelling
Benjamin Peterson
2016-09-08
1
-1/+1
*
|
Implement compact dict
Victor Stinner
2016-09-08
1
-5/+8
*
|
Issue #24254: Preserve class attribute definition order.
Eric Snow
2016-09-05
1
-0/+15
*
|
Merge spelling and grammar fixes from 3.5
Martin Panter
2016-08-05
1
-1/+1
|
\
\
|
|
/
|
*
Fix spelling and grammar in documentation and code comments
Martin Panter
2016-08-04
1
-1/+1
*
|
odict: Remove useless ";" after function definition
Victor Stinner
2016-06-08
1
-9/+9
*
|
Issue #25949: __dict__ for an OrderedDict instance is now created only when
Serhiy Storchaka
2016-02-08
1
-16/+7
|
/
*
Issue #25935: Garbage collector now breaks reference loops with OrderedDict.
Serhiy Storchaka
2016-01-19
1
-13/+14
*
Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
Serhiy Storchaka
2015-12-22
1
-21/+1
*
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
1
-2/+0
*
Issue #25462: The hash of the key now is calculated only once in most
Serhiy Storchaka
2015-11-13
1
-35/+83
*
Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more
Serhiy Storchaka
2015-11-06
1
-4/+8
*
Issue #24726: Revert setting the value on the dict if
Serhiy Storchaka
2015-11-06
1
-1/+7
*
Issue #25558: Refactoring OrderedDict iteration.
Serhiy Storchaka
2015-11-06
1
-40/+31
*
Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that
Serhiy Storchaka
2015-11-04
1
-2/+13
*
Issue #25449: Iterating OrderedDict with keys with unstable hash now raises
Serhiy Storchaka
2015-11-04
1
-0/+2
*
Issue #25395: Fixed crash when highly nested OrderedDict structures were
Serhiy Storchaka
2015-11-01
1
-3/+14
*
Issue #25410: C implementation of OrderedDict now uses type(self) instead of
Serhiy Storchaka
2015-10-22
1
-31/+14
*
Issue #25410: Fixed a memory leak in OrderedDict in the case when key's hash
Serhiy Storchaka
2015-10-20
1
-1/+1
*
Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedD...
Serhiy Storchaka
2015-10-18
1
-158/+72
*
Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end()
Serhiy Storchaka
2015-10-14
1
-21/+10
*
odictobject.c: fix compiler warning
Victor Stinner
2015-09-18
1
-1/+1
*
Issue #24992: Fix error handling and a race condition (related to garbage
Victor Stinner
2015-09-03
1
-18/+22
*
Issue #24667: Resize odict in all cases that the underlying dict resizes.
Eric Snow
2015-08-07
1
-7/+10
*
repair my irrational excuberance
Benjamin Peterson
2015-06-07
1
-54/+57
*
remove unnecessary braces and indentation
Benjamin Peterson
2015-06-07
1
-58/+57
*
fix refleak when keys() fails
Benjamin Peterson
2015-06-04
1
-2/+6
*
Issue #24369: Defend against key-changes during iteration.
Eric Snow
2015-06-04
1
-13/+19
*
Issue #24377: Fix a ref leak in OrderedDict.__repr__.
Eric Snow
2015-06-03
1
-1/+1
*
Issue #24362: Simplify the C OrderedDict fast nodes resize logic.
Eric Snow
2015-06-03
1
-34/+40
*
Issue #24368: Support keyword arguments in OrderedDict methods.
Eric Snow
2015-06-03
1
-23/+49
*
Issue #24359: Check for changed OrderedDict size during iteration.
Eric Snow
2015-06-02
1
-0/+10
*
Issue #24348: Drop superfluous increfs/decrefs.
Eric Snow
2015-06-02
1
-33/+13
[next]