1. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  2. 995d4cd Remove exception for non-NULL tp_compare that was introduced in r69188. by Mark Dickinson · 16 years ago
  3. c008a17 Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations by Mark Dickinson · 16 years ago
  4. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 16 years ago
  5. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 16 years ago
  6. 2906064 fix indentation again by Benjamin Peterson · 16 years ago
  7. 14339b6 detabify Objects/unicodeobject.c by Benjamin Peterson · 16 years ago
  8. 1124e71 Issue #4707: round(x, n) now returns an integer when x is an integer. by Mark Dickinson · 16 years ago
  9. a5cafdf Merged revisions 68974-68975 via svnmerge from by Mark Dickinson · 16 years ago
  10. 1e2d870 Merged revisions 68947 via svnmerge from by Mark Dickinson · 16 years ago
  11. 17e5587 Merged revisions 68890 via svnmerge from by Mark Dickinson · 16 years ago
  12. d4624c3 Some minor cleanups in PyLong_FromLong: by Mark Dickinson · 16 years ago
  13. aa06900 Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from by Benjamin Peterson · 16 years ago
  14. 9ffc020 Issue 4842, patch 2/2: int('3L') should be invalid in Python 3.x. by Mark Dickinson · 16 years ago
  15. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 16 years ago
  16. b547979 Merged revisions 68568,68665 via svnmerge from by Benjamin Peterson · 16 years ago
  17. 17c7cd8 Replace PyNumber_Int with PyNumber_Long. by Mark Dickinson · 16 years ago
  18. e4bc7f6 Issue #4838: When a module is deallocated, free the memory backing the optional module state data. by Antoine Pitrou · 16 years ago
  19. 0156dab Remove attempted long->int conversions in py3k version of float.as_integer_ratio. by Mark Dickinson · 16 years ago
  20. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
  21. cce2f21 Issue 4910, patch 2 of (probably) 3: pave the way for renaming of by Mark Dickinson · 16 years ago
  22. 8d4e505 Issue #4935: The overflow checking code in the expandtabs() method common by Antoine Pitrou · 16 years ago
  23. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  24. e5e298f Issue #4910 (1st patch of a series): fix int() and the corresponding by Mark Dickinson · 16 years ago
  25. d6e8de1 Issue #4916: fix little-endian UTF-16 decoding bug on big-endian UCS-4 builds, introduced by r68483. by Antoine Pitrou · 16 years ago
  26. a4a37fe Merged revisions 68381 via svnmerge from by Benjamin Peterson · 16 years ago
  27. d746768 Issue #4910: replace "long" with "int" in docstring for __long__ slot and by Mark Dickinson · 16 years ago
  28. ab86831 Issue #4868: utf-8, utf-16 and latin1 decoding are now 2x to 4x faster. The by Antoine Pitrou · 16 years ago
  29. 3563153 Reduce the size of the _PyLong_DigitValue table. by Raymond Hettinger · 16 years ago
  30. 35b7e83 Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backport it to trunk. by Antoine Pitrou · 16 years ago
  31. c3b3924 Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. by Antoine Pitrou · 16 years ago
  32. 574b127 Remove traces of Py_InitModule*. by Georg Brandl · 16 years ago
  33. 7ddda78 Merged revisions 68128 via svnmerge from by Antoine Pitrou · 16 years ago
  34. f1f2f68 Recorded merge of revisions 68051 via svnmerge from by Nick Coghlan · 16 years ago
  35. ccc47b6 #4759: allow None as first argument of bytearray.translate(), for consistency with bytes.translate(). by Georg Brandl · 16 years ago
  36. 09923f3 Remove confusing error message in bytes.translate. by Georg Brandl · 16 years ago
  37. 2056bed Revert unwanted function name change introduced by r67939. by Alexandre Vassalotti · 16 years ago
  38. d88e8fa Fixed incompatible pointer warning. by Hirokazu Yamamoto · 16 years ago
  39. bad1b92 Fix bogus assertion. by Alexandre Vassalotti · 16 years ago
  40. 44531cb Optimize built-in unicode codecs by avoiding unnecessary copying. by Alexandre Vassalotti · 16 years ago
  41. 9cb6f7f Fix wrong bytes type conversion in PyUnicode_AsUnicodeEscapeString. by Alexandre Vassalotti · 16 years ago
  42. aa0e531 Merged revisions 67932 via svnmerge from by Alexandre Vassalotti · 16 years ago
  43. 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
  44. 51f3ef9 Issue #3106: Speedup some comparisons. This also removes the last call by Antoine Pitrou · 16 years ago
  45. baa4546 Add missing Py_CHARMASK when calling isspace(). by Kristján Valur Jónsson · 16 years ago
  46. 54bc1ec Forward merge of r67822 to py3k: add bit_length method to int. by Mark Dickinson · 16 years ago
  47. bc42040 Issue #4569: Interpreter crash when mutating a memoryview with an item size larger than 1. by Antoine Pitrou · 16 years ago
  48. 5504e89 Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 16 years ago
  49. fd24b32 Issue #4445: save 3 bytes of memory (on average) per bytes allocation. by Mark Dickinson · 16 years ago
  50. 50b2b6e Issue 4497: silence compiler warnings on Windows. by Mark Dickinson · 16 years ago
  51. f5b6411 Issue 3689: list_reverseiterator should support __length_hint__ instead of __len__. by Raymond Hettinger · 16 years ago
  52. 2212e52 Update copyright for recent changes. by Raymond Hettinger · 16 years ago
  53. 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
  54. 91cc8fb Fix for bug 4360 "SystemError when method has both super() & closure". Patch by Barry Warsaw · 16 years ago
  55. 0f3641c Merged revisions 67291 via svnmerge from by Benjamin Peterson · 16 years ago
  56. 9262b84 Merged revisions 67246 via svnmerge from by Benjamin Peterson · 16 years ago
  57. 7d99f09 Issue #1721812: Binary operations and copy operations on set/frozenset by Raymond Hettinger · 16 years ago
  58. 4a1f593 Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to by Mark Dickinson · 16 years ago
  59. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  60. 9e9dcd6 STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != '' by Barry Warsaw · 16 years ago
  61. 6019208 remove some more references to __cmp__ #1717 by Benjamin Peterson · 16 years ago
  62. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  63. 4e0630c Issue #3740: Null-initialize module state. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago
  64. 1a8501c Merged revisions 66748 via svnmerge from by Christian Heimes · 16 years ago
  65. fefeca5 Merged revisions 66739 via svnmerge from by Christian Heimes · 16 years ago
  66. cb9a551 remove a trace of the cmp argument for list.sort by Benjamin Peterson · 16 years ago
  67. f2e9368 Merged revisions 66631 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  68. 60320cb #3946 fix PyObject_CheckBuffer on a memoryview object by Benjamin Peterson · 16 years ago
  69. 6fea233 Merged revisions 66616 via svnmerge from by Martin v. Löwis · 16 years ago
  70. 4561257 Merged revisions 66552-66553 via svnmerge from by Andrew MacIntyre · 16 years ago
  71. 5aca882 Merged revisions 66383 via svnmerge from by Martin v. Löwis · 16 years ago
  72. 9aa4299 Merged revisions 66337,66347,66350,66352,66358 via svnmerge from by Benjamin Peterson · 16 years ago
  73. 5e19e44 kill memoryview.size in favor of len(view) by Benjamin Peterson · 16 years ago
  74. 93cbca3 Merged revisions 66362 via svnmerge from by Martin v. Löwis · 16 years ago
  75. f048111 #3660: Correct a reference leak in PyUnicode_AsEncodedString when by Amaury Forgeot d'Arc · 16 years ago
  76. c6b09eb #3712: The memoryview object had a reference leak and didn't support cyclic garbage collection. by Antoine Pitrou · 16 years ago
  77. 069094bc Remove outdated comment. Reviewed by Antoine. by Georg Brandl · 16 years ago
  78. f7199578 #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an by Antoine Pitrou · 16 years ago
  79. 4f3c561 Removed merge glitch from stringlib/find.h as explained on the python committers list. The FROM_BYTEARRAY isn't required here. by Christian Heimes · 16 years ago
  80. ff869fa Removed bytesmeth declaration in OyObject_Bytes. It's not used any more and causes a compiler warning. by Christian Heimes · 16 years ago
  81. 9edd2bd Fix #3651 various memory leaks when using the buffer interface by Benjamin Peterson · 16 years ago
  82. 4b24a42 add NULL checking for PyBytes_FromObject; R=Neal by Benjamin Peterson · 16 years ago
  83. ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  84. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
  85. a786b02 Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from by Benjamin Peterson · 16 years ago
  86. ce694b7 Fixed yet another compiler warning of 64bit builds. Reviewed by Georg Brandl. by Christian Heimes · 16 years ago
  87. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  88. 2f99b24 Merged revisions 66006 via svnmerge from by Neal Norwitz · 16 years ago
  89. 20443f3 #3650: fix a reference leak in bytes.split('x') by Amaury Forgeot d'Arc · 16 years ago
  90. 6144bee Merged revisions 65975 via svnmerge from by Christian Heimes · 16 years ago
  91. 42a72ee Merged revisions 65964 via svnmerge from by Mark Dickinson · 16 years ago
  92. 616d285 Issue #2394: implement more of the memoryview API. by Antoine Pitrou · 16 years ago
  93. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
  94. ee58fa4 #3560: cleanup C memoryview API by Antoine Pitrou · 16 years ago
  95. d8fa68b fix cut and paste error in a comment by Gregory P. Smith · 16 years ago
  96. 74bbea7 Merged revisions 65677-65678,65683 via svnmerge from by Martin v. Löwis · 16 years ago
  97. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  98. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  99. af14b79 issue #3460: PyUnicode_Join() implementation can be simplified in py3k by Antoine Pitrou · 16 years ago
  100. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago