1. 42bc691 Merged revisions 84717 via svnmerge from by Benjamin Peterson · 14 years ago
  2. fcd2a79 Merged revisions 84344 via svnmerge from by Antoine Pitrou · 14 years ago
  3. cf0bcd1 Merged revisions 83184 via svnmerge from by Antoine Pitrou · 14 years ago
  4. 2e71d01 Merged revisions 81250-81253 via svnmerge from by Victor Stinner · 14 years ago
  5. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  6. 7f045cf Merged revisions 78876 via svnmerge from by Victor Stinner · 14 years ago
  7. adef1ba Merged revisions 76663 via svnmerge from by Mark Dickinson · 15 years ago
  8. 044446b Merged revisions 74459 via svnmerge from by Benjamin Peterson · 15 years ago
  9. 94c65d9 Merged revisions 72907 via svnmerge from by Benjamin Peterson · 15 years ago
  10. 8bc5b68 these builtins have to be initialized by Benjamin Peterson · 15 years ago
  11. da13696 this is now a bound method by Benjamin Peterson · 15 years ago
  12. 224205f Merged revisions 72461 via svnmerge from by Benjamin Peterson · 15 years ago
  13. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  14. fd838e6 Merged revisions 71734,71738-71739 via svnmerge from by Benjamin Peterson · 15 years ago
  15. ae937c0 Merged revisions 71722 via svnmerge from by Benjamin Peterson · 15 years ago
  16. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  17. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  18. 79eee6b Merged revisions 69582-69583 via svnmerge from by Antoine Pitrou · 15 years ago
  19. c96db47 Merged revisions 69436 via svnmerge from by Mark Dickinson · 16 years ago
  20. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  21. c008a17 Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations by Mark Dickinson · 16 years ago
  22. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 16 years ago
  23. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  24. a4a37fe Merged revisions 68381 via svnmerge from by Benjamin Peterson · 16 years ago
  25. f1f2f68 Recorded merge of revisions 68051 via svnmerge from by Nick Coghlan · 16 years ago
  26. 6ebe78f Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-67788,67802,67848-67850,67862-67864,67880,67882 via svnmerge from by Benjamin Peterson · 16 years ago
  27. 4a1f593 Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to by Mark Dickinson · 16 years ago
  28. ff869fa Removed bytesmeth declaration in OyObject_Bytes. It's not used any more and causes a compiler warning. by Christian Heimes · 16 years ago
  29. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
  30. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  31. 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
  32. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  33. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  34. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  35. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 17 years ago
  36. a62da1d Merged revisions 59921-59932 via svnmerge from by Christian Heimes · 17 years ago
  37. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  38. c896700 Partial fix for bug #1306 by Christian Heimes · 17 years ago
  39. b7f17e4 Found another memory leak in longrangeiter. And redo the previous correction by Amaury Forgeot d'Arc · 17 years ago
  40. a1e9ec4 Correct a memory leak: the range() object was not properly freed. by Amaury Forgeot d'Arc · 17 years ago
  41. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  42. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  43. 826d897 Patch 1352 (continued in issue 1329) by Christian Heimes. by Guido van Rossum · 17 years ago
  44. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  45. 6ea45d3 Use unicode and remove support for some uses of str8. by Neal Norwitz · 17 years ago
  46. 6ca130d Oops. The PyObject_Print() function was totally broken; the original code by Guido van Rossum · 17 years ago
  47. 04dbf3b Kill all uses and definitions of tp_print under Objects/. (Others will follow.) by Guido van Rossum · 17 years ago
  48. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  49. 3b64580 Remove unused local variable. by Thomas Heller · 17 years ago
  50. 55b4a7b Make test_descr.py pass. Had to disable a few tests, remove references by Guido van Rossum · 17 years ago
  51. d376dd9 Simplify error formatting. by Walter Dörwald · 17 years ago
  52. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  53. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  54. b03ccc0 Simplify PyObject_Unicode(NULL) by using PyUnicode_FromString(). by Walter Dörwald · 17 years ago
  55. c8c8233 It's ok for __repr__ to return unicode. by Guido van Rossum · 17 years ago
  56. f15a29f More coding by random modification. by Guido van Rossum · 17 years ago
  57. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  58. ad7d8d1 Rough and dirty job -- allow concatenation of bytes and arbitrary by Guido van Rossum · 17 years ago
  59. ed3b838 Check the keys of the locals dict -- they need not be a list. by Georg Brandl · 17 years ago
  60. e32b422 Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir. by Georg Brandl · 17 years ago
  61. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  62. 9a4e95c The opstrings table was backwards. Add an XXX comment. by Guido van Rossum · 18 years ago
  63. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  64. ca81046 Get rid of more coerce cruft (really check in this time :-) by Neal Norwitz · 18 years ago
  65. 3bd844e Get rid of most of the remaining uses of <>. There's still Tools/* thogh. by Neal Norwitz · 18 years ago
  66. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  67. 3893815 Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden by Guido van Rossum · 18 years ago
  68. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  69. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  70. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  71. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  72. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  73. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  74. 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 18 years ago
  75. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  76. 7580146 Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and by Neal Norwitz · 18 years ago
  77. 3daf758 Fix bug found by Coverity: don't allow NULL argument to PyUnicode_CheckExact by Georg Brandl · 18 years ago
  78. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 18 years ago
  79. 84632ee Oops, forgot to include this in the last checkin. by Neal Norwitz · 18 years ago
  80. 8b87a0b Use %ld and casts to long for refcount printing, in absense of a universally by Thomas Wouters · 18 years ago
  81. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  82. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  83. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  84. cf52c07 Change the %s format specifier for str objects so that it returns a by Neil Schemenauer · 19 years ago
  85. c3647ac Make subclasses of int, long, complex, float, and unicode perform type by Brett Cannon · 19 years ago
  86. a174813 Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with by Armin Rigo · 20 years ago
  87. a5ca2e7 Remove 'extern' declaration for _Py_SwappedOp. by Brett Cannon · 20 years ago
  88. f4aca75 A static swapped_op[] array was defined in 3 different C files, & I think by Tim Peters · 20 years ago
  89. 1593f50 Move a comment back to its rightful location. by Michael W. Hudson · 20 years ago
  90. 2a7dede SF bug #1004669: Type returned from .keys() is not checked by Raymond Hettinger · 20 years ago
  91. 93468ea Remove unused macros in .c files by Neal Norwitz · 20 years ago
  92. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  93. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  94. 1328b52 Two new public API functions, Py_IncRef and Py_DecRef. Useful for by Thomas Heller · 20 years ago
  95. 8183fa4 Fix typo in comment. by Raymond Hettinger · 20 years ago
  96. 93d4481 Add identity shortcut to PyObject_RichCompareBool. by Raymond Hettinger · 20 years ago
  97. fb5a4e3 Removed two unneeded lines from PyObject_Compare(). by Brett Cannon · 21 years ago
  98. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
  99. fb27656 Getting rid of support for the ancient Apple MPW compiler. by Jack Jansen · 21 years ago
  100. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago