1. 9396483 Merged revisions 82317 via svnmerge from by Benjamin Peterson · 14 years ago
  2. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  3. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  4. 2db046d Issue #6151: Make PyDescr_COMMON conform to standard C. by Alexandre Vassalotti · 15 years ago
  5. b0f79c8 Merged revisions 72328 via svnmerge from by Georg Brandl · 15 years ago
  6. b18500d Merged revisions 72299 via svnmerge from by R. David Murray · 15 years ago
  7. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  8. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 15 years ago
  9. 32dde22 Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-61464,61466-61467,61469-61470,61476-61477,61479,61481-61482,61485,61487,61490,61493-61494,61497,61499-61502,61505-61506,61508,61511-61514,61519,61521-61522,61530-61531,61533-61537,61541-61555,61557-61558,61561-61562,61566-61569,61572-61574,61578-61579,61583-61584,61588-61589,61592,61594,61598-61601,61603-61604,61607-61612,61617,61619-61620,61624,61626,61628-61630,61635-61638,61640-61643,61645,61648,61653-61655,61659-61662,61664,61666,61668-61671,61673,61675,61679-61680,61682,61685-61686,61689-61695,61697-61699,61701-61703,61706,61710,61713,61717,61723,61726-61730,61736,61738,61740,61742,61745-61752,61754-61760,61762-61764,61768,61770-61772,61774-61775,61784-61787,61789-61792,61794-61795,61797-61806,61808-61809,61811-61812,61814-61819,61824,61826-61833,61835-61840,61843-61845,61848,61850,61854-61862,61865-61866,61868,61872-61873,61876-61877,61883-61888,61890-61891,61893-61899,61901-61903,61905-61912,61914,61917,61920-61921,61927,61930,61932-61934,61939,61941-61942,61944-61951,61955,61960-61963,61980,61982-61983,61991,61994-61996,62001-62003,62008-62010,62016-62017,62022,62024,62027,62031-62034,62041,62045-62046,62055-62058,62060-62066,62068-62074,62076-62079,62081-62083,62086-62089,62092-62094,62098,62101,62104,62106-62109,62115-62122,62124-62125,62128,62130,62132,62134-62135,62137,62139-62140,62144,62146,62151,62155,62157,62162-62166,62171-62172,62175-62176,62178,62181-62186,62188-62192,62196,62200-62203,62206,62211-62213,62215-62218,62222,62224-62226,62228,62232,62236,62240-62245,62248,62250-62254,62256-62258,62262,62264-62265,62267-62270,62272-62276,62280-62288,62291-62292,62299-62301,62307,62312,62316-62318,62322-62331,62333-62337,62339-62344,62346-62348 via svnmerge from by Neal Norwitz · 16 years ago
  10. a156e09 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,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 16 years ago
  11. d9a4d1d Merged revisions 59628-59641 via svnmerge from by Christian Heimes · 17 years ago
  12. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 17 years ago
  13. f77c929 Rename the internal name of dictproxy -> dict_proxy, by Guido van Rossum · 17 years ago
  14. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 17 years ago
  15. 043c8f8 Removed iter* methods from dictproxy. by Christian Heimes · 17 years ago
  16. 96f3163 Merged revisions 58930-58938 via svnmerge from by Christian Heimes · 17 years ago
  17. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  18. a369c5a Use unicode by Neal Norwitz · 17 years ago
  19. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  20. d7fb764 Add a format specifier %V to PyUnicode_FromFormat(), that works similar to %U, by Walter Dörwald · 17 years ago
  21. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  22. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  23. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  24. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  25. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  26. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  27. 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 18 years ago
  28. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  29. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  30. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  31. c6686b7 Added proper reflection on instances of <type 'method-wrapper'>, e.g. by Armin Rigo · 19 years ago
  32. c8d907c As per discussion on python-dev, descriptors defined in C with a NULL setter by Barry Warsaw · 19 years ago
  33. d3ae672 Use PyDict_Contains() instead of PySequence_Contains(). by Raymond Hettinger · 21 years ago
  34. 98c65be Return a bool rather than an int from proxy_has_key(). by Guido van Rossum · 21 years ago
  35. 574aa32 SF patch #798467: Update docstring of has_key for bool changes by Raymond Hettinger · 21 years ago
  36. 00bf828 property_traverse() should also traverse into prop_doc -- there's no by Guido van Rossum · 21 years ago
  37. b6e5a0c Put proper tests in classmethod_get(). Remove the type argument to by Guido van Rossum · 21 years ago
  38. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 22 years ago
  39. bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 22 years ago
  40. 29a6d44 Added comparison functions to dict proxies. by Raymond Hettinger · 22 years ago
  41. 492b46f Make PyDescr_IsData() a macro. It's too simple to be a function. by Guido van Rossum · 22 years ago
  42. c588e90 Simple but important optimization for descr_check(): instead of the by Guido van Rossum · 22 years ago
  43. 5dc2a37 Allow more docstrings to be removed during compilation by Neal Norwitz · 22 years ago
  44. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  45. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  46. 5961042 Fold long lines. (Walter, please take note! :-) by Guido van Rossum · 22 years ago
  47. 99b5d28 PyObject_GC_Del can now be used as a function designator. by Neil Schemenauer · 22 years ago
  48. e990c79 Add missing methods iterkeys, itervalues and iteritems to dict-proxy objects. by Walter Dörwald · 22 years ago
  49. 2b8235e SF bug #493561: incorrect format string descrobject.c (Neal Norwitz) by Guido van Rossum · 23 years ago
  50. 7171f1c Well what do you know. The Python implementation contained the same by Guido van Rossum · 23 years ago
  51. ba2485f Fix the Python property class in a comment right. by Guido van Rossum · 23 years ago
  52. b75ba91 property_descr_get(): Fix a curious bug in the property() type: when by Guido van Rossum · 23 years ago
  53. c8e5645 Methods of built-in types now properly check for keyword arguments by Guido van Rossum · 23 years ago
  54. 2677512 Adding missing "static" declarations (found by "make smelly"). by Neil Schemenauer · 23 years ago
  55. f4593e0 *EXPERIMENTAL* speedup of slot_sq_item. This sped up the following by Guido van Rossum · 23 years ago
  56. 048eb75 Add Garbage Collection support to new-style classes (not yet to their by Guido van Rossum · 23 years ago
  57. 66c1a52 Make properties discoverable from Python: by Tim Peters · 23 years ago
  58. 32d34c8 Add optional docstrings to getset descriptors. Fortunately, there's by Guido van Rossum · 23 years ago
  59. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  60. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
  61. 147b13c Make getset subclassable. by Guido van Rossum · 23 years ago
  62. 239abf7 getset_init(): the function name in the PyArg_ParseTuple() format by Guido van Rossum · 23 years ago
  63. 7ce3694 repr's converted to using PyString_FromFormat() instead of sprintf'ing by Barry Warsaw · 23 years ago
  64. 271410a Change the getset type to take an optional third function argument: by Guido van Rossum · 23 years ago
  65. 845fc48 getset_descr_set(): guard against deletion (indicated by a set call by Guido van Rossum · 23 years ago
  66. 91c0d8a getset_init(): make the arguments optional. by Guido van Rossum · 23 years ago
  67. 29a62dd Add new built-in type 'getset' (PyGetSet_Type). by Guido van Rossum · 23 years ago
  68. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  69. 8098ddb Subtle change to make None.__class__ work: by Guido van Rossum · 23 years ago
  70. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago