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