1. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  2. deb925f Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  3. 1ce4b14 Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  4. 413d497 Backport robustness fix for test_builtin by Antoine Pitrou · 13 years ago
  5. 772add7 Try to make the tty input() tests more robust by Antoine Pitrou · 13 years ago
  6. 5ee9d8a Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  7. 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  8. a9860ae #13054: fix usage of sys.maxunicode after PEP-393. by Ezio Melotti · 13 years ago
  9. 18d7d7a also make NotImplementedType callable by Benjamin Peterson · 13 years ago
  10. c4607ae make the types of None and Ellipsis callable by Benjamin Peterson · 13 years ago
  11. ce071ca bytes should be verboten in sum() (fixes #12654) by Benjamin Peterson · 13 years ago
  12. 3bbb722 allow __dir__ to return any sequence by Benjamin Peterson · 13 years ago
  13. dac9ace test that object has a __dir__() implementation by Benjamin Peterson · 13 years ago
  14. b9cd353 Issue 9856: Change object.__format__ with a non-empty format string from a PendingDeprecationWarning to a DeprecationWarning. by Eric V. Smith · 13 years ago
  15. 67ebabd Removed fcmp and FUZZ from test.support, following the discussion on python-dev: by Eli Bendersky · 13 years ago
  16. 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 14 years ago
  17. e71362d Issue #10518: Bring back the callable() builtin. by Antoine Pitrou · 14 years ago
  18. 8d16ab3 merge all range tests into test_range by Benjamin Peterson · 14 years ago
  19. 94ab7a0 enable test that was commented out for whatever reason by Benjamin Peterson · 14 years ago
  20. 0b458d5 count() should return integers #10474 by Benjamin Peterson · 14 years ago
  21. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  22. 9f0cbf1 Issue #9213: Add index and count methods to range objects, needed to by Daniel Stutzbach · 14 years ago
  23. e4d6317 Issue 7994: Make object.__format__() raise a PendingDeprecationWarning by Eric Smith · 14 years ago
  24. e4a1892 Issue #9804: ascii() now always represents unicode surrogate pairs as by Antoine Pitrou · 14 years ago
  25. 1768999 only catch AttributeError in hasattr() #9666 by Benjamin Peterson · 14 years ago
  26. 076e031 cleanup imports by Benjamin Peterson · 14 years ago
  27. e29e6bf Issue #665761: functools.reduce() will no longer mask exceptions other by Alexander Belopolsky · 14 years ago
  28. fb3dc94 Merged revisions 81525 via svnmerge from by Mark Dickinson · 14 years ago
  29. 85b5353 Issue #1533: Merge added trunk range tests to py3k. (The fix itself by Mark Dickinson · 14 years ago
  30. 7762899 Clean up the manipulation of the warnings filter in test_builtin. by Brett Cannon · 14 years ago
  31. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  32. 624dbf6 Issue #6697: catch _PyUnicode_AsString() errors in getattr() and setattr() by Victor Stinner · 14 years ago
  33. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  34. 5c2db37 Issue #7435: Remove duplicate int/long tests, and other by Mark Dickinson · 15 years ago
  35. ad731b9 Merged revisions 76176 via svnmerge from by Mark Dickinson · 15 years ago
  36. 3a22b47 Merged revisions 75470 via svnmerge from by Mark Dickinson · 15 years ago
  37. 953152f Merged revisions 74167 via svnmerge from by Georg Brandl · 15 years ago
  38. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  39. eb36d31 Issue #6334: Fix buggy internal length calculation in builtin range function by Mark Dickinson · 15 years ago
  40. ee1ae7c fix len() when __len__() returns a non number type #5137 by Benjamin Peterson · 15 years ago
  41. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 16 years ago
  42. 1124e71 Issue #4707: round(x, n) now returns an integer when x is an integer. by Mark Dickinson · 16 years ago
  43. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
  44. 60320cb #3946 fix PyObject_CheckBuffer on a memoryview object by Benjamin Peterson · 16 years ago
  45. 7888d08 Merged revisions 65339-65340,65342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  46. 5c960b8 Revert 64451. by Raymond Hettinger · 16 years ago
  47. d11a443 Merge 64438: hex/oct/bin can show floats exactly. by Raymond Hettinger · 16 years ago
  48. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  49. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  50. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  51. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  52. eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 16 years ago
  53. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  54. 9ed7735 Issue2221: in Idle, exec('xx') raised a SystemError('error return without exception set') by Amaury Forgeot d'Arc · 16 years ago
  55. 90c3d9b Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900,60902-60906,60908,60911-60917,60919-60920,60922,60926,60929-60931,60933-60935,60937,60939-60941,60943-60954,60959-60961,60963-60969,60971-60976 via svnmerge from by Christian Heimes · 16 years ago
  56. 8fd3eba Fixes for shared 2.6 code that implements PEP 3101, advanced string formatting. by Eric Smith · 16 years ago
  57. 53dbe39 Move UserList to collections. by Raymond Hettinger · 16 years ago
  58. 3feef61 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60706,60708-60712,60714-60724 via svnmerge from by Christian Heimes · 16 years ago
  59. f80680d Migrate remaining tests from UserDict.UserDict to collections.UserDict. by Raymond Hettinger · 16 years ago
  60. 15ebc88 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from by Christian Heimes · 17 years ago
  61. 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 17 years ago
  62. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 17 years ago
  63. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 17 years ago
  64. 2685563 Merged revisions 60364-60378 via svnmerge from by Christian Heimes · 17 years ago
  65. 1dfde1d Replace map(None, *iterables) with zip(*iterables). by Raymond Hettinger · 17 years ago
  66. fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 17 years ago
  67. 2336bdd Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed by Facundo Batista · 17 years ago
  68. 61ecb77 Added the test cases I actually meant to add. by Eric Smith · 17 years ago
  69. fc6e8fe Simplifed argument parsing in object.__format__, added test case. by Eric Smith · 17 years ago
  70. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  71. af59346 Problem found while converting from PyBytes to PyString: by Amaury Forgeot d'Arc · 17 years ago
  72. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  73. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  74. 3404b3c Check in some documentation tweaks for PEP 3141, add some tests, and implement by Jeffrey Yasskin · 17 years ago
  75. 37f1038 Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking for unicode objects. by Eric Smith · 17 years ago
  76. 8193669 Added test cases for string.Formatter subclassing. by Eric Smith · 17 years ago
  77. 185e30c Added format tests. by Eric Smith · 17 years ago
  78. 739e2ad Additional test for formatting code. by Eric Smith · 17 years ago
  79. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
  80. 2fa33db Finish the work on __round__ and __trunc__. With Alex Martelli and Keir Mierle. by Guido van Rossum · 17 years ago
  81. ae211f9 Implement the round functionality for PEP 3141, and add tests for it. by Alex Martelli · 17 years ago
  82. 86d8b34 Implement the trunc builtin for PEP 3141 by Alex Martelli · 17 years ago
  83. 3eed765 Bug #1772489: make dir() work on traceback objects again. by Collin Winter · 17 years ago
  84. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  85. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  86. 8ac004e Make chr() and ord() return/accept surrogate pairs in narrow builds. by Guido van Rossum · 17 years ago
  87. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  88. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  89. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  90. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  91. 1f5947b Remove have_unicode checks and merge those tests into the by Walter Dörwald · 17 years ago
  92. e108373 It's ok for __hex__ or __oct__ to return unicode. by Guido van Rossum · 17 years ago
  93. f9e91c9 Given that ord() of a bytes object of length 1 is defined, it should by Guido van Rossum · 17 years ago
  94. e5e80b8 Kill u"..." string quotes. Thought I already did that. by Guido van Rossum · 17 years ago
  95. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  96. f15a29f More coding by random modification. by Guido van Rossum · 17 years ago
  97. 84fc66d Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'. by Guido van Rossum · 17 years ago
  98. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  99. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  100. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago