1. ca47063 replace Py_(u)intptr_t with the c99 standard types by Benjamin Peterson · 8 years ago
  2. 2990fa1 Issue #27809: Use _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  3. fcce462 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 8 years ago
  4. 7822f15 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 8 years ago
  5. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  6. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  7. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 8 years ago
  8. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 8 years ago
  9. 553e156 Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  10. d741a88 Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  11. a7a0ad6 Issue #24276: Fixed optimization of property descriptor getter. by Serhiy Storchaka · 9 years ago
  12. d4be691 Issue #24064: Help property() support GC by Raymond Hettinger · 9 years ago
  13. eac503a Issue #24064: Property() docstrings are now writeable. (Patch by Berker Peksag.) by Raymond Hettinger · 9 years ago
  14. c4e335b Issue #23910: Optimize property() getter calls. Patch by Joe Jevnik by Raymond Hettinger · 9 years ago
  15. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 10 years ago
  16. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 10 years ago
  17. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 10 years ago
  18. 6548257 Remove an errant extra \ within a docstring. by Gregory P. Smith · 10 years ago
  19. 0e52404 Remove an errant extra \ within a docstring. by Gregory P. Smith · 10 years ago
  20. 799f81b merge by Raymond Hettinger · 11 years ago
  21. 97fc2ba Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace. by Raymond Hettinger · 11 years ago
  22. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
  23. 6f75a3e Use Py_intptr_t to store the difference between two pointers, instead of int by Victor Stinner · 11 years ago
  24. 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 11 years ago
  25. 8fbd295 merge 3.2 (#14699) by Benjamin Peterson · 12 years ago
  26. 7295c6a fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 12 years ago
  27. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 12 years ago
  28. f2fe7f0 fix possible NULL dereference by Benjamin Peterson · 12 years ago
  29. bfebb7b improve abstract property support (closes #11610) by Benjamin Peterson · 12 years ago
  30. 9d57481 Issue #13577: various kinds of descriptors now have a __qualname__ attribute. by Antoine Pitrou · 12 years ago
  31. 1c67dd9 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. by Martin v. Löwis · 13 years ago
  32. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  33. 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
  34. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  35. eff61f6 make sure to initialize the method wrapper type by Benjamin Peterson · 13 years ago
  36. d956131 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 13 years ago
  37. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 13 years ago
  38. 9d254f7 Merged revisions 87368 via svnmerge from by Ezio Melotti · 13 years ago
  39. ac53ab6 #5587: add a repr to dict_proxy objects. Patch by David Stanek and Daniel Urban. by Ezio Melotti · 13 years ago
  40. 9b955de use the more direct API by Benjamin Peterson · 13 years ago
  41. 0eb7f86 return views from dict proxy items/values/keys #10630 by Benjamin Peterson · 13 years ago
  42. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  43. 9396483 Merged revisions 82317 via svnmerge from by Benjamin Peterson · 14 years ago
  44. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  45. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  46. 8f6713f Merged revisions 76235 via svnmerge from by Benjamin Peterson · 15 years ago
  47. 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
  48. 2db046d Issue #6151: Make PyDescr_COMMON conform to standard C. by Alexandre Vassalotti · 15 years ago
  49. b0f79c8 Merged revisions 72328 via svnmerge from by Georg Brandl · 15 years ago
  50. b18500d Merged revisions 72299 via svnmerge from by R. David Murray · 15 years ago
  51. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  52. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 15 years ago
  53. 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
  54. 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
  55. d9a4d1d Merged revisions 59628-59641 via svnmerge from by Christian Heimes · 16 years ago
  56. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 16 years ago
  57. f77c929 Rename the internal name of dictproxy -> dict_proxy, by Guido van Rossum · 16 years ago
  58. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 16 years ago
  59. 043c8f8 Removed iter* methods from dictproxy. by Christian Heimes · 16 years ago
  60. 96f3163 Merged revisions 58930-58938 via svnmerge from by Christian Heimes · 17 years ago
  61. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  62. a369c5a Use unicode by Neal Norwitz · 17 years ago
  63. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  64. d7fb764 Add a format specifier %V to PyUnicode_FromFormat(), that works similar to %U, by Walter Dörwald · 17 years ago
  65. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  66. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  67. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  68. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  69. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  70. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  71. 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 18 years ago
  72. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  73. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  74. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 18 years ago
  75. c6686b7 Added proper reflection on instances of <type 'method-wrapper'>, e.g. by Armin Rigo · 19 years ago
  76. c8d907c As per discussion on python-dev, descriptors defined in C with a NULL setter by Barry Warsaw · 19 years ago
  77. d3ae672 Use PyDict_Contains() instead of PySequence_Contains(). by Raymond Hettinger · 20 years ago
  78. 98c65be Return a bool rather than an int from proxy_has_key(). by Guido van Rossum · 21 years ago
  79. 574aa32 SF patch #798467: Update docstring of has_key for bool changes by Raymond Hettinger · 21 years ago
  80. 00bf828 property_traverse() should also traverse into prop_doc -- there's no by Guido van Rossum · 21 years ago
  81. b6e5a0c Put proper tests in classmethod_get(). Remove the type argument to by Guido van Rossum · 21 years ago
  82. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 21 years ago
  83. bca1cbc SF 548651: Fix the METH_CLASS implementation. by Tim Peters · 21 years ago
  84. 29a6d44 Added comparison functions to dict proxies. by Raymond Hettinger · 22 years ago
  85. 492b46f Make PyDescr_IsData() a macro. It's too simple to be a function. by Guido van Rossum · 22 years ago
  86. c588e90 Simple but important optimization for descr_check(): instead of the by Guido van Rossum · 22 years ago
  87. 5dc2a37 Allow more docstrings to be removed during compilation by Neal Norwitz · 22 years ago
  88. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  89. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  90. 5961042 Fold long lines. (Walter, please take note! :-) by Guido van Rossum · 22 years ago
  91. 99b5d28 PyObject_GC_Del can now be used as a function designator. by Neil Schemenauer · 22 years ago
  92. e990c79 Add missing methods iterkeys, itervalues and iteritems to dict-proxy objects. by Walter Dörwald · 22 years ago
  93. 2b8235e SF bug #493561: incorrect format string descrobject.c (Neal Norwitz) by Guido van Rossum · 22 years ago
  94. 7171f1c Well what do you know. The Python implementation contained the same by Guido van Rossum · 22 years ago
  95. ba2485f Fix the Python property class in a comment right. by Guido van Rossum · 22 years ago
  96. b75ba91 property_descr_get(): Fix a curious bug in the property() type: when by Guido van Rossum · 22 years ago
  97. c8e5645 Methods of built-in types now properly check for keyword arguments by Guido van Rossum · 23 years ago
  98. 2677512 Adding missing "static" declarations (found by "make smelly"). by Neil Schemenauer · 23 years ago
  99. f4593e0 *EXPERIMENTAL* speedup of slot_sq_item. This sped up the following by Guido van Rossum · 23 years ago
  100. 048eb75 Add Garbage Collection support to new-style classes (not yet to their by Guido van Rossum · 23 years ago