# bad: [9db66a2b5ab6a302bc46421712f13b0afd94654b] bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) # good: [1e17d4aaff5c7ca972bab437949d2bb51c5b30f7] compare with difflib not diff(1) (GH-5450) git bisect start '3.8' '1e17d4aaff' # good: [3cf74384b53b998fa846dc2590cedf9ad2a0d5fd] bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests (GH-8520) git bisect good 3cf74384b53b998fa846dc2590cedf9ad2a0d5fd # bad: [18029d80bde1743da6900600633f0fa54d7c1044] MNT: set stacklevel in the getfullargspec deprecation warning to 2 (GH-13029) git bisect bad 18029d80bde1743da6900600633f0fa54d7c1044 # bad: [848037c1476ddf86dd2798fca35527a63c764a8a] Use names SEEK_SET, etc instead of magic number (GH-12057) git bisect bad 848037c1476ddf86dd2798fca35527a63c764a8a # good: [74176226179ed56ad1c910bec5c4100e72ab4e84] bpo-35733: Make isinstance(ast.Constant(boolean), ast.Num) be false. (GH-11547) git bisect good 74176226179ed56ad1c910bec5c4100e72ab4e84 # good: [355f16fd4beb36d6a18f7d0982581c93de015c17] bpo-35746: Credit Colin Read and Nicolas Edet (GH-11863) git bisect good 355f16fd4beb36d6a18f7d0982581c93de015c17 # good: [e895de3e7f3cc2f7213b87621cfe9812ea4343f0] bpo-35813: Tests and docs for shared_memory (#11816) git bisect good e895de3e7f3cc2f7213b87621cfe9812ea4343f0 # bad: [ed1deb0719f0ac1b08a374e30ad26a701d4d51a2] bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002) git bisect bad ed1deb0719f0ac1b08a374e30ad26a701d4d51a2 # bad: [3025a7eebc609c414c821c88448822526e7f234a] Merge tag 'v3.8.0a2' git bisect bad 3025a7eebc609c414c821c88448822526e7f234a # good: [16323cb2c3d315e02637cebebdc5ff46be32ecdf] closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017) git bisect good 16323cb2c3d315e02637cebebdc5ff46be32ecdf # bad: [a24107b04c1277e3c1105f98aff5bfa3a98b33a0] bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) git bisect bad a24107b04c1277e3c1105f98aff5bfa3a98b33a0 # bad: [6a44f6eef3d0958d88882347190b3e2d1222c2e9] bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) git bisect bad 6a44f6eef3d0958d88882347190b3e2d1222c2e9 # good: [d90a141bb947b68601f8d1f37bc98f7b524f0e01] Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-11929) git bisect good d90a141bb947b68601f8d1f37bc98f7b524f0e01 # first bad commit: [6a44f6eef3d0958d88882347190b3e2d1222c2e9] bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)