1. 27f9daf bpo-40636: Remove overly-strict zip pickling tests (GH-24109) by Brandt Bucher · 3 years, 10 months ago
  2. 226a012 bpo-42536: GC track recycled tuples (GH-23623) by Brandt Bucher · 3 years, 11 months ago
  3. a7f5d93 bpo-40275: Use new test.support helper submodules in tests (GH-21449) by Hai Shi · 4 years, 3 months ago
  4. c2c1f1f bpo-41218: Improve the test cases for test_compile_top_level_await_no_coro (GH-21363) by Pablo Galindo · 4 years, 4 months ago
  5. bd46174 bpo-41218: Only mark async code with CO_COROUTINE. (#21357) by Matthias Bussonnier · 4 years, 4 months ago
  6. 310f6aa bpo-40636: PEP 618: add strict parameter to zip() (GH-20921) by Guido van Rossum · 4 years, 4 months ago
  7. 7a51a7e bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) by Victor Stinner · 4 years, 7 months ago
  8. 16d7567 bpo-31160: Fix race condition in test_os.PtyTests (GH-19263) by Victor Stinner · 4 years, 7 months ago
  9. 278c1e1 bpo-40094: Add test.support.wait_process() (GH-19254) by Victor Stinner · 4 years, 7 months ago
  10. 9052f7a bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968) by Batuhan Taşkaya · 4 years, 7 months ago
  11. 9023581 bpo-39965: Correctly raise SyntaxError if await is used outside async functions when PyCF_ALLOW_TOP_LEVEL_AWAIT is set (GH-19010) by Pablo Galindo · 4 years, 7 months ago
  12. 469325c bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning (GH-13195) by MojoVampire · 4 years, 8 months ago
  13. abdc634 bpo-39200: Correct the error message for min/max builtin function (GH-17814) by Dong-hee Na · 4 years, 10 months ago
  14. 892221b bpo-38839: Fix some unused functions in tests (GH-17189) by Adam Johnson · 5 years ago
  15. 87d6cd3 bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) by Ammar Askar · 5 years ago
  16. 6e1a30b Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003) by Xtreak · 5 years ago
  17. 92420b3 bpo-37409: fix relative import with no parent (#14956) by Ben Lewis · 5 years ago
  18. 88bdb92 bpo-36781: Optimize sum() for bools. (#13074) by Serhiy Storchaka · 5 years ago
  19. 1f21eaa bpo-15999: Clean up of handling boolean arguments. (GH-15610) by Serhiy Storchaka · 5 years ago
  20. 6a650aa bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) by Sergey Fedoseev · 5 years ago
  21. 2a7d596 bpo-37417: Fix error handling in bytearray.extend. (GH-14407) by Brandt Bucher · 5 years ago
  22. c529967 bpo-36027: Extend three-argument pow to negative second argument (GH-13266) by Mark Dickinson · 5 years ago
  23. eca18aa bpo-34616: Fix code style and unbreak buildbots (GH-13473) by Yury Selivanov · 5 years ago
  24. 565b4f1 bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148) by Matthias Bussonnier · 5 years ago
  25. 3607ef4 bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561) by Serhiy Storchaka · 6 years ago
  26. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  27. 2aaf98c bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) by INADA Naoki · 6 years ago
  28. 9dfa0fe bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208) by Raymond Hettinger · 6 years ago
  29. e22072f bpo-34149: Behavior of the min/max with key=None (GH-8328) by Alexander Marshalov · 6 years ago
  30. 3325a67 bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880) by Serhiy Storchaka · 7 years ago
  31. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 7 years ago
  32. 36c1d1f PEP 553 built-in breakpoint() function (bpo-31353) (#3355) by Barry Warsaw · 7 years ago
  33. 543386b bpo-31657: Add test coverage for the __debug__ case (GH-3450) by diana · 7 years ago
  34. 3ca9f50 bpo-31160: test_builtin: don't check waitpid() status (#3050) by Victor Stinner · 7 years ago
  35. 4baca1b bpo-31160: Fix test_builtin for zombie process (#3043) by Victor Stinner · 7 years ago
  36. f7eae0a [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) by Serhiy Storchaka · 7 years ago
  37. baf9f29 bpo-29839: Raise ValueError rather than OverflowError in len() for negative values. (#701) by Serhiy Storchaka · 8 years ago
  38. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 8 years ago
  39. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  40. 7984bff Issue #28385: An error message when non-empty format spec is passed to by Serhiy Storchaka · 8 years ago
  41. d1af5ef Issue #28385: An error message when non-empty format spec is passed to by Serhiy Storchaka · 8 years ago
  42. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  43. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  44. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  45. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  46. 3b09cd6 Merge by Raymond Hettinger · 8 years ago
  47. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 8 years ago
  48. 763f9f0 Issue #25983: Added tests for multi-argument type(). by Serhiy Storchaka · 9 years ago
  49. 3cae757 Issue #24402: Merge potential test fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  50. e44dba3 Issue #24402: Factor out PtyTests.run_child() in input() tests by Martin Panter · 9 years ago
  51. e02f8fc Issue #24402: Merge input() fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  52. c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun by Martin Panter · 9 years ago
  53. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  54. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  55. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  56. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  57. f84200f test the change of #21193 correctly by Benjamin Peterson · 11 years ago
  58. 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
  59. d44cebb Issue #20599: Don't clear environment in test_cleanup() of test_builtin by Victor Stinner · 11 years ago
  60. e755fba Issue #20599: Don't clear environment in test_cleanup() of test_builtin by Victor Stinner · 11 years ago
  61. 8ebe532 Issue #20599: Force ASCII encoding for stdout in test_cleanup() of test_builtin by Victor Stinner · 11 years ago
  62. 8da4fb5 Issue #20599: Force ASCII encoding for stdout in test_cleanup() of test_builtin by Victor Stinner · 11 years ago
  63. f86b433 Try to fix test_cleanup (issue #20599). by Serhiy Storchaka · 11 years ago
  64. 76a6326 Try to fix test_cleanup (issue #20599). by Serhiy Storchaka · 11 years ago
  65. 013bb91 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 11 years ago
  66. 87a5c51 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 11 years ago
  67. a4b7a75 Issue #3158: doctest can now find doctests in functions and methods by Zachary Ware · 11 years ago
  68. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  69. 82fb71d Cleanup test_builtin by Victor Stinner · 11 years ago
  70. 4d6018f Issue 18111: Add a default argument to min() and max() by Raymond Hettinger · 11 years ago
  71. 2f9f056 Make test_builtin work when executed directly by Brett Cannon · 11 years ago
  72. ee57f15 Revert a premature patch for issue #14010 (changeset 846bd418aee5). by Serhiy Storchaka · 12 years ago
  73. 278d03b Revert a premature patch for issue #14010 (changeset aaaf36026511). by Serhiy Storchaka · 12 years ago
  74. aac81e2 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  75. e8f706e Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  76. 8a268b9 #17255: merge with 3.3. by Ezio Melotti · 12 years ago
  77. 600b711 #17255: merge with 3.2. by Ezio Melotti · 12 years ago
  78. 0f4377c #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. by Ezio Melotti · 12 years ago
  79. 09f336c Merge: #17142: fix apparent copy and paste error in test_all. by R David Murray · 12 years ago
  80. cd74322 Merge: #17142: fix apparent copy and paste error in test_all. by R David Murray · 12 years ago
  81. 1acaf0b #17142: fix apparent copy and paste error in test_all. by R David Murray · 12 years ago
  82. 5626556 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  83. c27bcbf Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  84. 6375257 Back out fix for issue #13886; it introduced a new bug in interactive readline use. by Nadeem Vawda · 12 years ago
  85. ef0a44c Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  86. 60cc323 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  87. 6f02ea0 Issue #13886: Fix input() to not strip out supposedly-invalid input bytes. by Nadeem Vawda · 12 years ago
  88. 2cd8ce4 Issue #9856: Replace deprecation warinigs to raising TypeError in object.__format__ by Andrew Svetlov · 12 years ago
  89. 4b61d0f Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  90. 8e42e8a Issue #16045: add more unit tests for built-in int() by Andrew Svetlov · 12 years ago
  91. 9272279 use error label instead of breaking eval loop (closes #16693) by Benjamin Peterson · 12 years ago
  92. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  93. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  94. 3f4ce63 Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin. by Florent Xicluna · 12 years ago
  95. f86a5e8 Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore by Victor Stinner · 12 years ago
  96. b0b2242 Issue #14385: Support other types than dict for __builtins__ by Victor Stinner · 13 years ago
  97. 31668b8 Issue #14288: Serialization support for builtin iterators. by Kristján Valur Jónsson · 13 years ago
  98. deb925f Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  99. 1ce4b14 Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  100. 413d497 Backport robustness fix for test_builtin by Antoine Pitrou · 13 years ago