1. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  2. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  3. ddacf96 Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer interface. Fix up array module to export the correct format for wide-builds. by Travis E. Oliphant · 17 years ago
  4. fe9bed0 Fix problems with memoryview object. There is still more to do to finish PEP 3118. The memory-view object needs to be fleshed out and the struct module needs to be modified. by Travis E. Oliphant · 17 years ago
  5. 8ae62b6 Change PyBuffer to Py_buffer to be consistent with other non-object structures like Py_complex. Add some more functionality to the memoryview object. by Travis E. Oliphant · 17 years ago
  6. 54cf12b Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. by Sean Reifscheider · 17 years ago
  7. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  8. 1fe5f38 Remove checking redundantly for checks of PyInt and PyLong. by Neal Norwitz · 17 years ago
  9. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  10. 6ea45d3 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  11. faa54a3 Code review of the new buffer protocol. Mostly add questions that should by Neal Norwitz · 17 years ago
  12. b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 17 years ago
  13. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  14. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  15. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  16. 29478ef Merged revisions 55588-55630 via svnmerge from by Guido van Rossum · 17 years ago
  17. adee45e Merged revisions 55545-55587 via svnmerge from by Guido van Rossum · 17 years ago
  18. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  19. 428f064 Remove the deprecated and useless "pend" argument from by Georg Brandl · 17 years ago
  20. 032a284 Don't confound Neil S on b"a"[0] = b"b". by Guido van Rossum · 17 years ago
  21. 025488b These comments aren't relevant for 3k. They were to support modules compiled by Neal Norwitz · 17 years ago
  22. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  23. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  24. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago
  25. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  26. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  27. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  28. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  29. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  30. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  31. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  32. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  33. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  34. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  35. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  36. 1fc4b77 Change some sequnce APIs to use Py_ssize_t. by Neal Norwitz · 18 years ago
  37. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  38. eb079f1 Use Py_ssize_t for counts and sizes. Convert Py_ssize_t using PyInt_FromSsize_t by Martin v. Löwis · 18 years ago
  39. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  40. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 18 years ago
  41. 0c6e2f1 Remove some shadowed variables by Neal Norwitz · 18 years ago
  42. fd163f9 SF patch #1390657: by Armin Rigo · 19 years ago
  43. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  44. a710b33 SF bug #1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 19 years ago
  45. 0edc7a0 Fix: by Michael W. Hudson · 19 years ago
  46. c3647ac Make subclasses of int, long, complex, float, and unicode perform type by Brett Cannon · 19 years ago
  47. 193814c Small boost to PySequence_Fast(). Lists build faster than tuples for by Raymond Hettinger · 20 years ago
  48. e6bdb37 Add missing decref. by Raymond Hettinger · 20 years ago
  49. 4d01259 SF bug #1085744: Performance issues with PySequence_Tuple() by Raymond Hettinger · 20 years ago
  50. 1be1a79 SF bug #1030557: PyMapping_Check crashes when argument is NULL by Raymond Hettinger · 20 years ago
  51. 3a313e3 Check the type of values returned by __int__, __float__, __long__, by Neil Schemenauer · 20 years ago
  52. 10c6606 SF bug #952866: "can't multiply sequence *by* non-int" by Raymond Hettinger · 20 years ago
  53. ed9192e Improve previous checkin to use a slot check instead of equivalent by Raymond Hettinger · 20 years ago
  54. e2eda60 Improve accuracy of sequence and mapping checks. by Raymond Hettinger · 20 years ago
  55. 5f112eb recursive_isinstance(), recursive_issubclass(): New code here returned by Tim Peters · 20 years ago
  56. 4f65331 Limit the nesting depth of a tuple passed as the second argument to by Brett Cannon · 20 years ago
  57. 969d8c0 Add missing decref by Raymond Hettinger · 20 years ago
  58. 8ca92ae Eliminate a big block of duplicate code in PySequence_List() by by Raymond Hettinger · 20 years ago
  59. 2fb7029 SF Patch #871704: Py_SequenceFast can mask errors by Raymond Hettinger · 20 years ago
  60. b86269d Apply pre-sizing optimization to a broader class of objects. by Raymond Hettinger · 20 years ago
  61. 7832cd6 Apply tuple/list pre-sizing optimization to a broader class of objects. by Raymond Hettinger · 21 years ago
  62. 98779e0 Fix Greg Ward's error message nit: PyObject_SetItem and PySequenceSetItem by Raymond Hettinger · 21 years ago
  63. 8049dde Removed duplicate test from inner loop. by Raymond Hettinger · 21 years ago
  64. 6921eca Make PyNumber_Check() a bit more careful, since all sorts of things by Guido van Rossum · 21 years ago
  65. e5b130b Add missing cast in previous fix. by Guido van Rossum · 21 years ago
  66. 03bc7d3 SF #532767: isinstance(x, X) should work when x is a proxy for an X by Guido van Rossum · 21 years ago
  67. f6c9ba8 Fold long lines. by Guido van Rossum · 21 years ago
  68. a3a243e Merge to trunk from release branch: by Guido van Rossum · 22 years ago
  69. d4b0fea Always try nb_* slots before trying sq_concat, sq_inplace_concat, sq_repeat, by Neil Schemenauer · 22 years ago
  70. 7e5c6a0 Change issubclass() so that recursive tuples (directly or indirectly by Walter Dörwald · 22 years ago
  71. d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 22 years ago
  72. c2e095f Fix typo in abstract.c which caused __rpow__ to not be invoked. by Raymond Hettinger · 22 years ago
  73. b808c5c Simplify use of NB_BINOP and NB_TERNOP by making them do the pointer by Neil Schemenauer · 22 years ago
  74. d46fbc3 Remove special handling of str and unicode in PyNumber_InPlaceRemainder. They by Neil Schemenauer · 22 years ago
  75. 26db587 str and unicode objects now have a __mod__ slot so don't special case them in by Neil Schemenauer · 22 years ago
  76. 2801fe1 Use PyList_CheckExact and PyTuple_CheckExact for checking whether by Michael W. Hudson · 22 years ago
  77. 84b2bed Squash a few calls to the hideously expensive PyObject_CallObject(o,a) by Guido van Rossum · 22 years ago
  78. 75d2d94 Patch #554716: Use __va_copy where available. by Martin v. Löwis · 22 years ago
  79. 478d47a Close SF bug 563740. complex() now finds __complex__() in new style classes. by Raymond Hettinger · 22 years ago
  80. aee2d5f Better isinstance error message. by Thomas Heller · 22 years ago
  81. f16951c abstract_get_bases(): Clarify exactly what the return values and by Barry Warsaw · 22 years ago
  82. e8fc640 SF bug 544647. by Guido van Rossum · 22 years ago
  83. 7766091 Whitespace normalization and fold some long lines. by Guido van Rossum · 22 years ago
  84. 0522d98 Fix leak of NotImplemented in previous checkin to PyNumber_Add(). by Jeremy Hylton · 22 years ago
  85. 6ae6a43 Fix for SF bug 516727: MyInt(2) + "3" -> NotImplemented by Jeremy Hylton · 22 years ago
  86. db30ac4 Revert the last odd change to PyNumber_Long: the problem it was trying by Tim Peters · 22 years ago
  87. 2eb0b87 SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjects by Guido van Rossum · 22 years ago
  88. b0d71d0 Implement PyObject_DelItemString. Fixes #498915. by Martin v. Löwis · 22 years ago
  89. 64585f6 PyObject_GetItem(), PyObject_SetItem(), PyObject_DelItem(): Fix a few by Guido van Rossum · 23 years ago
  90. 89c3a22 Add PyObject_CheckReadBuffer(), which returns true if its argument by Jeremy Hylton · 23 years ago
  91. 573395a PyFunction_Call() did not check the result of PyObject_Repr() for NULL, and by Fred Drake · 23 years ago
  92. b0c079e PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() by Fred Drake · 23 years ago
  93. b92cf06 PyObject_CallFunction(), PyObject_CallMethod(): Make sure we do not touch by Fred Drake · 23 years ago
  94. b421b8c Added two new functions to conveniently call functions/methods from C. by Fred Drake · 23 years ago
  95. 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 23 years ago
  96. 5c66a26 Make the error message for unsupported operand types cleaner, in by Guido van Rossum · 23 years ago
  97. 6b47129 Fix error checking done by abstract_issubclass and abstract_isinstance. by Neil Schemenauer · 23 years ago
  98. 03290ec Implement isinstance(x, (A, B, ...)). Note that we only allow tuples, by Guido van Rossum · 23 years ago
  99. 89c4264 binary_op1(), ternary_op(): rearrange the code so that slotw is tested by Guido van Rossum · 23 years ago
  100. 8b13b3e SF bug [#466173] unpack TypeError unclear by Tim Peters · 23 years ago