1. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  2. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  3. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  4. f84200f test the change of #21193 correctly by Benjamin Peterson · 10 years ago
  5. 0c346d8 Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeError. Patch by Josh Rosenberg. by Mark Dickinson · 10 years ago
  6. d44cebb Issue #20599: Don't clear environment in test_cleanup() of test_builtin by Victor Stinner · 10 years ago
  7. e755fba Issue #20599: Don't clear environment in test_cleanup() of test_builtin by Victor Stinner · 10 years ago
  8. 8ebe532 Issue #20599: Force ASCII encoding for stdout in test_cleanup() of test_builtin by Victor Stinner · 10 years ago
  9. 8da4fb5 Issue #20599: Force ASCII encoding for stdout in test_cleanup() of test_builtin by Victor Stinner · 10 years ago
  10. f86b433 Try to fix test_cleanup (issue #20599). by Serhiy Storchaka · 10 years ago
  11. 76a6326 Try to fix test_cleanup (issue #20599). by Serhiy Storchaka · 10 years ago
  12. 013bb91 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 10 years ago
  13. 87a5c51 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 10 years ago
  14. a4b7a75 Issue #3158: doctest can now find doctests in functions and methods by Zachary Ware · 11 years ago
  15. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  16. 82fb71d Cleanup test_builtin by Victor Stinner · 11 years ago
  17. 4d6018f Issue 18111: Add a default argument to min() and max() by Raymond Hettinger · 11 years ago
  18. 2f9f056 Make test_builtin work when executed directly by Brett Cannon · 11 years ago
  19. ee57f15 Revert a premature patch for issue #14010 (changeset 846bd418aee5). by Serhiy Storchaka · 11 years ago
  20. 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 11 years ago
  21. aac81e2 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 11 years ago
  22. e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 11 years ago
  23. 8a268b9 #17255: merge with 3.3. by Ezio Melotti · 11 years ago
  24. 600b711 #17255: merge with 3.2. by Ezio Melotti · 11 years ago
  25. 0f4377c #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. by Ezio Melotti · 11 years ago
  26. 09f336c Merge: #17142: fix apparent copy and paste error in test_all. by R David Murray · 11 years ago
  27. cd74322 Merge: #17142: fix apparent copy and paste error in test_all. by R David Murray · 11 years ago
  28. 1acaf0b #17142: fix apparent copy and paste error in test_all. by R David Murray · 11 years ago
  29. 5626556 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  30. c27bcbf Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  31. 6375257 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  32. ef0a44c Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  33. 60cc323 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  34. 6f02ea0 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  35. 2cd8ce4 Issue #9856: Replace deprecation warinigs to raising TypeError in object.__format__ by Andrew Svetlov · 12 years ago
  36. 4b61d0f Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  37. 8e42e8a Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  38. 9272279 use error label instead of breaking eval loop (closes #16693) by Benjamin Peterson · 12 years ago
  39. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  40. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  41. 3f4ce63 Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin. by Florent Xicluna · 12 years ago
  42. f86a5e8 Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore by Victor Stinner · 12 years ago
  43. b0b2242 Issue #14385: Support other types than dict for __builtins__ by Victor Stinner · 12 years ago
  44. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 12 years ago
  45. deb925f Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  46. 1ce4b14 Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  47. 413d497 Backport robustness fix for test_builtin by Antoine Pitrou · 13 years ago
  48. 772add7 Try to make the tty input() tests more robust by Antoine Pitrou · 13 years ago
  49. 5ee9d8a Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  50. 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  51. a9860ae #13054: fix usage of sys.maxunicode after PEP-393. by Ezio Melotti · 13 years ago
  52. 18d7d7a also make NotImplementedType callable by Benjamin Peterson · 13 years ago
  53. c4607ae make the types of None and Ellipsis callable by Benjamin Peterson · 13 years ago
  54. ce071ca bytes should be verboten in sum() (fixes #12654) by Benjamin Peterson · 13 years ago
  55. 3bbb722 allow __dir__ to return any sequence by Benjamin Peterson · 13 years ago
  56. dac9ace test that object has a __dir__() implementation by Benjamin Peterson · 13 years ago
  57. 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
  58. 67ebabd Removed fcmp and FUZZ from test.support, following the discussion on python-dev: by Eli Bendersky · 13 years ago
  59. 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
  60. e71362d Issue #10518: Bring back the callable() builtin. by Antoine Pitrou · 14 years ago
  61. 8d16ab3 merge all range tests into test_range by Benjamin Peterson · 14 years ago
  62. 94ab7a0 enable test that was commented out for whatever reason by Benjamin Peterson · 14 years ago
  63. 0b458d5 count() should return integers #10474 by Benjamin Peterson · 14 years ago
  64. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  65. 9f0cbf1 Issue #9213: Add index and count methods to range objects, needed to by Daniel Stutzbach · 14 years ago
  66. e4d6317 Issue 7994: Make object.__format__() raise a PendingDeprecationWarning by Eric Smith · 14 years ago
  67. e4a1892 Issue #9804: ascii() now always represents unicode surrogate pairs as by Antoine Pitrou · 14 years ago
  68. 1768999 only catch AttributeError in hasattr() #9666 by Benjamin Peterson · 14 years ago
  69. 076e031 cleanup imports by Benjamin Peterson · 14 years ago
  70. e29e6bf Issue #665761: functools.reduce() will no longer mask exceptions other by Alexander Belopolsky · 14 years ago
  71. fb3dc94 Merged revisions 81525 via svnmerge from by Mark Dickinson · 14 years ago
  72. 85b5353 Issue #1533: Merge added trunk range tests to py3k. (The fix itself by Mark Dickinson · 14 years ago
  73. 7762899 Clean up the manipulation of the warnings filter in test_builtin. by Brett Cannon · 14 years ago
  74. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  75. 624dbf6 Issue #6697: catch _PyUnicode_AsString() errors in getattr() and setattr() by Victor Stinner · 14 years ago
  76. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  77. 5c2db37 Issue #7435: Remove duplicate int/long tests, and other by Mark Dickinson · 15 years ago
  78. ad731b9 Merged revisions 76176 via svnmerge from by Mark Dickinson · 15 years ago
  79. 3a22b47 Merged revisions 75470 via svnmerge from by Mark Dickinson · 15 years ago
  80. 953152f Merged revisions 74167 via svnmerge from by Georg Brandl · 15 years ago
  81. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  82. eb36d31 Issue #6334: Fix buggy internal length calculation in builtin range function by Mark Dickinson · 15 years ago
  83. ee1ae7c fix len() when __len__() returns a non number type #5137 by Benjamin Peterson · 15 years ago
  84. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 16 years ago
  85. 1124e71 Issue #4707: round(x, n) now returns an integer when x is an integer. by Mark Dickinson · 16 years ago
  86. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
  87. 60320cb #3946 fix PyObject_CheckBuffer on a memoryview object by Benjamin Peterson · 16 years ago
  88. 7888d08 Merged revisions 65339-65340,65342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  89. 5c960b8 Revert 64451. by Raymond Hettinger · 16 years ago
  90. d11a443 Merge 64438: hex/oct/bin can show floats exactly. by Raymond Hettinger · 16 years ago
  91. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  92. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  93. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  94. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  95. 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
  96. 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
  97. 9ed7735 Issue2221: in Idle, exec('xx') raised a SystemError('error return without exception set') by Amaury Forgeot d'Arc · 16 years ago
  98. 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
  99. 8fd3eba Fixes for shared 2.6 code that implements PEP 3101, advanced string formatting. by Eric Smith · 16 years ago
  100. 53dbe39 Move UserList to collections. by Raymond Hettinger · 16 years ago