1. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  2. 69eb516 Issue #1967: Backport dictionary views. by Alexandre Vassalotti · 15 years ago
  3. f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 15 years ago
  4. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
  5. fd7ed40 Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary. by Raymond Hettinger · 17 years ago
  6. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  7. ee3a1b5 Variation of patch # 1624059 to speed up checking if an object is a subclass by Neal Norwitz · 17 years ago
  8. d6fc72a Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 17 years ago
  9. 9b10f7e Convert relevant dict internals to Py_ssize_t. by Tim Peters · 18 years ago
  10. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  11. 87c1afa Fix name problem in previous checkin: Dict not List by Jeremy Hylton · 21 years ago
  12. e99990f At 2.2, the Py<type>_Check() family of API functions (macros) changed by Andrew MacIntyre · 21 years ago
  13. 6f3a24d reverting 2.29: the patch was Ok, but the commit msg wrong by Andrew MacIntyre · 21 years ago
  14. 43e5711 The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along by Andrew MacIntyre · 21 years ago
  15. bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 21 years ago
  16. 930427b Add a reference to dictnotes.txt. It does no good if you don't know it's by Raymond Hettinger · 21 years ago
  17. 32b4a1b Constify char* API. Fixes #651363. 2.2 candidate. by Martin v. Löwis · 22 years ago
  18. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  19. 9b745f6 Get rid of USE_CACHE_ALIGNED. It has no function anymore. by Jack Jansen · 22 years ago
  20. f582b82 SF bug #491415 PyDict_UpdateFromSeq2() unused by Tim Peters · 23 years ago
  21. 05ac6de Add PyDict_Merge(a, b, override): by Guido van Rossum · 23 years ago
  22. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  23. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  24. 1f5871e Removed Py_PROTO and switched to ANSI C declarations in the dict by Tim Peters · 24 years ago
  25. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  26. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  27. a12c7a7 Add PyDict_Copy() function to C API for dicts. It returns a new by Jeremy Hylton · 24 years ago
  28. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  29. 2ec9031 Subsumed mappingobject.h in dictobject.h. by Guido van Rossum · 27 years ago
  30. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  31. 9381782 new names for lots of new functions by Guido van Rossum · 30 years ago
  32. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  33. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  34. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  35. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  36. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  37. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  38. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  39. 4b3c1da Added/moved dict2 interfaces. by Guido van Rossum · 33 years ago
  40. e24122f Export getdict2key() interface. by Guido van Rossum · 33 years ago
  41. 88671ae Added declaration for dict2insert. by Guido van Rossum · 33 years ago
  42. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  43. 6990c94 Added getdictkeys() prototype. by Guido van Rossum · 34 years ago
  44. ce4704a Remove dict2 interface -- it's now static. by Guido van Rossum · 34 years ago
  45. 85a5fbb Initial revision by Guido van Rossum · 34 years ago