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