1. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  2. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  3. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  4. b9cd353 Issue 9856: Change object.__format__ with a non-empty format string from a PendingDeprecationWarning to a DeprecationWarning. by Eric V. Smith · 13 years ago
  5. 16c4ce1 Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 13 years ago
  6. f3fd733 Remove useless argument of _PyUnicode_AsDefaultEncodedString() by Victor Stinner · 13 years ago
  7. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  8. 7be5b78 Merged revisions 88456 via svnmerge from by Martin v. Löwis · 13 years ago
  9. 5e06a5d - Check for NULL result in PyType_FromSpec. by Martin v. Löwis · 13 years ago
  10. 032400b #11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a static string literal which should not be deallocated together with the type. by Georg Brandl · 13 years ago
  11. 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 13 years ago
  12. 32a8fe8 Merged revisions 88069 via svnmerge from by Benjamin Peterson · 14 years ago
  13. 37b9e46 remove unneeded assertion by Benjamin Peterson · 14 years ago
  14. d82f45b Merged revisions 88066 via svnmerge from by Benjamin Peterson · 14 years ago
  15. 0dd5ca0 correct assertion by Benjamin Peterson · 14 years ago
  16. acd1759 Merged revisions 88063 via svnmerge from by Benjamin Peterson · 14 years ago
  17. 67641d2 turn some checks into assertions, since they are implied by the caller by Benjamin Peterson · 14 years ago
  18. a53d2ac Merged revisions 87960 via svnmerge from by Benjamin Peterson · 14 years ago
  19. 23b628e use PyErr_SetString instead of PyErr_Format by Benjamin Peterson · 14 years ago
  20. de36871 Merged revisions 87952-87954 via svnmerge from by Benjamin Peterson · 14 years ago
  21. 477ba91 don't segfault on deleting __abstractmethods__ #10892 by Benjamin Peterson · 14 years ago
  22. 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 14 years ago
  23. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  24. 8035bc5 follow up to #9778: define and use an unsigned hash type by Benjamin Peterson · 14 years ago
  25. ff150f2 Revert r85797 (and r85798): it broke the Windows buildbots because of by Antoine Pitrou · 14 years ago
  26. 7eecffd Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 14 years ago
  27. e7dfeeb -1 is reserved for errors 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. 866c74e Merged revisions 85193 via svnmerge from by Benjamin Peterson · 14 years ago
  30. 84060b8 typo by Benjamin Peterson · 14 years ago
  31. 0ad44fa Merged revisions 85154,85182 via svnmerge from by Benjamin Peterson · 14 years ago
  32. aec5fd1 type.__abstractmethods__ should raise an AttributeError #10006 by Benjamin Peterson · 14 years ago
  33. a67c70d Merged revisions 84984 via svnmerge from by Mark Dickinson · 14 years ago
  34. b09a3d6 Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r; by Mark Dickinson · 14 years ago
  35. e4d6317 Issue 7994: Make object.__format__() raise a PendingDeprecationWarning by Eric Smith · 14 years ago
  36. 039d0a0 Merged revisions 84320 via svnmerge from by Benjamin Peterson · 14 years ago
  37. 0e10206 basicsize and itemsize are Py_ssize_t #9688 by Benjamin Peterson · 14 years ago
  38. 102594f Merged revisions 84106 via svnmerge from by Alexander Belopolsky · 14 years ago
  39. 977a684 Issue #8983: Corrected docstrings. by Alexander Belopolsky · 14 years ago
  40. 4a2b7a1 Issue #9425: Create PyErr_WarnFormat() function by Victor Stinner · 14 years ago
  41. 20f9c3c revert unintended changes by Benjamin Peterson · 14 years ago
  42. 013783c move test_trace.py so as not to conflict with future tests for the trace module by Benjamin Peterson · 14 years ago
  43. a7465e2 cleanup basicsize logic #3268 by Benjamin Peterson · 14 years ago
  44. c03d757 Merged revisions 81709-81710 via svnmerge from by Benjamin Peterson · 14 years ago
  45. dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
  46. ba644a6 Ooops, add missing ";" in my previous commit (r81324, typeobject.c) by Victor Stinner · 14 years ago
  47. e5f99f3 Issue #6697: Check that _PyUnicode_AsString() result is not NULL in typeobject by Victor Stinner · 14 years ago
  48. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  49. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  50. 38c36f8 Merged revisions 78875 via svnmerge from by Victor Stinner · 14 years ago
  51. 3f1af5c Issue #6697: use %U format instead of _PyUnicode_AsString(), because by Victor Stinner · 14 years ago
  52. 6f1d049 Issue #6970: Remove redundant calls made when comparing objects. by Mark Dickinson · 15 years ago
  53. 2db046d Issue #6151: Make PyDescr_COMMON conform to standard C. by Alexandre Vassalotti · 15 years ago
  54. 79fa5ab Merged revisions 73868 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  55. 097cd07 #6428: py3k requires that __bool__ return a bool (and not an int) by Amaury Forgeot d'Arc · 15 years ago
  56. 394996b Issue #5373: Remove restriction on null bytes in docstrings of classes. by Alexandre Vassalotti · 15 years ago
  57. 88fe5f9 Merged revisions 72690 via svnmerge from by Benjamin Peterson · 15 years ago
  58. 224205f Merged revisions 72461 via svnmerge from by Benjamin Peterson · 15 years ago
  59. 193152c Merged revisions 71860 via svnmerge from by Benjamin Peterson · 15 years ago
  60. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 15 years ago
  61. ee1ae7c fix len() when __len__() returns a non number type #5137 by Benjamin Peterson · 15 years ago
  62. 2a7d45b Issue #1717: add a DeprecationWarning in 3.x on type initialization by Mark Dickinson · 15 years ago
  63. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  64. 995d4cd Remove exception for non-NULL tp_compare that was introduced in r69188. by Mark Dickinson · 15 years ago
  65. c008a17 Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations by Mark Dickinson · 15 years ago
  66. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 15 years ago
  67. b547979 Merged revisions 68568,68665 via svnmerge from by Benjamin Peterson · 16 years ago
  68. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
  69. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  70. d746768 Issue #4910: replace "long" with "int" in docstring for __long__ slot and by Mark Dickinson · 16 years ago
  71. 91cc8fb Fix for bug 4360 "SystemError when method has both super() & closure". Patch by Barry Warsaw · 16 years ago
  72. 9262b84 Merged revisions 67246 via svnmerge from by Benjamin Peterson · 16 years ago
  73. 6019208 remove some more references to __cmp__ #1717 by Benjamin Peterson · 16 years ago
  74. ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  75. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  76. 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
  77. f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
  78. 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 16 years ago
  79. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  80. 1bcf35a #2963: fix method cache types. by Georg Brandl · 16 years ago
  81. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago
  82. a85998a Issue #1950: Fixed misusage of PyUnicode_AsString(). by Alexandre Vassalotti · 16 years ago
  83. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 16 years ago
  84. 9e7f1d2 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61103 via svnmerge from by Christian Heimes · 16 years ago
  85. 2685563 Merged revisions 60364-60378 via svnmerge from by Christian Heimes · 16 years ago
  86. 412dc9c Merged revisions 60350-60363 via svnmerge from by Christian Heimes · 16 years ago
  87. a62da1d Merged revisions 59921-59932 via svnmerge from by Christian Heimes · 17 years ago
  88. fc6e8fe Simplifed argument parsing in object.__format__, added test case. by Eric Smith · 17 years ago
  89. ab078dd Issue #1393: object_richcompare() returns NotImplemented instead of by Guido van Rossum · 17 years ago
  90. f5243f0 Merge changes from 59576 from trunk to p3yk branch; these were skipped by Guido van Rossum · 17 years ago
  91. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  92. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  93. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  94. 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 17 years ago
  95. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  96. e845c0f Fixes for issue 1752184, ensuring type objects are always created by Guido van Rossum · 17 years ago
  97. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  98. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  99. f4780d0 Fix #1753395. by Georg Brandl · 17 years ago
  100. 80e7f27 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago