1. a701388 Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI. by Antoine Pitrou · 12 years ago
  2. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  3. 3c1e481 Issue #14383: Add _PyDict_GetItemId() and _PyDict_SetItemId() functions by Victor Stinner · 12 years ago
  4. 198b291 Close #14205: dict lookup raises a RuntimeError if the dict is modified during by Victor Stinner · 12 years ago
  5. 70d2717 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 12 years ago
  6. e965d97 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 12 years ago
  7. ce79852 use the static identifier api for looking up special methods by Benjamin Peterson · 13 years ago
  8. ac0675c Small clarification in docstring of dict.update(): the positional argument is not required. by Georg Brandl · 13 years ago
  9. f928b5d Merge with 3.2. by Georg Brandl · 13 years ago
  10. 9a812cb Issue #13389: Full garbage collection passes now clear the freelists for by Antoine Pitrou · 13 years ago
  11. 24bd5ad Merge 3.2 by Petri Lehtinen · 13 years ago
  12. a94200e Issue #13018: Fix reference leaks in error paths in dictobject.c. by Petri Lehtinen · 13 years ago
  13. 1c67dd9 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. by Martin v. Löwis · 13 years ago
  14. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  15. d1a9cc2 dictviews_or() uses _Py_identifier by Victor Stinner · 13 years ago
  16. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  17. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  18. 57e683e Issue #1621: Fix undefined behaviour in bytes.__hash__, str.__hash__, tuple.__hash__, frozenset.__hash__ and set indexing operations. by Mark Dickinson · 13 years ago
  19. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  20. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  21. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  22. f609654 handle dict subclasses gracefully in PyArg_ValidateKeywordArguments by Benjamin Peterson · 14 years ago
  23. 7529afc Issue 10221: Improve error message for dict.pop(). by Raymond Hettinger · 14 years ago
  24. dd42154 Issue 10221: Improve error message for dict.pop(). by Raymond Hettinger · 14 years ago
  25. fbb1c61 Follow up to #9778: fix regressions on 64-bit Windows builds by Antoine Pitrou · 14 years ago
  26. 00da4e0 Remove unneeded casts to hashfunc. by Georg Brandl · 14 years ago
  27. e6baa46 fix prototype by Benjamin Peterson · 14 years ago
  28. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  29. 045b3ba Issue #9212: Added the missing isdisjoint method to the dict_keys and by Daniel Stutzbach · 14 years ago
  30. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  31. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  32. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  33. fb88636 prevent the dict constructor from accepting non-string keyword args #8419 by Benjamin Peterson · 14 years ago
  34. 807e98e Merged revisions 78541 via svnmerge from by Ezio Melotti · 14 years ago
  35. 7f807b7 Merged revisions 78515-78516,78522 via svnmerge from by Ezio Melotti · 14 years ago
  36. 01a3052 Merged revisions 74264 via svnmerge from by Georg Brandl · 15 years ago
  37. e223eb8 Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from by Alexandre Vassalotti · 15 years ago
  38. e5caf10 Merged revisions 74140 via svnmerge from by Benjamin Peterson · 15 years ago
  39. 9d7c3cd Merged revisions 74139 via svnmerge from by Benjamin Peterson · 15 years ago
  40. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  41. 0ffaaa6 Merged revisions 72958 via svnmerge from by Benjamin Peterson · 15 years ago
  42. a720559 Merged revisions 72957 via svnmerge from by Benjamin Peterson · 15 years ago
  43. acc5d6b Merged revisions 70550 via svnmerge from by Antoine Pitrou · 15 years ago
  44. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  45. b0d56af Give dict views a helpful __repr__. by Raymond Hettinger · 15 years ago
  46. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  47. 7ddda78 Merged revisions 68128 via svnmerge from by Antoine Pitrou · 16 years ago
  48. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  49. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  50. d1abd25 Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash level indicator that the default hash implementation has not been inherited by Nick Coghlan · 16 years ago
  51. 4118174 Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from by Benjamin Peterson · 16 years ago
  52. 4d45bfe Merged revisions 64518,64521-64525,64528-64533 via svnmerge from by Robert Schuppenies · 16 years ago
  53. 3a75b22 remove unused docstring by Benjamin Peterson · 16 years ago
  54. 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 16 years ago
  55. 23daade0 Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from by Christian Heimes · 16 years ago
  56. 77c02eb Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from by Christian Heimes · 16 years ago
  57. 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 16 years ago
  58. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
  59. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  60. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  61. 0ded5b5 Fixed issue #1564: The set implementation should special-case PyUnicode instead of PyString by Christian Heimes · 17 years ago
  62. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  63. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 17 years ago
  64. 2fd4f37 Merged revisions 59212-59225 via svnmerge from by Guido van Rossum · 17 years ago
  65. f83be4e Added view and iterator types to collections / _abcoll by Christian Heimes · 17 years ago
  66. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  67. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  68. e4a9e78 Thomas Wouters suggested an obvious improvement to unicode_eq(): use memcmp(). by Guido van Rossum · 17 years ago
  69. 89d8c60 Switch dict lookup around to optimizing for unicode. by Guido van Rossum · 17 years ago
  70. 4d02772 Micro optimizations after staring at gprof output for a while. by Guido van Rossum · 17 years ago
  71. 523259b Keir Mierle's set operations for dict views (keys/items only of course). by Guido van Rossum · 17 years ago
  72. aac530c Patch with Keir Mierle: add rich comparisons between dict views and sets, by Guido van Rossum · 17 years ago
  73. 53cbdaa Convert a bunch of constant strings in C to unicode. by Neal Norwitz · 17 years ago
  74. 04dbf3b Kill all uses and definitions of tp_print under Objects/. (Others will follow.) by Guido van Rossum · 17 years ago
  75. 45c85d1 Fix the docstrings for keys(), items(), values() (especially the latter). by Guido van Rossum · 17 years ago
  76. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  77. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  78. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  79. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  80. eff072c Fix some silly uses of KEYS, ITEMS, VALUES. by Guido van Rossum · 17 years ago
  81. e36f2ba Add TODO by Neal Norwitz · 17 years ago
  82. 27d517b Merged revisions 53875-53911 via svnmerge from by Thomas Wouters · 17 years ago
  83. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  84. d9214d1 Make dict.keys() and dict.items() comparable to sets, using == and !=. by Guido van Rossum · 17 years ago
  85. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  86. 3ac6741 Implement __contains__ for dict_keys and dict_items. by Guido van Rossum · 17 years ago
  87. 83825ac Endow dict views with a proper length method. by Guido van Rossum · 17 years ago
  88. b90c848 Very preliminary work on dict views. by Guido van Rossum · 17 years ago
  89. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  90. dc5f6b2 Got test_mutants.py working. One set of changes was straightforward: by Guido van Rossum · 18 years ago
  91. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  92. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  93. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  94. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  95. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  96. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  97. 4b92a82 Oops. Fix syntax for C89 compilers. by Guido van Rossum · 18 years ago
  98. 1968ad3 - Patch 1433928: by Guido van Rossum · 18 years ago
  99. e0e89f7 Revert 42400. by Martin v. Löwis · 18 years ago
  100. 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 18 years ago