1. dbe97b3 Fix bug #1517, a possible segfault in lookup(). by Guido van Rossum · 18 years ago
  2. e6e383f Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or by Neal Norwitz · 18 years ago
  3. 7ed0a65 Test and fix fromkeys optional argument. by Raymond Hettinger · 18 years ago
  4. f94e89c Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 18 years ago
  5. 1bff796 Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
  6. 20dcf1c SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses by Raymond Hettinger · 19 years ago
  7. ae6b841 Fix refleak by Neal Norwitz · 19 years ago
  8. 5e9f94a Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 19 years ago
  9. 7e3ec04 Backport 52502: by Neal Norwitz · 19 years ago
  10. d3da7d3 Fix SF bug #1546288, crash in dict_equal by Neal Norwitz · 19 years ago
  11. 0067b5f Typo fixes by Andrew M. Kuchling · 19 years ago
  12. 48808a1 Add some asserts that we got good params passed by Neal Norwitz · 19 years ago
  13. acd0d6d SF bug #1503294. by Armin Rigo · 19 years ago
  14. d770ebd Armin committed his patch while I was reviewing it (I'm sure by Tim Peters · 19 years ago
  15. 35f6d36 [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). by Armin Rigo · 19 years ago
  16. 33f4a6a dict_print(): So that Neal & I don't spend the rest of by Tim Peters · 19 years ago
  17. 6381443 dict_print(): Explicitly narrow the return value by Tim Peters · 19 years ago
  18. 5e1b45d No DOWNCAST is required since sizeof(Py_ssize_t) >= sizeof(int) and Py_ReprEntr returns an int by Neal Norwitz · 19 years ago
  19. d3881b0 Use Py_SAFE_DOWNCAST for safety. Fix format strings. Remove 2 more stray | in comment by Neal Norwitz · 19 years ago
  20. 80af59c Remove stray | in comment by Neal Norwitz · 19 years ago
  21. 9b10f7e Convert relevant dict internals to Py_ssize_t. by Tim Peters · 19 years ago
  22. c6e5506 Use Py_VISIT in all tp_traverse methods, instead of traversing manually or by Thomas Wouters · 19 years ago
  23. e170937 Ignore the references to the dummy objects used as deleted keys by Armin Rigo · 19 years ago
  24. 347b300 Remove unnecessary casts in type object initializers. by Georg Brandl · 19 years ago
  25. 4b92a82 Oops. Fix syntax for C89 compilers. by Guido van Rossum · 19 years ago
  26. 1968ad3 - Patch 1433928: by Guido van Rossum · 19 years ago
  27. e0e89f7 Revert 42400. by Martin v. Löwis · 19 years ago
  28. 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 19 years ago
  29. 26efe40 Get rid of compiler warnings (gcc 3.3.4 on x86) by Neal Norwitz · 19 years ago
  30. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  31. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 20 years ago
  32. 60b2996 Fixed English in a comment; trimmed trailing whitespace; no code changes. by Tim Peters · 20 years ago
  33. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 20 years ago
  34. f81e450 Fix nits. by Raymond Hettinger · 20 years ago
  35. 186e739 SF patch #1200051: Small optimization for PyDict_Merge() by Raymond Hettinger · 20 years ago
  36. 1356f78 SF bug #1183742: PyDict_Copy() can return non-NULL value on error by Raymond Hettinger · 20 years ago
  37. 07ead17 Code simplification -- eliminate lookup when value is known in advance. by Raymond Hettinger · 21 years ago
  38. 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 21 years ago
  39. 9e1bfe7 Disabling end-of-loop code not reached warning on SunPro by Nicholas Bastin · 21 years ago
  40. d70ad8a Update docstring for dict.update() to match the new realities. by Walter Dörwald · 21 years ago
  41. 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 21 years ago
  42. 09240f6 GCC was complaining that 'value' in dictiter_iternextvalue() wasn't by Guido van Rossum · 21 years ago
  43. 0690512 Factor out a double lookup. by Raymond Hettinger · 21 years ago
  44. 0ce6dc8 Make the new dictionary iterators transparent with respect to length. by Raymond Hettinger · 21 years ago
  45. 019a148 Optimize dictionary iterators. by Raymond Hettinger · 21 years ago
  46. 4344278 Dictionary optimizations: by Raymond Hettinger · 21 years ago
  47. ebedb2f Factor out code common to PyDict_Copy() and PyDict_Merge(). by Raymond Hettinger · 21 years ago
  48. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 21 years ago
  49. 7083bb7 Oops. Return -1 to distinguish error from empty dict. by Jeremy Hylton · 21 years ago
  50. 0c66967 Simplify previous checkin -- a new function was not needed. by Raymond Hettinger · 22 years ago
  51. 8f5cdaa * Added a new method flag, METH_COEXIST. by Raymond Hettinger · 22 years ago
  52. bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 22 years ago
  53. 574aa32 SF patch #798467: Update docstring of has_key for bool changes by Raymond Hettinger · 22 years ago
  54. c8d2290 SF patch #729395: Dictionary tuning by Raymond Hettinger · 22 years ago
  55. 3539f6b SF patch #729395: Dictionary tuning by Raymond Hettinger · 22 years ago
  56. 930427b Add a reference to dictnotes.txt. It does no good if you don't know it's by Raymond Hettinger · 22 years ago
  57. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 22 years ago
  58. 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 22 years ago
  59. a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 22 years ago
  60. 0732301 Add closing ) in comment by Neal Norwitz · 23 years ago
  61. 080c88b cPickle.c, load_build(): Taught cPickle how to pick apart by Tim Peters · 23 years ago
  62. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 23 years ago
  63. 32b4a1b Constify char* API. Fixes #651363. 2.2 candidate. by Martin v. Löwis · 23 years ago
  64. bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 23 years ago
  65. e03e5b1 Remove assumption that cls is a subclass of dict. by Raymond Hettinger · 23 years ago
  66. b02bb5e Replace BadInternalCall with TypeError. Add a test case. Fix whitespace. by Raymond Hettinger · 23 years ago
  67. ef786ae Add missing decref by Neal Norwitz · 23 years ago
  68. e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 23 years ago
  69. a797d81 Patch #642500 with slight modifications: allow keyword arguments in by Just van Rossum · 23 years ago
  70. efae886 In doc strings, use 'k in D' rather than D.has_key(k). by Guido van Rossum · 23 years ago
  71. 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 23 years ago
  72. 938ace6 staticforward bites the dust. by Jeremy Hylton · 23 years ago
  73. 2147df7 Make StopIteration a sink state. This is done by clearing out the by Guido van Rossum · 23 years ago
  74. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 23 years ago
  75. e027d98 Add Raymond Hettinger's d.pop(). See SF patch 539949. by Guido van Rossum · 23 years ago
  76. 6189b89 PyObject_GC_Del and PyObject_Del can now be used as a function designators. by Neil Schemenauer · 23 years ago
  77. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 23 years ago
  78. 1f7df35 Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. by Tim Peters · 23 years ago
  79. ff413af This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction). by Guido van Rossum · 23 years ago
  80. dcc819a Use pymalloc if it's enabled. by Neil Schemenauer · 23 years ago
  81. f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 24 years ago
  82. dbb53d9 Fix of SF bug #475877 (Mutable subtype instances are hashable). by Guido van Rossum · 24 years ago
  83. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 24 years ago
  84. 4d85953 dictionary() constructor: by Tim Peters · 24 years ago
  85. 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 24 years ago
  86. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 24 years ago
  87. 0ab085c Changed the dict implementation to take "string shortcuts" only when by Tim Peters · 24 years ago
  88. b95ec09 Repair typo in comment. by Tim Peters · 24 years ago
  89. 25786c0 Make dictionary() a real constructor. Accepts at most one argument, "a by Tim Peters · 24 years ago
  90. e83c00e Use new GC API. by Neil Schemenauer · 24 years ago
  91. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 24 years ago
  92. 05ac6de Add PyDict_Merge(a, b, override): by Guido van Rossum · 24 years ago
  93. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 24 years ago
  94. 66a0d1d dict_update(): Generalize this method so {}.update() accepts any by Barry Warsaw · 24 years ago
  95. c605784 dict_repr: Reuse one of the int vars (minor code simplification). by Tim Peters · 24 years ago
  96. a725959 SF bug 433228: repr(list) woes when len(list) big. by Tim Peters · 24 years ago
  97. afb6ae8 Store the mask instead of the size in dictobjects. The mask is more by Tim Peters · 24 years ago
  98. 453163d lookdict: stop more insane core-dump mutating comparison cases. Should by Tim Peters · 24 years ago
  99. 7b5d0af lookdict: Reduce obfuscating code duplication with a judicious goto. by Tim Peters · 24 years ago
  100. 19b77cf Finish the dict->string coredump fix. Need sleep. Bugfix candidate. by Tim Peters · 24 years ago