1. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  2. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  3. b4a49f6 Resolves issue 5690: accidentally skipping code in non-debug build. by Eric Smith · 15 years ago
  4. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 15 years ago
  5. f8c8b6d Removed mixed tabs and whitespace. by Eric Smith · 15 years ago
  6. e2641f4 Optimize slicing of bytes and bytearray by avoiding useless copying. by Alexandre Vassalotti · 15 years ago
  7. 0bdab68 Rewrap some long lines. by Mark Dickinson · 15 years ago
  8. ab6f2f6 Fix segfaults when running test_exceptions with coverage tracing, caused by wrongly defining Exception.__context__ as a T_OBJECT structmember which does not set the member to NULL on None assignment, and generally does not do type checks. This could be used to crash the interpreter by setting any object to __context__. The same applies to __cause__. Also document the PyException_* functions. by Georg Brandl · 15 years ago
  9. 4feda2a Merged revisions 70682,70684 via svnmerge from by Mark Dickinson · 15 years ago
  10. c8a608c Merged revisions 70678 via svnmerge from by Mark Dickinson · 15 years ago
  11. 0983274 fix isprintable() on space characters #5126 by Benjamin Peterson · 15 years ago
  12. acc5d6b Merged revisions 70550 via svnmerge from by Antoine Pitrou · 15 years ago
  13. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  14. 17e4fdd Merged revisions 70542 via svnmerge from by Mark Dickinson · 15 years ago
  15. 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
  16. 3530246 Merged revisions 70499 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  17. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  18. 081dfee Issue 4474: On platforms with sizeof(wchar_t) == 4 and by Mark Dickinson · 15 years ago
  19. 8ec9044 Merged revisions 70364 via svnmerge from by Eric Smith · 15 years ago
  20. e0124bd Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from by Benjamin Peterson · 15 years ago
  21. b0d56af Give dict views a helpful __repr__. by Raymond Hettinger · 15 years ago
  22. 134708a Merged revisions 69974 via svnmerge from by Mark Dickinson · 15 years ago
  23. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  24. 5e5c0db Merged revisions 69806 via svnmerge from by Eric Smith · 15 years ago
  25. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 15 years ago
  26. 0d4785b Fix more places in Objects/longobject.c where it's silently assumed that by Mark Dickinson · 15 years ago
  27. e441674 A few more type fixes for py3k that were missed in r69635 by Mark Dickinson · 15 years ago
  28. 5a74bf6 Merged revisions 69634 via svnmerge from by Mark Dickinson · 15 years ago
  29. 79eee6b Merged revisions 69582-69583 via svnmerge from by Antoine Pitrou · 15 years ago
  30. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 15 years ago
  31. 2177607 Merged revisions 69498 via svnmerge from by Mark Dickinson · 15 years ago
  32. ee1ae7c fix len() when __len__() returns a non number type #5137 by Benjamin Peterson · 15 years ago
  33. c96db47 Merged revisions 69436 via svnmerge from by Mark Dickinson · 15 years ago
  34. 8761855 remove memoryview.__str__ #5182 by Benjamin Peterson · 15 years ago
  35. 2a7d45b Issue #1717: add a DeprecationWarning in 3.x on type initialization by Mark Dickinson · 15 years ago
  36. 5d65412 Validate that __length_hint__ returns a usable result. by Raymond Hettinger · 16 years ago
  37. e836423 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 16 years ago
  38. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  39. 995d4cd Remove exception for non-NULL tp_compare that was introduced in r69188. by Mark Dickinson · 16 years ago
  40. c008a17 Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations by Mark Dickinson · 16 years ago
  41. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 16 years ago
  42. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 16 years ago
  43. 2906064 fix indentation again by Benjamin Peterson · 16 years ago
  44. 14339b6 detabify Objects/unicodeobject.c by Benjamin Peterson · 16 years ago
  45. 1124e71 Issue #4707: round(x, n) now returns an integer when x is an integer. by Mark Dickinson · 16 years ago
  46. a5cafdf Merged revisions 68974-68975 via svnmerge from by Mark Dickinson · 16 years ago
  47. 1e2d870 Merged revisions 68947 via svnmerge from by Mark Dickinson · 16 years ago
  48. 17e5587 Merged revisions 68890 via svnmerge from by Mark Dickinson · 16 years ago
  49. d4624c3 Some minor cleanups in PyLong_FromLong: by Mark Dickinson · 16 years ago
  50. aa06900 Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from by Benjamin Peterson · 16 years ago
  51. 9ffc020 Issue 4842, patch 2/2: int('3L') should be invalid in Python 3.x. by Mark Dickinson · 16 years ago
  52. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 16 years ago
  53. b547979 Merged revisions 68568,68665 via svnmerge from by Benjamin Peterson · 16 years ago
  54. 17c7cd8 Replace PyNumber_Int with PyNumber_Long. by Mark Dickinson · 16 years ago
  55. e4bc7f6 Issue #4838: When a module is deallocated, free the memory backing the optional module state data. by Antoine Pitrou · 16 years ago
  56. 0156dab Remove attempted long->int conversions in py3k version of float.as_integer_ratio. by Mark Dickinson · 16 years ago
  57. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
  58. cce2f21 Issue 4910, patch 2 of (probably) 3: pave the way for renaming of by Mark Dickinson · 16 years ago
  59. 8d4e505 Issue #4935: The overflow checking code in the expandtabs() method common by Antoine Pitrou · 16 years ago
  60. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  61. e5e298f Issue #4910 (1st patch of a series): fix int() and the corresponding by Mark Dickinson · 16 years ago
  62. 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
  63. a4a37fe Merged revisions 68381 via svnmerge from by Benjamin Peterson · 16 years ago
  64. d746768 Issue #4910: replace "long" with "int" in docstring for __long__ slot and by Mark Dickinson · 16 years ago
  65. ab86831 Issue #4868: utf-8, utf-16 and latin1 decoding are now 2x to 4x faster. The by Antoine Pitrou · 16 years ago
  66. 3563153 Reduce the size of the _PyLong_DigitValue table. by Raymond Hettinger · 16 years ago
  67. 35b7e83 Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backport it to trunk. by Antoine Pitrou · 16 years ago
  68. c3b3924 Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. by Antoine Pitrou · 16 years ago
  69. 574b127 Remove traces of Py_InitModule*. by Georg Brandl · 16 years ago
  70. 7ddda78 Merged revisions 68128 via svnmerge from by Antoine Pitrou · 16 years ago
  71. f1f2f68 Recorded merge of revisions 68051 via svnmerge from by Nick Coghlan · 16 years ago
  72. ccc47b6 #4759: allow None as first argument of bytearray.translate(), for consistency with bytes.translate(). by Georg Brandl · 16 years ago
  73. 09923f3 Remove confusing error message in bytes.translate. by Georg Brandl · 16 years ago
  74. 2056bed Revert unwanted function name change introduced by r67939. by Alexandre Vassalotti · 16 years ago
  75. d88e8fa Fixed incompatible pointer warning. by Hirokazu Yamamoto · 16 years ago
  76. bad1b92 Fix bogus assertion. by Alexandre Vassalotti · 16 years ago
  77. 44531cb Optimize built-in unicode codecs by avoiding unnecessary copying. by Alexandre Vassalotti · 16 years ago
  78. 9cb6f7f Fix wrong bytes type conversion in PyUnicode_AsUnicodeEscapeString. by Alexandre Vassalotti · 16 years ago
  79. aa0e531 Merged revisions 67932 via svnmerge from by Alexandre Vassalotti · 16 years ago
  80. 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
  81. 51f3ef9 Issue #3106: Speedup some comparisons. This also removes the last call by Antoine Pitrou · 16 years ago
  82. baa4546 Add missing Py_CHARMASK when calling isspace(). by Kristján Valur Jónsson · 16 years ago
  83. 54bc1ec Forward merge of r67822 to py3k: add bit_length method to int. by Mark Dickinson · 16 years ago
  84. bc42040 Issue #4569: Interpreter crash when mutating a memoryview with an item size larger than 1. by Antoine Pitrou · 16 years ago
  85. 5504e89 Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 16 years ago
  86. fd24b32 Issue #4445: save 3 bytes of memory (on average) per bytes allocation. by Mark Dickinson · 16 years ago
  87. 50b2b6e Issue 4497: silence compiler warnings on Windows. by Mark Dickinson · 16 years ago
  88. f5b6411 Issue 3689: list_reverseiterator should support __length_hint__ instead of __len__. by Raymond Hettinger · 16 years ago
  89. 2212e52 Update copyright for recent changes. by Raymond Hettinger · 16 years ago
  90. 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
  91. 91cc8fb Fix for bug 4360 "SystemError when method has both super() & closure". Patch by Barry Warsaw · 16 years ago
  92. 0f3641c Merged revisions 67291 via svnmerge from by Benjamin Peterson · 16 years ago
  93. 9262b84 Merged revisions 67246 via svnmerge from by Benjamin Peterson · 16 years ago
  94. 7d99f09 Issue #1721812: Binary operations and copy operations on set/frozenset by Raymond Hettinger · 16 years ago
  95. 4a1f593 Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to by Mark Dickinson · 16 years ago
  96. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  97. 9e9dcd6 STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != '' by Barry Warsaw · 16 years ago
  98. 6019208 remove some more references to __cmp__ #1717 by Benjamin Peterson · 16 years ago
  99. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  100. 4e0630c Issue #3740: Null-initialize module state. Reviewed by Benjamin Peterson. by Martin v. Löwis · 16 years ago