1. c8d2290 SF patch #729395: Dictionary tuning by Raymond Hettinger · 22 years ago
  2. 3539f6b SF patch #729395: Dictionary tuning by Raymond Hettinger · 22 years ago
  3. 930427b Add a reference to dictnotes.txt. It does no good if you don't know it's by Raymond Hettinger · 22 years ago
  4. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 22 years ago
  5. 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 22 years ago
  6. a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 22 years ago
  7. 0732301 Add closing ) in comment by Neal Norwitz · 22 years ago
  8. 080c88b cPickle.c, load_build(): Taught cPickle how to pick apart by Tim Peters · 22 years ago
  9. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 23 years ago
  10. 32b4a1b Constify char* API. Fixes #651363. 2.2 candidate. by Martin v. Löwis · 23 years ago
  11. bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 23 years ago
  12. e03e5b1 Remove assumption that cls is a subclass of dict. by Raymond Hettinger · 23 years ago
  13. b02bb5e Replace BadInternalCall with TypeError. Add a test case. Fix whitespace. by Raymond Hettinger · 23 years ago
  14. ef786ae Add missing decref by Neal Norwitz · 23 years ago
  15. e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 23 years ago
  16. a797d81 Patch #642500 with slight modifications: allow keyword arguments in by Just van Rossum · 23 years ago
  17. efae886 In doc strings, use 'k in D' rather than D.has_key(k). by Guido van Rossum · 23 years ago
  18. 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 23 years ago
  19. 938ace6 staticforward bites the dust. by Jeremy Hylton · 23 years ago
  20. 2147df7 Make StopIteration a sink state. This is done by clearing out the by Guido van Rossum · 23 years ago
  21. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 23 years ago
  22. e027d98 Add Raymond Hettinger's d.pop(). See SF patch 539949. by Guido van Rossum · 23 years ago
  23. 6189b89 PyObject_GC_Del and PyObject_Del can now be used as a function designators. by Neil Schemenauer · 23 years ago
  24. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 23 years ago
  25. 1f7df35 Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. by Tim Peters · 23 years ago
  26. ff413af This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction). by Guido van Rossum · 23 years ago
  27. dcc819a Use pymalloc if it's enabled. by Neil Schemenauer · 23 years ago
  28. f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 24 years ago
  29. dbb53d9 Fix of SF bug #475877 (Mutable subtype instances are hashable). by Guido van Rossum · 24 years ago
  30. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 24 years ago
  31. 4d85953 dictionary() constructor: by Tim Peters · 24 years ago
  32. 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 24 years ago
  33. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 24 years ago
  34. 0ab085c Changed the dict implementation to take "string shortcuts" only when by Tim Peters · 24 years ago
  35. b95ec09 Repair typo in comment. by Tim Peters · 24 years ago
  36. 25786c0 Make dictionary() a real constructor. Accepts at most one argument, "a by Tim Peters · 24 years ago
  37. e83c00e Use new GC API. by Neil Schemenauer · 24 years ago
  38. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 24 years ago
  39. 05ac6de Add PyDict_Merge(a, b, override): by Guido van Rossum · 24 years ago
  40. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 24 years ago
  41. 66a0d1d dict_update(): Generalize this method so {}.update() accepts any by Barry Warsaw · 24 years ago
  42. c605784 dict_repr: Reuse one of the int vars (minor code simplification). by Tim Peters · 24 years ago
  43. a725959 SF bug 433228: repr(list) woes when len(list) big. by Tim Peters · 24 years ago
  44. afb6ae8 Store the mask instead of the size in dictobjects. The mask is more by Tim Peters · 24 years ago
  45. 453163d lookdict: stop more insane core-dump mutating comparison cases. Should by Tim Peters · 24 years ago
  46. 7b5d0af lookdict: Reduce obfuscating code duplication with a judicious goto. by Tim Peters · 24 years ago
  47. 19b77cf Finish the dict->string coredump fix. Need sleep. Bugfix candidate. by Tim Peters · 24 years ago
  48. 23cf6be Coredumpers from Michael Hudson, mutating dicts while printing or by Tim Peters · 24 years ago
  49. f4b33f6 dict_popitem(): Repaired last-second 2.1 comment, which misidentified the by Tim Peters · 24 years ago
  50. eb28ef2 New collision resolution scheme: no polynomials, simpler, faster, less by Tim Peters · 24 years ago
  51. 15d4929 Implement an old idea of Christian Tismer's: use polynomial division by Tim Peters · 24 years ago
  52. cd35306 Patch #424335: Implement string_richcompare, remove string_compare. by Martin v. Löwis · 24 years ago
  53. f8a548c dictresize(): Rebuild small tables if there are any dummies, not just if by Tim Peters · 24 years ago
  54. 0c6010b Jack Jansen hit a bug in the new dict code, reported on python-dev. by Tim Peters · 24 years ago
  55. 0c23231 Remove unused variable. by Fred Drake · 24 years ago
  56. dea48ec SF patch #425242: Patch which "inlines" small dictionaries. by Tim Peters · 24 years ago
  57. 91a364d Bugfix candidate. by Tim Peters · 24 years ago
  58. 1928314 Speed dictresize by collapsing its two passes into one; the reason given by Tim Peters · 24 years ago
  59. 342c65e Aggressive reordering of dict comparisons. In case of collision, it stands by Tim Peters · 24 years ago
  60. 2f228e7 Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". by Tim Peters · 24 years ago
  61. 4fa58bf Restore dicts' tp_compare slot, and change dict_richcompare to say it by Tim Peters · 24 years ago
  62. 3918fb2 Repair typo in comment. by Tim Peters · 24 years ago
  63. 95bf939 SF bug #422121 Insecurities in dict comparison. by Tim Peters · 24 years ago
  64. e63415e SF patch #421922: Implement rich comparison for dicts. by Tim Peters · 24 years ago
  65. b1f35bf Mchael Hudson pointed out that the code for detecting changes in by Guido van Rossum · 24 years ago
  66. 09e563a Add experimental iterkeys(), itervalues(), iteritems() to dict objects. by Guido van Rossum · 24 years ago
  67. 213c7a6 Mondo changes to the iterator stuff, without changing how Python code by Guido van Rossum · 24 years ago
  68. 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 24 years ago
  69. 55ad67d Oops. Removed dictiter_new decl that wasn't supposed to go in yet. by Guido van Rossum · 24 years ago
  70. 0dbb4fb Implement, test and document "key in dict" and "key not in dict". by Guido van Rossum · 24 years ago
  71. e04eaec Tim pointed out a remaining vulnerability in popitem(): the by Guido van Rossum · 24 years ago
  72. a4dd011 Tentative fix for a problem that Tim discovered at the last moment, by Guido van Rossum · 24 years ago
  73. 6783070 Make PyDict_Next safe to use for loops that merely modify the values by Tim Peters · 24 years ago
  74. b932420 Rich comparisons: by Guido van Rossum · 25 years ago
  75. 1fb6088 dict_update has two boundary conditions: a.update(a) and a.update({}) by Jeremy Hylton · 25 years ago
  76. f7f88b1 Add long-overdue docstrings to dict methods. by Tim Peters · 25 years ago
  77. f1c7c88 Typo repair in comments. Fell for GregS's .popitem() poke. by Tim Peters · 25 years ago
  78. ea8f2bf Bring comments up to date (e.g., they still said the table had to be by Tim Peters · 25 years ago
  79. ba6ab84 Add popitem() -- SF patch #102733. by Guido van Rossum · 25 years ago
  80. 5725d1e Backing out my changes. Improved version coming soon to a Source Forge near you! by Moshe Zadka · 25 years ago
  81. 1a62750 Added .first{item,value,key}() to dictionaries. by Moshe Zadka · 25 years ago
  82. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 25 years ago
  83. 1bff34a Slight performance hack that also avoids requiring the existence of thread by Fred Drake · 25 years ago
  84. c88b99c Clear errors raised by PyObject_Compare() without losing any existing by Fred Drake · 25 years ago
  85. 164452c Barry's patch to implement the new setdefault() method. by Guido van Rossum · 25 years ago
  86. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 25 years ago
  87. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 25 years ago
  88. 1f5871e Removed Py_PROTO and switched to ANSI C declarations in the dict by Tim Peters · 25 years ago
  89. 4cc6ac7 Neil Schemenauer: small fixes for GC by Guido van Rossum · 25 years ago
  90. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 25 years ago
  91. fd71b9e Change copyright notice. by Guido van Rossum · 25 years ago
  92. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 25 years ago
  93. d08b4c4 part 2 of Neil Schemenauer's GC patches: by Jeremy Hylton · 25 years ago
  94. 8caad49 Round 1 of Neil Schemenauer's GC patches: by Jeremy Hylton · 25 years ago
  95. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 25 years ago
  96. a12c7a7 Add PyDict_Copy() function to C API for dicts. It returns a new by Jeremy Hylton · 25 years ago
  97. d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 25 years ago
  98. 52fccfd dict_has_key(): Accept only one parameter. PR#210 reported by by Fred Drake · 25 years ago
  99. 2bc1379 Vladimir Marangozov contributed updated comments. by Guido van Rossum · 26 years ago
  100. f05fc71 Remove dead code discovered by Vladimir Marangozov. by Guido van Rossum · 27 years ago