1. 6d65df1 Internal plumbing changes for float parsing: by Mark Dickinson · 15 years ago
  2. 35f1c94 Merged revisions 71963 via svnmerge from by Mark Dickinson · 15 years ago
  3. 71efeb7 Merged revisions 71947 via svnmerge from by Martin v. Löwis · 15 years ago
  4. 1b08b30 Merged revisions 71894 via svnmerge from by Walter Dörwald · 15 years ago
  5. de8a710 Merged revisions 71869 via svnmerge from by Mark Dickinson · 15 years ago
  6. 193152c Merged revisions 71860 via svnmerge from by Benjamin Peterson · 15 years ago
  7. 6649fa4 Make sure that complex parsing code and corresponding tests by Mark Dickinson · 15 years ago
  8. ad476da Issue #5816: Simplify code for parsing and printing of complex numbers. by Mark Dickinson · 15 years ago
  9. 937491d Merged revisions 71802 via svnmerge from by Eric Smith · 15 years ago
  10. c630039 Merged revisions 71772 via svnmerge from by Mark Dickinson · 15 years ago
  11. fd838e6 Merged revisions 71734,71738-71739 via svnmerge from by Benjamin Peterson · 15 years ago
  12. ae937c0 Merged revisions 71722 via svnmerge from by Benjamin Peterson · 15 years ago
  13. 3324247 Revert accidental changes to Objects/floatobject.c by Mark Dickinson · 15 years ago
  14. 7abf8d4 The SSE2 detection and enabling could potentially cause by Mark Dickinson · 15 years ago
  15. 153c70f Merged revisions 71719 via svnmerge from by Benjamin Peterson · 15 years ago
  16. 80688ef rename internal methods of the bytes object to bytes_ by Benjamin Peterson · 15 years ago
  17. e6a076d Issue #1869 (and 4707, 5118, 5473, 1456775): use the new by Mark Dickinson · 15 years ago
  18. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  19. 2808d3c Merged revisions 71627 via svnmerge from by Benjamin Peterson · 15 years ago
  20. f64bce8 Merged revisions 71548 via svnmerge from by Eric Smith · 15 years ago
  21. abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 15 years ago
  22. 222de0f #5708: a bit of streamlining in unicode_repeat(). by Georg Brandl · 15 years ago
  23. ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 15 years ago
  24. 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
  25. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  26. b4a49f6 Resolves issue 5690: accidentally skipping code in non-debug build. by Eric Smith · 15 years ago
  27. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 15 years ago
  28. f8c8b6d Removed mixed tabs and whitespace. by Eric Smith · 15 years ago
  29. e2641f4 Optimize slicing of bytes and bytearray by avoiding useless copying. by Alexandre Vassalotti · 15 years ago
  30. 0bdab68 Rewrap some long lines. by Mark Dickinson · 15 years ago
  31. 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
  32. 4feda2a Merged revisions 70682,70684 via svnmerge from by Mark Dickinson · 15 years ago
  33. c8a608c Merged revisions 70678 via svnmerge from by Mark Dickinson · 15 years ago
  34. 0983274 fix isprintable() on space characters #5126 by Benjamin Peterson · 15 years ago
  35. acc5d6b Merged revisions 70550 via svnmerge from by Antoine Pitrou · 15 years ago
  36. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  37. 17e4fdd Merged revisions 70542 via svnmerge from by Mark Dickinson · 15 years ago
  38. 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
  39. 3530246 Merged revisions 70499 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  40. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  41. 081dfee Issue 4474: On platforms with sizeof(wchar_t) == 4 and by Mark Dickinson · 15 years ago
  42. 8ec9044 Merged revisions 70364 via svnmerge from by Eric Smith · 15 years ago
  43. 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
  44. b0d56af Give dict views a helpful __repr__. by Raymond Hettinger · 15 years ago
  45. 134708a Merged revisions 69974 via svnmerge from by Mark Dickinson · 16 years ago
  46. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  47. 5e5c0db Merged revisions 69806 via svnmerge from by Eric Smith · 16 years ago
  48. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
  49. 0d4785b Fix more places in Objects/longobject.c where it's silently assumed that by Mark Dickinson · 16 years ago
  50. e441674 A few more type fixes for py3k that were missed in r69635 by Mark Dickinson · 16 years ago
  51. 5a74bf6 Merged revisions 69634 via svnmerge from by Mark Dickinson · 16 years ago
  52. 79eee6b Merged revisions 69582-69583 via svnmerge from by Antoine Pitrou · 16 years ago
  53. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 16 years ago
  54. 2177607 Merged revisions 69498 via svnmerge from by Mark Dickinson · 16 years ago
  55. ee1ae7c fix len() when __len__() returns a non number type #5137 by Benjamin Peterson · 16 years ago
  56. c96db47 Merged revisions 69436 via svnmerge from by Mark Dickinson · 16 years ago
  57. 8761855 remove memoryview.__str__ #5182 by Benjamin Peterson · 16 years ago
  58. 2a7d45b Issue #1717: add a DeprecationWarning in 3.x on type initialization by Mark Dickinson · 16 years ago
  59. 5d65412 Validate that __length_hint__ returns a usable result. by Raymond Hettinger · 16 years ago
  60. e836423 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 16 years ago
  61. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  62. 995d4cd Remove exception for non-NULL tp_compare that was introduced in r69188. by Mark Dickinson · 16 years ago
  63. c008a17 Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations by Mark Dickinson · 16 years ago
  64. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 16 years ago
  65. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 16 years ago
  66. 2906064 fix indentation again by Benjamin Peterson · 16 years ago
  67. 14339b6 detabify Objects/unicodeobject.c by Benjamin Peterson · 16 years ago
  68. 1124e71 Issue #4707: round(x, n) now returns an integer when x is an integer. by Mark Dickinson · 16 years ago
  69. a5cafdf Merged revisions 68974-68975 via svnmerge from by Mark Dickinson · 16 years ago
  70. 1e2d870 Merged revisions 68947 via svnmerge from by Mark Dickinson · 16 years ago
  71. 17e5587 Merged revisions 68890 via svnmerge from by Mark Dickinson · 16 years ago
  72. d4624c3 Some minor cleanups in PyLong_FromLong: by Mark Dickinson · 16 years ago
  73. aa06900 Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from by Benjamin Peterson · 16 years ago
  74. 9ffc020 Issue 4842, patch 2/2: int('3L') should be invalid in Python 3.x. by Mark Dickinson · 16 years ago
  75. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 16 years ago
  76. b547979 Merged revisions 68568,68665 via svnmerge from by Benjamin Peterson · 16 years ago
  77. 17c7cd8 Replace PyNumber_Int with PyNumber_Long. by Mark Dickinson · 16 years ago
  78. e4bc7f6 Issue #4838: When a module is deallocated, free the memory backing the optional module state data. by Antoine Pitrou · 16 years ago
  79. 0156dab Remove attempted long->int conversions in py3k version of float.as_integer_ratio. by Mark Dickinson · 16 years ago
  80. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
  81. cce2f21 Issue 4910, patch 2 of (probably) 3: pave the way for renaming of by Mark Dickinson · 16 years ago
  82. 8d4e505 Issue #4935: The overflow checking code in the expandtabs() method common by Antoine Pitrou · 16 years ago
  83. f343e01 Merged revisions 68560 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  84. e5e298f Issue #4910 (1st patch of a series): fix int() and the corresponding by Mark Dickinson · 16 years ago
  85. 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
  86. a4a37fe Merged revisions 68381 via svnmerge from by Benjamin Peterson · 16 years ago
  87. d746768 Issue #4910: replace "long" with "int" in docstring for __long__ slot and by Mark Dickinson · 16 years ago
  88. ab86831 Issue #4868: utf-8, utf-16 and latin1 decoding are now 2x to 4x faster. The by Antoine Pitrou · 16 years ago
  89. 3563153 Reduce the size of the _PyLong_DigitValue table. by Raymond Hettinger · 16 years ago
  90. 35b7e83 Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backport it to trunk. by Antoine Pitrou · 16 years ago
  91. c3b3924 Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. by Antoine Pitrou · 16 years ago
  92. 574b127 Remove traces of Py_InitModule*. by Georg Brandl · 16 years ago
  93. 7ddda78 Merged revisions 68128 via svnmerge from by Antoine Pitrou · 16 years ago
  94. f1f2f68 Recorded merge of revisions 68051 via svnmerge from by Nick Coghlan · 16 years ago
  95. ccc47b6 #4759: allow None as first argument of bytearray.translate(), for consistency with bytes.translate(). by Georg Brandl · 16 years ago
  96. 09923f3 Remove confusing error message in bytes.translate. by Georg Brandl · 16 years ago
  97. 2056bed Revert unwanted function name change introduced by r67939. by Alexandre Vassalotti · 16 years ago
  98. d88e8fa Fixed incompatible pointer warning. by Hirokazu Yamamoto · 16 years ago
  99. bad1b92 Fix bogus assertion. by Alexandre Vassalotti · 16 years ago
  100. 44531cb Optimize built-in unicode codecs by avoiding unnecessary copying. by Alexandre Vassalotti · 16 years ago