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