1. baf9f29 bpo-29839: Raise ValueError rather than OverflowError in len() for negative values. (#701) by Serhiy Storchaka · 8 years ago
  2. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 8 years ago
  3. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  4. 7984bff Issue #28385: An error message when non-empty format spec is passed to by Serhiy Storchaka · 8 years ago
  5. d1af5ef Issue #28385: An error message when non-empty format spec is passed to by Serhiy Storchaka · 8 years ago
  6. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  7. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  8. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  9. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  10. 3b09cd6 Merge by Raymond Hettinger · 8 years ago
  11. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 8 years ago
  12. 763f9f0 Issue #25983: Added tests for multi-argument type(). by Serhiy Storchaka · 9 years ago
  13. 3cae757 Issue #24402: Merge potential test fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  14. e44dba3 Issue #24402: Factor out PtyTests.run_child() in input() tests by Martin Panter · 9 years ago
  15. e02f8fc Issue #24402: Merge input() fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  16. c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun by Martin Panter · 9 years ago
  17. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  18. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  19. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  20. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  21. f84200f test the change of #21193 correctly by Benjamin Peterson · 11 years ago
  22. 0c346d8 Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeError. Patch by Josh Rosenberg. by Mark Dickinson · 11 years ago
  23. d44cebb Issue #20599: Don't clear environment in test_cleanup() of test_builtin by Victor Stinner · 11 years ago
  24. e755fba Issue #20599: Don't clear environment in test_cleanup() of test_builtin by Victor Stinner · 11 years ago
  25. 8ebe532 Issue #20599: Force ASCII encoding for stdout in test_cleanup() of test_builtin by Victor Stinner · 11 years ago
  26. 8da4fb5 Issue #20599: Force ASCII encoding for stdout in test_cleanup() of test_builtin by Victor Stinner · 11 years ago
  27. f86b433 Try to fix test_cleanup (issue #20599). by Serhiy Storchaka · 11 years ago
  28. 76a6326 Try to fix test_cleanup (issue #20599). by Serhiy Storchaka · 11 years ago
  29. 013bb91 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 11 years ago
  30. 87a5c51 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 11 years ago
  31. a4b7a75 Issue #3158: doctest can now find doctests in functions and methods by Zachary Ware · 11 years ago
  32. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  33. 82fb71d Cleanup test_builtin by Victor Stinner · 11 years ago
  34. 4d6018f Issue 18111: Add a default argument to min() and max() by Raymond Hettinger · 11 years ago
  35. 2f9f056 Make test_builtin work when executed directly by Brett Cannon · 11 years ago
  36. ee57f15 Revert a premature patch for issue #14010 (changeset 846bd418aee5). by Serhiy Storchaka · 12 years ago
  37. 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 12 years ago
  38. aac81e2 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  39. e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  40. 8a268b9 #17255: merge with 3.3. by Ezio Melotti · 12 years ago
  41. 600b711 #17255: merge with 3.2. by Ezio Melotti · 12 years ago
  42. 0f4377c #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. by Ezio Melotti · 12 years ago
  43. 09f336c Merge: #17142: fix apparent copy and paste error in test_all. by R David Murray · 12 years ago
  44. cd74322 Merge: #17142: fix apparent copy and paste error in test_all. by R David Murray · 12 years ago
  45. 1acaf0b #17142: fix apparent copy and paste error in test_all. by R David Murray · 12 years ago
  46. 5626556 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  47. c27bcbf Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  48. 6375257 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  49. ef0a44c Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  50. 60cc323 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  51. 6f02ea0 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  52. 2cd8ce4 Issue #9856: Replace deprecation warinigs to raising TypeError in object.__format__ by Andrew Svetlov · 12 years ago
  53. 4b61d0f Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  54. 8e42e8a Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  55. 9272279 use error label instead of breaking eval loop (closes #16693) by Benjamin Peterson · 12 years ago
  56. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  57. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  58. 3f4ce63 Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin. by Florent Xicluna · 12 years ago
  59. f86a5e8 Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore by Victor Stinner · 12 years ago
  60. b0b2242 Issue #14385: Support other types than dict for __builtins__ by Victor Stinner · 13 years ago
  61. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 13 years ago
  62. deb925f Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  63. 1ce4b14 Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  64. 413d497 Backport robustness fix for test_builtin by Antoine Pitrou · 13 years ago
  65. 772add7 Try to make the tty input() tests more robust by Antoine Pitrou · 13 years ago
  66. 5ee9d8a Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  67. 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  68. a9860ae #13054: fix usage of sys.maxunicode after PEP-393. by Ezio Melotti · 13 years ago
  69. 18d7d7a also make NotImplementedType callable by Benjamin Peterson · 13 years ago
  70. c4607ae make the types of None and Ellipsis callable by Benjamin Peterson · 13 years ago
  71. ce071ca bytes should be verboten in sum() (fixes #12654) by Benjamin Peterson · 13 years ago
  72. 3bbb722 allow __dir__ to return any sequence by Benjamin Peterson · 13 years ago
  73. dac9ace test that object has a __dir__() implementation by Benjamin Peterson · 13 years ago
  74. b9cd353 Issue 9856: Change object.__format__ with a non-empty format string from a PendingDeprecationWarning to a DeprecationWarning. by Eric V. Smith · 14 years ago
  75. 67ebabd Removed fcmp and FUZZ from test.support, following the discussion on python-dev: by Eli Bendersky · 14 years ago
  76. 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
  77. e71362d Issue #10518: Bring back the callable() builtin. by Antoine Pitrou · 14 years ago
  78. 8d16ab3 merge all range tests into test_range by Benjamin Peterson · 14 years ago
  79. 94ab7a0 enable test that was commented out for whatever reason by Benjamin Peterson · 14 years ago
  80. 0b458d5 count() should return integers #10474 by Benjamin Peterson · 14 years ago
  81. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  82. 9f0cbf1 Issue #9213: Add index and count methods to range objects, needed to by Daniel Stutzbach · 14 years ago
  83. e4d6317 Issue 7994: Make object.__format__() raise a PendingDeprecationWarning by Eric Smith · 14 years ago
  84. e4a1892 Issue #9804: ascii() now always represents unicode surrogate pairs as by Antoine Pitrou · 14 years ago
  85. 1768999 only catch AttributeError in hasattr() #9666 by Benjamin Peterson · 14 years ago
  86. 076e031 cleanup imports by Benjamin Peterson · 14 years ago
  87. e29e6bf Issue #665761: functools.reduce() will no longer mask exceptions other by Alexander Belopolsky · 14 years ago
  88. fb3dc94 Merged revisions 81525 via svnmerge from by Mark Dickinson · 14 years ago
  89. 85b5353 Issue #1533: Merge added trunk range tests to py3k. (The fix itself by Mark Dickinson · 14 years ago
  90. 7762899 Clean up the manipulation of the warnings filter in test_builtin. by Brett Cannon · 15 years ago
  91. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 15 years ago
  92. 624dbf6 Issue #6697: catch _PyUnicode_AsString() errors in getattr() and setattr() by Victor Stinner · 15 years ago
  93. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  94. 5c2db37 Issue #7435: Remove duplicate int/long tests, and other by Mark Dickinson · 15 years ago
  95. ad731b9 Merged revisions 76176 via svnmerge from by Mark Dickinson · 15 years ago
  96. 3a22b47 Merged revisions 75470 via svnmerge from by Mark Dickinson · 15 years ago
  97. 953152f Merged revisions 74167 via svnmerge from by Georg Brandl · 15 years ago
  98. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  99. eb36d31 Issue #6334: Fix buggy internal length calculation in builtin range function by Mark Dickinson · 15 years ago
  100. ee1ae7c fix len() when __len__() returns a non number type #5137 by Benjamin Peterson · 16 years ago