)]}'
{
  "commit": "0d3fb8a944a810f421377d5823cbc006700b3c1d",
  "tree": "ec818742da4c475ef7e05a54f086384d6bbf52d9",
  "parents": [
    "4975a1f3f3aa54d1adcc6669972d9e1563405f23"
  ],
  "author": {
    "name": "Guido van Rossum",
    "email": "guido@python.org",
    "time": "Mon Nov 26 23:23:18 2007"
  },
  "committer": {
    "name": "Guido van Rossum",
    "email": "guido@python.org",
    "time": "Mon Nov 26 23:23:18 2007"
  },
  "message": "Merged revisions 59107-59186 via svnmerge from\nsvn+ssh://pythondev@svn.python.org/python/trunk\n\n(Note: some conflicts in the PCbuild9 directory reverted.  Sorry Christian!)\n\n........\n  r59120 | christian.heimes | 2007-11-22 03:21:16 -0800 (Thu, 22 Nov 2007) | 3 lines\n\n  Backport of the PCbuild9 directory from the py3k branch.\n  I\u0027ve finished the last task for the PCbuild9 directory today. I don\u0027t think there is much left to do. Now you can all play around with the shiny new VS 2008 and try the PGO builds. I was able to get a speed improvement of about 10% on py3k.\n  Have fun! :)\n........\n  r59126 | brett.cannon | 2007-11-22 16:06:51 -0800 (Thu, 22 Nov 2007) | 2 lines\n\n  Fix a bug in the test for using __loader__.get_data().\n........\n  r59131 | christian.heimes | 2007-11-22 23:05:03 -0800 (Thu, 22 Nov 2007) | 1 line\n\n  Backport of PCbuild9 fixes from py3k r59130\n........\n  r59132 | christian.heimes | 2007-11-23 01:10:36 -0800 (Fri, 23 Nov 2007) | 2 lines\n\n  Applied patch #1754273 and #1754271 from Thomas Glee\n  The patches are adding deprecation warnings for back ticks and \u003c\u003e\n........\n  r59133 | christian.heimes | 2007-11-23 04:12:02 -0800 (Fri, 23 Nov 2007) | 2 lines\n\n  Fixed problems in the last commit. Filenames and line numbers weren\u0027t reported correctly.\n  Backquotes still don\u0027t report the correct file. The AST nodes only contain the line number but not the file name.\n........\n  r59134 | christian.heimes | 2007-11-23 04:16:35 -0800 (Fri, 23 Nov 2007) | 1 line\n\n  How did the comment get there?\n........\n  r59135 | christian.heimes | 2007-11-23 05:25:31 -0800 (Fri, 23 Nov 2007) | 1 line\n\n  And yet another fix for the patch. Paul Moore has send me a note that I\u0027ve missed a declaration. The additional code has moved the declaration in the middle of the block.\n........\n  r59136 | andrew.kuchling | 2007-11-23 05:37:39 -0800 (Fri, 23 Nov 2007) | 1 line\n\n  Add item\n........\n  r59137 | skip.montanaro | 2007-11-23 09:08:35 -0800 (Fri, 23 Nov 2007) | 2 lines\n\n  Make trace and doctest play nice together (issue 1429818).  Will backport.\n........\n  r59139 | skip.montanaro | 2007-11-23 09:12:47 -0800 (Fri, 23 Nov 2007) | 1 line\n\n  issue 1429818\n........\n  r59144 | facundo.batista | 2007-11-23 09:59:00 -0800 (Fri, 23 Nov 2007) | 10 lines\n\n\n  Major change in the internal structure of the Decimal\n  number: now it does not store the mantissa as a tuple\n  of numbers, but as a string.\n\n  This avoids a lot of conversions, and achieves a\n  speedup of 40%. The API remains intact.\n\n  Thanks Mark Dickinson.\n........\n  r59146 | facundo.batista | 2007-11-23 10:14:50 -0800 (Fri, 23 Nov 2007) | 3 lines\n\n\n  Test cases from Cowlishaw, v2.57. All are pased cleanly.\n........\n  r59156 | christian.heimes | 2007-11-23 17:36:02 -0800 (Fri, 23 Nov 2007) | 2 lines\n\n  Added filename to compiling struct based on Martin\u0027s suggestion.\n  I\u0027m wonder why I was trying to add the filename to the node all the time. The compiling struct is more obvious.\n........\n  r59158 | christian.heimes | 2007-11-23 17:53:59 -0800 (Fri, 23 Nov 2007) | 2 lines\n\n  Backport of fixes from py3k branch\n  svn merge -r59131:HEAD ../../py3k/PCbuild9/ .\n........\n  r59159 | skip.montanaro | 2007-11-23 20:29:08 -0800 (Fri, 23 Nov 2007) | 1 line\n\n  revert change that breaks test_doctest (which I forgot to run - sorry)\n........\n  r59162 | skip.montanaro | 2007-11-23 20:31:15 -0800 (Fri, 23 Nov 2007) | 1 line\n\n  revert\n........\n  r59164 | georg.brandl | 2007-11-24 03:31:46 -0800 (Sat, 24 Nov 2007) | 3 lines\n\n  #1344: document that you need to open std{in,out,err} with PIPE if you want\n  communicate() to work as described.\n........\n  r59165 | georg.brandl | 2007-11-24 03:39:13 -0800 (Sat, 24 Nov 2007) | 2 lines\n\n  #1467: fix documentation for TestResult.add{Error,Failure}.\n........\n  r59166 | georg.brandl | 2007-11-24 03:42:14 -0800 (Sat, 24 Nov 2007) | 2 lines\n\n  #1355: remove mention of PyXML from xml.dom docs.\n........\n  r59169 | amaury.forgeotdarc | 2007-11-24 05:20:22 -0800 (Sat, 24 Nov 2007) | 2 lines\n\n  Warning \"\u003c\u003e not supported in 3.x\" should be enabled only when the -3 option is set.\n........\n  r59170 | amaury.forgeotdarc | 2007-11-24 05:44:17 -0800 (Sat, 24 Nov 2007) | 3 lines\n\n  Issue #1445: Fix a SystemError when accessing the ``cell_contents``\n  attribute of an empty cell object.  Now a ValueError is raised.\n........\n  r59172 | georg.brandl | 2007-11-24 05:56:09 -0800 (Sat, 24 Nov 2007) | 3 lines\n\n  #1735632: add O_NOATIME constant to os module.\n  Also document a few other O_ constants that were missing from documentation.\n........\n  r59173 | skip.montanaro | 2007-11-24 06:30:47 -0800 (Sat, 24 Nov 2007) | 1 line\n\n  back in these go - thanks to Titus Brown for the fix\n........\n  r59176 | martin.v.loewis | 2007-11-24 10:33:40 -0800 (Sat, 24 Nov 2007) | 2 lines\n\n  Bug #1494: Document that appendChild removes first.\n........\n  r59186 | guido.van.rossum | 2007-11-26 14:16:49 -0800 (Mon, 26 Nov 2007) | 2 lines\n\n  A thread-less variant of brownian.py, submitted by Michele Simoniato.\n........\n",
  "tree_diff": [
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "281a645b68a96487815c8c56a74aeb3082970db9",
      "new_mode": 33188,
      "new_path": "Demo/tkinter/guido/brownian2.py"
    },
    {
      "type": "modify",
      "old_id": "a5507391644591734eadb5b01d5b07e8d5f9851d",
      "old_mode": 33188,
      "old_path": "Doc/library/os.rst",
      "new_id": "043624451afcd09d43dfa7b738622b4ae009e13b",
      "new_mode": 33188,
      "new_path": "Doc/library/os.rst"
    },
    {
      "type": "modify",
      "old_id": "5ac32df2df33f943cdd8375a3aea990ed2eb2f31",
      "old_mode": 33188,
      "old_path": "Doc/library/subprocess.rst",
      "new_id": "d2604738ae6ffa04572779cc2dd5b392bd4707f8",
      "new_mode": 33188,
      "new_path": "Doc/library/subprocess.rst"
    },
    {
      "type": "modify",
      "old_id": "b1315c0e7d94065bcdaf5a4f79c3ed83227a5e61",
      "old_mode": 33188,
      "old_path": "Doc/library/unittest.rst",
      "new_id": "7703ad933764b74c09036eb4c65a243d112f9949",
      "new_mode": 33188,
      "new_path": "Doc/library/unittest.rst"
    },
    {
      "type": "modify",
      "old_id": "e13999cd1cad748cd8444e1282926df330e7dd9d",
      "old_mode": 33188,
      "old_path": "Doc/library/xml.dom.rst",
      "new_id": "d75db2cdca073c253191323048eb3761f32f4868",
      "new_mode": 33188,
      "new_path": "Doc/library/xml.dom.rst"
    },
    {
      "type": "modify",
      "old_id": "4d527165de52eedc60acc271bfc554d8e2822b68",
      "old_mode": 33188,
      "old_path": "Doc/whatsnew/2.6.rst",
      "new_id": "3415c1ba431fe7a91801b4b2cb15de5a0cdbfcb9",
      "new_mode": 33188,
      "new_path": "Doc/whatsnew/2.6.rst"
    },
    {
      "type": "modify",
      "old_id": "faf9bf71d90783d45c2967adb55564ecca388102",
      "old_mode": 33188,
      "old_path": "Lib/decimal.py",
      "new_id": "7842cb25071358494ed6f6156c84b7f14e4f0688",
      "new_mode": 33188,
      "new_path": "Lib/decimal.py"
    },
    {
      "type": "modify",
      "old_id": "eee2f519dbc8176cc7603c1d467ada4801b75ce0",
      "old_mode": 33188,
      "old_path": "Lib/doctest.py",
      "new_id": "5b1807301af6a05e3b8730a1a18b21aa66731b6d",
      "new_mode": 33188,
      "new_path": "Lib/doctest.py"
    },
    {
      "type": "modify",
      "old_id": "ed4c46e7d8c7a0e3c869e56e0ba79daa071e2903",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/abs.decTest",
      "new_id": "39f2dca5a142b6216be372b981c2d352b0e9cc32",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/abs.decTest"
    },
    {
      "type": "modify",
      "old_id": "3460aa4cd2510caea628162ef8cf011fa8f3a239",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/add.decTest",
      "new_id": "8db222a1b95efbe89ccf95977e8fa8709318af8e",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/add.decTest"
    },
    {
      "type": "modify",
      "old_id": "18ba8817cf86907a7865086e169cd71a8036f8b9",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/and.decTest",
      "new_id": "90490a51ebe7ead82cca1cc010acad60897da44d",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/and.decTest"
    },
    {
      "type": "modify",
      "old_id": "de0b8138bce4c0f6aee03663a169516d2d3f4177",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/base.decTest",
      "new_id": "58ce91c4b5ac072eae52d678e7048f5f445f9881",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/base.decTest"
    },
    {
      "type": "modify",
      "old_id": "eca0cfb27767267a3f133d1eb076d10975eafab2",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/clamp.decTest",
      "new_id": "48e27c0ce760d1d611cb6b98821c202fa079b930",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/clamp.decTest"
    },
    {
      "type": "modify",
      "old_id": "77a22e3a59890e10032f750545327f61d7022381",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/class.decTest",
      "new_id": "61ad548a10eb31dab8dade3a502f2620e00f6896",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/class.decTest"
    },
    {
      "type": "modify",
      "old_id": "2d5e664076d5978377f2e8265cec75f99b4eeb79",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/compare.decTest",
      "new_id": "979cc52264c1c59fc3de501641cc1853cc862b4d",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/compare.decTest"
    },
    {
      "type": "modify",
      "old_id": "737293f9c1481524f96f8c8e9c3775e84bccf465",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/comparetotal.decTest",
      "new_id": "ef2914fcc0c78843495101496953fd0580b438d8",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/comparetotal.decTest"
    },
    {
      "type": "modify",
      "old_id": "a12e614cea6b311dfbdf3f734191437caeb66be3",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/comparetotmag.decTest",
      "new_id": "4a51d7fc34a5451b4d2ea50818c27d42cb2192c9",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/comparetotmag.decTest"
    },
    {
      "type": "modify",
      "old_id": "5d4065d961800c0d85fc689f5125c3527af1e144",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/copy.decTest",
      "new_id": "e6edac5fd6e2e88f0d76bf2c025baadf30d00bf0",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/copy.decTest"
    },
    {
      "type": "modify",
      "old_id": "7457552c8bbb7ac9f02c3ef64a3366e689035f20",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/copyabs.decTest",
      "new_id": "447988887c745c916382b1ceea890cd934ee675b",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/copyabs.decTest"
    },
    {
      "type": "modify",
      "old_id": "3e502be4c1b908388167003c4530308537bb9b4d",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/copynegate.decTest",
      "new_id": "7cf124c4d570b40817fc36a9e670803b0e973e67",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/copynegate.decTest"
    },
    {
      "type": "modify",
      "old_id": "6b20fda580b3280e27cef3c073c08b97337f4f5c",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/copysign.decTest",
      "new_id": "ed6089363b76309ed4942e1b0c7a23c624214901",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/copysign.decTest"
    },
    {
      "type": "modify",
      "old_id": "4da662c8f1ece311f870c5af30348c88256249a8",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddAbs.decTest",
      "new_id": "58b7902295c74451139f78a1859ae929d7a24da0",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddAbs.decTest"
    },
    {
      "type": "modify",
      "old_id": "49d89d4e63a4f4a72c6f884003ea1f930fec2693",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddAdd.decTest",
      "new_id": "38d511b01a366de277a4054cc54beb7dd3e4d17e",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddAdd.decTest"
    },
    {
      "type": "modify",
      "old_id": "e5fa38d13ed5996e292dec98eaceeafa5ae9349b",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddAnd.decTest",
      "new_id": "850da17ea2bbaf46b0ad83b925c374524e6bc8f5",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddAnd.decTest"
    },
    {
      "type": "modify",
      "old_id": "431bce1f85aa09e085f7092b6b46900979b9a028",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddBase.decTest",
      "new_id": "ddc8185685a6069209997df04f16e4e62d6e42fb",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddBase.decTest"
    },
    {
      "type": "modify",
      "old_id": "308b9ffab7f4b083997e3118e2ce948417271f70",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddCanonical.decTest",
      "new_id": "4d659b04814108dab3a7cb43c7c82563b5403bf3",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddCanonical.decTest"
    },
    {
      "type": "modify",
      "old_id": "0b1d1f39fe3f8ca77ab2a92618f0a9ffaf096d37",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddClass.decTest",
      "new_id": "8a38f4a3f4f60e0dc29017080330a096dc5b846e",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddClass.decTest"
    },
    {
      "type": "modify",
      "old_id": "b225d0db822b670c01c5a96fbad71b42ef13ad72",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddCompare.decTest",
      "new_id": "5f6fba52360e1e25a0bbad74c0b3658c206b7539",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddCompare.decTest"
    },
    {
      "type": "modify",
      "old_id": "388a656e93cba65d3906bb722f6fa65a4a634095",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddCompareSig.decTest",
      "new_id": "b4895daa081c1b96ec42c5f62c925d997f37dfc1",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddCompareSig.decTest"
    },
    {
      "type": "modify",
      "old_id": "a8bf477e567e9d78773eaceebcf240c9272229ef",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddCompareTotal.decTest",
      "new_id": "b86b8dfa300920c7bb964eecef0a96f6e0608d93",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddCompareTotal.decTest"
    },
    {
      "type": "modify",
      "old_id": "b19cf6428cdc3a1d3ff6abd104cfbb76d9013645",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddCompareTotalMag.decTest",
      "new_id": "e93a7496bcb6e7dc19c9db23b7ef91ea02da4845",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddCompareTotalMag.decTest"
    },
    {
      "type": "modify",
      "old_id": "49c68240bce149d60b4b81e31bc4429f27e62688",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddCopy.decTest",
      "new_id": "9d82db71c0e32064aa716b574f46258b8b9ed79f",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddCopy.decTest"
    },
    {
      "type": "modify",
      "old_id": "b65f063e091e4456790bb64c6f5fc3f052cae058",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddCopyAbs.decTest",
      "new_id": "c60cc380f335bade9a70f280a59c4fad2c66c308",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddCopyAbs.decTest"
    },
    {
      "type": "modify",
      "old_id": "b111c9b285d89357908859b40077c7b7e46eda25",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddCopyNegate.decTest",
      "new_id": "c2c60985a7ea4ed92c1cd68b02de1c7e1a4e4292",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddCopyNegate.decTest"
    },
    {
      "type": "modify",
      "old_id": "7c834163ff8d2b3d251308acf17a4d187a90647d",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddCopySign.decTest",
      "new_id": "36b060e120bd32c89a5ae0f270c903851c5abb92",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddCopySign.decTest"
    },
    {
      "type": "modify",
      "old_id": "1a953f741316f1445e2c75233e96502111fb43db",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddDivide.decTest",
      "new_id": "90698941bbf53e56933d8ee5514f3e3676112245",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddDivide.decTest"
    },
    {
      "type": "modify",
      "old_id": "782fe8d12f195c5259cae0f4e390a5eb1e5cc43f",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddDivideInt.decTest",
      "new_id": "71168415a250c9cee7733665d46cc94004da8430",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddDivideInt.decTest"
    },
    {
      "type": "modify",
      "old_id": "16264fc98da9e9852ae2fb6adbde1633d71dd499",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddEncode.decTest",
      "new_id": "3fa434c55f41441d4ef9cae43840146762e367b0",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddEncode.decTest"
    },
    {
      "type": "modify",
      "old_id": "946d68011063c140e29f1c24f1aff39ba79aabb7",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddFMA.decTest",
      "new_id": "bc44b6abe6cfc3d742b69851cf2112dc0546b520",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddFMA.decTest"
    },
    {
      "type": "modify",
      "old_id": "2697f59f13c89674e05591da080faf98d3970b5c",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddInvert.decTest",
      "new_id": "b4ae74468d501329e8e5179813eff4bd70ed42d6",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddInvert.decTest"
    },
    {
      "type": "modify",
      "old_id": "f18fd5ef17cea912661f31f7126b5c6e31807517",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddLogB.decTest",
      "new_id": "99a38434fd2db577f2c6a64f8fecd2c7862b16b0",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddLogB.decTest"
    },
    {
      "type": "modify",
      "old_id": "5fe600fcece14602bb8b4a24a2377b1b3f589431",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddMax.decTest",
      "new_id": "515f79a5b038d943f018b7c17641d45f6b898efc",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddMax.decTest"
    },
    {
      "type": "modify",
      "old_id": "dbabc990e068679fb4fc1525d15ef0e3bc974783",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddMaxMag.decTest",
      "new_id": "c43c4604a8e2e397751e8da751972052c55079e8",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddMaxMag.decTest"
    },
    {
      "type": "modify",
      "old_id": "4ba27f71fb3fae48138bb1ea804d5a6bb2c68b79",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddMin.decTest",
      "new_id": "c77a71e208918816e9a78ad88b8839c5621c9966",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddMin.decTest"
    },
    {
      "type": "modify",
      "old_id": "cc5ccec099770693d9f7822ab0eb2f4cd33616ab",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddMinMag.decTest",
      "new_id": "9291abce2332b4f2a994082736389705ec614d83",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddMinMag.decTest"
    },
    {
      "type": "modify",
      "old_id": "9fe196b828d9c612f8aacc1588d6fab5c8e5f560",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddMinus.decTest",
      "new_id": "07dfa7abfae2c80a8ee1a6c3e1aa490dade34cac",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddMinus.decTest"
    },
    {
      "type": "modify",
      "old_id": "01e0ffef3a7784ffa7385ad4092fe33d42a05990",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddMultiply.decTest",
      "new_id": "f506ea25d4e4a4db8f9782fc88893337d5489d2a",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddMultiply.decTest"
    },
    {
      "type": "modify",
      "old_id": "97c3b09a6c18273e48199939c84f772e2dc24964",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddNextMinus.decTest",
      "new_id": "b9b0de570737948e0fa043fd8b7bc0b7410e257b",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddNextMinus.decTest"
    },
    {
      "type": "modify",
      "old_id": "d01f3c39a08c90952fc59b91da94591e28e56e1c",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddNextPlus.decTest",
      "new_id": "2bb2641aa813cd9e5d75fb8d348680bc69c4783b",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddNextPlus.decTest"
    },
    {
      "type": "modify",
      "old_id": "e00751bf487a3e6679cf4e6953113829c55fe35f",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddNextToward.decTest",
      "new_id": "80e4ac66cb67d91c97ab2ec35e0ef8d691432988",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddNextToward.decTest"
    },
    {
      "type": "modify",
      "old_id": "3a8cdd642beb194b34b6cfa196eb57bb0299d685",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddOr.decTest",
      "new_id": "903ced0d34c532faf439869152afdda6bfa9f3c7",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddOr.decTest"
    },
    {
      "type": "modify",
      "old_id": "962a656acecc942f663cce31fff5ebecc378969f",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddPlus.decTest",
      "new_id": "0a2b838cbf867309fbdfe97da33c567e27b36d0a",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddPlus.decTest"
    },
    {
      "type": "modify",
      "old_id": "234db927b36b7a13237d11a1481d71319c25d8c2",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddQuantize.decTest",
      "new_id": "8cd52873131667b0e4ef4f469c86e3223a4cf274",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddQuantize.decTest"
    },
    {
      "type": "modify",
      "old_id": "71c82e1aaa4e1cd2155c65c711123bd4746b662b",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddReduce.decTest",
      "new_id": "545beebfb4eaad559ac128c05a3e54ba0d992b6d",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddReduce.decTest"
    },
    {
      "type": "modify",
      "old_id": "c7ea7626de42a305874818bc29184f96d271d7bf",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddRemainder.decTest",
      "new_id": "d805a48380422e9811378be0506fcdbf79d78ba7",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddRemainder.decTest"
    },
    {
      "type": "modify",
      "old_id": "1f3bafd98d3b0645595969fe26a7b42f83595603",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddRemainderNear.decTest",
      "new_id": "dfcd3ebfa8c5e8d798eccff30c7d0759f5ddaa0f",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddRemainderNear.decTest"
    },
    {
      "type": "modify",
      "old_id": "473f2f68bf7dbdc86d272009700246f7077af621",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddRotate.decTest",
      "new_id": "e6294b3b102659b2cc1b293949b6175fdaf05f12",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddRotate.decTest"
    },
    {
      "type": "modify",
      "old_id": "a396cd146e0df254698c86fd14e1dfc3c9edf902",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddSameQuantum.decTest",
      "new_id": "6f7db15b9d057b13db754c000474e6c68524ce59",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddSameQuantum.decTest"
    },
    {
      "type": "modify",
      "old_id": "4091f869435f3a713c9e076fc6fdbe24a83f0760",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddScaleB.decTest",
      "new_id": "d0b92b51c929005b2bfc4f920b7dbbf64fbf9227",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddScaleB.decTest"
    },
    {
      "type": "modify",
      "old_id": "2cbe06a126f9d6bece71ac5da56e8a04f8a6656c",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddShift.decTest",
      "new_id": "f2e80b36a4befa209c1d7b97ee54a7ccb65179d9",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddShift.decTest"
    },
    {
      "type": "modify",
      "old_id": "89895e906399c7334175f7a220c287253d3c2833",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddSubtract.decTest",
      "new_id": "b10f5e4e68e657e446e70ae0b99a2092c1dc6948",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddSubtract.decTest"
    },
    {
      "type": "modify",
      "old_id": "1e3e573cba17ebac4e1dd7428f74ae9249832c4e",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddToIntegral.decTest",
      "new_id": "438d347122892549c9e8a97133de439c3161bc03",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddToIntegral.decTest"
    },
    {
      "type": "modify",
      "old_id": "783fc2bf9a98b396cef30dbdc2e58734a27ecc24",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ddXor.decTest",
      "new_id": "78e975054a0e507f883030778f75671e8c94e0e0",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ddXor.decTest"
    },
    {
      "type": "modify",
      "old_id": "d5205b77abf6b7f366708aef11d9dc6d064b526e",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/decDouble.decTest",
      "new_id": "bdbf67876709da12fd45d204ab4142de92be7759",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/decDouble.decTest"
    },
    {
      "type": "modify",
      "old_id": "4d100695e1cb10cfbf17e005c1a7dfaed452347b",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/decQuad.decTest",
      "new_id": "e9ec66356cfafcfa53a9daa420056d8e765cd8f5",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/decQuad.decTest"
    },
    {
      "type": "modify",
      "old_id": "c661fe4c7396dd438a4011ab0f1363c7eb15f875",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/decSingle.decTest",
      "new_id": "aae9b370de79de7726d27ec6743a1fa4ffc6d251",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/decSingle.decTest"
    },
    {
      "type": "modify",
      "old_id": "1cb82b4ff3fcd1cc236527e4a37bcb3f2dbd3fee",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/divide.decTest",
      "new_id": "ae2bc0853a2a8e2df5b8ae32f9a63d70595d16d9",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/divide.decTest"
    },
    {
      "type": "modify",
      "old_id": "dfa17ca983d1590e1c367668748e500d3cfde65b",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/divideint.decTest",
      "new_id": "1c940f56013297112f4a6215b60ab12047ee7ced",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/divideint.decTest"
    },
    {
      "type": "modify",
      "old_id": "01d1f308912ce784ad61eef354ecd95106902175",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqAbs.decTest",
      "new_id": "df010acf7b3b367ebda878f3a7e827dc813883ab",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqAbs.decTest"
    },
    {
      "type": "modify",
      "old_id": "72238d33f91402cfd687f6ecf7ea5e569e2a481b",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqAdd.decTest",
      "new_id": "256bc9845547c4f5c03fc52972eab64f504e11b5",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqAdd.decTest"
    },
    {
      "type": "modify",
      "old_id": "be3fb34d275df5e3e6ded86ca5df186033dc42a4",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqAnd.decTest",
      "new_id": "e00d44d75de2b94897936804fffa78e7a184885d",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqAnd.decTest"
    },
    {
      "type": "modify",
      "old_id": "6cf2f7f4eadf2a4e778ffff7b20b9daaab88c453",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqBase.decTest",
      "new_id": "3f2569beff1ae4e3aec1fd04612eded77f534b55",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqBase.decTest"
    },
    {
      "type": "modify",
      "old_id": "a6b801ac1f5f02dafeb80657744cb96743d7448e",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqCanonical.decTest",
      "new_id": "e13c3478e04df375b0ffa7c9040c7feee0d8b685",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqCanonical.decTest"
    },
    {
      "type": "modify",
      "old_id": "185fbfc4930e003ec7ebfbe5786ccc832e67cbe0",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqClass.decTest",
      "new_id": "a4703f75d57d0b3691fbc4f0de2b818ffa94b7d1",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqClass.decTest"
    },
    {
      "type": "modify",
      "old_id": "8947280376ef060510e824aa50902a121e958953",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqCompare.decTest",
      "new_id": "7fccdf163ee8a7b5e0d124b461896ee41e4cab81",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqCompare.decTest"
    },
    {
      "type": "modify",
      "old_id": "43833eac9040e667e17659ed61c1b784671df83e",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqCompareSig.decTest",
      "new_id": "36d5e9b0461266c7829fc06c337b7c7d5d8c5a41",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqCompareSig.decTest"
    },
    {
      "type": "modify",
      "old_id": "d4a7c5ad838981bbb76507340cd0eeae4b25f10e",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqCompareTotal.decTest",
      "new_id": "f5cec0600b79f610104a1a142e30b7b954625a8d",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqCompareTotal.decTest"
    },
    {
      "type": "modify",
      "old_id": "9461d6b193991fcfe880daa0b0fa330ab2a3d359",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqCompareTotalMag.decTest",
      "new_id": "76c10899fe93c85bc5a375256df6dd14c329e18e",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqCompareTotalMag.decTest"
    },
    {
      "type": "modify",
      "old_id": "b8337765bc5fed46fe6541f9bfd14631a34b32de",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqCopy.decTest",
      "new_id": "b7688015c59c97e94689e1032a3c001404b1d495",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqCopy.decTest"
    },
    {
      "type": "modify",
      "old_id": "91f4a68759d1e46ab4270931fcce11287468965a",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqCopyAbs.decTest",
      "new_id": "427e6dd2eee7698e065f06c095158fdab8b3bd33",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqCopyAbs.decTest"
    },
    {
      "type": "modify",
      "old_id": "22ac89c44cca73b7e2082b37043494c19a31a852",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqCopyNegate.decTest",
      "new_id": "34a6f3c25d7649ef3fd443fc2b0089657cc59823",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqCopyNegate.decTest"
    },
    {
      "type": "modify",
      "old_id": "8f275cdc6fa1cbff55fb7cc3889b39169a85463c",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqCopySign.decTest",
      "new_id": "902c93706902eeb7f0f55f5f006729cfb7ba9b3b",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqCopySign.decTest"
    },
    {
      "type": "modify",
      "old_id": "a84e1d09a4abbf807407ffb1ad3d257255138081",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqDivide.decTest",
      "new_id": "1ea6d3194dc08b9d47bd5636869c7f1deea8afc6",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqDivide.decTest"
    },
    {
      "type": "modify",
      "old_id": "953c1e0118de2c579955afdd5ade273e188a24b0",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqDivideInt.decTest",
      "new_id": "b5eec63d02aafb7a5aa033e9a4777b00b282da9b",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqDivideInt.decTest"
    },
    {
      "type": "modify",
      "old_id": "ed3f328d0e94c622183cb0613b211edc21fbced5",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqEncode.decTest",
      "new_id": "fcb512bcde0accb6bb4ffb4f86d2de37b92f5244",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqEncode.decTest"
    },
    {
      "type": "modify",
      "old_id": "37d7749c2a530dd3489338908ea6b585f8d02e7e",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqFMA.decTest",
      "new_id": "f68fdf924804a717c6b71c0a419bc31cdc07177d",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqFMA.decTest"
    },
    {
      "type": "modify",
      "old_id": "94ba93c76aaa8db82b894bf1d050e63a254036ba",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqInvert.decTest",
      "new_id": "19161c2f13e52dab3ac9e5195555ab18c21d9c42",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqInvert.decTest"
    },
    {
      "type": "modify",
      "old_id": "baa6d1e6b60f85d6b9ca5766e980fc6740a182e9",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqLogB.decTest",
      "new_id": "d6cf831411a34fcf5a8d4245455b28e399db4bfb",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqLogB.decTest"
    },
    {
      "type": "modify",
      "old_id": "a00ec1c30490c3d92fa99f5b965cc66583d70fd2",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqMax.decTest",
      "new_id": "a3ba64c8911e467a5e5e447516d56846d8c63a32",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqMax.decTest"
    },
    {
      "type": "modify",
      "old_id": "53eb82c13b6c5d1edc984de21e9fd644dcd2978e",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqMaxMag.decTest",
      "new_id": "01b27935e779aa14d9d505ebea6f1612e6851be3",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqMaxMag.decTest"
    },
    {
      "type": "modify",
      "old_id": "9e34694d93e740509c16430d96f1385ab01014d9",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqMin.decTest",
      "new_id": "1b82be2fd028e82325b6e225eb96f2d758fed02e",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqMin.decTest"
    },
    {
      "type": "modify",
      "old_id": "733acfdd12faa7d086ba315b6ecedfe508da1103",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqMinMag.decTest",
      "new_id": "6d5e4b5266c55c058943527365bc92d73116a83f",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqMinMag.decTest"
    },
    {
      "type": "modify",
      "old_id": "50ac85a335158a2768d35271120b7c31c1858b42",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqMinus.decTest",
      "new_id": "bf69938a172371bb824c50d8b6ccc2dd63f0337f",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqMinus.decTest"
    },
    {
      "type": "modify",
      "old_id": "a6f85e0fdc55883ee7037a3035f2945afb23fcaa",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqMultiply.decTest",
      "new_id": "c87cc8fd7126f298da26d05b66d82e4ead13284d",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqMultiply.decTest"
    },
    {
      "type": "modify",
      "old_id": "488081687560fbde776d15de9e32bd25a6302be1",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqNextMinus.decTest",
      "new_id": "e1e3b06568184d5b85613fee37d259e68d6e4eae",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqNextMinus.decTest"
    },
    {
      "type": "modify",
      "old_id": "8c0ac45e26a7dc1d524412aa05b58c3ec278a6fe",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqNextPlus.decTest",
      "new_id": "973c8eb3b83705f6818bb0998bcf2e8a95be1ffb",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqNextPlus.decTest"
    },
    {
      "type": "modify",
      "old_id": "e5349513b2c09b62463d24c9c5e5edb28a3ca9e0",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqNextToward.decTest",
      "new_id": "0eb677095df7079a3956cd7514ec4023f48bc0f0",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqNextToward.decTest"
    },
    {
      "type": "modify",
      "old_id": "60470ea45a79ebbb57b4e5003620dab3f6ad14b1",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqOr.decTest",
      "new_id": "093edcb21a66ca94adcaa23cb717494671594625",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqOr.decTest"
    },
    {
      "type": "modify",
      "old_id": "5dc5a68c5d3f774a842ff78a419dd8788348feef",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqPlus.decTest",
      "new_id": "ad5b7be261d1ef4a9d868f24ad79fc3378c39494",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqPlus.decTest"
    },
    {
      "type": "modify",
      "old_id": "aa8cf2e5388e315f4c6405367be226def24711bf",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqQuantize.decTest",
      "new_id": "4c3e1ea6f93dab47c16a6359953fb8b78c1c7036",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqQuantize.decTest"
    },
    {
      "type": "modify",
      "old_id": "183e9dcf2c2181655ff4f1cf867088bc5ea40c3f",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqReduce.decTest",
      "new_id": "c0690400a75f6b6357fb4678bf999efd643e5871",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqReduce.decTest"
    },
    {
      "type": "modify",
      "old_id": "e30fde7d2479795cd32ad9f19f06f6be51a23ff1",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqRemainder.decTest",
      "new_id": "14c358ce23e5eb97385018ac47a92bcebf65433a",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqRemainder.decTest"
    },
    {
      "type": "modify",
      "old_id": "b62b79fbce280646f16746309d00b82cb7b51105",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqRemainderNear.decTest",
      "new_id": "9074ec498634eccadc4a79e6ef3f0951b85a4a4b",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqRemainderNear.decTest"
    },
    {
      "type": "modify",
      "old_id": "f21813c5658e468b929d15455d54d2576a33be7a",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqRotate.decTest",
      "new_id": "671cd958452bf8c1ad58332609557997c290b7d4",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqRotate.decTest"
    },
    {
      "type": "modify",
      "old_id": "e7264cb396a14a71296925dc10a2e4163a5aa516",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqSameQuantum.decTest",
      "new_id": "acf72666cbff77804f55db185721723077c8f56d",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqSameQuantum.decTest"
    },
    {
      "type": "modify",
      "old_id": "88a3f9debc037384fbeddb2f630d80ba8ee2a513",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqScaleB.decTest",
      "new_id": "7355cf05939faba95ec0f471e009285f5d2f9eeb",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqScaleB.decTest"
    },
    {
      "type": "modify",
      "old_id": "e728ec5b40d77ff47bf499b936e97572fe006e81",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqShift.decTest",
      "new_id": "33df91f28756514a8ee2b541d19fa0ce0e4d2f9c",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqShift.decTest"
    },
    {
      "type": "modify",
      "old_id": "923742c0e2c43ab27d6ce33a7d654bad5ac96817",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqSubtract.decTest",
      "new_id": "d2df184b8128acaea5b40de149cdc0f45f2baae7",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqSubtract.decTest"
    },
    {
      "type": "modify",
      "old_id": "ac50a4ad8855c9ccfa9e3eebe0f1ffe3fd40d15a",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqToIntegral.decTest",
      "new_id": "449dead51a3efe8e89878285e6f9a2e1e87516d7",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqToIntegral.decTest"
    },
    {
      "type": "modify",
      "old_id": "61bdbe20d83bea3b5114bfd20bc2a1ffc8fe947f",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dqXor.decTest",
      "new_id": "d9e9af670c1a6948263c0980a9dd63bd6977c207",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dqXor.decTest"
    },
    {
      "type": "modify",
      "old_id": "d0632fd9921caa08684143ab28316bb73872e2ec",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dsBase.decTest",
      "new_id": "e2fb4ba25bc938a2e68017f9cb74116a8ab7521a",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dsBase.decTest"
    },
    {
      "type": "modify",
      "old_id": "185ddc7a77eb330d150c5618424d51d4405e039e",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/dsEncode.decTest",
      "new_id": "7e72d4b04af530f89ed4f9482a82df59c41ccef4",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/dsEncode.decTest"
    },
    {
      "type": "modify",
      "old_id": "c07ed5a3f810d7a882c3b825b55fdf4ebb755f75",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/exp.decTest",
      "new_id": "97256e48526858e3af53a7fcee6c97e8afd630ac",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/exp.decTest"
    },
    {
      "type": "modify",
      "old_id": "aa4c0ba0e85a4dc659a40d2534c96b0963bff7e8",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/fma.decTest",
      "new_id": "d7caa2611d90638efeba64e4a67a338b99d5e840",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/fma.decTest"
    },
    {
      "type": "modify",
      "old_id": "b61c85a67bf8e2c15b19fc2f860201aa1944a82c",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/inexact.decTest",
      "new_id": "896e6c839c27712f9c7a9aed59c95b33c2c9db89",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/inexact.decTest"
    },
    {
      "type": "modify",
      "old_id": "19fdeebac86f79a6edd470293c98741bbd4c95b8",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/invert.decTest",
      "new_id": "7bccb1fffc3d4d9deecc514bb774efcd64b8c260",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/invert.decTest"
    },
    {
      "type": "modify",
      "old_id": "44ae4d259976fdf84507680dccf9ce7008fd75dc",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/ln.decTest",
      "new_id": "16e247e9af5213cbb0728835aa9e70e933858138",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/ln.decTest"
    },
    {
      "type": "modify",
      "old_id": "9841acb42e3ee1433ff2c74f31597f323b892b4b",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/log10.decTest",
      "new_id": "bb033a808eabb5e06318dc5f589fb14c3fff1aaf",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/log10.decTest"
    },
    {
      "type": "modify",
      "old_id": "577f7a43d50cbfd1a0a5cb1de77afbcb30b2c37d",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/logb.decTest",
      "new_id": "a672206e5395af05b7587f71e6f0ab7da314df61",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/logb.decTest"
    },
    {
      "type": "modify",
      "old_id": "88d0b5e1b1bd6f567d8e28be4e04c4e698a4c3fe",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/max.decTest",
      "new_id": "d7a6a944b4ebc31b973c48349309c5941c213af0",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/max.decTest"
    },
    {
      "type": "modify",
      "old_id": "b14d015e416133e3578eef3cb06193a39a7658d5",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/maxmag.decTest",
      "new_id": "012976662e9dea4c9144e53076c208892a6b7eff",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/maxmag.decTest"
    },
    {
      "type": "modify",
      "old_id": "345e3ebd588579710fdd48b7f0fdfefd85052ab2",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/min.decTest",
      "new_id": "b69507984d3b22843cc26888e23d6106cd27972d",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/min.decTest"
    },
    {
      "type": "modify",
      "old_id": "fa9d927ecbf2d7f13b11d506818ed0221bb46868",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/minmag.decTest",
      "new_id": "547ccffceaf0e5af520da6437533a5c549d7b9a2",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/minmag.decTest"
    },
    {
      "type": "modify",
      "old_id": "e9afc3a091acc9cc95c0edfa4b12660fd91dd531",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/minus.decTest",
      "new_id": "f9112860304c84bc8c37acdf3fc39125968315ee",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/minus.decTest"
    },
    {
      "type": "modify",
      "old_id": "71f591ab7cd3e3ca8b1842d2e170614a74e5fb2e",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/multiply.decTest",
      "new_id": "a6c7ebe868a08c4397197e052ef6a88dbcadc59b",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/multiply.decTest"
    },
    {
      "type": "modify",
      "old_id": "200580dc9ea587a2c7d6225b61b99dd8d6095716",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/nextminus.decTest",
      "new_id": "be33158022a0b1fd6ffa2a905ee8e3f6099ebbad",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/nextminus.decTest"
    },
    {
      "type": "modify",
      "old_id": "01815ee0bbb64c8f5e3eb9e37fb826666689695f",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/nextplus.decTest",
      "new_id": "6cee16a0e5022d4fd76df43dae2c1fe3e8c80d4b",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/nextplus.decTest"
    },
    {
      "type": "modify",
      "old_id": "cb60f57ae58627b0dc453ca86373f87fe135b86a",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/nexttoward.decTest",
      "new_id": "aa1891a82f71c5e2c829c87d50dd5201d24eb04b",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/nexttoward.decTest"
    },
    {
      "type": "modify",
      "old_id": "928939e77ddcba7fe9c3cd289422ad19e4793c07",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/or.decTest",
      "new_id": "ace901b6619376f491746a50e85acd4878ee648a",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/or.decTest"
    },
    {
      "type": "modify",
      "old_id": "9af4c0e990ef59d248fc4576bff1e7692c136605",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/plus.decTest",
      "new_id": "1df3dfe3fd45bb4c969880a87a6369e8864a0bbc",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/plus.decTest"
    },
    {
      "type": "modify",
      "old_id": "78c1e072fd192a2c5dd025d3f706b6a9022e52c2",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/power.decTest",
      "new_id": "69e8644e6c8026af99088b92affce77d416f6e05",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/power.decTest"
    },
    {
      "type": "modify",
      "old_id": "36e5cbbbc369c5bfa969d781515acefb8bdb5bc2",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/powersqrt.decTest",
      "new_id": "6f79f6c7c6640e5d03c93b7e48a4db992b301ac9",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/powersqrt.decTest"
    },
    {
      "type": "modify",
      "old_id": "a60f1bf553f8fdb469d4e5e8f45525bdc5c73e1c",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/quantize.decTest",
      "new_id": "1e5511ff0e03e1e7e7b00383d6fb8d535179d458",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/quantize.decTest"
    },
    {
      "type": "modify",
      "old_id": "7f115adcfed3e6ea5988c6834d668317a36b3a5b",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/randomBound32.decTest",
      "new_id": "0d5881d8f64192da7721ac9ba69bd62849812795",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/randomBound32.decTest"
    },
    {
      "type": "modify",
      "old_id": "1529aec60b2353c24fbcbe884eac732293231448",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/randoms.decTest",
      "new_id": "a03b8d564371f07a453cb5ea881b86646ab514d6",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/randoms.decTest"
    },
    {
      "type": "modify",
      "old_id": "ddce0c9f921a2fbd669f90b74359729afd097245",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/reduce.decTest",
      "new_id": "189a687e97a2c5826626b90a4fc3a259d3657552",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/reduce.decTest"
    },
    {
      "type": "modify",
      "old_id": "4c92d0c93b8aab3ea0cfb7e839d45645f2302079",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/remainder.decTest",
      "new_id": "1a51c265c42d77b639e5a6ca54556024ccc43ca4",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/remainder.decTest"
    },
    {
      "type": "modify",
      "old_id": "cfca91b14ad3f74c0af9d3a22113dfb24bf85cdf",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/remainderNear.decTest",
      "new_id": "fdc1bd870326c5b55284eb40a7487294f3fe28e0",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/remainderNear.decTest"
    },
    {
      "type": "modify",
      "old_id": "30597db113cb1180d0af7f0d94873fa974c28fab",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/rescale.decTest",
      "new_id": "882f5706a5040ae3215efda92173663fe9437f67",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/rescale.decTest"
    },
    {
      "type": "modify",
      "old_id": "c5ced5952b6a2b743bb711460a267a42b70fbca8",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/rotate.decTest",
      "new_id": "32dbd537c49a38c4fa29113c7ac22cbd2d18357f",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/rotate.decTest"
    },
    {
      "type": "modify",
      "old_id": "d24fbfb37fec0ac97276d874ba902b186a8c5cf3",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/rounding.decTest",
      "new_id": "82ca1b0fffb50f53b1ed49dc0359e1a7f00e35cb",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/rounding.decTest"
    },
    {
      "type": "modify",
      "old_id": "0b1efff24c797824138102d2c718973a7470fe20",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/samequantum.decTest",
      "new_id": "3fa6cff2037bc6aaf442e3db49c4b9473b446f89",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/samequantum.decTest"
    },
    {
      "type": "modify",
      "old_id": "0761deaacc91591f10c2465d9e3293ce43c48d87",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/scaleb.decTest",
      "new_id": "e77d938d9f8b92322be6ca08932fd4f10f37d6df",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/scaleb.decTest"
    },
    {
      "type": "modify",
      "old_id": "c2a40cc9306a5510287580dd333dcb6506410723",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/shift.decTest",
      "new_id": "397024ef5511de22410514da8fb6e70b64457884",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/shift.decTest"
    },
    {
      "type": "modify",
      "old_id": "2ccff5adf5add97f46ad3f43ac6a65cd49a35616",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/squareroot.decTest",
      "new_id": "8d7b26e081240e20812cbc3d8945e7fa90de48b5",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/squareroot.decTest"
    },
    {
      "type": "modify",
      "old_id": "338a09c0e38acce8f2c9025383b181e41ca00604",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/subtract.decTest",
      "new_id": "a1eca3107e19591eb4d047001f2fa1a3e7cfbd38",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/subtract.decTest"
    },
    {
      "type": "modify",
      "old_id": "1cbc20e44f1775795cfba4e39eb875e9c289c84d",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/testall.decTest",
      "new_id": "673aaa485fafe594907a0bd89a5c9e319ac0095a",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/testall.decTest"
    },
    {
      "type": "modify",
      "old_id": "ad25e6be03896e050441597481bf59d08789fb38",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/tointegral.decTest",
      "new_id": "340515cb17425d7d8577d7499a8d535b768b2a78",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/tointegral.decTest"
    },
    {
      "type": "modify",
      "old_id": "d9bc9f36d08d63bb6f19cbbaee217ae1b29d72f8",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/tointegralx.decTest",
      "new_id": "381216dea6a7f3a774341ff1bcd3e6e839034a64",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/tointegralx.decTest"
    },
    {
      "type": "modify",
      "old_id": "2ac1b371fef8418fdcf0246a2190aa873a1da4ba",
      "old_mode": 33188,
      "old_path": "Lib/test/decimaltestdata/xor.decTest",
      "new_id": "1f3b03b4cb6bc491025924ad0dfa2461b6bf6b49",
      "new_mode": 33188,
      "new_path": "Lib/test/decimaltestdata/xor.decTest"
    },
    {
      "type": "modify",
      "old_id": "98b94790fb7951f1f030d9eac649131495c25dd6",
      "old_mode": 33188,
      "old_path": "Lib/test/test_decimal.py",
      "new_id": "3c64e64562fa6150a1075170c6d1c1587637e5ac",
      "new_mode": 33188,
      "new_path": "Lib/test/test_decimal.py"
    },
    {
      "type": "modify",
      "old_id": "3b89097312991d0f9177e4749a47367cc633d55c",
      "old_mode": 33188,
      "old_path": "Lib/test/test_doctest.py",
      "new_id": "02034b4603dc1572055613159f7693e175906dce",
      "new_mode": 33188,
      "new_path": "Lib/test/test_doctest.py"
    },
    {
      "type": "modify",
      "old_id": "bd9caffd6f0f7c106f858eea217e8fff5aa6cedd",
      "old_mode": 33188,
      "old_path": "Lib/test/test_funcattrs.py",
      "new_id": "b9b2e6e5569630c571f27a34742a1dd9a6825e42",
      "new_mode": 33188,
      "new_path": "Lib/test/test_funcattrs.py"
    },
    {
      "type": "modify",
      "old_id": "645517a75fc7488feeff11962063c3f4130f6df5",
      "old_mode": 33188,
      "old_path": "Lib/trace.py",
      "new_id": "f6da026c6dd732f20dae42748bcc849c48001900",
      "new_mode": 33188,
      "new_path": "Lib/trace.py"
    },
    {
      "type": "modify",
      "old_id": "55ea3b9662258c55c1c3454298ccde02dc80c198",
      "old_mode": 33188,
      "old_path": "Modules/posixmodule.c",
      "new_id": "018d68ceb2db3b3b857dad1146685858931b2edf",
      "new_mode": 33188,
      "new_path": "Modules/posixmodule.c"
    },
    {
      "type": "modify",
      "old_id": "6794ff3c479916e6e5aeb6dcc6f0c9c83a6f0d72",
      "old_mode": 33188,
      "old_path": "Objects/cellobject.c",
      "new_id": "49843663adab17a27908c2edbbe84f4ab0061d9d",
      "new_mode": 33188,
      "new_path": "Objects/cellobject.c"
    },
    {
      "type": "modify",
      "old_id": "f3a282861a2fb3a49bca95848f17c291bde01e8a",
      "old_mode": 33188,
      "old_path": "Python/ast.c",
      "new_id": "da75975e4cf33e5d7e4ddaef394ee8c3d8348e50",
      "new_mode": 33188,
      "new_path": "Python/ast.c"
    }
  ]
}
