)]}'
{
  "commit": "89f507fe8c497b3f70fdcecce8bc240f9af2bbe2",
  "tree": "8acfdf7de23d9802924a2cef9f8ed32222eaa8f4",
  "parents": [
    "16f3e03283cdbea6101d21960743d3901ddf8d57"
  ],
  "author": {
    "name": "Thomas Wouters",
    "email": "thomas@python.org",
    "time": "Wed Dec 13 04:49:30 2006"
  },
  "committer": {
    "name": "Thomas Wouters",
    "email": "thomas@python.org",
    "time": "Wed Dec 13 04:49:30 2006"
  },
  "message": "Four months of trunk changes (including a few releases...)\n\nMerged revisions 51434-53004 via svnmerge from\nsvn+ssh://pythondev@svn.python.org/python/trunk\n\n........\n  r51434 | neal.norwitz | 2006-08-21 20:20:10 +0200 (Mon, 21 Aug 2006) | 1 line\n\n  Fix a couple of ssize-t issues reported by Alexander Belopolsky on python-dev\n........\n  r51439 | neal.norwitz | 2006-08-21 21:47:08 +0200 (Mon, 21 Aug 2006) | 6 lines\n\n  Patch #1542451: disallow continue anywhere under a finally\n\n  I\u0027m undecided if this should be backported to 2.5 or 2.5.1.\n  Armin suggested to wait (I\u0027m of the same opinion).  Thomas W thinks\n  it\u0027s fine to go in 2.5.\n........\n  r51443 | neal.norwitz | 2006-08-21 22:16:24 +0200 (Mon, 21 Aug 2006) | 4 lines\n\n  Handle a few more error conditions.\n\n  Klocwork 301 and 302.  Will backport.\n........\n  r51450 | neal.norwitz | 2006-08-22 00:21:19 +0200 (Tue, 22 Aug 2006) | 5 lines\n\n  Patch #1541585: fix buffer overrun when performing repr() on\n  a unicode string in a build with wide unicode (UCS-4) support.\n\n  This code could be improved, so add an XXX comment.\n........\n  r51456 | neal.norwitz | 2006-08-22 01:44:48 +0200 (Tue, 22 Aug 2006) | 1 line\n\n  Try to get the windows bots working again with the new peephole.c\n........\n  r51461 | anthony.baxter | 2006-08-22 09:36:59 +0200 (Tue, 22 Aug 2006) | 1 line\n\n  patch for documentation for recent uuid changes (from ping)\n........\n  r51473 | neal.norwitz | 2006-08-22 15:56:56 +0200 (Tue, 22 Aug 2006) | 1 line\n\n  Alexander Belopolsky pointed out that pos is a size_t\n........\n  r51489 | jeremy.hylton | 2006-08-22 22:46:00 +0200 (Tue, 22 Aug 2006) | 2 lines\n\n  Expose column offset information in parse trees.\n........\n  r51497 | andrew.kuchling | 2006-08-23 01:13:43 +0200 (Wed, 23 Aug 2006) | 1 line\n\n  Move functional howto into trunk\n........\n  r51515 | jeremy.hylton | 2006-08-23 20:37:43 +0200 (Wed, 23 Aug 2006) | 2 lines\n\n  Baby steps towards better tests for tokenize\n........\n  r51525 | alex.martelli | 2006-08-23 22:42:02 +0200 (Wed, 23 Aug 2006) | 6 lines\n\n  x**2 should about equal x*x (including for a float x such that the result is\n  inf) but didn\u0027t; added a test to test_float to verify that, and ignored the\n  ERANGE value for errno in the pow operation to make the new test pass (with\n  help from Marilyn Davis at the Google Python Sprint -- thanks!).\n........\n  r51526 | jeremy.hylton | 2006-08-23 23:14:03 +0200 (Wed, 23 Aug 2006) | 20 lines\n\n  Bug fixes large and small for tokenize.\n\n  Small: Always generate a NL or NEWLINE token following\n         a COMMENT token.  The old code did not generate an NL token if\n         the comment was on a line by itself.\n\n  Large: The output of untokenize() will now match the\n         input exactly if it is passed the full token sequence.  The\n         old, crufty output is still generated if a limited input\n         sequence is provided, where limited means that it does not\n         include position information for tokens.\n\n  Remaining bug: There is no CONTINUATION token (\\) so there is no way\n  for untokenize() to handle such code.\n\n  Also, expanded the number of doctests in hopes of eventually removing\n  the old-style tests that compare against a golden file.\n\n  Bug fix candidate for Python 2.5.1. (Sigh.)\n........\n  r51527 | jeremy.hylton | 2006-08-23 23:26:46 +0200 (Wed, 23 Aug 2006) | 5 lines\n\n  Replace dead code with an assert.\n\n  Now that COMMENT tokens are reliably followed by NL or NEWLINE,\n  there is never a need to add extra newlines in untokenize.\n........\n  r51530 | alex.martelli | 2006-08-24 00:17:59 +0200 (Thu, 24 Aug 2006) | 7 lines\n\n  Reverting the patch that tried to fix the issue whereby x**2 raises\n  OverflowError while x*x succeeds and produces infinity; apparently\n  these inconsistencies cannot be fixed across ``all\u0027\u0027 platforms and\n  there\u0027s a widespread feeling that therefore ``every\u0027\u0027 platform\n  should keep suffering forevermore.  Ah well.\n........\n  r51565 | thomas.wouters | 2006-08-24 20:40:20 +0200 (Thu, 24 Aug 2006) | 6 lines\n\n\n  Fix SF bug #1545837: array.array borks on deepcopy.\n  array.__deepcopy__() needs to take an argument, even if it doesn\u0027t actually\n  use it. Will backport to 2.5 and 2.4 (if applicable.)\n........\n  r51580 | martin.v.loewis | 2006-08-25 02:03:34 +0200 (Fri, 25 Aug 2006) | 3 lines\n\n  Patch #1545507: Exclude ctypes package in Win64 MSI file.\n  Will backport to 2.5.\n........\n  r51589 | neal.norwitz | 2006-08-25 03:52:49 +0200 (Fri, 25 Aug 2006) | 1 line\n\n  importing types is not necessary if we use isinstance\n........\n  r51604 | thomas.heller | 2006-08-25 09:27:33 +0200 (Fri, 25 Aug 2006) | 3 lines\n\n  Port _ctypes.pyd to win64 on AMD64.\n........\n  r51605 | thomas.heller | 2006-08-25 09:34:51 +0200 (Fri, 25 Aug 2006) | 3 lines\n\n  Add missing file for _ctypes.pyd port to win64 on AMD64.\n........\n  r51606 | thomas.heller | 2006-08-25 11:26:33 +0200 (Fri, 25 Aug 2006) | 6 lines\n\n  Build _ctypes.pyd for win AMD64 into the MSVC project file.\n  Since MSVC doesn\u0027t know about .asm files, a helper batch file is needed\n  to find ml64.exe in predefined locations.  The helper script hardcodes\n  the path to the MS Platform SDK.\n........\n  r51608 | armin.rigo | 2006-08-25 14:44:28 +0200 (Fri, 25 Aug 2006) | 4 lines\n\n  The regular expression engine in \u0027_sre\u0027 can segfault when interpreting\n  bogus bytecode.  It is unclear whether this is a real bug or a \"won\u0027t\n  fix\" case like bogus_code_obj.py.\n........\n  r51617 | tim.peters | 2006-08-26 00:05:39 +0200 (Sat, 26 Aug 2006) | 2 lines\n\n  Whitespace normalization.\n........\n  r51618 | tim.peters | 2006-08-26 00:06:44 +0200 (Sat, 26 Aug 2006) | 2 lines\n\n  Add missing svn:eol-style property to text files.\n........\n  r51619 | tim.peters | 2006-08-26 00:26:21 +0200 (Sat, 26 Aug 2006) | 3 lines\n\n  A new test here relied on preserving invisible trailing\n  whitespace in expected output.  Stop that.\n........\n  r51624 | jack.diederich | 2006-08-26 20:42:06 +0200 (Sat, 26 Aug 2006) | 4 lines\n\n  - Move functions common to all path modules into genericpath.py and have the\n    OS speicifc path modules import them.\n  - Have os2emxpath import common functions fron ntpath instead of using copies\n........\n  r51642 | neal.norwitz | 2006-08-29 07:40:58 +0200 (Tue, 29 Aug 2006) | 1 line\n\n  Fix a couple of typos.\n........\n  r51647 | marc-andre.lemburg | 2006-08-29 12:34:12 +0200 (Tue, 29 Aug 2006) | 5 lines\n\n  Fix a buglet in the error reporting (SF bug report #1546372).\n\n  This should probably go into Python 2.5 or 2.5.1 as well.\n........\n  r51663 | armin.rigo | 2006-08-31 10:51:06 +0200 (Thu, 31 Aug 2006) | 3 lines\n\n  Doc fix: hashlib objects don\u0027t always return a digest of 16 bytes.\n  Backport candidate for 2.5.\n........\n  r51664 | nick.coghlan | 2006-08-31 14:00:43 +0200 (Thu, 31 Aug 2006) | 1 line\n\n  Fix the wrongheaded implementation of context management in the decimal module and add unit tests. (python-dev discussion is ongoing regarding what we do about Python 2.5)\n........\n  r51665 | nick.coghlan | 2006-08-31 14:51:25 +0200 (Thu, 31 Aug 2006) | 1 line\n\n  Remove the old decimal context management tests from test_contextlib (guess who didn\u0027t run the test suite before committing...)\n........\n  r51669 | brett.cannon | 2006-08-31 20:54:26 +0200 (Thu, 31 Aug 2006) | 4 lines\n\n  Make sure memory is properly cleaned up in file_init.\n\n  Backport candidate.\n........\n  r51671 | brett.cannon | 2006-08-31 23:47:52 +0200 (Thu, 31 Aug 2006) | 2 lines\n\n  Fix comment about indentation level in C files.\n........\n  r51674 | brett.cannon | 2006-09-01 00:42:37 +0200 (Fri, 01 Sep 2006) | 3 lines\n\n  Have pre-existing C files use 8 spaces indents (to match old PEP 7 style), but\n  have all new files use 4 spaces (to match current PEP 7 style).\n........\n  r51676 | fred.drake | 2006-09-01 05:57:19 +0200 (Fri, 01 Sep 2006) | 3 lines\n\n  - SF patch #1550263: Enhance and correct unittest docs\n  - various minor cleanups for improved consistency\n........\n  r51677 | georg.brandl | 2006-09-02 00:30:52 +0200 (Sat, 02 Sep 2006) | 2 lines\n\n  evalfile() should be execfile().\n........\n  r51681 | neal.norwitz | 2006-09-02 04:43:17 +0200 (Sat, 02 Sep 2006) | 1 line\n\n  SF #1547931, fix typo (missing and).  Will backport to 2.5\n........\n  r51683 | neal.norwitz | 2006-09-02 04:50:35 +0200 (Sat, 02 Sep 2006) | 1 line\n\n  Bug #1548092: fix curses.tparm seg fault on invalid input.  Needs backport to 2.5.1 and earlier.\n........\n  r51684 | neal.norwitz | 2006-09-02 04:58:13 +0200 (Sat, 02 Sep 2006) | 4 lines\n\n  Bug #1550714: fix SystemError from itertools.tee on negative value for n.\n\n  Needs backport to 2.5.1 and earlier.\n........\n  r51685 | nick.coghlan | 2006-09-02 05:54:17 +0200 (Sat, 02 Sep 2006) | 1 line\n\n  Make decimal.ContextManager a private implementation detail of decimal.localcontext()\n........\n  r51686 | nick.coghlan | 2006-09-02 06:04:18 +0200 (Sat, 02 Sep 2006) | 1 line\n\n  Further corrections to the decimal module context management documentation\n........\n  r51688 | raymond.hettinger | 2006-09-02 19:07:23 +0200 (Sat, 02 Sep 2006) | 1 line\n\n  Fix documentation nits for decimal context managers.\n........\n  r51690 | neal.norwitz | 2006-09-02 20:51:34 +0200 (Sat, 02 Sep 2006) | 1 line\n\n  Add missing word in comment\n........\n  r51691 | neal.norwitz | 2006-09-02 21:40:19 +0200 (Sat, 02 Sep 2006) | 7 lines\n\n  Hmm, this test has failed at least twice recently on the OpenBSD and\n  Debian sparc buildbots.  Since this goes through a lot of tests\n  and hits the disk a lot it could be slow (especially if NFS is involved).\n  I\u0027m not sure if that\u0027s the problem, but printing periodic msgs shouldn\u0027t hurt.\n  The code was stolen from test_compiler.\n........\n  r51693 | nick.coghlan | 2006-09-03 03:02:00 +0200 (Sun, 03 Sep 2006) | 1 line\n\n  Fix final documentation nits before backporting decimal module fixes to 2.5\n........\n  r51694 | nick.coghlan | 2006-09-03 03:06:07 +0200 (Sun, 03 Sep 2006) | 1 line\n\n  Typo fix for decimal docs\n........\n  r51697 | nick.coghlan | 2006-09-03 03:20:46 +0200 (Sun, 03 Sep 2006) | 1 line\n\n  NEWS entry on trunk for decimal module changes\n........\n  r51704 | raymond.hettinger | 2006-09-04 17:32:48 +0200 (Mon, 04 Sep 2006) | 1 line\n\n  Fix endcase for str.rpartition()\n........\n  r51716 | tim.peters | 2006-09-05 04:18:09 +0200 (Tue, 05 Sep 2006) | 12 lines\n\n  \"Conceptual\" merge of rev 51711 from the 2.5 branch.\n\n  i_divmod():  As discussed on Python-Dev, changed the overflow\n  checking to live happily with recent gcc optimizations that\n  assume signed integer arithmetic never overflows.\n\n  This differs from the corresponding change on the 2.5 and 2.4\n  branches, using a less obscure approach, but one that /may/\n  tickle platform idiocies in their definitions of LONG_MIN.\n  The 2.4 + 2.5 change avoided introducing a dependence on\n  LONG_MIN, at the cost of substantially goofier code.\n........\n  r51717 | tim.peters | 2006-09-05 04:21:19 +0200 (Tue, 05 Sep 2006) | 2 lines\n\n  Whitespace normalization.\n........\n  r51719 | tim.peters | 2006-09-05 04:22:17 +0200 (Tue, 05 Sep 2006) | 2 lines\n\n  Add missing svn:eol-style property to text files.\n........\n  r51720 | neal.norwitz | 2006-09-05 04:24:03 +0200 (Tue, 05 Sep 2006) | 2 lines\n\n  Fix SF bug #1546288, crash in dict_equal.\n........\n  r51721 | neal.norwitz | 2006-09-05 04:25:41 +0200 (Tue, 05 Sep 2006) | 1 line\n\n  Fix SF #1552093, eval docstring typo (3 ps in mapping)\n........\n  r51724 | neal.norwitz | 2006-09-05 04:35:08 +0200 (Tue, 05 Sep 2006) | 1 line\n\n  This was found by Guido AFAIK on p3yk (sic) branch.\n........\n  r51725 | neal.norwitz | 2006-09-05 04:36:20 +0200 (Tue, 05 Sep 2006) | 1 line\n\n  Add a NEWS entry for str.rpartition() change\n........\n  r51728 | neal.norwitz | 2006-09-05 04:57:01 +0200 (Tue, 05 Sep 2006) | 1 line\n\n  Patch #1540470, for OpenBSD 4.0.  Backport candidate for 2.[34].\n........\n  r51729 | neal.norwitz | 2006-09-05 05:53:08 +0200 (Tue, 05 Sep 2006) | 12 lines\n\n  Bug #1520864 (again): unpacking singleton tuples in list comprehensions and\n  generator expressions (x for x, in ... ) works again.\n\n  Sigh, I only fixed for loops the first time, not list comps and genexprs too.\n  I couldn\u0027t find any more unpacking cases where there is a similar bug lurking.\n\n  This code should be refactored to eliminate the duplication.  I\u0027m sure\n  the listcomp/genexpr code can be refactored.  I\u0027m not sure if the for loop\n  can re-use any of the same code though.\n\n  Will backport to 2.5 (the only place it matters).\n........\n  r51731 | neal.norwitz | 2006-09-05 05:58:26 +0200 (Tue, 05 Sep 2006) | 1 line\n\n  Add a comment about some refactoring.  (There\u0027s probably more that should be done.)  I will reformat this file in the next checkin due to the inconsistent tabs/spaces.\n........\n  r51732 | neal.norwitz | 2006-09-05 06:00:12 +0200 (Tue, 05 Sep 2006) | 1 line\n\n  M-x untabify\n........\n  r51737 | hyeshik.chang | 2006-09-05 14:07:09 +0200 (Tue, 05 Sep 2006) | 7 lines\n\n  Fix a few bugs on cjkcodecs found by Oren Tirosh:\n  - gbk and gb18030 codec now handle U+30FB KATAKANA MIDDLE DOT correctly.\n  - iso2022_jp_2 codec now encodes into G0 for KS X 1001, GB2312\n    codepoints to conform the standard.\n  - iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 2013:2\n    codepoints now.\n........\n  r51738 | hyeshik.chang | 2006-09-05 14:14:57 +0200 (Tue, 05 Sep 2006) | 2 lines\n\n  Fix a typo: 2013 -\u003e 0213\n........\n  r51740 | georg.brandl | 2006-09-05 14:44:58 +0200 (Tue, 05 Sep 2006) | 3 lines\n\n  Bug #1552618: change docs of dict.has_key() to reflect recommendation\n  to use \"in\".\n........\n  r51742 | andrew.kuchling | 2006-09-05 15:02:40 +0200 (Tue, 05 Sep 2006) | 1 line\n\n  Rearrange example a bit, and show rpartition() when separator is not found\n........\n  r51744 | andrew.kuchling | 2006-09-05 15:15:41 +0200 (Tue, 05 Sep 2006) | 1 line\n\n  [Bug #1525469] SimpleXMLRPCServer still uses the sys.exc_{value,type} module-level globals instead of calling sys.exc_info().  Reported by Russell Warren\n........\n  r51745 | andrew.kuchling | 2006-09-05 15:19:18 +0200 (Tue, 05 Sep 2006) | 3 lines\n\n  [Bug #1526834] Fix crash in pdb when you do \u0027b f(\u0027;\n  the function name was placed into a regex pattern and the unbalanced paren\n  caused re.compile() to report an error\n........\n  r51751 | kristjan.jonsson | 2006-09-05 19:58:12 +0200 (Tue, 05 Sep 2006) | 6 lines\n\n  Update the PCBuild8 solution.\n  Facilitate cross-compilation by having binaries in separate Win32 and x64 directories.\n  Rationalized configs by making proper use of platforms/configurations.\n  Remove pythoncore_pgo project.\n  Add new PGIRelease and PGORelease configurations to perform Profile Guided Optimisation.\n  Removed I64 support, but this can be easily added by copying the x64 platform settings.\n........\n  r51758 | gustavo.niemeyer | 2006-09-06 03:58:52 +0200 (Wed, 06 Sep 2006) | 3 lines\n\n  Fixing #1531862: Do not close standard file descriptors in the\n  subprocess module.\n........\n  r51760 | neal.norwitz | 2006-09-06 05:58:34 +0200 (Wed, 06 Sep 2006) | 1 line\n\n  Revert 51758 because it broke all the buildbots\n........\n  r51762 | georg.brandl | 2006-09-06 08:03:59 +0200 (Wed, 06 Sep 2006) | 3 lines\n\n  Bug #1551427: fix a wrong NULL pointer check in the win32 version\n  of os.urandom().\n........\n  r51765 | georg.brandl | 2006-09-06 08:09:31 +0200 (Wed, 06 Sep 2006) | 3 lines\n\n  Bug #1550983: emit better error messages for erroneous relative\n  imports (if not in package and if beyond toplevel package).\n........\n  r51767 | neal.norwitz | 2006-09-06 08:28:06 +0200 (Wed, 06 Sep 2006) | 1 line\n\n  with and as are now keywords.  There are some generated files I can\u0027t recreate.\n........\n  r51770 | georg.brandl | 2006-09-06 08:50:05 +0200 (Wed, 06 Sep 2006) | 5 lines\n\n  Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.\n  Also make sure that every exception class has __module__ set to\n  \u0027exceptions\u0027.\n........\n  r51785 | georg.brandl | 2006-09-06 22:05:58 +0200 (Wed, 06 Sep 2006) | 2 lines\n\n  Fix missing import of the types module in logging.config.\n........\n  r51789 | marc-andre.lemburg | 2006-09-06 22:40:22 +0200 (Wed, 06 Sep 2006) | 3 lines\n\n  Add news item for bug fix of SF bug report #1546372.\n........\n  r51797 | gustavo.niemeyer | 2006-09-07 02:48:33 +0200 (Thu, 07 Sep 2006) | 3 lines\n\n  Fixed subprocess bug #1531862 again, after removing tests\n  offending buildbot\n........\n  r51798 | raymond.hettinger | 2006-09-07 04:42:48 +0200 (Thu, 07 Sep 2006) | 1 line\n\n  Fix refcounts and add error checks.\n........\n  r51803 | nick.coghlan | 2006-09-07 12:50:34 +0200 (Thu, 07 Sep 2006) | 1 line\n\n  Fix the speed regression in inspect.py by adding another cache to speed up getmodule(). Patch #1553314\n........\n  r51805 | ronald.oussoren | 2006-09-07 14:03:10 +0200 (Thu, 07 Sep 2006) | 2 lines\n\n  Fix a glaring error and update some version numbers.\n........\n  r51814 | andrew.kuchling | 2006-09-07 15:56:23 +0200 (Thu, 07 Sep 2006) | 1 line\n\n  Typo fix\n........\n  r51815 | andrew.kuchling | 2006-09-07 15:59:38 +0200 (Thu, 07 Sep 2006) | 8 lines\n\n  [Bug #1552726] Avoid repeatedly polling in interactive mode -- only put a timeout on the select()\n  if an input hook has been defined.  Patch by Richard Boulton.\n\n  This select() code is only executed with readline 2.1, or if\n  READLINE_CALLBACKS is defined.\n\n  Backport candidate for 2.5, 2.4, probably earlier versions too.\n........\n  r51816 | armin.rigo | 2006-09-07 17:06:00 +0200 (Thu, 07 Sep 2006) | 2 lines\n\n  Add a warning notice on top of the generated grammar.txt.\n........\n  r51819 | thomas.heller | 2006-09-07 20:56:28 +0200 (Thu, 07 Sep 2006) | 5 lines\n\n  Anonymous structure fields that have a bit-width specified did not work,\n  and they gave a strange error message from PyArg_ParseTuple:\n      function takes exactly 2 arguments (3 given).\n\n  With tests.\n........\n  r51820 | thomas.heller | 2006-09-07 21:09:54 +0200 (Thu, 07 Sep 2006) | 4 lines\n\n  The cast function did not accept c_char_p or c_wchar_p instances\n  as first argument, and failed with a \u0027bad argument to internal function\u0027\n  error message.\n........\n  r51827 | nick.coghlan | 2006-09-08 12:04:38 +0200 (Fri, 08 Sep 2006) | 1 line\n\n  Add missing NEWS entry for rev 51803\n........\n  r51828 | andrew.kuchling | 2006-09-08 15:25:23 +0200 (Fri, 08 Sep 2006) | 1 line\n\n  Add missing word\n........\n  r51829 | andrew.kuchling | 2006-09-08 15:35:49 +0200 (Fri, 08 Sep 2006) | 1 line\n\n  Explain SQLite a bit more clearly\n........\n  r51830 | andrew.kuchling | 2006-09-08 15:36:36 +0200 (Fri, 08 Sep 2006) | 1 line\n\n  Explain SQLite a bit more clearly\n........\n  r51832 | andrew.kuchling | 2006-09-08 16:02:45 +0200 (Fri, 08 Sep 2006) | 1 line\n\n  Use native SQLite types\n........\n  r51833 | andrew.kuchling | 2006-09-08 16:03:01 +0200 (Fri, 08 Sep 2006) | 1 line\n\n  Use native SQLite types\n........\n  r51835 | andrew.kuchling | 2006-09-08 16:05:10 +0200 (Fri, 08 Sep 2006) | 1 line\n\n  Fix typo in example\n........\n  r51837 | brett.cannon | 2006-09-09 09:11:46 +0200 (Sat, 09 Sep 2006) | 6 lines\n\n  Remove the __unicode__ method from exceptions.  Allows unicode() to be called\n  on exception classes.  Would require introducing a tp_unicode slot to make it\n  work otherwise.\n\n  Fixes bug #1551432 and will be backported.\n........\n  r51854 | neal.norwitz | 2006-09-11 06:24:09 +0200 (Mon, 11 Sep 2006) | 8 lines\n\n  Forward port of 51850 from release25-maint branch.\n\n  As mentioned on python-dev, reverting patch #1504333 because it introduced\n  an infinite loop in rev 47154.\n\n  This patch also adds a test to prevent the regression.\n........\n  r51855 | neal.norwitz | 2006-09-11 06:28:16 +0200 (Mon, 11 Sep 2006) | 5 lines\n\n  Properly handle a NULL returned from PyArena_New().\n  (Also fix some whitespace)\n\n  Klocwork #364.\n........\n  r51856 | neal.norwitz | 2006-09-11 06:32:57 +0200 (Mon, 11 Sep 2006) | 1 line\n\n  Add a \"crasher\" taken from the sgml bug report referenced in the comment\n........\n  r51858 | georg.brandl | 2006-09-11 11:38:35 +0200 (Mon, 11 Sep 2006) | 12 lines\n\n  Forward-port of rev. 51857:\n\n  Building with HP\u0027s cc on HP-UX turned up a couple of problems.\n  _PyGILState_NoteThreadState was declared as static inconsistently.\n  Make it static as it\u0027s not necessary outside of this module.\n\n  Some tests failed because errno was reset to 0. (I think the tests\n  that failed were at least: test_fcntl and test_mailbox).\n  Ensure that errno doesn\u0027t change after a call to Py_END_ALLOW_THREADS.\n  This only affected debug builds.\n........\n  r51865 | martin.v.loewis | 2006-09-12 21:49:20 +0200 (Tue, 12 Sep 2006) | 2 lines\n\n  Forward-port 51862: Add sgml_input.html.\n........\n  r51866 | andrew.kuchling | 2006-09-12 22:50:23 +0200 (Tue, 12 Sep 2006) | 1 line\n\n  Markup typo fix\n........\n  r51867 | andrew.kuchling | 2006-09-12 23:09:02 +0200 (Tue, 12 Sep 2006) | 1 line\n\n  Some editing, markup fixes\n........\n  r51868 | andrew.kuchling | 2006-09-12 23:21:51 +0200 (Tue, 12 Sep 2006) | 1 line\n\n  More wordsmithing\n........\n  r51877 | andrew.kuchling | 2006-09-14 13:22:18 +0200 (Thu, 14 Sep 2006) | 1 line\n\n  Make --help mention that -v can be supplied multiple times\n........\n  r51878 | andrew.kuchling | 2006-09-14 13:28:50 +0200 (Thu, 14 Sep 2006) | 1 line\n\n  Rewrite help message to remove some of the parentheticals.  (There were a lot of them.)\n........\n  r51883 | ka-ping.yee | 2006-09-15 02:34:19 +0200 (Fri, 15 Sep 2006) | 2 lines\n\n  Fix grammar errors and improve clarity.\n........\n  r51885 | georg.brandl | 2006-09-15 07:22:24 +0200 (Fri, 15 Sep 2006) | 3 lines\n\n  Correct elementtree module index entry.\n........\n  r51889 | fred.drake | 2006-09-15 17:18:04 +0200 (Fri, 15 Sep 2006) | 4 lines\n\n  - fix module name in links in formatted documentation\n  - minor markup cleanup\n  (forward-ported from release25-maint revision 51888)\n........\n  r51891 | fred.drake | 2006-09-15 18:11:27 +0200 (Fri, 15 Sep 2006) | 3 lines\n\n  revise explanation of returns_unicode to reflect bool values\n  and to include the default value\n  (merged from release25-maint revision 51890)\n........\n  r51897 | martin.v.loewis | 2006-09-16 19:36:37 +0200 (Sat, 16 Sep 2006) | 2 lines\n\n  Patch #1557515: Add RLIMIT_SBSIZE.\n........\n  r51903 | ronald.oussoren | 2006-09-17 20:42:53 +0200 (Sun, 17 Sep 2006) | 2 lines\n\n  Port of revision 51902 in release25-maint to the trunk\n........\n  r51904 | ronald.oussoren | 2006-09-17 21:23:27 +0200 (Sun, 17 Sep 2006) | 3 lines\n\n  Tweak Mac/Makefile in to ensure that pythonw gets rebuild when the major version\n  of python changes (2.5 -\u003e 2.6). Bug #1552935.\n........\n  r51913 | guido.van.rossum | 2006-09-18 23:36:16 +0200 (Mon, 18 Sep 2006) | 2 lines\n\n  Make this thing executable.\n........\n  r51920 | gregory.p.smith | 2006-09-19 19:35:04 +0200 (Tue, 19 Sep 2006) | 5 lines\n\n  Fixes a bug with bsddb.DB.stat where the flags and txn keyword\n  arguments are transposed.  (reported by Louis Zechtzer)\n  ..already committed to release24-maint\n  ..needs committing to release25-maint\n........\n  r51926 | brett.cannon | 2006-09-20 20:34:28 +0200 (Wed, 20 Sep 2006) | 3 lines\n\n  Accidentally didn\u0027t commit Misc/NEWS entry on when __unicode__() was removed\n  from exceptions.\n........\n  r51927 | brett.cannon | 2006-09-20 20:43:13 +0200 (Wed, 20 Sep 2006) | 6 lines\n\n  Allow exceptions to be directly sliced again\n  (e.g., ``BaseException(1,2,3)[0:2]``).\n\n  Discovered in Python 2.5.0 by Thomas Heller and reported to python-dev.  This\n  should be backported to 2.5 .\n........\n  r51928 | brett.cannon | 2006-09-20 21:28:35 +0200 (Wed, 20 Sep 2006) | 2 lines\n\n  Make python.vim output more deterministic.\n........\n  r51949 | walter.doerwald | 2006-09-21 17:09:55 +0200 (Thu, 21 Sep 2006) | 2 lines\n\n  Fix typo.\n........\n  r51950 | jack.diederich | 2006-09-21 19:50:26 +0200 (Thu, 21 Sep 2006) | 5 lines\n\n  * regression bug, count_next was coercing a Py_ssize_t to an unsigned Py_size_t\n    which breaks negative counts\n  * added test for negative numbers\n  will backport to 2.5.1\n........\n  r51953 | jack.diederich | 2006-09-21 22:34:49 +0200 (Thu, 21 Sep 2006) | 1 line\n\n  added itertools.count(-n) fix\n........\n  r51971 | neal.norwitz | 2006-09-22 10:16:26 +0200 (Fri, 22 Sep 2006) | 10 lines\n\n  Fix %zd string formatting on Mac OS X so it prints negative numbers.\n\n  In addition to testing positive numbers, verify negative numbers work in configure.\n  In order to avoid compiler warnings on OS X 10.4, also change the order of the check\n  for the format character to use (PY_FORMAT_SIZE_T) in the sprintf format\n  for Py_ssize_t.  This patch changes PY_FORMAT_SIZE_T from \"\" to \"l\" if it wasn\u0027t\n  defined at configure time.  Need to verify the buildbot results.\n\n  Backport candidate (if everyone thinks this patch can\u0027t be improved).\n........\n  r51972 | neal.norwitz | 2006-09-22 10:18:10 +0200 (Fri, 22 Sep 2006) | 7 lines\n\n  Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)).\n\n  These tests should be improved.  Hopefully this fixes variations when\n  flipping back and forth between fpdef and fplist.\n\n  Backport candidate.\n........\n  r51975 | neal.norwitz | 2006-09-22 10:47:23 +0200 (Fri, 22 Sep 2006) | 4 lines\n\n  Mostly revert this file to the same version as before.  Only force setting\n  of PY_FORMAT_SIZE_T to \"l\" for Mac OSX.  I don\u0027t know a better define\n  to use.  This should get rid of the warnings on other platforms and Mac too.\n........\n  r51986 | fred.drake | 2006-09-23 02:26:31 +0200 (Sat, 23 Sep 2006) | 1 line\n\n  add boilerplate \"What\u0027s New\" document so the docs will build\n........\n  r51987 | neal.norwitz | 2006-09-23 06:11:38 +0200 (Sat, 23 Sep 2006) | 1 line\n\n  Remove extra semi-colons reported by Johnny Lee on python-dev.  Backport if anyone cares.\n........\n  r51989 | neal.norwitz | 2006-09-23 20:11:58 +0200 (Sat, 23 Sep 2006) | 1 line\n\n  SF Bug #1563963, add missing word and cleanup first sentance\n........\n  r51990 | brett.cannon | 2006-09-23 21:53:20 +0200 (Sat, 23 Sep 2006) | 3 lines\n\n  Make output on test_strptime() be more verbose in face of failure.  This is in\n  hopes that more information will help debug the failing test on HPPA Ubuntu.\n........\n  r51991 | georg.brandl | 2006-09-24 12:36:01 +0200 (Sun, 24 Sep 2006) | 2 lines\n\n  Fix webbrowser.BackgroundBrowser on Windows.\n........\n  r51993 | georg.brandl | 2006-09-24 14:35:36 +0200 (Sun, 24 Sep 2006) | 4 lines\n\n  Fix a bug in the parser\u0027s future statement handling that led to \"with\"\n  not being recognized as a keyword after, e.g., this statement:\n  from __future__ import division, with_statement\n........\n  r51995 | georg.brandl | 2006-09-24 14:50:24 +0200 (Sun, 24 Sep 2006) | 4 lines\n\n  Fix a bug in traceback.format_exception_only() that led to an error\n  being raised when print_exc() was called without an exception set.\n  In version 2.4, this printed \"None\", restored that behavior.\n........\n  r52000 | armin.rigo | 2006-09-25 17:16:26 +0200 (Mon, 25 Sep 2006) | 2 lines\n\n  Another crasher.\n........\n  r52011 | brett.cannon | 2006-09-27 01:38:24 +0200 (Wed, 27 Sep 2006) | 2 lines\n\n  Make the error message for when the time data and format do not match clearer.\n........\n  r52014 | andrew.kuchling | 2006-09-27 18:37:30 +0200 (Wed, 27 Sep 2006) | 1 line\n\n  Add news item for rev. 51815\n........\n  r52018 | andrew.kuchling | 2006-09-27 21:23:05 +0200 (Wed, 27 Sep 2006) | 1 line\n\n  Make examples do error checking on Py_InitModule\n........\n  r52032 | brett.cannon | 2006-09-29 00:10:14 +0200 (Fri, 29 Sep 2006) | 2 lines\n\n  Very minor grammatical fix in a comment.\n........\n  r52048 | george.yoshida | 2006-09-30 07:14:02 +0200 (Sat, 30 Sep 2006) | 4 lines\n\n  SF bug #1567976 : fix typo\n\n  Will backport to 2.5.\n........\n  r52051 | gregory.p.smith | 2006-09-30 08:08:20 +0200 (Sat, 30 Sep 2006) | 2 lines\n\n  wording change\n........\n  r52053 | georg.brandl | 2006-09-30 09:24:48 +0200 (Sat, 30 Sep 2006) | 2 lines\n\n  Bug #1567375: a minor logical glitch in example description.\n........\n  r52056 | georg.brandl | 2006-09-30 09:31:57 +0200 (Sat, 30 Sep 2006) | 3 lines\n\n  Bug #1565661: in webbrowser, split() the command for the default\n  GNOME browser in case it is a command with args.\n........\n  r52058 | georg.brandl | 2006-09-30 10:43:30 +0200 (Sat, 30 Sep 2006) | 4 lines\n\n  Patch #1567691: super() and new.instancemethod() now don\u0027t accept\n  keyword arguments any more (previously they accepted them, but didn\u0027t\n  use them).\n........\n  r52061 | georg.brandl | 2006-09-30 11:03:42 +0200 (Sat, 30 Sep 2006) | 3 lines\n\n  Bug #1566800: make sure that EnvironmentError can be called with any\n  number of arguments, as was the case in Python 2.4.\n........\n  r52063 | georg.brandl | 2006-09-30 11:06:45 +0200 (Sat, 30 Sep 2006) | 2 lines\n\n  Bug #1566663: remove obsolete example from datetime docs.\n........\n  r52065 | georg.brandl | 2006-09-30 11:13:21 +0200 (Sat, 30 Sep 2006) | 3 lines\n\n  Bug #1566602: correct failure of posixpath unittest when $HOME ends\n  with a slash.\n........\n  r52068 | georg.brandl | 2006-09-30 12:58:01 +0200 (Sat, 30 Sep 2006) | 3 lines\n\n  Bug #1457823: cgi.(Sv)FormContentDict\u0027s constructor now takes\n  keep_blank_values and strict_parsing keyword arguments.\n........\n  r52069 | georg.brandl | 2006-09-30 13:06:47 +0200 (Sat, 30 Sep 2006) | 3 lines\n\n  Bug #1560617: in pyclbr, return full module name not only for classes,\n  but also for functions.\n........\n  r52072 | georg.brandl | 2006-09-30 13:17:34 +0200 (Sat, 30 Sep 2006) | 3 lines\n\n  Bug #1556784: allow format strings longer than 127 characters in\n  datetime\u0027s strftime function.\n........\n  r52075 | georg.brandl | 2006-09-30 13:22:28 +0200 (Sat, 30 Sep 2006) | 3 lines\n\n  Bug #1446043: correctly raise a LookupError if an encoding name given\n  to encodings.search_function() contains a dot.\n........\n  r52078 | georg.brandl | 2006-09-30 14:02:57 +0200 (Sat, 30 Sep 2006) | 3 lines\n\n  Bug #1546052: clarify that PyString_FromString(AndSize) copies the\n  string pointed to by its parameter.\n........\n  r52080 | georg.brandl | 2006-09-30 14:16:03 +0200 (Sat, 30 Sep 2006) | 3 lines\n\n  Convert test_import to unittest.\n........\n  r52083 | kurt.kaiser | 2006-10-01 23:16:45 +0200 (Sun, 01 Oct 2006) | 5 lines\n\n  Some syntax errors were being caught by tokenize during the tabnanny\n  check, resulting in obscure error messages.  Do the syntax check\n  first.  Bug 1562716, 1562719\n........\n  r52084 | kurt.kaiser | 2006-10-01 23:54:37 +0200 (Sun, 01 Oct 2006) | 3 lines\n\n  Add comment explaining that error msgs may be due to user code when\n  running w/o subprocess.\n........\n  r52086 | martin.v.loewis | 2006-10-02 16:55:51 +0200 (Mon, 02 Oct 2006) | 3 lines\n\n  Fix test for uintptr_t. Fixes #1568842.\n  Will backport.\n........\n  r52089 | martin.v.loewis | 2006-10-02 17:20:37 +0200 (Mon, 02 Oct 2006) | 3 lines\n\n  Guard uintptr_t test with HAVE_STDINT_H, test for\n  stdint.h. Will backport.\n........\n  r52100 | vinay.sajip | 2006-10-03 20:02:37 +0200 (Tue, 03 Oct 2006) | 1 line\n\n  Documentation omitted the additional parameter to LogRecord.__init__ which was added in 2.5. (See SF #1569622).\n........\n  r52101 | vinay.sajip | 2006-10-03 20:20:26 +0200 (Tue, 03 Oct 2006) | 1 line\n\n  Documentation clarified to mention optional parameters.\n........\n  r52102 | vinay.sajip | 2006-10-03 20:21:56 +0200 (Tue, 03 Oct 2006) | 1 line\n\n  Modified LogRecord.__init__ to make the func parameter optional. (See SF #1569622).\n........\n  r52121 | brett.cannon | 2006-10-03 23:58:55 +0200 (Tue, 03 Oct 2006) | 2 lines\n\n  Fix minor typo in a comment.\n........\n  r52123 | brett.cannon | 2006-10-04 01:23:14 +0200 (Wed, 04 Oct 2006) | 2 lines\n\n  Convert test_imp over to unittest.\n........\n  r52128 | barry.warsaw | 2006-10-04 04:06:36 +0200 (Wed, 04 Oct 2006) | 3 lines\n\n  decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to\n  test for parts \u003e 3 when we use .split(..., 2).\n........\n  r52129 | jeremy.hylton | 2006-10-04 04:24:52 +0200 (Wed, 04 Oct 2006) | 9 lines\n\n  Fix for SF bug 1569998: break permitted inside try.\n\n  The compiler was checking that there was something on the fblock\n  stack, but not that there was a loop on the stack.  Fixed that and\n  added a test for the specific syntax error.\n\n  Bug fix candidate.\n........\n  r52130 | martin.v.loewis | 2006-10-04 07:47:34 +0200 (Wed, 04 Oct 2006) | 4 lines\n\n  Fix integer negation and absolute value to not rely\n  on undefined behaviour of the C compiler anymore.\n  Will backport to 2.5 and 2.4.\n........\n  r52135 | martin.v.loewis | 2006-10-04 11:21:20 +0200 (Wed, 04 Oct 2006) | 1 line\n\n  Forward port r52134: Add uuids for 2.4.4.\n........\n  r52137 | armin.rigo | 2006-10-04 12:23:57 +0200 (Wed, 04 Oct 2006) | 3 lines\n\n  Compilation problem caused by conflicting typedefs for uint32_t\n  (unsigned long vs. unsigned int).\n........\n  r52139 | armin.rigo | 2006-10-04 14:17:45 +0200 (Wed, 04 Oct 2006) | 23 lines\n\n  Forward-port of r52136,52138: a review of overflow-detecting code.\n\n  * unified the way intobject, longobject and mystrtoul handle\n    values around -sys.maxint-1.\n\n  * in general, trying to entierely avoid overflows in any computation\n    involving signed ints or longs is extremely involved.  Fixed a few\n    simple cases where a compiler might be too clever (but that\u0027s all\n    guesswork).\n\n  * more overflow checks against bad data in marshal.c.\n\n  * 2.5 specific: fixed a number of places that were still confusing int\n    and Py_ssize_t.  Some of them could potentially have caused\n    \"real-world\" breakage.\n\n  * list.pop(x): fixing overflow issues on x was messy.  I just reverted\n    to PyArg_ParseTuple(\"n\"), which does the right thing.  (An obscure\n    test was trying to give a Decimal to list.pop()... doesn\u0027t make\n    sense any more IMHO)\n\n  * trying to write a few tests...\n........\n  r52147 | andrew.kuchling | 2006-10-04 15:42:43 +0200 (Wed, 04 Oct 2006) | 6 lines\n\n  Cause a PyObject_Malloc() failure to trigger a MemoryError, and then\n  add \u0027if (PyErr_Occurred())\u0027 checks to various places so that NULL is\n  returned properly.\n\n  2.4 backport candidate.\n........\n  r52148 | martin.v.loewis | 2006-10-04 17:25:28 +0200 (Wed, 04 Oct 2006) | 1 line\n\n  Add MSVC8 project files to create wininst-8.exe.\n........\n  r52196 | brett.cannon | 2006-10-06 00:02:31 +0200 (Fri, 06 Oct 2006) | 7 lines\n\n  Clarify what \"re-initialization\" means for init_builtin() and init_dynamic().\n\n  Also remove warning about re-initialization as possibly raising an execption as\n  both call _PyImport_FindExtension() which pulls any module that was already\n  imported from the Python process\u0027 extension cache and just copies the __dict__\n  into the module stored in sys.modules.\n........\n  r52200 | fred.drake | 2006-10-06 02:03:45 +0200 (Fri, 06 Oct 2006) | 3 lines\n\n  - update links\n  - remove Sleepycat name now that they have been bought\n........\n  r52204 | andrew.kuchling | 2006-10-06 12:41:01 +0200 (Fri, 06 Oct 2006) | 1 line\n\n  Case fix\n........\n  r52208 | georg.brandl | 2006-10-06 14:46:08 +0200 (Fri, 06 Oct 2006) | 3 lines\n\n  Fix name.\n........\n  r52211 | andrew.kuchling | 2006-10-06 15:18:26 +0200 (Fri, 06 Oct 2006) | 1 line\n\n  [Bug #1545341] Allow \u0027classifier\u0027 parameter to be a tuple as well as a list.  Will backport.\n........\n  r52212 | armin.rigo | 2006-10-06 18:33:22 +0200 (Fri, 06 Oct 2006) | 4 lines\n\n  A very minor bug fix: this code looks like it is designed to accept\n  any hue value and do the modulo itself, except it doesn\u0027t quite do\n  it in all cases.  At least, the \"cannot get here\" comment was wrong.\n........\n  r52213 | andrew.kuchling | 2006-10-06 20:51:55 +0200 (Fri, 06 Oct 2006) | 1 line\n\n  Comment grammar\n........\n  r52218 | skip.montanaro | 2006-10-07 13:05:02 +0200 (Sat, 07 Oct 2006) | 6 lines\n\n  Note that the excel_tab class is registered as the \"excel-tab\" dialect.\n  Fixes 1572471.  Make a similar change for the excel class and clean up\n  references to the Dialects and Formatting Parameters section in a few\n  places.\n........\n  r52221 | georg.brandl | 2006-10-08 09:11:54 +0200 (Sun, 08 Oct 2006) | 3 lines\n\n  Add missing NEWS entry for rev. 52129.\n........\n  r52223 | hyeshik.chang | 2006-10-08 15:48:34 +0200 (Sun, 08 Oct 2006) | 3 lines\n\n  Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault\n  when encoding non-BMP unicode characters.  (Submitted by Ray Chason)\n........\n  r52227 | ronald.oussoren | 2006-10-08 19:37:58 +0200 (Sun, 08 Oct 2006) | 4 lines\n\n  Add version number to the link to the python documentation in\n  /Developer/Documentation/Python, better for users that install multiple versions\n  of python.\n........\n  r52229 | ronald.oussoren | 2006-10-08 19:40:02 +0200 (Sun, 08 Oct 2006) | 2 lines\n\n  Fix for bug #1570284\n........\n  r52233 | ronald.oussoren | 2006-10-08 19:49:52 +0200 (Sun, 08 Oct 2006) | 6 lines\n\n  MacOSX: distutils changes the values of BASECFLAGS and LDFLAGS when using a\n  universal build of python on OSX 10.3 to ensure that those flags can be used\n  to compile code (the universal build uses compiler flags that aren\u0027t supported\n  on 10.3). This patches gives the same treatment to CFLAGS, PY_CFLAGS and\n  BLDSHARED.\n........\n  r52236 | ronald.oussoren | 2006-10-08 19:51:46 +0200 (Sun, 08 Oct 2006) | 5 lines\n\n  MacOSX: The universal build requires that users have the MacOSX10.4u SDK\n  installed to build extensions. This patch makes distutils emit a warning when\n  the compiler should use an SDK but that SDK is not installed, hopefully reducing\n  some confusion.\n........\n  r52238 | ronald.oussoren | 2006-10-08 20:18:26 +0200 (Sun, 08 Oct 2006) | 3 lines\n\n  MacOSX: add more logic to recognize the correct startup file to patch to the\n  shell profile patching post-install script.\n........\n  r52242 | andrew.kuchling | 2006-10-09 19:10:12 +0200 (Mon, 09 Oct 2006) | 1 line\n\n  Add news item for rev. 52211 change\n........\n  r52245 | andrew.kuchling | 2006-10-09 20:05:19 +0200 (Mon, 09 Oct 2006) | 1 line\n\n  Fix wording in comment\n........\n  r52251 | georg.brandl | 2006-10-09 21:03:06 +0200 (Mon, 09 Oct 2006) | 2 lines\n\n  Patch #1572724: fix typo (\u0027\u003d\u0027 instead of \u0027\u003d\u003d\u0027) in _msi.c.\n........\n  r52255 | barry.warsaw | 2006-10-09 21:43:24 +0200 (Mon, 09 Oct 2006) | 2 lines\n\n  List gc.get_count() in the module docstring.\n........\n  r52257 | martin.v.loewis | 2006-10-09 22:44:25 +0200 (Mon, 09 Oct 2006) | 1 line\n\n  Bug #1565150: Fix subsecond processing for os.utime on Windows.\n........\n  r52268 | ronald.oussoren | 2006-10-10 09:55:06 +0200 (Tue, 10 Oct 2006) | 2 lines\n\n  MacOSX: fix permission problem in the generated installer\n........\n  r52293 | georg.brandl | 2006-10-12 09:38:04 +0200 (Thu, 12 Oct 2006) | 2 lines\n\n  Bug #1575746: fix typo in property() docs.\n........\n  r52295 | georg.brandl | 2006-10-12 09:57:21 +0200 (Thu, 12 Oct 2006) | 3 lines\n\n  Bug #813342: Start the IDLE subprocess with -Qnew if the parent\n  is started with that option.\n........\n  r52297 | georg.brandl | 2006-10-12 10:22:53 +0200 (Thu, 12 Oct 2006) | 2 lines\n\n  Bug #1565919: document set types in the Language Reference.\n........\n  r52299 | georg.brandl | 2006-10-12 11:20:33 +0200 (Thu, 12 Oct 2006) | 3 lines\n\n  Bug #1550524: better heuristics to find correct class definition\n  in inspect.findsource().\n........\n  r52301 | georg.brandl | 2006-10-12 11:47:12 +0200 (Thu, 12 Oct 2006) | 4 lines\n\n  Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode\n  arguments with the system default encoding just like the write()\n  method does, instead of converting it to a raw buffer.\n........\n  r52303 | georg.brandl | 2006-10-12 13:14:40 +0200 (Thu, 12 Oct 2006) | 2 lines\n\n  Bug #1546628: add a note about urlparse.urljoin() and absolute paths.\n........\n  r52305 | georg.brandl | 2006-10-12 13:27:59 +0200 (Thu, 12 Oct 2006) | 3 lines\n\n  Bug #1545497: when given an explicit base, int() did ignore NULs\n  embedded in the string to convert.\n........\n  r52307 | georg.brandl | 2006-10-12 13:41:11 +0200 (Thu, 12 Oct 2006) | 3 lines\n\n  Add a note to fpectl docs that it\u0027s not built by default\n  (bug #1556261).\n........\n  r52309 | georg.brandl | 2006-10-12 13:46:57 +0200 (Thu, 12 Oct 2006) | 3 lines\n\n  Bug #1560114: the Mac filesystem does have accurate information\n  about the case of filenames.\n........\n  r52311 | georg.brandl | 2006-10-12 13:59:27 +0200 (Thu, 12 Oct 2006) | 2 lines\n\n  Small grammar fix, thanks Sjoerd.\n........\n  r52313 | georg.brandl | 2006-10-12 14:03:07 +0200 (Thu, 12 Oct 2006) | 2 lines\n\n  Fix tarfile depending on buggy int(\u00271\\0\u0027, base) behavior.\n........\n  r52315 | georg.brandl | 2006-10-12 14:33:07 +0200 (Thu, 12 Oct 2006) | 2 lines\n\n  Bug #1283491: follow docstring convention wrt. keyword-able args in sum().\n........\n  r52316 | georg.brandl | 2006-10-12 15:08:16 +0200 (Thu, 12 Oct 2006) | 3 lines\n\n  Bug #1560179: speed up posixpath.(dir|base)name\n........\n  r52327 | brett.cannon | 2006-10-14 08:36:45 +0200 (Sat, 14 Oct 2006) | 3 lines\n\n  Clean up the language of a sentence relating to the connect() function and\n  user-defined datatypes.\n........\n  r52332 | neal.norwitz | 2006-10-14 23:33:38 +0200 (Sat, 14 Oct 2006) | 3 lines\n\n  Update the peephole optimizer to remove more dead code (jumps after returns)\n  and inline jumps to returns.\n........\n  r52333 | martin.v.loewis | 2006-10-15 09:54:40 +0200 (Sun, 15 Oct 2006) | 4 lines\n\n  Patch #1576954: Update VC6 build directory; remove redundant\n  files in VC7. Will backport to 2.5.\n........\n  r52335 | martin.v.loewis | 2006-10-15 10:43:33 +0200 (Sun, 15 Oct 2006) | 1 line\n\n  Patch #1576166: Support os.utime for directories on Windows NT+.\n........\n  r52336 | martin.v.loewis | 2006-10-15 10:51:22 +0200 (Sun, 15 Oct 2006) | 2 lines\n\n  Patch #1577551: Add ctypes and ET build support for VC6.\n  Will backport to 2.5.\n........\n  r52338 | martin.v.loewis | 2006-10-15 11:35:51 +0200 (Sun, 15 Oct 2006) | 1 line\n\n  Loosen the test for equal time stamps.\n........\n  r52339 | martin.v.loewis | 2006-10-15 11:43:39 +0200 (Sun, 15 Oct 2006) | 2 lines\n\n  Bug #1567666: Emulate GetFileAttributesExA for Win95.\n  Will backport to 2.5.\n........\n  r52341 | martin.v.loewis | 2006-10-15 13:02:07 +0200 (Sun, 15 Oct 2006) | 2 lines\n\n  Round to int, because some systems support sub-second time stamps in stat, but not in utime.\n  Also be consistent with modifying only mtime, not atime.\n........\n  r52342 | martin.v.loewis | 2006-10-15 13:57:40 +0200 (Sun, 15 Oct 2006) | 2 lines\n\n  Set the eol-style for project files to \"CRLF\".\n........\n  r52343 | martin.v.loewis | 2006-10-15 13:59:56 +0200 (Sun, 15 Oct 2006) | 3 lines\n\n  Drop binary property on dsp files, set eol-style\n  to CRLF instead.\n........\n  r52344 | martin.v.loewis | 2006-10-15 14:01:43 +0200 (Sun, 15 Oct 2006) | 2 lines\n\n  Remove binary property, set eol-style to CRLF instead.\n........\n  r52346 | martin.v.loewis | 2006-10-15 16:30:38 +0200 (Sun, 15 Oct 2006) | 2 lines\n\n  Mention the bdist_msi module. Will backport to 2.5.\n........\n  r52354 | brett.cannon | 2006-10-16 05:09:52 +0200 (Mon, 16 Oct 2006) | 3 lines\n\n  Fix turtle so that you can launch the demo2 function on its own instead of only\n  when the module is launched as a script.\n........\n  r52356 | martin.v.loewis | 2006-10-17 17:18:06 +0200 (Tue, 17 Oct 2006) | 2 lines\n\n  Patch #1457736: Update VC6 to use current PCbuild settings.\n  Will backport to 2.5.\n........\n  r52360 | martin.v.loewis | 2006-10-17 20:09:55 +0200 (Tue, 17 Oct 2006) | 2 lines\n\n  Remove obsolete file. Will backport.\n........\n  r52363 | martin.v.loewis | 2006-10-17 20:59:23 +0200 (Tue, 17 Oct 2006) | 4 lines\n\n  Forward-port r52358:\n  - Bug #1578513: Cross compilation was broken by a change to configure.\n  Repair so that it\u0027s back to how it was in 2.4.3.\n........\n  r52365 | thomas.heller | 2006-10-17 21:30:48 +0200 (Tue, 17 Oct 2006) | 6 lines\n\n  ctypes callback functions only support \u0027fundamental\u0027 result types.\n  Check this and raise an error when something else is used - before\n  this change ctypes would hang or crash when such a callback was\n  called.  This is a partial fix for #1574584.\n\n  Will backport to release25-maint.\n........\n  r52377 | tim.peters | 2006-10-18 07:06:06 +0200 (Wed, 18 Oct 2006) | 2 lines\n\n  newIobject():  repaired incorrect cast to quiet MSVC warning.\n........\n  r52378 | tim.peters | 2006-10-18 07:09:12 +0200 (Wed, 18 Oct 2006) | 2 lines\n\n  Whitespace normalization.\n........\n  r52379 | tim.peters | 2006-10-18 07:10:28 +0200 (Wed, 18 Oct 2006) | 2 lines\n\n  Add missing svn:eol-style to text files.\n........\n  r52387 | martin.v.loewis | 2006-10-19 12:58:46 +0200 (Thu, 19 Oct 2006) | 3 lines\n\n  Add check for the PyArg_ParseTuple format, and declare\n  it if it is supported.\n........\n  r52388 | martin.v.loewis | 2006-10-19 13:00:37 +0200 (Thu, 19 Oct 2006) | 3 lines\n\n  Fix various minor errors in passing arguments to\n  PyArg_ParseTuple.\n........\n  r52389 | martin.v.loewis | 2006-10-19 18:01:37 +0200 (Thu, 19 Oct 2006) | 2 lines\n\n  Restore CFLAGS after checking for __attribute__\n........\n  r52390 | andrew.kuchling | 2006-10-19 23:55:55 +0200 (Thu, 19 Oct 2006) | 1 line\n\n  [Bug #1576348] Fix typo in example\n........\n  r52414 | walter.doerwald | 2006-10-22 10:59:41 +0200 (Sun, 22 Oct 2006) | 2 lines\n\n  Port test___future__ to unittest.\n........\n  r52415 | ronald.oussoren | 2006-10-22 12:45:18 +0200 (Sun, 22 Oct 2006) | 3 lines\n\n  Patch #1580674: with this patch os.readlink uses the filesystem encoding to\n  decode unicode objects and returns an unicode object when the argument is one.\n........\n  r52416 | martin.v.loewis | 2006-10-22 12:46:18 +0200 (Sun, 22 Oct 2006) | 3 lines\n\n  Patch #1580872: Remove duplicate declaration of PyCallable_Check.\n  Will backport to 2.5.\n........\n  r52418 | martin.v.loewis | 2006-10-22 12:55:15 +0200 (Sun, 22 Oct 2006) | 4 lines\n\n  - Patch #1560695: Add .note.GNU-stack to ctypes\u0027 sysv.S so that\n    ctypes isn\u0027t considered as requiring executable stacks.\n  Will backport to 2.5.\n........\n  r52420 | martin.v.loewis | 2006-10-22 15:45:13 +0200 (Sun, 22 Oct 2006) | 3 lines\n\n  Remove passwd.adjunct.byname from list of maps\n  for test_nis. Will backport to 2.5.\n........\n  r52431 | georg.brandl | 2006-10-24 18:54:16 +0200 (Tue, 24 Oct 2006) | 2 lines\n\n  Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated\n........\n  r52446 | andrew.kuchling | 2006-10-26 21:10:46 +0200 (Thu, 26 Oct 2006) | 1 line\n\n  [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation.  Reported by David Faure.\n........\n  r52449 | andrew.kuchling | 2006-10-26 21:16:46 +0200 (Thu, 26 Oct 2006) | 1 line\n\n  Typo fix\n........\n  r52452 | martin.v.loewis | 2006-10-27 08:16:31 +0200 (Fri, 27 Oct 2006) | 3 lines\n\n  Patch #1549049: Rewrite type conversion in structmember.\n  Fixes #1545696 and #1566140. Will backport to 2.5.\n........\n  r52454 | martin.v.loewis | 2006-10-27 08:42:27 +0200 (Fri, 27 Oct 2006) | 2 lines\n\n  Check for values.h. Will backport.\n........\n  r52456 | martin.v.loewis | 2006-10-27 09:06:52 +0200 (Fri, 27 Oct 2006) | 2 lines\n\n  Get DBL_MAX from float.h not values.h. Will backport.\n........\n  r52458 | martin.v.loewis | 2006-10-27 09:13:28 +0200 (Fri, 27 Oct 2006) | 2 lines\n\n  Patch #1567274: Support SMTP over TLS.\n........\n  r52459 | andrew.kuchling | 2006-10-27 13:33:29 +0200 (Fri, 27 Oct 2006) | 1 line\n\n  Set svn:keywords property\n........\n  r52460 | andrew.kuchling | 2006-10-27 13:36:41 +0200 (Fri, 27 Oct 2006) | 1 line\n\n  Add item\n........\n  r52461 | andrew.kuchling | 2006-10-27 13:37:01 +0200 (Fri, 27 Oct 2006) | 1 line\n\n  Some wording changes and markup fixes\n........\n  r52462 | andrew.kuchling | 2006-10-27 14:18:38 +0200 (Fri, 27 Oct 2006) | 1 line\n\n  [Bug #1585690] Note that line_num was added in Python 2.5\n........\n  r52464 | andrew.kuchling | 2006-10-27 14:50:38 +0200 (Fri, 27 Oct 2006) | 1 line\n\n  [Bug #1583946] Reword description of server and issuer\n........\n  r52466 | andrew.kuchling | 2006-10-27 15:06:25 +0200 (Fri, 27 Oct 2006) | 1 line\n\n  [Bug #1562583] Mention the set_reuse_addr() method\n........\n  r52469 | andrew.kuchling | 2006-10-27 15:22:46 +0200 (Fri, 27 Oct 2006) | 4 lines\n\n  [Bug #1542016] Report PCALL_POP value.  This makes the return value of sys.callstats() match its docstring.\n\n  Backport candidate.  Though it\u0027s an API change, this is a pretty obscure\n  portion of the API.\n........\n  r52473 | andrew.kuchling | 2006-10-27 16:53:41 +0200 (Fri, 27 Oct 2006) | 1 line\n\n  Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules\n........\n  r52476 | andrew.kuchling | 2006-10-27 18:39:10 +0200 (Fri, 27 Oct 2006) | 1 line\n\n  [Bug #1576241] Let functools.wraps work with built-in functions\n........\n  r52478 | andrew.kuchling | 2006-10-27 18:55:34 +0200 (Fri, 27 Oct 2006) | 1 line\n\n  [Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error\n........\n  r52480 | andrew.kuchling | 2006-10-27 19:06:16 +0200 (Fri, 27 Oct 2006) | 1 line\n\n  Clarify docstring\n........\n  r52481 | andrew.kuchling | 2006-10-27 19:11:23 +0200 (Fri, 27 Oct 2006) | 5 lines\n\n  [Patch #1574068 by Scott Dial] urllib and urllib2 were using\n  base64.encodestring() for encoding authentication data.\n  encodestring() can include newlines for very long input, which\n  produced broken HTTP headers.\n........\n  r52483 | andrew.kuchling | 2006-10-27 20:13:46 +0200 (Fri, 27 Oct 2006) | 1 line\n\n  Check db_setup_debug for a few print statements; change sqlite_setup_debug to False\n........\n  r52484 | andrew.kuchling | 2006-10-27 20:15:02 +0200 (Fri, 27 Oct 2006) | 1 line\n\n  [Patch #1503717] Tiny patch from Chris AtLee to stop a lengthy line from being printed\n........\n  r52485 | thomas.heller | 2006-10-27 20:31:36 +0200 (Fri, 27 Oct 2006) | 5 lines\n\n  WindowsError.str should display the windows error code,\n  not the posix error code; with test.\n  Fixes #1576174.\n\n  Will backport to release25-maint.\n........\n  r52487 | thomas.heller | 2006-10-27 21:05:53 +0200 (Fri, 27 Oct 2006) | 4 lines\n\n  Modulefinder now handles absolute and relative imports, including\n  tests.\n\n  Will backport to release25-maint.\n........\n  r52488 | georg.brandl | 2006-10-27 22:39:43 +0200 (Fri, 27 Oct 2006) | 2 lines\n\n  Patch #1552024: add decorator support to unparse.py demo script.\n........\n  r52492 | walter.doerwald | 2006-10-28 12:47:12 +0200 (Sat, 28 Oct 2006) | 2 lines\n\n  Port test_bufio to unittest.\n........\n  r52493 | georg.brandl | 2006-10-28 15:10:17 +0200 (Sat, 28 Oct 2006) | 6 lines\n\n  Convert test_global, test_scope and test_grammar to unittest.\n\n  I tried to enclose all tests which must be run at the toplevel\n  (instead of inside a method) in exec statements.\n........\n  r52494 | georg.brandl | 2006-10-28 15:11:41 +0200 (Sat, 28 Oct 2006) | 3 lines\n\n  Update outstanding bugs test file.\n........\n  r52495 | georg.brandl | 2006-10-28 15:51:49 +0200 (Sat, 28 Oct 2006) | 3 lines\n\n  Convert test_math to unittest.\n........\n  r52496 | georg.brandl | 2006-10-28 15:56:58 +0200 (Sat, 28 Oct 2006) | 3 lines\n\n  Convert test_opcodes to unittest.\n........\n  r52497 | georg.brandl | 2006-10-28 18:04:04 +0200 (Sat, 28 Oct 2006) | 2 lines\n\n  Fix nth() itertool recipe.\n........\n  r52500 | georg.brandl | 2006-10-28 22:25:09 +0200 (Sat, 28 Oct 2006) | 2 lines\n\n  make test_grammar pass with python -O\n........\n  r52501 | neal.norwitz | 2006-10-28 23:15:30 +0200 (Sat, 28 Oct 2006) | 6 lines\n\n  Add some asserts.  In sysmodule, I think these were to try to silence\n  some warnings from Klokwork.  They verify the assumptions of the format\n  of svn version output.\n\n  The assert in the thread module helped debug a problem on HP-UX.\n........\n  r52502 | neal.norwitz | 2006-10-28 23:16:54 +0200 (Sat, 28 Oct 2006) | 5 lines\n\n  Fix warnings with HP\u0027s C compiler.  It doesn\u0027t recognize that infinite\n  loops are, um, infinite.  These conditions should not be able to happen.\n\n  Will backport.\n........\n  r52503 | neal.norwitz | 2006-10-28 23:17:51 +0200 (Sat, 28 Oct 2006) | 5 lines\n\n  Fix crash in test on HP-UX.  Apparently, it\u0027s not possible to delete a lock if\n  it\u0027s held (even by the current thread).\n\n  Will backport.\n........\n  r52504 | neal.norwitz | 2006-10-28 23:19:07 +0200 (Sat, 28 Oct 2006) | 6 lines\n\n  Fix bug #1565514, SystemError not raised on too many nested blocks.\n  It seems like this should be a different error than SystemError, but\n  I don\u0027t have any great ideas and SystemError was raised in 2.4 and earlier.\n\n  Will backport.\n........\n  r52505 | neal.norwitz | 2006-10-28 23:20:12 +0200 (Sat, 28 Oct 2006) | 4 lines\n\n  Prevent crash if alloc of garbage fails.  Found by Typo.pl.\n\n  Will backport.\n........\n  r52506 | neal.norwitz | 2006-10-28 23:21:00 +0200 (Sat, 28 Oct 2006) | 4 lines\n\n  Don\u0027t inline Py_ADDRESS_IN_RANGE with gcc 4+ either.\n\n  Will backport.\n........\n  r52513 | neal.norwitz | 2006-10-28 23:56:49 +0200 (Sat, 28 Oct 2006) | 2 lines\n\n  Fix test_modulefinder so it doesn\u0027t fail when run after test_distutils.\n........\n  r52514 | neal.norwitz | 2006-10-29 00:12:26 +0200 (Sun, 29 Oct 2006) | 4 lines\n\n  From SF 1557890, fix problem of using wrong type in example.\n\n  Will backport.\n........\n  r52517 | georg.brandl | 2006-10-29 09:39:22 +0100 (Sun, 29 Oct 2006) | 4 lines\n\n  Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and\n  fix all codecs file wrappers to work correctly with the \"with\"\n  statement (bug #1586513).\n........\n  r52519 | georg.brandl | 2006-10-29 09:47:08 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Clean up a leftover from old listcomp generation code.\n........\n  r52520 | georg.brandl | 2006-10-29 09:53:06 +0100 (Sun, 29 Oct 2006) | 4 lines\n\n  Bug #1586448: the compiler module now emits the same bytecode for\n  list comprehensions as the builtin compiler, using the LIST_APPEND\n  opcode.\n........\n  r52521 | georg.brandl | 2006-10-29 10:01:01 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Remove trailing comma.\n........\n  r52522 | georg.brandl | 2006-10-29 10:05:04 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Bug #1357915: allow all sequence types for shell arguments in\n  subprocess.\n........\n  r52524 | georg.brandl | 2006-10-29 10:16:12 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Patch #1583880: fix tarfile\u0027s problems with long names and posix/\n  GNU modes.\n........\n  r52526 | georg.brandl | 2006-10-29 10:18:00 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Test assert if __debug__ is true.\n........\n  r52527 | georg.brandl | 2006-10-29 10:32:16 +0100 (Sun, 29 Oct 2006) | 2 lines\n\n  Fix the new EncodedFile test to work with big endian platforms.\n........\n  r52529 | georg.brandl | 2006-10-29 15:39:09 +0100 (Sun, 29 Oct 2006) | 2 lines\n\n  Bug #1586613: fix zlib and bz2 codecs\u0027 incremental en/decoders.\n........\n  r52532 | georg.brandl | 2006-10-29 19:01:08 +0100 (Sun, 29 Oct 2006) | 2 lines\n\n  Bug #1586773: extend hashlib docstring.\n........\n  r52534 | neal.norwitz | 2006-10-29 19:30:10 +0100 (Sun, 29 Oct 2006) | 4 lines\n\n  Update comments, remove commented out code.\n  Move assembler structure next to assembler code to make it easier to\n  move it to a separate file.\n........\n  r52535 | georg.brandl | 2006-10-29 19:31:42 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Bug #1576657: when setting a KeyError for a tuple key, make sure that\n  the tuple isn\u0027t used as the \"exception arguments tuple\".\n........\n  r52537 | georg.brandl | 2006-10-29 20:13:40 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Convert test_mmap to unittest.\n........\n  r52538 | georg.brandl | 2006-10-29 20:20:45 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Convert test_poll to unittest.\n........\n  r52539 | georg.brandl | 2006-10-29 20:24:43 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Convert test_nis to unittest.\n........\n  r52540 | georg.brandl | 2006-10-29 20:35:03 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Convert test_types to unittest.\n........\n  r52541 | georg.brandl | 2006-10-29 20:51:16 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Convert test_cookie to unittest.\n........\n  r52542 | georg.brandl | 2006-10-29 21:09:12 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Convert test_cgi to unittest.\n........\n  r52543 | georg.brandl | 2006-10-29 21:24:01 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Completely convert test_httplib to unittest.\n........\n  r52544 | georg.brandl | 2006-10-29 21:28:26 +0100 (Sun, 29 Oct 2006) | 2 lines\n\n  Convert test_MimeWriter to unittest.\n........\n  r52545 | georg.brandl | 2006-10-29 21:31:17 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Convert test_openpty to unittest.\n........\n  r52546 | georg.brandl | 2006-10-29 21:35:12 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Remove leftover test output file.\n........\n  r52547 | georg.brandl | 2006-10-29 22:54:18 +0100 (Sun, 29 Oct 2006) | 3 lines\n\n  Move the check for openpty to the beginning.\n........\n  r52548 | walter.doerwald | 2006-10-29 23:06:28 +0100 (Sun, 29 Oct 2006) | 2 lines\n\n  Add tests for basic argument errors.\n........\n  r52549 | walter.doerwald | 2006-10-30 00:02:27 +0100 (Mon, 30 Oct 2006) | 3 lines\n\n  Add tests for incremental codecs with an errors\n  argument.\n........\n  r52550 | neal.norwitz | 2006-10-30 00:39:03 +0100 (Mon, 30 Oct 2006) | 1 line\n\n  Fix refleak\n........\n  r52552 | neal.norwitz | 2006-10-30 00:58:36 +0100 (Mon, 30 Oct 2006) | 1 line\n\n  I\u0027m assuming this is correct, it fixes the tests so they pass again\n........\n  r52555 | vinay.sajip | 2006-10-31 18:32:37 +0100 (Tue, 31 Oct 2006) | 1 line\n\n  Change to improve speed of _fixupChildren\n........\n  r52556 | vinay.sajip | 2006-10-31 18:34:31 +0100 (Tue, 31 Oct 2006) | 1 line\n\n  Added relativeCreated to Formatter doc (has been in the system for a long time - was unaccountably left out of the docs and not noticed until now).\n........\n  r52588 | thomas.heller | 2006-11-02 20:48:24 +0100 (Thu, 02 Nov 2006) | 5 lines\n\n  Replace the XXX marker in the \u0027Arrays and pointers\u0027 reference manual\n  section with a link to the tutorial sections.\n\n  Will backport to release25-maint.\n........\n  r52592 | thomas.heller | 2006-11-02 21:22:29 +0100 (Thu, 02 Nov 2006) | 6 lines\n\n  Fix a code example by adding a missing import.\n\n  Fixes #1557890.\n\n  Will backport to release25-maint.\n........\n  r52598 | tim.peters | 2006-11-03 03:32:46 +0100 (Fri, 03 Nov 2006) | 2 lines\n\n  Whitespace normalization.\n........\n  r52619 | martin.v.loewis | 2006-11-04 19:14:06 +0100 (Sat, 04 Nov 2006) | 4 lines\n\n  - Patch #1060577: Extract list of RPM files from spec file in\n    bdist_rpm\n  Will backport to 2.5.\n........\n  r52621 | neal.norwitz | 2006-11-04 20:25:22 +0100 (Sat, 04 Nov 2006) | 4 lines\n\n  Bug #1588287: fix invalid assertion for `1,2` in debug builds.\n\n  Will backport\n........\n  r52630 | andrew.kuchling | 2006-11-05 22:04:37 +0100 (Sun, 05 Nov 2006) | 1 line\n\n  Update link\n........\n  r52631 | skip.montanaro | 2006-11-06 15:34:52 +0100 (Mon, 06 Nov 2006) | 1 line\n\n  note that user can control directory location even if default dir is used\n........\n  r52644 | ronald.oussoren | 2006-11-07 16:53:38 +0100 (Tue, 07 Nov 2006) | 2 lines\n\n  Fix a number of typos in strings and comments (sf#1589070)\n........\n  r52647 | ronald.oussoren | 2006-11-07 17:00:34 +0100 (Tue, 07 Nov 2006) | 2 lines\n\n  Whitespace changes to make the source more compliant with PEP8 (SF#1589070)\n........\n  r52651 | thomas.heller | 2006-11-07 19:01:18 +0100 (Tue, 07 Nov 2006) | 3 lines\n\n  Fix markup.\n\n  Will backport to release25-maint.\n........\n  r52653 | thomas.heller | 2006-11-07 19:20:47 +0100 (Tue, 07 Nov 2006) | 3 lines\n\n  Fix grammatical error as well.\n\n  Will backport to release25-maint.\n........\n  r52657 | andrew.kuchling | 2006-11-07 21:39:16 +0100 (Tue, 07 Nov 2006) | 1 line\n\n  Add missing word\n........\n  r52662 | martin.v.loewis | 2006-11-08 07:46:37 +0100 (Wed, 08 Nov 2006) | 4 lines\n\n  Correctly forward exception in instance_contains().\n  Fixes #1591996. Patch contributed by Neal Norwitz.\n  Will backport.\n........\n  r52664 | martin.v.loewis | 2006-11-08 07:48:36 +0100 (Wed, 08 Nov 2006) | 2 lines\n\n  News entry for 52662.\n........\n  r52665 | martin.v.loewis | 2006-11-08 08:35:55 +0100 (Wed, 08 Nov 2006) | 2 lines\n\n  Patch #1351744: Add askyesnocancel helper for tkMessageBox.\n........\n  r52666 | georg.brandl | 2006-11-08 08:45:59 +0100 (Wed, 08 Nov 2006) | 2 lines\n\n  Patch #1592072: fix docs for return value of PyErr_CheckSignals.\n........\n  r52668 | georg.brandl | 2006-11-08 11:04:29 +0100 (Wed, 08 Nov 2006) | 3 lines\n\n  Bug #1592533: rename variable in heapq doc example, to avoid shadowing\n  \"sorted\".\n........\n  r52671 | andrew.kuchling | 2006-11-08 14:35:34 +0100 (Wed, 08 Nov 2006) | 1 line\n\n  Add section on the functional module\n........\n  r52672 | andrew.kuchling | 2006-11-08 15:14:30 +0100 (Wed, 08 Nov 2006) | 1 line\n\n  Add section on operator module; make a few edits\n........\n  r52673 | andrew.kuchling | 2006-11-08 15:24:03 +0100 (Wed, 08 Nov 2006) | 1 line\n\n  Add table of contents; this required fixing a few headings.  Some more smalle edits.\n........\n  r52674 | andrew.kuchling | 2006-11-08 15:30:14 +0100 (Wed, 08 Nov 2006) | 1 line\n\n  More edits\n........\n  r52686 | martin.v.loewis | 2006-11-09 12:06:03 +0100 (Thu, 09 Nov 2006) | 3 lines\n\n  Patch #838546: Make terminal become controlling in pty.fork().\n  Will backport to 2.5.\n........\n  r52688 | martin.v.loewis | 2006-11-09 12:27:32 +0100 (Thu, 09 Nov 2006) | 2 lines\n\n  Patch #1592250: Add elidge argument to Tkinter.Text.search.\n........\n  r52690 | andrew.kuchling | 2006-11-09 14:27:07 +0100 (Thu, 09 Nov 2006) | 7 lines\n\n  [Bug #1569790] mailbox.Maildir.get_folder() loses factory information\n\n  Both the Maildir and MH classes had this bug; the patch fixes both classes\n  and adds a test.\n\n  Will backport to 25-maint.\n........\n  r52692 | andrew.kuchling | 2006-11-09 14:51:14 +0100 (Thu, 09 Nov 2006) | 1 line\n\n  [Patch #1514544 by David Watson] use fsync() to ensure data is really on disk\n........\n  r52695 | walter.doerwald | 2006-11-09 17:23:26 +0100 (Thu, 09 Nov 2006) | 2 lines\n\n  Replace C++ comment with C comment (fixes SF bug #1593525).\n........\n  r52712 | andrew.kuchling | 2006-11-09 22:16:46 +0100 (Thu, 09 Nov 2006) | 11 lines\n\n  [Patch #1514543] mailbox (Maildir): avoid losing messages on name clash\n\n  Two changes:\n\n  Where possible, use link()/remove() to move files into a directory; this\n  makes it easier to avoid overwriting an existing file.\n\n  Use _create_carefully() to create files in tmp/, which uses O_EXCL.\n\n  Backport candidate.\n........\n  r52716 | phillip.eby | 2006-11-10 01:33:36 +0100 (Fri, 10 Nov 2006) | 4 lines\n\n  Fix SF#1566719: not creating site-packages (or other target directory) when\n  installing .egg-info for a project that contains no modules or packages,\n  while using --root (as in bdist_rpm).\n........\n  r52719 | andrew.kuchling | 2006-11-10 14:14:01 +0100 (Fri, 10 Nov 2006) | 1 line\n\n  Reword entry\n........\n  r52725 | andrew.kuchling | 2006-11-10 15:39:01 +0100 (Fri, 10 Nov 2006) | 1 line\n\n  [Feature request #1542920] Link to wsgi.org\n........\n  r52731 | georg.brandl | 2006-11-11 19:29:11 +0100 (Sat, 11 Nov 2006) | 2 lines\n\n  Bug #1594742: wrong word in stringobject doc.\n........\n  r52733 | georg.brandl | 2006-11-11 19:32:47 +0100 (Sat, 11 Nov 2006) | 2 lines\n\n  Bug #1594758: wording improvement for dict.update() docs.\n........\n  r52736 | martin.v.loewis | 2006-11-12 11:32:47 +0100 (Sun, 12 Nov 2006) | 3 lines\n\n  Patch #1065257: Support passing open files as body in\n  HTTPConnection.request().\n........\n  r52737 | martin.v.loewis | 2006-11-12 11:41:39 +0100 (Sun, 12 Nov 2006) | 2 lines\n\n  Patch #1355023: support whence argument for GzipFile.seek.\n........\n  r52738 | martin.v.loewis | 2006-11-12 19:24:26 +0100 (Sun, 12 Nov 2006) | 2 lines\n\n  Bug #1067760: Deprecate passing floats to file.seek.\n........\n  r52739 | martin.v.loewis | 2006-11-12 19:48:13 +0100 (Sun, 12 Nov 2006) | 3 lines\n\n  Patch #1359217: Ignore 2xx response before 150 response.\n  Will backport to 2.5.\n........\n  r52741 | martin.v.loewis | 2006-11-12 19:56:03 +0100 (Sun, 12 Nov 2006) | 4 lines\n\n  Patch #1360200: Use unmangled_version RPM spec field to deal with\n  file name mangling.\n  Will backport to 2.5.\n........\n  r52753 | walter.doerwald | 2006-11-15 17:23:46 +0100 (Wed, 15 Nov 2006) | 2 lines\n\n  Fix typo.\n........\n  r52754 | georg.brandl | 2006-11-15 18:42:03 +0100 (Wed, 15 Nov 2006) | 2 lines\n\n  Bug #1594809: add a note to README regarding PYTHONPATH and make install.\n........\n  r52762 | georg.brandl | 2006-11-16 16:05:14 +0100 (Thu, 16 Nov 2006) | 2 lines\n\n  Bug #1597576: mention that the new base64 api has been introduced in py2.4.\n........\n  r52764 | georg.brandl | 2006-11-16 17:50:59 +0100 (Thu, 16 Nov 2006) | 3 lines\n\n  Bug #1597824: return the registered function from atexit.register()\n  to facilitate usage as a decorator.\n........\n  r52765 | georg.brandl | 2006-11-16 18:08:45 +0100 (Thu, 16 Nov 2006) | 4 lines\n\n  Bug #1588217: don\u0027t parse \"\u003d \" as a soft line break in binascii\u0027s\n  a2b_qp() function, instead leave it in the string as quopri.decode()\n  does.\n........\n  r52776 | andrew.kuchling | 2006-11-17 14:30:25 +0100 (Fri, 17 Nov 2006) | 17 lines\n\n  Remove file-locking in MH.pack() method.\n  This change looks massive but it\u0027s mostly a re-indenting after\n  removing some try...finally blocks.\n\n  Also adds a test case that does a pack() while the mailbox is locked; this\n  test would have turned up bugs in the original code on some platforms.\n\n  In both nmh and GNU Mailutils\u0027 implementation of MH-format mailboxes,\n  no locking is done of individual message files when renaming them.\n\n  The original mailbox.py code did do locking, which meant that message\n  files had to be opened.  This code was buggy on certain platforms\n  (found through reading the code); there were code paths that closed\n  the file object and then called _unlock_file() on it.\n\n  Will backport to 25-maint once I see how the buildbots react to this patch.\n........\n  r52780 | martin.v.loewis | 2006-11-18 19:00:23 +0100 (Sat, 18 Nov 2006) | 5 lines\n\n  Patch #1538878: Don\u0027t make tkSimpleDialog dialogs transient if\n  the parent window is withdrawn. This mirrors what dialog.tcl\n  does.\n  Will backport to 2.5.\n........\n  r52782 | martin.v.loewis | 2006-11-18 19:05:35 +0100 (Sat, 18 Nov 2006) | 4 lines\n\n  Patch #1594554: Always close a tkSimpleDialog on ok(), even\n  if an exception occurs.\n  Will backport to 2.5.\n........\n  r52784 | martin.v.loewis | 2006-11-18 19:42:11 +0100 (Sat, 18 Nov 2006) | 3 lines\n\n  Patch #1472877: Fix Tix subwidget name resolution.\n  Will backport to 2.5.\n........\n  r52786 | andrew.kuchling | 2006-11-18 23:17:33 +0100 (Sat, 18 Nov 2006) | 1 line\n\n  Expand checking in test_sha\n........\n  r52787 | georg.brandl | 2006-11-19 09:48:30 +0100 (Sun, 19 Nov 2006) | 3 lines\n\n  Patch [ 1586791 ] better error msgs for some TypeErrors\n........\n  r52788 | martin.v.loewis | 2006-11-19 11:41:41 +0100 (Sun, 19 Nov 2006) | 4 lines\n\n  Make cStringIO.truncate raise IOError for negative\n  arguments (even for -1). Fixes the last bit of\n  #1359365.\n........\n  r52789 | andrew.kuchling | 2006-11-19 19:40:01 +0100 (Sun, 19 Nov 2006) | 1 line\n\n  Add a test case of data w/ bytes \u003e 127\n........\n  r52790 | martin.v.loewis | 2006-11-19 19:51:54 +0100 (Sun, 19 Nov 2006) | 3 lines\n\n  Patch #1070046: Marshal new-style objects like InstanceType\n  in xmlrpclib.\n........\n  r52792 | neal.norwitz | 2006-11-19 22:26:53 +0100 (Sun, 19 Nov 2006) | 4 lines\n\n  Speed up function calls into the math module by using METH_O.\n  There should be no functional changes. However, the error msgs are\n  slightly different.  Also verified that the module dict is not NULL on init.\n........\n  r52794 | george.yoshida | 2006-11-20 03:24:48 +0100 (Mon, 20 Nov 2006) | 2 lines\n\n  markup fix\n........\n  r52795 | georg.brandl | 2006-11-20 08:12:58 +0100 (Mon, 20 Nov 2006) | 3 lines\n\n  Further markup fix.\n........\n  r52800 | andrew.kuchling | 2006-11-20 14:39:37 +0100 (Mon, 20 Nov 2006) | 2 lines\n\n  Jython compatibility fix: if uu.decode() opened its output file, be sure to\n  close it.\n........\n  r52811 | neal.norwitz | 2006-11-21 06:26:22 +0100 (Tue, 21 Nov 2006) | 9 lines\n\n  Bug #1599782: Fix segfault on bsddb.db.DB().type().\n\n  The problem is that _DB_get_type() can\u0027t be called without the GIL\n  because it calls a bunch of PyErr_* APIs when an error occurs.\n  There were no other cases in this file that it was called without the GIL.\n  Removing the BEGIN/END THREAD around _DB_get_type() made everything work.\n\n  Will backport.\n........\n  r52814 | neal.norwitz | 2006-11-21 06:51:51 +0100 (Tue, 21 Nov 2006) | 1 line\n\n  Oops, convert tabs to spaces\n........\n  r52815 | neal.norwitz | 2006-11-21 07:23:44 +0100 (Tue, 21 Nov 2006) | 1 line\n\n  Fix SF #1599879, socket.gethostname should ref getfqdn directly.\n........\n  r52817 | martin.v.loewis | 2006-11-21 19:20:25 +0100 (Tue, 21 Nov 2006) | 4 lines\n\n  Conditionalize definition of _CRT_SECURE_NO_DEPRECATE\n  and _CRT_NONSTDC_NO_DEPRECATE.\n  Will backport.\n........\n  r52821 | martin.v.loewis | 2006-11-22 09:50:02 +0100 (Wed, 22 Nov 2006) | 4 lines\n\n  Patch #1362975: Rework CodeContext indentation algorithm to\n  avoid hard-coding pixel widths. Also make the text\u0027s scrollbar\n  a child of the text frame, not the top widget.\n........\n  r52826 | walter.doerwald | 2006-11-23 06:03:56 +0100 (Thu, 23 Nov 2006) | 3 lines\n\n  Change decode() so that it works with a buffer (i.e. unicode(..., \u0027utf-8-sig\u0027))\n  SF bug #1601501.\n........\n  r52833 | georg.brandl | 2006-11-23 10:55:07 +0100 (Thu, 23 Nov 2006) | 2 lines\n\n  Bug #1601630: little improvement to getopt docs\n........\n  r52835 | michael.hudson | 2006-11-23 14:54:04 +0100 (Thu, 23 Nov 2006) | 3 lines\n\n  a test for an error condition not covered by existing tests\n  (noticed this when writing the equivalent code for pypy)\n........\n  r52839 | raymond.hettinger | 2006-11-23 22:06:03 +0100 (Thu, 23 Nov 2006) | 1 line\n\n  Fix and/add typo\n........\n  r52840 | raymond.hettinger | 2006-11-23 22:35:19 +0100 (Thu, 23 Nov 2006) | 1 line\n\n  ... and the number of the counting shall be three.\n........\n  r52841 | thomas.heller | 2006-11-24 19:45:39 +0100 (Fri, 24 Nov 2006) | 1 line\n\n  Fix bug #1598620: A ctypes structure cannot contain itself.\n........\n  r52843 | martin.v.loewis | 2006-11-25 16:39:19 +0100 (Sat, 25 Nov 2006) | 3 lines\n\n  Disable _XOPEN_SOURCE on NetBSD 1.x.\n  Will backport to 2.5\n........\n  r52845 | georg.brandl | 2006-11-26 20:27:47 +0100 (Sun, 26 Nov 2006) | 2 lines\n\n  Bug #1603321: make pstats.Stats accept Unicode file paths.\n........\n  r52850 | georg.brandl | 2006-11-27 19:46:21 +0100 (Mon, 27 Nov 2006) | 2 lines\n\n  Bug #1603789: grammatical error in Tkinter docs.\n........\n  r52855 | thomas.heller | 2006-11-28 21:21:54 +0100 (Tue, 28 Nov 2006) | 7 lines\n\n  Fix #1563807: _ctypes built on AIX fails with ld ffi error.\n\n  The contents of ffi_darwin.c must be compiled unless __APPLE__ is\n  defined and __ppc__ is not.\n\n  Will backport.\n........\n  r52862 | armin.rigo | 2006-11-29 22:59:22 +0100 (Wed, 29 Nov 2006) | 3 lines\n\n  Forgot a case where the locals can now be a general mapping\n  instead of just a dictionary.  (backporting...)\n........\n  r52872 | guido.van.rossum | 2006-11-30 20:23:13 +0100 (Thu, 30 Nov 2006) | 2 lines\n\n  Update version.\n........\n  r52890 | walter.doerwald | 2006-12-01 17:59:47 +0100 (Fri, 01 Dec 2006) | 3 lines\n\n  Move xdrlib tests from the module into a separate test script,\n  port the tests to unittest and add a few new tests.\n........\n  r52900 | raymond.hettinger | 2006-12-02 03:00:39 +0100 (Sat, 02 Dec 2006) | 1 line\n\n  Add name to credits (for untokenize).\n........\n  r52905 | martin.v.loewis | 2006-12-03 10:54:46 +0100 (Sun, 03 Dec 2006) | 2 lines\n\n  Move IDLE news into NEWS.txt.\n........\n  r52906 | martin.v.loewis | 2006-12-03 12:23:45 +0100 (Sun, 03 Dec 2006) | 4 lines\n\n  Patch #1544279: Improve thread-safety of the socket module by moving\n  the sock_addr_t storage out of the socket object.\n  Will backport to 2.5.\n........\n  r52908 | martin.v.loewis | 2006-12-03 13:01:53 +0100 (Sun, 03 Dec 2006) | 3 lines\n\n  Patch #1371075: Make ConfigParser accept optional dict type\n  for ordering, sorting, etc.\n........\n  r52910 | matthias.klose | 2006-12-03 18:16:41 +0100 (Sun, 03 Dec 2006) | 2 lines\n\n  - Fix build failure on kfreebsd and on the hurd.\n........\n  r52915 | george.yoshida | 2006-12-04 12:41:54 +0100 (Mon, 04 Dec 2006) | 2 lines\n\n  fix a versionchanged tag\n........\n  r52917 | george.yoshida | 2006-12-05 06:39:50 +0100 (Tue, 05 Dec 2006) | 3 lines\n\n  Fix pickle doc typo\n  Patch #1608758\n........\n  r52938 | georg.brandl | 2006-12-06 23:21:18 +0100 (Wed, 06 Dec 2006) | 2 lines\n\n  Patch #1610437: fix a tarfile bug with long filename headers.\n........\n  r52945 | brett.cannon | 2006-12-07 00:38:48 +0100 (Thu, 07 Dec 2006) | 3 lines\n\n  Fix a bad assumption that all objects assigned to \u0027__loader__\u0027 on a module\n  will have a \u0027_files\u0027 attribute.\n........\n  r52951 | georg.brandl | 2006-12-07 10:30:06 +0100 (Thu, 07 Dec 2006) | 3 lines\n\n  RFE #1592899: mention string.maketrans() in docs for str.translate,\n  remove reference to the old regex module in the former\u0027s doc.\n........\n  r52962 | raymond.hettinger | 2006-12-08 04:17:18 +0100 (Fri, 08 Dec 2006) | 1 line\n\n  Eliminate two redundant calls to PyObject_Hash().\n........\n  r52963 | raymond.hettinger | 2006-12-08 05:24:33 +0100 (Fri, 08 Dec 2006) | 3 lines\n\n  Port Armin\u0027s fix for a dict resize vulnerability (svn revision 46589, sf bug 1456209).\n........\n  r52964 | raymond.hettinger | 2006-12-08 05:57:50 +0100 (Fri, 08 Dec 2006) | 4 lines\n\n  Port Georg\u0027s dictobject.c fix keys that were tuples got unpacked on the way to setting a KeyError (svn revision 52535, sf bug\n  1576657).\n........\n  r52966 | raymond.hettinger | 2006-12-08 18:35:25 +0100 (Fri, 08 Dec 2006) | 2 lines\n\n  Add test for SF bug 1576657\n........\n  r52970 | georg.brandl | 2006-12-08 21:46:11 +0100 (Fri, 08 Dec 2006) | 3 lines\n\n  #1577756: svnversion doesn\u0027t react to LANG\u003dC, use LC_ALL\u003dC to force\n  English output.\n........\n  r52972 | georg.brandl | 2006-12-09 10:08:29 +0100 (Sat, 09 Dec 2006) | 3 lines\n\n  Patch #1608267: fix a race condition in os.makedirs() is the directory\n  to be created is already there.\n........\n  r52975 | matthias.klose | 2006-12-09 13:15:27 +0100 (Sat, 09 Dec 2006) | 2 lines\n\n  - Fix the build of the library reference in info format.\n........\n  r52994 | neal.norwitz | 2006-12-11 02:01:06 +0100 (Mon, 11 Dec 2006) | 1 line\n\n  Fix a typo\n........\n  r52996 | georg.brandl | 2006-12-11 08:56:33 +0100 (Mon, 11 Dec 2006) | 2 lines\n\n  Move errno imports back to individual functions.\n........\n  r52998 | vinay.sajip | 2006-12-11 15:07:16 +0100 (Mon, 11 Dec 2006) | 1 line\n\n  Patch by Jeremy Katz (SF #1609407)\n........\n  r53000 | vinay.sajip | 2006-12-11 15:26:23 +0100 (Mon, 11 Dec 2006) | 1 line\n\n  Patch by \"cuppatea\" (SF #1503765)\n........\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f3a5ffe2d5c13fb37067b05c28cb3988b467ee8e",
      "old_mode": 33188,
      "old_path": "Demo/parser/unparse.py",
      "new_id": "32acbed9c98aed16e36a9c9c5f8af03e657c9418",
      "new_mode": 33188,
      "new_path": "Demo/parser/unparse.py"
    },
    {
      "type": "modify",
      "old_id": "a435f11d5675cdd25fe4f0ed63fbd4568270cfe4",
      "old_mode": 33188,
      "old_path": "Doc/Makefile",
      "new_id": "bda244a93974e3bc30fb9a2b934ba3cb20167c86",
      "new_mode": 33188,
      "new_path": "Doc/Makefile"
    },
    {
      "type": "modify",
      "old_id": "34221ad3af868741935d8032a129b0412757d7bd",
      "old_mode": 33188,
      "old_path": "Doc/api/concrete.tex",
      "new_id": "33b04d48616118bb958b263c3f9419a2fa16011a",
      "new_mode": 33188,
      "new_path": "Doc/api/concrete.tex"
    },
    {
      "type": "modify",
      "old_id": "d7a490e52b2e217144e650cca218f57f5ef82fd0",
      "old_mode": 33188,
      "old_path": "Doc/api/exceptions.tex",
      "new_id": "46ade49d4e626175fc5ce069baed129b277711cc",
      "new_mode": 33188,
      "new_path": "Doc/api/exceptions.tex"
    },
    {
      "type": "modify",
      "old_id": "e8ae96f393e65f1da69976212d4219d53e9e0f07",
      "old_mode": 33188,
      "old_path": "Doc/dist/dist.tex",
      "new_id": "ba907637b4a1f7674db064f241c1c5ab2fd85a3c",
      "new_mode": 33188,
      "new_path": "Doc/dist/dist.tex"
    },
    {
      "type": "modify",
      "old_id": "0e2fd14b9ee5fc46d5f8b17a7d945649bb5c88f1",
      "old_mode": 33188,
      "old_path": "Doc/ext/extending.tex",
      "new_id": "2af88b531566edb09921e7a16f6f894dc3efce73",
      "new_mode": 33188,
      "new_path": "Doc/ext/extending.tex"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "2e5a6a9202deed56cb2c50db9186536d041dc7c3",
      "new_mode": 33188,
      "new_path": "Doc/howto/functional.rst"
    },
    {
      "type": "modify",
      "old_id": "f9867aecb08e0321a359a3222d65bed4f6a6cb67",
      "old_mode": 33188,
      "old_path": "Doc/howto/regex.tex",
      "new_id": "3c63b3ab9ae8ae6d1e373081fc852b5a297758d4",
      "new_mode": 33188,
      "new_path": "Doc/howto/regex.tex"
    },
    {
      "type": "modify",
      "old_id": "df7c656291db36cc47e26cab1c38a98b1b7e0bb4",
      "old_mode": 33188,
      "old_path": "Doc/inst/inst.tex",
      "new_id": "6db22ac5eb6035abe4cc2ea2b22acdea23f9c246",
      "new_mode": 33188,
      "new_path": "Doc/inst/inst.tex"
    },
    {
      "type": "modify",
      "old_id": "4425da70d5f4482fe2225cdf791ffbfdb3bd957c",
      "old_mode": 33188,
      "old_path": "Doc/lib/libasyncore.tex",
      "new_id": "206783911d597cb117ad00af8f848d8a3d6fad67",
      "new_mode": 33188,
      "new_path": "Doc/lib/libasyncore.tex"
    },
    {
      "type": "modify",
      "old_id": "33dc7ddf8cdb7daaecf8087334fe8c22223eb79f",
      "old_mode": 33188,
      "old_path": "Doc/lib/libatexit.tex",
      "new_id": "9798b5750744b1e80abd87b13b899b9f6d82b6ab",
      "new_mode": 33188,
      "new_path": "Doc/lib/libatexit.tex"
    },
    {
      "type": "modify",
      "old_id": "0039c8425018a5acdbbebde0bdade33253d93321",
      "old_mode": 33188,
      "old_path": "Doc/lib/libbase64.tex",
      "new_id": "d7eccbdb19c0a0c2e1e49394aef58e325820b789",
      "new_mode": 33188,
      "new_path": "Doc/lib/libbase64.tex"
    },
    {
      "type": "modify",
      "old_id": "44b916868905b6c519a900845fabcce19452c216",
      "old_mode": 33188,
      "old_path": "Doc/lib/libbsddb.tex",
      "new_id": "85ea824db08c69148718fd9d3a0394628c272159",
      "new_mode": 33188,
      "new_path": "Doc/lib/libbsddb.tex"
    },
    {
      "type": "modify",
      "old_id": "42a362eac2267334a6ac83ffa4475ee098fcba54",
      "old_mode": 33188,
      "old_path": "Doc/lib/libcfgparser.tex",
      "new_id": "2c08ec424ca2a556be52c860c8c2177f45a1c60e",
      "new_mode": 33188,
      "new_path": "Doc/lib/libcfgparser.tex"
    },
    {
      "type": "modify",
      "old_id": "74e7023a791a1ab5463c5d148040a574d03c2203",
      "old_mode": 33188,
      "old_path": "Doc/lib/libcommands.tex",
      "new_id": "53b8a2070755fe3ea44eec4acaec08bf7aac3072",
      "new_mode": 33188,
      "new_path": "Doc/lib/libcommands.tex"
    },
    {
      "type": "modify",
      "old_id": "8e10ccf06c8471825f1bc9ff1fe59dd2b07f7767",
      "old_mode": 33188,
      "old_path": "Doc/lib/libcsv.tex",
      "new_id": "e965e316f37663bd3ca2a5da7cb72cb67462bea6",
      "new_mode": 33188,
      "new_path": "Doc/lib/libcsv.tex"
    },
    {
      "type": "modify",
      "old_id": "b2e488a807e7b5ad980c20b2a7e39dd1a9446bb0",
      "old_mode": 33261,
      "old_path": "Doc/lib/libctypes.tex",
      "new_id": "c0e23101baba9c3d424584c05a245b08fe704619",
      "new_mode": 33261,
      "new_path": "Doc/lib/libctypes.tex"
    },
    {
      "type": "modify",
      "old_id": "cae5d60dc996f5ecd3dc722e7c682b7f300a7da9",
      "old_mode": 33188,
      "old_path": "Doc/lib/libdatetime.tex",
      "new_id": "0d2b5bb643ffae851003173dbf1c9b97668bd7f2",
      "new_mode": 33188,
      "new_path": "Doc/lib/libdatetime.tex"
    },
    {
      "type": "modify",
      "old_id": "a0c7bde553c514157888a8eb7046de7a45808813",
      "old_mode": 33188,
      "old_path": "Doc/lib/libdecimal.tex",
      "new_id": "127eb1d47634b9efca3661e93482cbba6fd1b12f",
      "new_mode": 33188,
      "new_path": "Doc/lib/libdecimal.tex"
    },
    {
      "type": "modify",
      "old_id": "1f29887e741972e402443c07a9a163a9393627e6",
      "old_mode": 33188,
      "old_path": "Doc/lib/libetree.tex",
      "new_id": "ffa19435c10cea63886a9c2a00b00b0c315bc8bc",
      "new_mode": 33188,
      "new_path": "Doc/lib/libetree.tex"
    },
    {
      "type": "modify",
      "old_id": "814e2265753d517fbf83ba176ae86adaa88ad65a",
      "old_mode": 33188,
      "old_path": "Doc/lib/libfpectl.tex",
      "new_id": "cca23147617c005f3cacc9cbaa957e80b4217d22",
      "new_mode": 33188,
      "new_path": "Doc/lib/libfpectl.tex"
    },
    {
      "type": "modify",
      "old_id": "4dde06587c1adb0371925789e7f207d30cbc48e8",
      "old_mode": 33188,
      "old_path": "Doc/lib/libfuncs.tex",
      "new_id": "a8c06bb18c1667b21296ceaac8d65665a1b85ae9",
      "new_mode": 33188,
      "new_path": "Doc/lib/libfuncs.tex"
    },
    {
      "type": "modify",
      "old_id": "e8b16a31e20fd3b37772fd7a4ba77bdc3157fb0e",
      "old_mode": 33188,
      "old_path": "Doc/lib/libgetopt.tex",
      "new_id": "b38fcd8dff97f598b10051f9dc48e8e16913b670",
      "new_mode": 33188,
      "new_path": "Doc/lib/libgetopt.tex"
    },
    {
      "type": "modify",
      "old_id": "62e3fc4829ffcd0a64a787a8cb95ff99b0088296",
      "old_mode": 33188,
      "old_path": "Doc/lib/libhashlib.tex",
      "new_id": "17f5179309f9312f8e07bb15fd997f7ac115a966",
      "new_mode": 33188,
      "new_path": "Doc/lib/libhashlib.tex"
    },
    {
      "type": "modify",
      "old_id": "eaf7051b417b12bf4be0bff001d724cae25c108a",
      "old_mode": 33188,
      "old_path": "Doc/lib/libheapq.tex",
      "new_id": "5f3d8c598af7513df0192240a8cedfea0fb16167",
      "new_mode": 33188,
      "new_path": "Doc/lib/libheapq.tex"
    },
    {
      "type": "modify",
      "old_id": "049f6c4804452f65d3a150d541728db15a6efe90",
      "old_mode": 33188,
      "old_path": "Doc/lib/libhttplib.tex",
      "new_id": "557ee3d0c25b44828da1746b4586b93df4f10c0f",
      "new_mode": 33188,
      "new_path": "Doc/lib/libhttplib.tex"
    },
    {
      "type": "modify",
      "old_id": "598d3518274b1987dd2625876ec627d4b456825a",
      "old_mode": 33188,
      "old_path": "Doc/lib/libimp.tex",
      "new_id": "537930965081f00da1690f8ae64f141ac66591ad",
      "new_mode": 33188,
      "new_path": "Doc/lib/libimp.tex"
    },
    {
      "type": "modify",
      "old_id": "20bbc8dd7643b0359cc95fa2eee59cb35d82d0b4",
      "old_mode": 33188,
      "old_path": "Doc/lib/libitertools.tex",
      "new_id": "59fbd98844e8ad2f46e990bd8ef247a71cc9ab48",
      "new_mode": 33188,
      "new_path": "Doc/lib/libitertools.tex"
    },
    {
      "type": "modify",
      "old_id": "cc4429420febafb0e217f5589669812ac8528d4b",
      "old_mode": 33188,
      "old_path": "Doc/lib/liblogging.tex",
      "new_id": "e01fe0beb7288b041eb434f27d313b7b735323aa",
      "new_mode": 33188,
      "new_path": "Doc/lib/liblogging.tex"
    },
    {
      "type": "modify",
      "old_id": "1e044f4907ca056679ea3ec3a84f802667a4f430",
      "old_mode": 33188,
      "old_path": "Doc/lib/libmsilib.tex",
      "new_id": "13d5556cd80af627714ac0ab52ca605e191ddaa1",
      "new_mode": 33188,
      "new_path": "Doc/lib/libmsilib.tex"
    },
    {
      "type": "modify",
      "old_id": "9ded3ae0ca5f8bb56a3da487e71e66f0a11d9ae5",
      "old_mode": 33188,
      "old_path": "Doc/lib/libos.tex",
      "new_id": "355d8fab2576fc25bc74245b58876bbd7278678a",
      "new_mode": 33188,
      "new_path": "Doc/lib/libos.tex"
    },
    {
      "type": "modify",
      "old_id": "a8ab39e25d7b98fa9691af626b38d8ae84700c3e",
      "old_mode": 33188,
      "old_path": "Doc/lib/libpickle.tex",
      "new_id": "3290641232f73fb45bcd4f024bbdd8d875079f3d",
      "new_mode": 33188,
      "new_path": "Doc/lib/libpickle.tex"
    },
    {
      "type": "modify",
      "old_id": "985f580451bf2b8d32951da3a3d88e453d2da329",
      "old_mode": 33188,
      "old_path": "Doc/lib/libpopen2.tex",
      "new_id": "fa0c1a60edaed4b968ddf49469dc676efb6632b6",
      "new_mode": 33188,
      "new_path": "Doc/lib/libpopen2.tex"
    },
    {
      "type": "modify",
      "old_id": "83581ec9a6519a04202b6b0700551e8322b5c842",
      "old_mode": 33188,
      "old_path": "Doc/lib/libpyexpat.tex",
      "new_id": "a0ea8a1a427a096150967db7c8b4ec82481f4a02",
      "new_mode": 33188,
      "new_path": "Doc/lib/libpyexpat.tex"
    },
    {
      "type": "modify",
      "old_id": "ddf17649c7835df43ee0051752933431bb5c11a0",
      "old_mode": 33188,
      "old_path": "Doc/lib/libsmtplib.tex",
      "new_id": "962383f723b233e0ca95e52a65dce909d0edb8a6",
      "new_mode": 33188,
      "new_path": "Doc/lib/libsmtplib.tex"
    },
    {
      "type": "modify",
      "old_id": "aa75ec9866e3273a14322d7ef7d3751fe3f9b929",
      "old_mode": 33188,
      "old_path": "Doc/lib/libsocket.tex",
      "new_id": "f510fd40c0afe83a133e1e0f609bab1ee2153d6d",
      "new_mode": 33188,
      "new_path": "Doc/lib/libsocket.tex"
    },
    {
      "type": "modify",
      "old_id": "d87e064728d1fb6943e99d33f9c510eea7e7f845",
      "old_mode": 33188,
      "old_path": "Doc/lib/libsqlite3.tex",
      "new_id": "82416fa53d997d52c167479980d415188d1eb18b",
      "new_mode": 33188,
      "new_path": "Doc/lib/libsqlite3.tex"
    },
    {
      "type": "modify",
      "old_id": "17e377beb865aa29a98d1aec786e512317b57283",
      "old_mode": 33188,
      "old_path": "Doc/lib/libstdtypes.tex",
      "new_id": "b433bc448619f7c98752ff8de2ae9ef38ce7240b",
      "new_mode": 33188,
      "new_path": "Doc/lib/libstdtypes.tex"
    },
    {
      "type": "modify",
      "old_id": "1828b2e1cd779da6fd99563b3b2eae20c0e32e0e",
      "old_mode": 33188,
      "old_path": "Doc/lib/libstring.tex",
      "new_id": "bc1649fdbfc2b1ee3c234079be2e82d0c72546f1",
      "new_mode": 33188,
      "new_path": "Doc/lib/libstring.tex"
    },
    {
      "type": "modify",
      "old_id": "03072f7258a7d6e41f6a4a00637022c9f232b0f1",
      "old_mode": 33188,
      "old_path": "Doc/lib/libsubprocess.tex",
      "new_id": "f6397105acb9a82b653162814782b961e2b38f67",
      "new_mode": 33188,
      "new_path": "Doc/lib/libsubprocess.tex"
    },
    {
      "type": "modify",
      "old_id": "9da86632807edd522281ee3c8cf7e6b78ab78e31",
      "old_mode": 33188,
      "old_path": "Doc/lib/libtempfile.tex",
      "new_id": "9b4d8488b85b4a97847ef479569416d3f469befe",
      "new_mode": 33188,
      "new_path": "Doc/lib/libtempfile.tex"
    },
    {
      "type": "modify",
      "old_id": "f40493d35baa999690bd1f91c4f7692e121335aa",
      "old_mode": 33188,
      "old_path": "Doc/lib/libunittest.tex",
      "new_id": "350abae7863bc7bdfd054dd196e748f9313498a2",
      "new_mode": 33188,
      "new_path": "Doc/lib/libunittest.tex"
    },
    {
      "type": "modify",
      "old_id": "f18efe9cf6eb455a713b144d74ac299668f099a3",
      "old_mode": 33188,
      "old_path": "Doc/lib/liburlparse.tex",
      "new_id": "86036056e979c7a7ff91cd3f95bf24a23d594933",
      "new_mode": 33188,
      "new_path": "Doc/lib/liburlparse.tex"
    },
    {
      "type": "modify",
      "old_id": "a9d52954072975bcb4936cd0f140ef64403aec28",
      "old_mode": 33188,
      "old_path": "Doc/lib/libuuid.tex",
      "new_id": "5aa9d8cf385b864bf4ed939a256e55bf18dbc907",
      "new_mode": 33188,
      "new_path": "Doc/lib/libuuid.tex"
    },
    {
      "type": "modify",
      "old_id": "4b12e9d65a5b09395f4c6a721b48ab08390373f2",
      "old_mode": 33261,
      "old_path": "Doc/lib/libwsgiref.tex",
      "new_id": "37ded9fdaef2f56547b5ef2b8e2d92027d1c6ab6",
      "new_mode": 33261,
      "new_path": "Doc/lib/libwsgiref.tex"
    },
    {
      "type": "modify",
      "old_id": "b08920ccb1374f7b671b672084eb52000505333f",
      "old_mode": 33188,
      "old_path": "Doc/lib/libxmlrpclib.tex",
      "new_id": "c870d262c62b17fdad3a12c3f4a47fad1abe4554",
      "new_mode": 33188,
      "new_path": "Doc/lib/libxmlrpclib.tex"
    },
    {
      "type": "modify",
      "old_id": "0795b47a34aedf8ef1a65b80339cb8eec53eae05",
      "old_mode": 33188,
      "old_path": "Doc/lib/sqlite3/executescript.py",
      "new_id": "7e5358178d4c0a0476c65f359422790b9db3b03e",
      "new_mode": 33188,
      "new_path": "Doc/lib/sqlite3/executescript.py"
    },
    {
      "type": "modify",
      "old_id": "db52cbdedaad0c7f91ea26d8212a4a08fcf5ed32",
      "old_mode": 33188,
      "old_path": "Doc/lib/tkinter.tex",
      "new_id": "20b23730d2e0be931abeeb040428303b3bb9da03",
      "new_mode": 33188,
      "new_path": "Doc/lib/tkinter.tex"
    },
    {
      "type": "modify",
      "old_id": "ab93c7cf8a118dba15ee8768bcf2ad9e5d155773",
      "old_mode": 33188,
      "old_path": "Doc/perl/python.perl",
      "new_id": "cf0301ebd6d840a9358229dd270b9f306dd00fd3",
      "new_mode": 33188,
      "new_path": "Doc/perl/python.perl"
    },
    {
      "type": "modify",
      "old_id": "7eddfcd6dc6bf625fa50b657a1225db65d12e4be",
      "old_mode": 33188,
      "old_path": "Doc/ref/ref3.tex",
      "new_id": "fb57eb08c39a5910870810673bf378fa847fa1d6",
      "new_mode": 33188,
      "new_path": "Doc/ref/ref3.tex"
    },
    {
      "type": "modify",
      "old_id": "c3d8df0cd898ba3e772e9447829e1941df153f8e",
      "old_mode": 33188,
      "old_path": "Doc/tools/py2texi.el",
      "new_id": "404234f68e4960913c5a3bde221064e115f78a96",
      "new_mode": 33188,
      "new_path": "Doc/tools/py2texi.el"
    },
    {
      "type": "modify",
      "old_id": "2daf812e862adb16fce60a4bb9cd57cc57bc0871",
      "old_mode": 33188,
      "old_path": "Doc/tut/tut.tex",
      "new_id": "c76c51853bdef1600a2001537891c2f639b95304",
      "new_mode": 33188,
      "new_path": "Doc/tut/tut.tex"
    },
    {
      "type": "modify",
      "old_id": "bf939c0bedcb5affa817f5089a7e84cc7c9c9874",
      "old_mode": 33188,
      "old_path": "Doc/whatsnew/whatsnew25.tex",
      "new_id": "fb68acc03c7d32a32a54c65bc6d72ca60d2a6c53",
      "new_mode": 33188,
      "new_path": "Doc/whatsnew/whatsnew25.tex"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "afe067e654f7c4ba1229dc1b91acfa1558203844",
      "new_mode": 33188,
      "new_path": "Doc/whatsnew/whatsnew26.tex"
    },
    {
      "type": "modify",
      "old_id": "357afe1a3383a24a90d7aa66651e46b9dce2e78d",
      "old_mode": 33188,
      "old_path": "Include/abstract.h",
      "new_id": "87b975dfc995c0afb45c5a43b35ca5b091d05a3f",
      "new_mode": 33188,
      "new_path": "Include/abstract.h"
    },
    {
      "type": "modify",
      "old_id": "23d5d3a0939ab7e9b4f2be861672add94ca98215",
      "old_mode": 33188,
      "old_path": "Include/modsupport.h",
      "new_id": "761d960991729f22e1429a46a465a945891843d6",
      "new_mode": 33188,
      "new_path": "Include/modsupport.h"
    },
    {
      "type": "modify",
      "old_id": "be6c51fc5aade8fb5671150941b7a9abfccad6f5",
      "old_mode": 33188,
      "old_path": "Include/pyport.h",
      "new_id": "36d517cd99dac61cf8cb132e0714d48aa8cb135c",
      "new_mode": 33188,
      "new_path": "Include/pyport.h"
    },
    {
      "type": "modify",
      "old_id": "6dc53b9e0d269c03d8fadc1b6cc3fe467a23f93a",
      "old_mode": 33188,
      "old_path": "Lib/ConfigParser.py",
      "new_id": "65c8ce557db21df6db8111f1ea0afe1dd1e2840d",
      "new_mode": 33188,
      "new_path": "Lib/ConfigParser.py"
    },
    {
      "type": "modify",
      "old_id": "0f80584b7ae86d8e3a514eaa773d91f005b655c5",
      "old_mode": 33188,
      "old_path": "Lib/Queue.py",
      "new_id": "79b0abf1418648aeec070dd63290bcd5117bcd5c",
      "new_mode": 33188,
      "new_path": "Lib/Queue.py"
    },
    {
      "type": "modify",
      "old_id": "3b0a6a52aa38de587eab54e6459f1122fe5ec5f7",
      "old_mode": 33188,
      "old_path": "Lib/SimpleXMLRPCServer.py",
      "new_id": "c6f6958d5e235f3290db3f00f3967911c14ad4c8",
      "new_mode": 33188,
      "new_path": "Lib/SimpleXMLRPCServer.py"
    },
    {
      "type": "modify",
      "old_id": "ce8525b7169ba39e1e1f981d7ccd738fe947dd57",
      "old_mode": 33188,
      "old_path": "Lib/_strptime.py",
      "new_id": "3fb56020e29fb1e0a8ce81a2971935df8d282f90",
      "new_mode": 33188,
      "new_path": "Lib/_strptime.py"
    },
    {
      "type": "modify",
      "old_id": "c9f4cc677528a7822f71860f34c16d1ceeb10974",
      "old_mode": 33188,
      "old_path": "Lib/atexit.py",
      "new_id": "93fddf7f99a4473f971474745a74330059150010",
      "new_mode": 33188,
      "new_path": "Lib/atexit.py"
    },
    {
      "type": "modify",
      "old_id": "c196cd8a841b5c8c71339938e16bd02beccca7ef",
      "old_mode": 33261,
      "old_path": "Lib/base64.py",
      "new_id": "41a5e1470c141dd91acae96f35c4e74390200058",
      "new_mode": 33261,
      "new_path": "Lib/base64.py"
    },
    {
      "type": "modify",
      "old_id": "13058832d63f0b382c48ce1315b5b9e0a9c0e174",
      "old_mode": 33188,
      "old_path": "Lib/bsddb/test/test_dbobj.py",
      "new_id": "bba6a5b6a1fcf7c74fd1e24b9fcd3eb2b9058ed6",
      "new_mode": 33188,
      "new_path": "Lib/bsddb/test/test_dbobj.py"
    },
    {
      "type": "modify",
      "old_id": "fa8fd131970906efd5c6b78c59d65b37570cd6a3",
      "old_mode": 33261,
      "old_path": "Lib/cgi.py",
      "new_id": "80b3b7abf315b27c0604349d6a9e91c5f6340dc5",
      "new_mode": 33261,
      "new_path": "Lib/cgi.py"
    },
    {
      "type": "modify",
      "old_id": "1518d75f9d20fd926558077dea05cba49a38662f",
      "old_mode": 33188,
      "old_path": "Lib/codecs.py",
      "new_id": "f834b8dd17a8f14423e9da8b2acbb79b38873bee",
      "new_mode": 33188,
      "new_path": "Lib/codecs.py"
    },
    {
      "type": "modify",
      "old_id": "39b4b165c3771477d058bd2f61790be431acf280",
      "old_mode": 33188,
      "old_path": "Lib/colorsys.py",
      "new_id": "851417b5d5177b5d8ac894c82a9889b3b2bfaca1",
      "new_mode": 33188,
      "new_path": "Lib/colorsys.py"
    },
    {
      "type": "modify",
      "old_id": "b08a307b8a75bf87a8a595f25209a21d1b8358e7",
      "old_mode": 33188,
      "old_path": "Lib/compiler/pycodegen.py",
      "new_id": "353c2c992f1d7481485b095042c62a019614a034",
      "new_mode": 33188,
      "new_path": "Lib/compiler/pycodegen.py"
    },
    {
      "type": "modify",
      "old_id": "78a2ab820fcd31d706d026cb479d23852a9c9c02",
      "old_mode": 33188,
      "old_path": "Lib/ctypes/__init__.py",
      "new_id": "eb5d97e1879610af67355d1305979f4cdbe71363",
      "new_mode": 33188,
      "new_path": "Lib/ctypes/__init__.py"
    },
    {
      "type": "modify",
      "old_id": "2ae54052d176983e3d3019c0bf686e255693b810",
      "old_mode": 33188,
      "old_path": "Lib/ctypes/test/__init__.py",
      "new_id": "2b745c206efdb3e8e5251709a341a47b9f6d0976",
      "new_mode": 33188,
      "new_path": "Lib/ctypes/test/__init__.py"
    },
    {
      "type": "modify",
      "old_id": "92c4669b2e3ba2d96118da32ce374ec1e107866e",
      "old_mode": 33188,
      "old_path": "Lib/ctypes/test/test_bitfields.py",
      "new_id": "2867cbf93e6c05855e9b6e2c1673c42295e96d18",
      "new_mode": 33188,
      "new_path": "Lib/ctypes/test/test_bitfields.py"
    },
    {
      "type": "modify",
      "old_id": "9d96a5445e244c1b5a40b9ded358f558ab6e3da2",
      "old_mode": 33188,
      "old_path": "Lib/ctypes/test/test_callbacks.py",
      "new_id": "f47fc37b3f025089b30db505dc3034ad5a400a60",
      "new_mode": 33188,
      "new_path": "Lib/ctypes/test/test_callbacks.py"
    },
    {
      "type": "modify",
      "old_id": "09e928fdb40dc276b8278e40954282f757b64ead",
      "old_mode": 33188,
      "old_path": "Lib/ctypes/test/test_cast.py",
      "new_id": "7371b0fe24b78a0837e418bbd52b057271812d62",
      "new_mode": 33188,
      "new_path": "Lib/ctypes/test/test_cast.py"
    },
    {
      "type": "modify",
      "old_id": "8a4531db936dc3d43ad8a9111e2a258bdb18d586",
      "old_mode": 33188,
      "old_path": "Lib/ctypes/test/test_structures.py",
      "new_id": "613163d0ccae00fec2e8d290c631e7927216eb69",
      "new_mode": 33188,
      "new_path": "Lib/ctypes/test/test_structures.py"
    },
    {
      "type": "modify",
      "old_id": "db530d3af4ad4392b20742387d49f8cafa0245fa",
      "old_mode": 33188,
      "old_path": "Lib/ctypes/test/test_win32.py",
      "new_id": "10deacad530331cb88bda3f92985356e99949d2b",
      "new_mode": 33188,
      "new_path": "Lib/ctypes/test/test_win32.py"
    },
    {
      "type": "modify",
      "old_id": "2f2a617724286c343e407df37c0034bcd6709167",
      "old_mode": 33188,
      "old_path": "Lib/decimal.py",
      "new_id": "86455f3b4cd355f7abf5e48fcc17ba81fefd3adf",
      "new_mode": 33188,
      "new_path": "Lib/decimal.py"
    },
    {
      "type": "modify",
      "old_id": "5b09965867a814418a0351b86170ba78a672733e",
      "old_mode": 33188,
      "old_path": "Lib/distutils/command/bdist_rpm.py",
      "new_id": "6f0e0d881cb3aeb93732b4ab60f750533b324019",
      "new_mode": 33188,
      "new_path": "Lib/distutils/command/bdist_rpm.py"
    },
    {
      "type": "modify",
      "old_id": "cd67544b7aad37419dd307331e1ebfe8f360561d",
      "old_mode": 33188,
      "old_path": "Lib/distutils/command/build_ext.py",
      "new_id": "f79eee3b746b78768e14072d5abc6ef964d16c7c",
      "new_mode": 33188,
      "new_path": "Lib/distutils/command/build_ext.py"
    },
    {
      "type": "modify",
      "old_id": "c31ac29668337739f3d48cdc5b78ab87f7e974d2",
      "old_mode": 33188,
      "old_path": "Lib/distutils/command/install_egg_info.py",
      "new_id": "c8880310dfcf645fb5728dfb5ad90de79d24c17a",
      "new_mode": 33188,
      "new_path": "Lib/distutils/command/install_egg_info.py"
    },
    {
      "type": "modify",
      "old_id": "f8912621c8dc92a45995d9d9a4d5f547e71d6bfa",
      "old_mode": 33188,
      "old_path": "Lib/distutils/command/register.py",
      "new_id": "3177476b3be6a3b7430f11d074d5d101f3165d5e",
      "new_mode": 33188,
      "new_path": "Lib/distutils/command/register.py"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "7403bfabf5cc10c13ef2b6a2ea276b4f6d26ff37",
      "new_mode": 33188,
      "new_path": "Lib/distutils/command/wininst-8.exe"
    },
    {
      "type": "modify",
      "old_id": "96923bdca4bd9b270dbb41b8402e4c6599c2a613",
      "old_mode": 33188,
      "old_path": "Lib/distutils/sysconfig.py",
      "new_id": "8989d92b4e0f6c7371accb7b2198809ba238f36a",
      "new_mode": 33188,
      "new_path": "Lib/distutils/sysconfig.py"
    },
    {
      "type": "modify",
      "old_id": "6cd14f77288a7b646904d7a4a48f9f9e466da118",
      "old_mode": 33188,
      "old_path": "Lib/distutils/unixccompiler.py",
      "new_id": "75e8a5316ebba254884a9af1b6388d075ff3efb2",
      "new_mode": 33188,
      "new_path": "Lib/distutils/unixccompiler.py"
    },
    {
      "type": "modify",
      "old_id": "26ebb0e489d660b6f46680d7b37bef7739342264",
      "old_mode": 33188,
      "old_path": "Lib/email/utils.py",
      "new_id": "ee952d392e2a2d06bd994e82a79fbbab23922dba",
      "new_mode": 33188,
      "new_path": "Lib/email/utils.py"
    },
    {
      "type": "modify",
      "old_id": "b0ca364ae9cc204cc08a3a5f427aca55e4cbd3ea",
      "old_mode": 33188,
      "old_path": "Lib/encodings/__init__.py",
      "new_id": "f1e7ecc4bdf845f70c5dccfc4f80d859ee220f22",
      "new_mode": 33188,
      "new_path": "Lib/encodings/__init__.py"
    },
    {
      "type": "modify",
      "old_id": "81e84b6fb8993dc16cca67d548d4dbb2868b0e70",
      "old_mode": 33188,
      "old_path": "Lib/encodings/bz2_codec.py",
      "new_id": "054b36b401a66e54ba39c6a96485a9d0f19c9713",
      "new_mode": 33188,
      "new_path": "Lib/encodings/bz2_codec.py"
    },
    {
      "type": "modify",
      "old_id": "f05f6b88db26eda0c18eaade3b0b78d97a75ac7e",
      "old_mode": 33188,
      "old_path": "Lib/encodings/utf_8_sig.py",
      "new_id": "d751da69c41585778d5a92783381d0c737b094c4",
      "new_mode": 33188,
      "new_path": "Lib/encodings/utf_8_sig.py"
    },
    {
      "type": "modify",
      "old_id": "2694f15511608c24c000021aaf5766897c30914f",
      "old_mode": 33188,
      "old_path": "Lib/encodings/zlib_codec.py",
      "new_id": "3419f9f48f5efbf1be4802f562536ca235e2748e",
      "new_mode": 33188,
      "new_path": "Lib/encodings/zlib_codec.py"
    },
    {
      "type": "modify",
      "old_id": "937ee4e8f03fa1c911196f03be53fbfb89dc41d5",
      "old_mode": 33188,
      "old_path": "Lib/ftplib.py",
      "new_id": "9cb67dd55691654df0368f86db2b13ae45b2b810",
      "new_mode": 33188,
      "new_path": "Lib/ftplib.py"
    },
    {
      "type": "modify",
      "old_id": "12a527e3608cc177d6fc40a637d3b4fee83ada53",
      "old_mode": 33188,
      "old_path": "Lib/functools.py",
      "new_id": "a54f03083231379c642f7d6e0bc65e391f07bbd8",
      "new_mode": 33188,
      "new_path": "Lib/functools.py"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "1574cef0c80fe88637d55a12d16c3282d7810749",
      "new_mode": 33188,
      "new_path": "Lib/genericpath.py"
    },
    {
      "type": "modify",
      "old_id": "0bf29e86bb5dcc4d521e21eb5bc891c91fb0a729",
      "old_mode": 33188,
      "old_path": "Lib/gzip.py",
      "new_id": "c37d5a18c27033e03b4747f88ae796b533e7e30d",
      "new_mode": 33188,
      "new_path": "Lib/gzip.py"
    },
    {
      "type": "modify",
      "old_id": "789e24edab5a00dfadc2517ec17ae8ce7c5b5134",
      "old_mode": 33188,
      "old_path": "Lib/hashlib.py",
      "new_id": "78b5c0e6dcce35a674ef8b8af5cbda0accb92de5",
      "new_mode": 33188,
      "new_path": "Lib/hashlib.py"
    },
    {
      "type": "modify",
      "old_id": "5ae5efc916ea0118a53bdb0002bbe9fc02f75d97",
      "old_mode": 33188,
      "old_path": "Lib/httplib.py",
      "new_id": "1e0037f8f8ceae8e0136e5d473ed03d58858c22f",
      "new_mode": 33188,
      "new_path": "Lib/httplib.py"
    },
    {
      "type": "modify",
      "old_id": "74d5b70240d3b519af80cb1e511f344d44bbf771",
      "old_mode": 33188,
      "old_path": "Lib/idlelib/CodeContext.py",
      "new_id": "436206f063bc47353d50efae2e52422aef83e5a6",
      "new_mode": 33188,
      "new_path": "Lib/idlelib/CodeContext.py"
    },
    {
      "type": "modify",
      "old_id": "bc61afb4310493d1b11b0ef9a0a92c76d5e3f8b0",
      "old_mode": 33188,
      "old_path": "Lib/idlelib/EditorWindow.py",
      "new_id": "1841b1cf62b2ec1cb0e3f9aba614263c44fdfae4",
      "new_mode": 33188,
      "new_path": "Lib/idlelib/EditorWindow.py"
    },
    {
      "type": "modify",
      "old_id": "3b3d79af33c8deb41052565f5122c2c0dba76e08",
      "old_mode": 33188,
      "old_path": "Lib/idlelib/NEWS.txt",
      "new_id": "43e5b452aa02bc89318bf23ea752ad410c7ab503",
      "new_mode": 33188,
      "new_path": "Lib/idlelib/NEWS.txt"
    },
    {
      "type": "modify",
      "old_id": "709b3a769594d6462e58e5b82c473c5c06bc14e4",
      "old_mode": 33188,
      "old_path": "Lib/idlelib/PyShell.py",
      "new_id": "20d00bef92ae707ba7d6a567b7f745e6a4aec903",
      "new_mode": 33188,
      "new_path": "Lib/idlelib/PyShell.py"
    },
    {
      "type": "modify",
      "old_id": "f325ad1d254ecc2e011f3754b0eca2cafda1b480",
      "old_mode": 33188,
      "old_path": "Lib/idlelib/ScriptBinding.py",
      "new_id": "3746eb830475a7f94b9ceb1f9ab79bb933c5bf7a",
      "new_mode": 33188,
      "new_path": "Lib/idlelib/ScriptBinding.py"
    },
    {
      "type": "modify",
      "old_id": "0b498b5c878e49bef8a03743cd854115aa8af03a",
      "old_mode": 33188,
      "old_path": "Lib/inspect.py",
      "new_id": "986a415e2c510a206ac4ff559210ae2db68315bc",
      "new_mode": 33188,
      "new_path": "Lib/inspect.py"
    },
    {
      "type": "modify",
      "old_id": "1d2fdad36d3374bf1cc283cb8a636421cd4b2bd8",
      "old_mode": 33261,
      "old_path": "Lib/lib-tk/Tix.py",
      "new_id": "ad6126abfcf7b046620c8643fb3c97ba037a1812",
      "new_mode": 33261,
      "new_path": "Lib/lib-tk/Tix.py"
    },
    {
      "type": "modify",
      "old_id": "bea130cd5ff43f932891c56b5ed52669e61915d6",
      "old_mode": 33188,
      "old_path": "Lib/lib-tk/Tkinter.py",
      "new_id": "f8538edf302266b9ad9b5f789d443b5081a8bba5",
      "new_mode": 33188,
      "new_path": "Lib/lib-tk/Tkinter.py"
    },
    {
      "type": "modify",
      "old_id": "aff069bfa75a9f7337001e8f57a1a843f31fcb1f",
      "old_mode": 33188,
      "old_path": "Lib/lib-tk/tkMessageBox.py",
      "new_id": "d14ca86febc0bf592d5d3a9a18fc96b7efa50a5a",
      "new_mode": 33188,
      "new_path": "Lib/lib-tk/tkMessageBox.py"
    },
    {
      "type": "modify",
      "old_id": "7b70411bf61f977eeccd01c8c52cfe7cac458ae3",
      "old_mode": 33188,
      "old_path": "Lib/lib-tk/tkSimpleDialog.py",
      "new_id": "3411d942cadb311e7e4bdf5a45a6c3014575098d",
      "new_mode": 33188,
      "new_path": "Lib/lib-tk/tkSimpleDialog.py"
    },
    {
      "type": "modify",
      "old_id": "01a55b1522df23b89de8c31d5c738fb2caaf98e2",
      "old_mode": 33188,
      "old_path": "Lib/lib-tk/turtle.py",
      "new_id": "fcde9af4ed4e6eb92c571b9707b269997f7be069",
      "new_mode": 33188,
      "new_path": "Lib/lib-tk/turtle.py"
    },
    {
      "type": "modify",
      "old_id": "953afe9ebe18b746e9e67ad530b91ba5a50b1c0b",
      "old_mode": 33188,
      "old_path": "Lib/logging/__init__.py",
      "new_id": "b57a9af3689f3c2d4a4936033429f793a60c3bb5",
      "new_mode": 33188,
      "new_path": "Lib/logging/__init__.py"
    },
    {
      "type": "modify",
      "old_id": "a31e8d0eca61f80a21147b7761c22f5bca264ea8",
      "old_mode": 33188,
      "old_path": "Lib/logging/config.py",
      "new_id": "a9970d023f93da68038239016c1306e38de6cf40",
      "new_mode": 33188,
      "new_path": "Lib/logging/config.py"
    },
    {
      "type": "modify",
      "old_id": "a0255cee364b00dc5f48451199656529cfafaec4",
      "old_mode": 33188,
      "old_path": "Lib/logging/handlers.py",
      "new_id": "17eca8a0c435f9d7971da37db8482e6f73a026cc",
      "new_mode": 33188,
      "new_path": "Lib/logging/handlers.py"
    },
    {
      "type": "modify",
      "old_id": "f93ceb154014fd72355ce68f60eda39d91f32a2b",
      "old_mode": 33188,
      "old_path": "Lib/macpath.py",
      "new_id": "d389d70a97cca9c77a65d6ec2686712fccaabd2d",
      "new_mode": 33188,
      "new_path": "Lib/macpath.py"
    },
    {
      "type": "modify",
      "old_id": "ed7c7d1eaa67983274fdcf03204c0d06b6a24b18",
      "old_mode": 33261,
      "old_path": "Lib/mailbox.py",
      "new_id": "084343086c41f6e6eec9996450c78c0db54152cd",
      "new_mode": 33261,
      "new_path": "Lib/mailbox.py"
    },
    {
      "type": "modify",
      "old_id": "7a79b5322f169656cc4f928e3ea73d25dbb40a69",
      "old_mode": 33188,
      "old_path": "Lib/ntpath.py",
      "new_id": "b32ec164bb9d89c9b8072dbbe977632740ee4061",
      "new_mode": 33188,
      "new_path": "Lib/ntpath.py"
    },
    {
      "type": "modify",
      "old_id": "5ee3d4bc7caf1bba12216f0c64fbda326f1bd7a9",
      "old_mode": 33188,
      "old_path": "Lib/os.py",
      "new_id": "35f97fb351eafea9082f3a42914c9cc733591ab9",
      "new_mode": 33188,
      "new_path": "Lib/os.py"
    },
    {
      "type": "modify",
      "old_id": "a841422404334edd63a6e24bba489efc564e7dce",
      "old_mode": 33188,
      "old_path": "Lib/os2emxpath.py",
      "new_id": "4e85c4d48dfc6b79e87dcddae08f61f2f9d0a075",
      "new_mode": 33188,
      "new_path": "Lib/os2emxpath.py"
    },
    {
      "type": "modify",
      "old_id": "2bc836fe5a421a635648bd05c428b1ec472f2409",
      "old_mode": 33261,
      "old_path": "Lib/pdb.py",
      "new_id": "88303d00c42c76c75ecda0e1b534355a528974e9",
      "new_mode": 33261,
      "new_path": "Lib/pdb.py"
    },
    {
      "type": "modify",
      "old_id": "5d02ea3129dc3941e93f5a04f24fbcfbc867e899",
      "old_mode": 33188,
      "old_path": "Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py",
      "new_id": "773d1d7563806474d6d17760e3a0ded681b0e91c",
      "new_mode": 33188,
      "new_path": "Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py"
    },
    {
      "type": "modify",
      "old_id": "e95db932d11eb51773f0884c22a7659c07d73949",
      "old_mode": 33188,
      "old_path": "Lib/plat-sunos5/STROPTS.py",
      "new_id": "4970bd722d7f99a1db67b221d50c1ab4c94d8e26",
      "new_mode": 33188,
      "new_path": "Lib/plat-sunos5/STROPTS.py"
    },
    {
      "type": "modify",
      "old_id": "9eac6bc13ebc697798b37aa70bdc4386e5f6b799",
      "old_mode": 33188,
      "old_path": "Lib/posixpath.py",
      "new_id": "15212366057da308114bcf2e9d1fbf73478ca2ad",
      "new_mode": 33188,
      "new_path": "Lib/posixpath.py"
    },
    {
      "type": "modify",
      "old_id": "2acdadcde1f2e9170ff53a84f794f5f20a1a5155",
      "old_mode": 33188,
      "old_path": "Lib/pstats.py",
      "new_id": "ba0b8049f457714bafa9302eecc9e2f09df8daf9",
      "new_mode": 33188,
      "new_path": "Lib/pstats.py"
    },
    {
      "type": "modify",
      "old_id": "fae162dc487509c909db8b477dc6fa93f443c8d0",
      "old_mode": 33188,
      "old_path": "Lib/pty.py",
      "new_id": "889113c3dd57b975b493b7ee02323687edac38cf",
      "new_mode": 33188,
      "new_path": "Lib/pty.py"
    },
    {
      "type": "modify",
      "old_id": "073122417d7b4849e7ad409e231dc86fa70f1d91",
      "old_mode": 33188,
      "old_path": "Lib/pyclbr.py",
      "new_id": "079b38c411518d451177587461acb609df5b7276",
      "new_mode": 33188,
      "new_path": "Lib/pyclbr.py"
    },
    {
      "type": "modify",
      "old_id": "3020d119811ddf8b1f8bc3dfc466b247f6330252",
      "old_mode": 33188,
      "old_path": "Lib/sgmllib.py",
      "new_id": "3ab57c23071707b0a23c29e58f35afaa09306f37",
      "new_mode": 33188,
      "new_path": "Lib/sgmllib.py"
    },
    {
      "type": "modify",
      "old_id": "9c8c4fa48cbc5a5451d0767fe7127f651f2a4f39",
      "old_mode": 33261,
      "old_path": "Lib/smtplib.py",
      "new_id": "a7305ce92eaa61b56aa0119e5db82aa82682bd4d",
      "new_mode": 33261,
      "new_path": "Lib/smtplib.py"
    },
    {
      "type": "modify",
      "old_id": "55e267fd7aed97a8ae242fa1f8eb041757afc648",
      "old_mode": 33188,
      "old_path": "Lib/subprocess.py",
      "new_id": "68ab05e4864747366ec38f3265717b387a238043",
      "new_mode": 33188,
      "new_path": "Lib/subprocess.py"
    },
    {
      "type": "modify",
      "old_id": "d238063949e4273afb002236995a6a1409b965b2",
      "old_mode": 33188,
      "old_path": "Lib/tarfile.py",
      "new_id": "14553a776d3e441aaa18c7603fe3763a98b0004c",
      "new_mode": 33188,
      "new_path": "Lib/tarfile.py"
    },
    {
      "type": "modify",
      "old_id": "496c40040b6bf4b9d0bd53a5de44723a6f3f2db1",
      "old_mode": 33188,
      "old_path": "Lib/test/README",
      "new_id": "27f696cdbf9e8ab446c4872fb8974e704b85a432",
      "new_mode": 33188,
      "new_path": "Lib/test/README"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "4bfc7300d53c113983505cf344258b69beb6d6c6",
      "new_mode": 33188,
      "new_path": "Lib/test/crashers/bogus_sre_bytecode.py"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "9aecc568d91fe04e4b7adffaea7494aadbe10426",
      "new_mode": 33188,
      "new_path": "Lib/test/crashers/infinite_loop_re.py"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "f0b8047d8d1972f0514fad39bbab75fbe2eda4eb",
      "new_mode": 33188,
      "new_path": "Lib/test/crashers/loosing_mro_ref.py"
    },
    {
      "type": "modify",
      "old_id": "453c51c8a701db1dd72fb8e2cfdf26e9006c3dbc",
      "old_mode": 33188,
      "old_path": "Lib/test/list_tests.py",
      "new_id": "fc1a6c3cbac59eb71a490fb8dc5b029bbf5a1ce7",
      "new_mode": 33188,
      "new_path": "Lib/test/list_tests.py"
    },
    {
      "type": "delete",
      "old_id": "9b97d93ee24c6de4b654d4f5c153fbfa01baa359",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_MimeWriter",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "26eddfa915846179d34cf8f0913b6ac2e1f4931a",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_cgi",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "95c73283bc254e1feaf84e5a558ca74317fcf820",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_cookie",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "a427a29cb0936bcdda8ae69a9fcf4bd7ed95430c",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_global",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "5033276d0fb7ed98356f63ad33e875517f67dd70",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_grammar",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "302b876d7d26d468d8d04097e9691a07d8be6565",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_httplib",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "4c8f77c95a43b2b52aedfc7bf1aa6c17947199af",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_math",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "605f840f5347809b82ba0085be62c5fb099b786c",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_mmap",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "0853ab4775a9dbd8360d2274ec1a448b69e7b9f8",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_nis",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "4685571b458ddadacf5be04b30f3571b5587a173",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_opcodes",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "a8b8b5eeba9159bb8640e2b7f2bf523dcc8e7310",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_openpty",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "ca61d377de5d42e10e23b3b7cc443c99c5f3349b",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_poll",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "1deb26fe4e48b03b9e81a417f4470f3385c0a822",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_regex",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "a439e441e60aeaf009519badb3e2c19088ee12b7",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_scope",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "modify",
      "old_id": "0c1430886a9cf621f508d60f3b63870340d52ed3",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_tokenize",
      "new_id": "4a3d58cb28930ebef14ba6633ff384e5005d4701",
      "new_mode": 33188,
      "new_path": "Lib/test/output/test_tokenize"
    },
    {
      "type": "delete",
      "old_id": "b49ce0d3a894b0fe192f1eed085af4fe0a944ef5",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_types",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "d86caa92c0189cc2e492c0cb1dd03d68cbdfbdfd",
      "old_mode": 33188,
      "old_path": "Lib/test/output/test_xdrlib",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "modify",
      "old_id": "7e37c8502927ea09f706a0f9da87d6b34b7b8374",
      "old_mode": 33188,
      "old_path": "Lib/test/outstanding_bugs.py",
      "new_id": "04afcbd8ad8913d84986969147f989205b270ecc",
      "new_mode": 33188,
      "new_path": "Lib/test/outstanding_bugs.py"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "f4d2e6cc805e6ac7342a3a28bc270bba2f00beb6",
      "new_mode": 33188,
      "new_path": "Lib/test/sgml_input.html"
    },
    {
      "type": "modify",
      "old_id": "73447ad1c5fdc020fbcd05335751a2c6f0e815ce",
      "old_mode": 33188,
      "old_path": "Lib/test/string_tests.py",
      "new_id": "1aa68dedd0d88daa05da5615d3d3b824b793e392",
      "new_mode": 33188,
      "new_path": "Lib/test/string_tests.py"
    },
    {
      "type": "modify",
      "old_id": "50411058d8a3e0378231f84cc5d34dd5364fd41d",
      "old_mode": 33188,
      "old_path": "Lib/test/test_MimeWriter.py",
      "new_id": "feca1631f2b34f0a870c77f22c94ad647f3ba2ab",
      "new_mode": 33188,
      "new_path": "Lib/test/test_MimeWriter.py"
    },
    {
      "type": "modify",
      "old_id": "cc3367fed8d16bdfa9a4b0c68c8b0832576fbf32",
      "old_mode": 33188,
      "old_path": "Lib/test/test_StringIO.py",
      "new_id": "9f79b02e16c8812f0780d8e43e52d03b218b2d1c",
      "new_mode": 33188,
      "new_path": "Lib/test/test_StringIO.py"
    },
    {
      "type": "modify",
      "old_id": "7d2b2ae4429371ca1de9be27400ce53282d868fd",
      "old_mode": 33188,
      "old_path": "Lib/test/test___future__.py",
      "new_id": "50a2c74ad08f7f383a8559bbfedfdb498761fdfd",
      "new_mode": 33188,
      "new_path": "Lib/test/test___future__.py"
    },
    {
      "type": "modify",
      "old_id": "6adbf337791024ad34955688cc534462fe6a913f",
      "old_mode": 33261,
      "old_path": "Lib/test/test_array.py",
      "new_id": "5c79b4826131a4a4ee6e8e1a730ff9a6800e3529",
      "new_mode": 33261,
      "new_path": "Lib/test/test_array.py"
    },
    {
      "type": "modify",
      "old_id": "8df450456ee37a60e9a067bd898c123dd7e24a42",
      "old_mode": 33261,
      "old_path": "Lib/test/test_binascii.py",
      "new_id": "8272ad91aa818b75c0b3bd00c0545d69417b4e19",
      "new_mode": 33261,
      "new_path": "Lib/test/test_binascii.py"
    },
    {
      "type": "modify",
      "old_id": "611cd695d96b4b3891fd0a05febc3d012fbea805",
      "old_mode": 33188,
      "old_path": "Lib/test/test_bufio.py",
      "new_id": "14a926a570444899ea19e1fc54a7c1ea49aa7b98",
      "new_mode": 33188,
      "new_path": "Lib/test/test_bufio.py"
    },
    {
      "type": "modify",
      "old_id": "7b245d17d3011d62a3556f65e3db1f2d53abcbe0",
      "old_mode": 33188,
      "old_path": "Lib/test/test_builtin.py",
      "new_id": "385031f3b7843b54d694d2b3454d7f8d77e94558",
      "new_mode": 33188,
      "new_path": "Lib/test/test_builtin.py"
    },
    {
      "type": "modify",
      "old_id": "66fecf1aceb38ae4602a2bf695cd1d3c636fcc0f",
      "old_mode": 33188,
      "old_path": "Lib/test/test_cfgparser.py",
      "new_id": "3979f1545589d594df99e3c1b6111d5288e7db1e",
      "new_mode": 33188,
      "new_path": "Lib/test/test_cfgparser.py"
    },
    {
      "type": "modify",
      "old_id": "f93fa555c5ea5d00d0cec0b4fa7255d9d88bea67",
      "old_mode": 33188,
      "old_path": "Lib/test/test_cgi.py",
      "new_id": "52e5e913f438a3d8ff03d84bd7232efda068bb54",
      "new_mode": 33188,
      "new_path": "Lib/test/test_cgi.py"
    },
    {
      "type": "modify",
      "old_id": "f33462a2e84be3e1aea147d1bcb363a444b50eea",
      "old_mode": 33188,
      "old_path": "Lib/test/test_class.py",
      "new_id": "3201dd8c5d1e2ccbbdd69162ff6cd3fef87dd699",
      "new_mode": 33188,
      "new_path": "Lib/test/test_class.py"
    },
    {
      "type": "modify",
      "old_id": "1bf85834bc8b371a6acd8a1b8d1c164c2af711c2",
      "old_mode": 33188,
      "old_path": "Lib/test/test_codecencodings_cn.py",
      "new_id": "c558f1bb99b06c4f0d6177fe9aed5e8d78a70d77",
      "new_mode": 33188,
      "new_path": "Lib/test/test_codecencodings_cn.py"
    },
    {
      "type": "modify",
      "old_id": "8153979a85e291e06c9e9648384602216fe29d94",
      "old_mode": 33188,
      "old_path": "Lib/test/test_codecs.py",
      "new_id": "3c800f87771164722672ea83bdfa4633ca9cfa46",
      "new_mode": 33188,
      "new_path": "Lib/test/test_codecs.py"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "c6d50a9d05e15474007531eccd8a45b590df9c6f",
      "new_mode": 33188,
      "new_path": "Lib/test/test_complex_args.py"
    },
    {
      "type": "modify",
      "old_id": "2cf39ae6672fb2c595221392df38825d31e3a2c2",
      "old_mode": 33188,
      "old_path": "Lib/test/test_contextlib.py",
      "new_id": "747785d54f75dfc6d46122645c7dfe851dad6ea3",
      "new_mode": 33188,
      "new_path": "Lib/test/test_contextlib.py"
    },
    {
      "type": "modify",
      "old_id": "c20beeeb1e52558700b8b72a50722f0f7de95786",
      "old_mode": 33188,
      "old_path": "Lib/test/test_cookie.py",
      "new_id": "e7c0cf1cccb09bdd1e341d1a3d97afb18ad5ffae",
      "new_mode": 33188,
      "new_path": "Lib/test/test_cookie.py"
    },
    {
      "type": "modify",
      "old_id": "765bdafad5cbe45c73418cd661585dd627062517",
      "old_mode": 33188,
      "old_path": "Lib/test/test_datetime.py",
      "new_id": "3329104501ab5010c1c7779df398e9f35a4bd4fc",
      "new_mode": 33188,
      "new_path": "Lib/test/test_datetime.py"
    },
    {
      "type": "modify",
      "old_id": "55a53d30f7b9d482567aeccb066f7efb1f41c91e",
      "old_mode": 33188,
      "old_path": "Lib/test/test_decimal.py",
      "new_id": "50df93d7e3a7b0f3b2ce0877c38cc6545f517c00",
      "new_mode": 33188,
      "new_path": "Lib/test/test_decimal.py"
    },
    {
      "type": "modify",
      "old_id": "d3ae4551ab8562e34c646e416f21a813c155a7af",
      "old_mode": 33188,
      "old_path": "Lib/test/test_descr.py",
      "new_id": "2968e3d7d0a8d2b4649fa64ac9b415295e79d5b5",
      "new_mode": 33188,
      "new_path": "Lib/test/test_descr.py"
    },
    {
      "type": "modify",
      "old_id": "717ed5e3f3e274e6df21dac1f83883455f8f2095",
      "old_mode": 33188,
      "old_path": "Lib/test/test_dict.py",
      "new_id": "ff6ccde20488e4e161612410970d970548dbafa1",
      "new_mode": 33188,
      "new_path": "Lib/test/test_dict.py"
    },
    {
      "type": "modify",
      "old_id": "b5c567675e096e4e4e6cf85468b6d19e2b2b95c4",
      "old_mode": 33188,
      "old_path": "Lib/test/test_exceptions.py",
      "new_id": "abce41eef71c11759b736c7b4afe67b365254104",
      "new_mode": 33188,
      "new_path": "Lib/test/test_exceptions.py"
    },
    {
      "type": "modify",
      "old_id": "58a57b51a61f4d8e1b4dac3a09020c55222b6428",
      "old_mode": 33261,
      "old_path": "Lib/test/test_fcntl.py",
      "new_id": "2d800b2a5c9e5aa9b64f2413c8b1d7c1a8c30ad8",
      "new_mode": 33261,
      "new_path": "Lib/test/test_fcntl.py"
    },
    {
      "type": "modify",
      "old_id": "a9b31707a24917c8e357fb136998a9588a413630",
      "old_mode": 33188,
      "old_path": "Lib/test/test_format.py",
      "new_id": "8bf5d6e4a96d09564b7ad72cc6ce734868752d41",
      "new_mode": 33188,
      "new_path": "Lib/test/test_format.py"
    },
    {
      "type": "modify",
      "old_id": "01d6cd29e8a62c8c6e5578001b5e75b59c06d66c",
      "old_mode": 33188,
      "old_path": "Lib/test/test_functools.py",
      "new_id": "edc17fce78be72d0accc93361b00b5edd43c3946",
      "new_mode": 33188,
      "new_path": "Lib/test/test_functools.py"
    },
    {
      "type": "modify",
      "old_id": "f5462e204d637c73541232226f89145c6f329871",
      "old_mode": 33188,
      "old_path": "Lib/test/test_future.py",
      "new_id": "9a5f8298cc07ed26b70a61305f2a342a5a982fc9",
      "new_mode": 33188,
      "new_path": "Lib/test/test_future.py"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "53c4607ee2c1262b2496fcbc145f05a53e780c1e",
      "new_mode": 33188,
      "new_path": "Lib/test/test_genericpath.py"
    },
    {
      "type": "modify",
      "old_id": "4cc953cd3f44b6e0102daed014db49f05749580c",
      "old_mode": 33188,
      "old_path": "Lib/test/test_global.py",
      "new_id": "22e4b254c2228de9f4a43e53a194cbddb403019c",
      "new_mode": 33188,
      "new_path": "Lib/test/test_global.py"
    },
    {
      "type": "modify",
      "old_id": "ca84c563ec7a9fd90176eb52f2e29d4585d736c2",
      "old_mode": 33188,
      "old_path": "Lib/test/test_grammar.py",
      "new_id": "f4a04788b08ade13f9e23e8dd262380b89f7ecdd",
      "new_mode": 33188,
      "new_path": "Lib/test/test_grammar.py"
    },
    {
      "type": "modify",
      "old_id": "0f8e03e0a45cb3b49391b3fa6c78108b3467ff74",
      "old_mode": 33188,
      "old_path": "Lib/test/test_gzip.py",
      "new_id": "9989a92b70ac7dd82118e551c0afd4409fa81d66",
      "new_mode": 33188,
      "new_path": "Lib/test/test_gzip.py"
    },
    {
      "type": "modify",
      "old_id": "90bae887c3155397bde25055f41a11d32309d661",
      "old_mode": 33188,
      "old_path": "Lib/test/test_httplib.py",
      "new_id": "90a4e550093c138a7e9c3900b2d93d3b34307320",
      "new_mode": 33188,
      "new_path": "Lib/test/test_httplib.py"
    },
    {
      "type": "modify",
      "old_id": "893ba24617119f313df78e8299cb41f45ba12297",
      "old_mode": 33188,
      "old_path": "Lib/test/test_imp.py",
      "new_id": "62b14e071bd0da41585376c2293c66f92e3792c1",
      "new_mode": 33188,
      "new_path": "Lib/test/test_imp.py"
    },
    {
      "type": "modify",
      "old_id": "b64c23bcaa8c424b22d0eb337100fbb314b26861",
      "old_mode": 33188,
      "old_path": "Lib/test/test_import.py",
      "new_id": "e37378f06cb83cfa1bde3259fa558deb4214c209",
      "new_mode": 33188,
      "new_path": "Lib/test/test_import.py"
    },
    {
      "type": "modify",
      "old_id": "e5946e91a0595d5cbdc646c3a88a494b3fc2ed54",
      "old_mode": 33188,
      "old_path": "Lib/test/test_inspect.py",
      "new_id": "071e52196afd420dd54ae198cba50fc3312e466a",
      "new_mode": 33188,
      "new_path": "Lib/test/test_inspect.py"
    },
    {
      "type": "modify",
      "old_id": "8f8fc73d93abf272d3c7ef70a7e89bbec86c46e0",
      "old_mode": 33188,
      "old_path": "Lib/test/test_itertools.py",
      "new_id": "8e1118a5e8c05143f316ca00bb97d53dbe832e2f",
      "new_mode": 33188,
      "new_path": "Lib/test/test_itertools.py"
    },
    {
      "type": "modify",
      "old_id": "92fe7a1b726449ccbf0dbab1d6ab2afabda410ff",
      "old_mode": 33188,
      "old_path": "Lib/test/test_long.py",
      "new_id": "e0c781f0f2de7301a7f28a4d3373875173f829b3",
      "new_mode": 33188,
      "new_path": "Lib/test/test_long.py"
    },
    {
      "type": "modify",
      "old_id": "18373066628b582eebfd419956545abfa40353b5",
      "old_mode": 33188,
      "old_path": "Lib/test/test_mailbox.py",
      "new_id": "def58cc2d1f02f342a542bb7ce380dbb33756137",
      "new_mode": 33188,
      "new_path": "Lib/test/test_mailbox.py"
    },
    {
      "type": "modify",
      "old_id": "a092265b7f0941c9bfbc632eec288d909ed8fd1b",
      "old_mode": 33188,
      "old_path": "Lib/test/test_math.py",
      "new_id": "a45fc3429a6df63d3fc6a25b005cd493361b1aa7",
      "new_mode": 33188,
      "new_path": "Lib/test/test_math.py"
    },
    {
      "type": "modify",
      "old_id": "d2a24770cf203d74620ae71ca14c4e794a9e1064",
      "old_mode": 33188,
      "old_path": "Lib/test/test_mmap.py",
      "new_id": "0b5382307619efc0d288624677f5cc94ec2d7141",
      "new_mode": 33188,
      "new_path": "Lib/test/test_mmap.py"
    },
    {
      "type": "modify",
      "old_id": "0b8e45144ad3017bb42d4166ac2737baa292268c",
      "old_mode": 33188,
      "old_path": "Lib/test/test_modulefinder.py",
      "new_id": "7da241bf75aecee8e4dc125f7e21c5cb06ea573b",
      "new_mode": 33188,
      "new_path": "Lib/test/test_modulefinder.py"
    },
    {
      "type": "modify",
      "old_id": "95f4b383140db4b028f54b71b39430683965c6ba",
      "old_mode": 33188,
      "old_path": "Lib/test/test_multibytecodec.py",
      "new_id": "fb7f82d18e41ef88f8cc3de933a5cfb85e56c2fa",
      "new_mode": 33188,
      "new_path": "Lib/test/test_multibytecodec.py"
    },
    {
      "type": "modify",
      "old_id": "8afda75f482088d42d32c4f608c74485966e262d",
      "old_mode": 33188,
      "old_path": "Lib/test/test_mutants.py",
      "new_id": "621522617ac9c5256312e484b6b812db0e715b9a",
      "new_mode": 33188,
      "new_path": "Lib/test/test_mutants.py"
    },
    {
      "type": "modify",
      "old_id": "3c16bf572e3f9c359111967c6093e333298aef30",
      "old_mode": 33188,
      "old_path": "Lib/test/test_new.py",
      "new_id": "e90fd66d049e9fb0379166e2dc045853b2005d92",
      "new_mode": 33188,
      "new_path": "Lib/test/test_new.py"
    },
    {
      "type": "modify",
      "old_id": "f5224fec3a4624b1875be1546246ec38061f3aac",
      "old_mode": 33188,
      "old_path": "Lib/test/test_nis.py",
      "new_id": "590868f0108d1955f690674e0a79283131978c9a",
      "new_mode": 33188,
      "new_path": "Lib/test/test_nis.py"
    },
    {
      "type": "modify",
      "old_id": "742267f5f91486e1e5a21bf12016515f352eec2c",
      "old_mode": 33188,
      "old_path": "Lib/test/test_opcodes.py",
      "new_id": "1a2f5d6ce725007a8dccaf158e4fa1d926c0b39c",
      "new_mode": 33188,
      "new_path": "Lib/test/test_opcodes.py"
    },
    {
      "type": "modify",
      "old_id": "a8b8550c3c9406e940f9bd2eda0957d5c295fb2f",
      "old_mode": 33188,
      "old_path": "Lib/test/test_openpty.py",
      "new_id": "6471f58ce514b6b501bab8e72eac40e4dcdc4633",
      "new_mode": 33188,
      "new_path": "Lib/test/test_openpty.py"
    },
    {
      "type": "modify",
      "old_id": "bf0e196e67152cd2a56d1a8b3ce56abb238f6a24",
      "old_mode": 33188,
      "old_path": "Lib/test/test_os.py",
      "new_id": "1c87d0601ddb04ec02709c9aa5cb6b0022ea9b4d",
      "new_mode": 33188,
      "new_path": "Lib/test/test_os.py"
    },
    {
      "type": "modify",
      "old_id": "96384cd83e09d88cf5beda4be70a3090f9a21d81",
      "old_mode": 33188,
      "old_path": "Lib/test/test_parser.py",
      "new_id": "0bf12186a0f7de8f3ffff8aaf274278352220c18",
      "new_mode": 33188,
      "new_path": "Lib/test/test_parser.py"
    },
    {
      "type": "modify",
      "old_id": "be7d4e8fbe1f1bac8da027681cae2a191b0984dc",
      "old_mode": 33188,
      "old_path": "Lib/test/test_peepholer.py",
      "new_id": "779a20a51250c27c678a0623e97e3c74b0aa5a4d",
      "new_mode": 33188,
      "new_path": "Lib/test/test_peepholer.py"
    },
    {
      "type": "modify",
      "old_id": "73cffd28e5f032095ad57cb0f2db475ae779c3ab",
      "old_mode": 33188,
      "old_path": "Lib/test/test_pep352.py",
      "new_id": "75610b6e2a5df904595db40642f82bb03848be6d",
      "new_mode": 33188,
      "new_path": "Lib/test/test_pep352.py"
    },
    {
      "type": "modify",
      "old_id": "3a48bcecaf49153dca0e257547eb5c9e8beeb0de",
      "old_mode": 33188,
      "old_path": "Lib/test/test_poll.py",
      "new_id": "60cd3f4b05be498b4eff5262ec7a171727138d69",
      "new_mode": 33188,
      "new_path": "Lib/test/test_poll.py"
    },
    {
      "type": "modify",
      "old_id": "01703b592ded3dca9ddb7713d00a957c7574dcb2",
      "old_mode": 33188,
      "old_path": "Lib/test/test_pyclbr.py",
      "new_id": "7c9d4aac0681ec42e0a7ac1b7c76eeef9419a8f5",
      "new_mode": 33188,
      "new_path": "Lib/test/test_pyclbr.py"
    },
    {
      "type": "modify",
      "old_id": "e4e592ae02ac98e90bba4d9344bccaa6569d5c54",
      "old_mode": 33188,
      "old_path": "Lib/test/test_scope.py",
      "new_id": "777e85a18c432e3e960201c72e4579da440b7086",
      "new_mode": 33188,
      "new_path": "Lib/test/test_scope.py"
    },
    {
      "type": "modify",
      "old_id": "03621a67fd2b8e35736528ee707a444a5178f59c",
      "old_mode": 33188,
      "old_path": "Lib/test/test_set.py",
      "new_id": "a4830d483b208a1f228f89d64c2810b96b9638f4",
      "new_mode": 33188,
      "new_path": "Lib/test/test_set.py"
    },
    {
      "type": "modify",
      "old_id": "28a21a466bb7cdece529e14742e5ed7b9ba5a3b6",
      "old_mode": 33188,
      "old_path": "Lib/test/test_sgmllib.py",
      "new_id": "b6986360ac137b9a9242d95fc7c703c34ece767a",
      "new_mode": 33188,
      "new_path": "Lib/test/test_sgmllib.py"
    },
    {
      "type": "modify",
      "old_id": "c438cc6417efb5ef20929d1ab830e37f8e9a3319",
      "old_mode": 33188,
      "old_path": "Lib/test/test_sha.py",
      "new_id": "ea224e439c3d5c60b415bb73f846c1f41ba2c20b",
      "new_mode": 33188,
      "new_path": "Lib/test/test_sha.py"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "93dd2acaf40664b24c2d9a50efa5c6b934111630",
      "new_mode": 33188,
      "new_path": "Lib/test/test_structmembers.py"
    },
    {
      "type": "modify",
      "old_id": "8c8ac405f8c0f71067b702f5bb9b79f3e33cbae2",
      "old_mode": 33188,
      "old_path": "Lib/test/test_subprocess.py",
      "new_id": "64f8d40a40b34c58672f265df5ac4155ce0a70cc",
      "new_mode": 33188,
      "new_path": "Lib/test/test_subprocess.py"
    },
    {
      "type": "modify",
      "old_id": "d260fc5ca6c37e386ae01065aa825944f305c663",
      "old_mode": 33188,
      "old_path": "Lib/test/test_support.py",
      "new_id": "2829c5566d33403bf6db95e5cc7e10ae8b6e81ec",
      "new_mode": 33188,
      "new_path": "Lib/test/test_support.py"
    },
    {
      "type": "modify",
      "old_id": "acb3f105369128a8718db250ce60fc5e8f1d1efc",
      "old_mode": 33188,
      "old_path": "Lib/test/test_syntax.py",
      "new_id": "a0eaac6d0cfc5286b97c5ff8b15944c211daa5a9",
      "new_mode": 33188,
      "new_path": "Lib/test/test_syntax.py"
    },
    {
      "type": "modify",
      "old_id": "a47afa4ee17af865ed2cb54c741c8a62e4afd8f5",
      "old_mode": 33188,
      "old_path": "Lib/test/test_tarfile.py",
      "new_id": "0cebb299096028f5067476bfd9a43adca3130a45",
      "new_mode": 33188,
      "new_path": "Lib/test/test_tarfile.py"
    },
    {
      "type": "modify",
      "old_id": "aeaa77ef56f5bd510c310438421c7497573e8d0a",
      "old_mode": 33188,
      "old_path": "Lib/test/test_tempfile.py",
      "new_id": "2047a6364ef72d5c9d7238c533bff1f24ef5222a",
      "new_mode": 33188,
      "new_path": "Lib/test/test_tempfile.py"
    },
    {
      "type": "modify",
      "old_id": "4fd783489b649ebde40762401bbc92ef87d9fcc5",
      "old_mode": 33188,
      "old_path": "Lib/test/test_time.py",
      "new_id": "18129da0b6baf27b678710e64a1f79130999c4b8",
      "new_mode": 33188,
      "new_path": "Lib/test/test_time.py"
    },
    {
      "type": "modify",
      "old_id": "b064967bfdfbccf028ab52daa045ddb9128adae4",
      "old_mode": 33188,
      "old_path": "Lib/test/test_tokenize.py",
      "new_id": "be6c18dab21afa68234e415e70f73b8f4c0e5ff7",
      "new_mode": 33188,
      "new_path": "Lib/test/test_tokenize.py"
    },
    {
      "type": "modify",
      "old_id": "9ba1dca23de83e4a0d1b322bbf8016ed6fa836dd",
      "old_mode": 33188,
      "old_path": "Lib/test/test_traceback.py",
      "new_id": "48c5d190e7a42ec8b9d4fb50e8b04237c5bb1485",
      "new_mode": 33188,
      "new_path": "Lib/test/test_traceback.py"
    },
    {
      "type": "modify",
      "old_id": "f0bdfdebf7291c88284b061cb0678bcfdd4d0975",
      "old_mode": 33188,
      "old_path": "Lib/test/test_types.py",
      "new_id": "8d269146fd490989482b6bd5a29dc0b561586f3f",
      "new_mode": 33188,
      "new_path": "Lib/test/test_types.py"
    },
    {
      "type": "modify",
      "old_id": "517ecfddfeb1693ab589ff1a0de5e16c0c1f5a4e",
      "old_mode": 33188,
      "old_path": "Lib/test/test_unicode.py",
      "new_id": "38ff9acd5014ea93bd111c4b0cf99e0ab9bfd3cc",
      "new_mode": 33188,
      "new_path": "Lib/test/test_unicode.py"
    },
    {
      "type": "modify",
      "old_id": "e9517c508c51ee38c1a8a7a8a9dc0b85a02f4028",
      "old_mode": 33188,
      "old_path": "Lib/test/test_xdrlib.py",
      "new_id": "8fc88a5f2e858f86816410f882177b403a4d9379",
      "new_mode": 33188,
      "new_path": "Lib/test/test_xdrlib.py"
    },
    {
      "type": "modify",
      "old_id": "64d8fe86bc1af04b51f9c69efefac769efa0f640",
      "old_mode": 33188,
      "old_path": "Lib/test/test_xmlrpc.py",
      "new_id": "ccc1b602ecb8130ec1669daab17772f10018e70b",
      "new_mode": 33188,
      "new_path": "Lib/test/test_xmlrpc.py"
    },
    {
      "type": "modify",
      "old_id": "5d652670a9313e7e8523b59757576a5e3a155769",
      "old_mode": 33188,
      "old_path": "Lib/tokenize.py",
      "new_id": "125382216f7f6b9fd5294b456aca5d9e7f2eb05e",
      "new_mode": 33188,
      "new_path": "Lib/tokenize.py"
    },
    {
      "type": "modify",
      "old_id": "eb2fdf690a24b37436ad7be7837d1104551b94fc",
      "old_mode": 33188,
      "old_path": "Lib/traceback.py",
      "new_id": "e395ad77d6713e17f69c4142bc7f5eda1e4d9562",
      "new_mode": 33188,
      "new_path": "Lib/traceback.py"
    },
    {
      "type": "modify",
      "old_id": "e01f4215f6d1c439ab561e4fd11a1974e6291524",
      "old_mode": 33188,
      "old_path": "Lib/urllib.py",
      "new_id": "90f7aa07e899d37f6cd337fc02888040848c8d5f",
      "new_mode": 33188,
      "new_path": "Lib/urllib.py"
    },
    {
      "type": "modify",
      "old_id": "1e19f33d12f7d286281e38b201fb9acc9dc15f3a",
      "old_mode": 33188,
      "old_path": "Lib/urllib2.py",
      "new_id": "a880e647a81d572a77527dc076bd730bff83bbb8",
      "new_mode": 33188,
      "new_path": "Lib/urllib2.py"
    },
    {
      "type": "modify",
      "old_id": "3ccedb0b1df7a145417aca3e223de997c7a8498e",
      "old_mode": 33261,
      "old_path": "Lib/uu.py",
      "new_id": "da89f7298d44f277e34a45e069d61d74b030b3de",
      "new_mode": 33261,
      "new_path": "Lib/uu.py"
    },
    {
      "type": "modify",
      "old_id": "9fd1615604c7afd6505fb30b76caa91cc8697ca7",
      "old_mode": 33188,
      "old_path": "Lib/webbrowser.py",
      "new_id": "0d5f44f7b2bce251d7bf0af167d8e13d21104cd9",
      "new_mode": 33188,
      "new_path": "Lib/webbrowser.py"
    },
    {
      "type": "modify",
      "old_id": "b349eb9b7949944ca66d4e3f7f54a2ac8548473e",
      "old_mode": 33188,
      "old_path": "Lib/xdrlib.py",
      "new_id": "796dfafd2fff6489c0e083edd38cbcebb32eaf8d",
      "new_mode": 33188,
      "new_path": "Lib/xdrlib.py"
    },
    {
      "type": "modify",
      "old_id": "72866f1cf813f1681a1c927bd76500e2474ee673",
      "old_mode": 33188,
      "old_path": "Lib/xmlrpclib.py",
      "new_id": "da3d396aa0525af4982a392b83a29f2b51c54b4f",
      "new_mode": 33188,
      "new_path": "Lib/xmlrpclib.py"
    },
    {
      "type": "modify",
      "old_id": "083209b2c2cbba33be94340545eacfca03466137",
      "old_mode": 33261,
      "old_path": "Mac/BuildScript/build-installer.py",
      "new_id": "8bdebe6806d0635a9f4109adfb25741276c641c6",
      "new_mode": 33261,
      "new_path": "Mac/BuildScript/build-installer.py"
    },
    {
      "type": "modify",
      "old_id": "85d400fe123f4f61c44ce4dcc3ee82157051e3c5",
      "old_mode": 33261,
      "old_path": "Mac/BuildScript/scripts/postflight.documentation",
      "new_id": "9f5918ed78d089bddd3e6f32f52ea45d44ff9766",
      "new_mode": 33261,
      "new_path": "Mac/BuildScript/scripts/postflight.documentation"
    },
    {
      "type": "modify",
      "old_id": "c42e11e31b695541b06932a219b78a710cb21457",
      "old_mode": 33261,
      "old_path": "Mac/BuildScript/scripts/postflight.patch-profile",
      "new_id": "5e82f331cfa32a83015a8216f1f3e71cfdc489bc",
      "new_mode": 33261,
      "new_path": "Mac/BuildScript/scripts/postflight.patch-profile"
    },
    {
      "type": "modify",
      "old_id": "11f14386204572dd7ebea74fc3a8466c2a4343c9",
      "old_mode": 33188,
      "old_path": "Mac/Makefile.in",
      "new_id": "8b2e1dbabf87146423dffd9b307ede4f2a46fe84",
      "new_mode": 33188,
      "new_path": "Mac/Makefile.in"
    },
    {
      "type": "modify",
      "old_id": "ba375ba7b096c81f50ea4fa71ab88e4314c40894",
      "old_mode": 33261,
      "old_path": "Mac/PythonLauncher/FileSettings.m",
      "new_id": "1f3695eec17135acd22be2647717ddda4813c250",
      "new_mode": 33261,
      "new_path": "Mac/PythonLauncher/FileSettings.m"
    },
    {
      "type": "modify",
      "old_id": "1e58b02aa0a742f3530285497c8c6259df6fd19a",
      "old_mode": 33188,
      "old_path": "Mac/README",
      "new_id": "5e74d7bde37856b14de6f598ef797aebf74dd6f8",
      "new_mode": 33188,
      "new_path": "Mac/README"
    },
    {
      "type": "modify",
      "old_id": "fb8645a629b74de93cc10fe9c0e30985e3321b59",
      "old_mode": 33188,
      "old_path": "Mac/Tools/fixapplepython23.py",
      "new_id": "6ba54019f0773e5f29bd1bc329aabf96a1e439eb",
      "new_mode": 33188,
      "new_path": "Mac/Tools/fixapplepython23.py"
    },
    {
      "type": "modify",
      "old_id": "9c8d7baa9d673ce5c9894c5e813b4324ec2358ad",
      "old_mode": 33188,
      "old_path": "Makefile.pre.in",
      "new_id": "19ce69fb83dcb98789382493b1159f37bf310628",
      "new_mode": 33188,
      "new_path": "Makefile.pre.in"
    },
    {
      "type": "modify",
      "old_id": "11e9551055269147cb237b8cb19572138792abcb",
      "old_mode": 33188,
      "old_path": "Misc/ACKS",
      "new_id": "d5d7675bc25d48bf332d6c4693e7ad4a96e917ad",
      "new_mode": 33188,
      "new_path": "Misc/ACKS"
    },
    {
      "type": "modify",
      "old_id": "be4ca88ff54d79f65876e475bee62403a952702d",
      "old_mode": 33188,
      "old_path": "Misc/HISTORY",
      "new_id": "f2452f2b973b3d79dcf179b55c31b8aeb2094080",
      "new_mode": 33188,
      "new_path": "Misc/HISTORY"
    },
    {
      "type": "modify",
      "old_id": "952ca42d99654d5c64a51d234f6c3df3f75d2306",
      "old_mode": 33188,
      "old_path": "Misc/SpecialBuilds.txt",
      "new_id": "fa87d92ad321b3ec81d7e4a4a20e27895c26eb26",
      "new_mode": 33188,
      "new_path": "Misc/SpecialBuilds.txt"
    },
    {
      "type": "modify",
      "old_id": "08c54d24e88d32248c23d12f776bb50f9498c02b",
      "old_mode": 33188,
      "old_path": "Misc/Vim/python.vim",
      "new_id": "21c375d9db79c061e0c5a48704030136eabbc0f5",
      "new_mode": 33188,
      "new_path": "Misc/Vim/python.vim"
    },
    {
      "type": "modify",
      "old_id": "3f2a3d8a23acb6f99b8ac70d7ce9356ce7ae1893",
      "old_mode": 33188,
      "old_path": "Misc/Vim/vim_syntax.py",
      "new_id": "55dd27702d6aa8cd4ce8a1a0496617c8551bb43a",
      "new_mode": 33188,
      "new_path": "Misc/Vim/vim_syntax.py"
    },
    {
      "type": "modify",
      "old_id": "ff7c4c6d967cb7a898bed49faa2165b3f96c45e6",
      "old_mode": 33188,
      "old_path": "Misc/Vim/vimrc",
      "new_id": "11ec638042ec3e0bc9e6bf317ccd939171ebdcdf",
      "new_mode": 33188,
      "new_path": "Misc/Vim/vimrc"
    },
    {
      "type": "modify",
      "old_id": "ad459365e80fb7fa6aa674d7f095596bf89171fe",
      "old_mode": 33188,
      "old_path": "Modules/_bsddb.c",
      "new_id": "79f06dcf0ab5d317a387dd5895198ea282a86b63",
      "new_mode": 33188,
      "new_path": "Modules/_bsddb.c"
    },
    {
      "type": "modify",
      "old_id": "7948516401b858ae54d6ff1ef19ee8c86452303e",
      "old_mode": 33188,
      "old_path": "Modules/_ctypes/_ctypes.c",
      "new_id": "dc7feeba1c8b3e9b25c12d4bef98e3dd4cef838c",
      "new_mode": 33188,
      "new_path": "Modules/_ctypes/_ctypes.c"
    },
    {
      "type": "modify",
      "old_id": "7331d01dcd53515b955a93ab52dc11449f3767f2",
      "old_mode": 33188,
      "old_path": "Modules/_ctypes/_ctypes_test.c",
      "new_id": "d13fec4e9ead92e2cc0af9ea836266becc7e7f9c",
      "new_mode": 33188,
      "new_path": "Modules/_ctypes/_ctypes_test.c"
    },
    {
      "type": "modify",
      "old_id": "d5ab43bc1d63f7ffd3ff45ca7bf810eaccf3ec62",
      "old_mode": 33188,
      "old_path": "Modules/_ctypes/callbacks.c",
      "new_id": "89b44aa0d9550766e99ba04ea515e1da377c4e5d",
      "new_mode": 33188,
      "new_path": "Modules/_ctypes/callbacks.c"
    },
    {
      "type": "modify",
      "old_id": "e0765e917cb336ee5a1ab443df0f2e2637735236",
      "old_mode": 33188,
      "old_path": "Modules/_ctypes/callproc.c",
      "new_id": "18e1991e4db9249f2c37c184374878c0f4be73ff",
      "new_mode": 33188,
      "new_path": "Modules/_ctypes/callproc.c"
    },
    {
      "type": "modify",
      "old_id": "c16a387464f9c928a0dc89daf526a6e2fbbddca0",
      "old_mode": 33188,
      "old_path": "Modules/_ctypes/cfield.c",
      "new_id": "ad83195276f94d5ccec3f954ce956b6a807dc2b7",
      "new_mode": 33188,
      "new_path": "Modules/_ctypes/cfield.c"
    },
    {
      "type": "modify",
      "old_id": "1595b00a5ff1dcfcb7296482aba426db721bbec7",
      "old_mode": 33188,
      "old_path": "Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c",
      "new_id": "55af70cd8b2d174e059c7acbb2fb364dadd3563d",
      "new_mode": 33188,
      "new_path": "Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c"
    },
    {
      "type": "modify",
      "old_id": "46759f43498583642745ecb0dd34c71e3a968264",
      "old_mode": 33188,
      "old_path": "Modules/_ctypes/libffi/src/x86/sysv.S",
      "new_id": "9542fba1a2908369cd2114b1d203ac42509aea4b",
      "new_mode": 33188,
      "new_path": "Modules/_ctypes/libffi/src/x86/sysv.S"
    },
    {
      "type": "modify",
      "old_id": "9af6b716d2b08533abe6d34df3443af94e24310d",
      "old_mode": 33188,
      "old_path": "Modules/_ctypes/libffi_msvc/ffi.c",
      "new_id": "3f23a052eddce94b72eec4803e11a27b7daf1a9a",
      "new_mode": 33188,
      "new_path": "Modules/_ctypes/libffi_msvc/ffi.c"
    },
    {
      "type": "modify",
      "old_id": "203142d9ce11bae52c9074a401dbff8cb724a1e9",
      "old_mode": 33188,
      "old_path": "Modules/_ctypes/libffi_msvc/ffi.h",
      "new_id": "a88d8744f7f240f7f7d83ce28ca22825ddda6bee",
      "new_mode": 33188,
      "new_path": "Modules/_ctypes/libffi_msvc/ffi.h"
    },
    {
      "type": "modify",
      "old_id": "78c0c37caeb3e81d0460b534152def505841463a",
      "old_mode": 33188,
      "old_path": "Modules/_ctypes/libffi_msvc/ffitarget.h",
      "new_id": "0da79d4c1ad700f5ad9e75d4fdae098967754fe3",
      "new_mode": 33188,
      "new_path": "Modules/_ctypes/libffi_msvc/ffitarget.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "301188bc9c17f5142ada552eed6f676a5c0d3079",
      "new_mode": 33188,
      "new_path": "Modules/_ctypes/libffi_msvc/win64.asm"
    },
    {
      "type": "modify",
      "old_id": "0942b48d11b9e92e08fa39ebff27a039ad1c291c",
      "old_mode": 33188,
      "old_path": "Modules/_ctypes/stgdict.c",
      "new_id": "c34ae01b960674d291ba7edc9e57fca10d3a8605",
      "new_mode": 33188,
      "new_path": "Modules/_ctypes/stgdict.c"
    },
    {
      "type": "modify",
      "old_id": "2921d53a8f574549f3ed56550d4b08fb75721cac",
      "old_mode": 33188,
      "old_path": "Modules/_cursesmodule.c",
      "new_id": "aeb1ef5f22e552cb03fe49a296c60d1c6fe839e0",
      "new_mode": 33188,
      "new_path": "Modules/_cursesmodule.c"
    },
    {
      "type": "modify",
      "old_id": "d30a3508c074e16dd900c19b12e2b6ddc21ecb97",
      "old_mode": 33188,
      "old_path": "Modules/_sre.c",
      "new_id": "a24f2868c50eac7017cf61b628249610822ab4d8",
      "new_mode": 33188,
      "new_path": "Modules/_sre.c"
    },
    {
      "type": "modify",
      "old_id": "3b91b24515f4268d1b9e22a88ed90eee3b9d1377",
      "old_mode": 33188,
      "old_path": "Modules/_ssl.c",
      "new_id": "f1e1092ac7dad9eea6798c4e32db052d80f341b8",
      "new_mode": 33188,
      "new_path": "Modules/_ssl.c"
    },
    {
      "type": "modify",
      "old_id": "f5f3ab23bdcb07e51dd5465e8b7c8b76559621a1",
      "old_mode": 33188,
      "old_path": "Modules/_testcapimodule.c",
      "new_id": "b11f0aebfc1135a0a52ffc2f40d3ceaa1c9f55b4",
      "new_mode": 33188,
      "new_path": "Modules/_testcapimodule.c"
    },
    {
      "type": "modify",
      "old_id": "fbeb13a630245bdc40f0f5c3486468f857159164",
      "old_mode": 33188,
      "old_path": "Modules/almodule.c",
      "new_id": "0a45d2e0c02b04a0ed606608ea00157f0f247595",
      "new_mode": 33188,
      "new_path": "Modules/almodule.c"
    },
    {
      "type": "modify",
      "old_id": "6ce6b07f9f2b46124b06eeec9a149f298edf493f",
      "old_mode": 33188,
      "old_path": "Modules/arraymodule.c",
      "new_id": "552f80c0a604b5c6fee154df3a66afcdcb1eb205",
      "new_mode": 33188,
      "new_path": "Modules/arraymodule.c"
    },
    {
      "type": "modify",
      "old_id": "8f5d30c80585d90ceeb633bbb0117c7f86f5fcc4",
      "old_mode": 33188,
      "old_path": "Modules/audioop.c",
      "new_id": "ce009758dee4e64787c03aa3a3a52ecbfb98461e",
      "new_mode": 33188,
      "new_path": "Modules/audioop.c"
    },
    {
      "type": "modify",
      "old_id": "3b2c8b254cd3fb17300f83ff8c4d390a9aa881e2",
      "old_mode": 33188,
      "old_path": "Modules/binascii.c",
      "new_id": "4dee45198ef19c81d73c47e6a8c8d9741b98e6ac",
      "new_mode": 33188,
      "new_path": "Modules/binascii.c"
    },
    {
      "type": "modify",
      "old_id": "146e2ee8ff6dc4167863f0008831c8131203c137",
      "old_mode": 33188,
      "old_path": "Modules/bz2module.c",
      "new_id": "5a4e5d99581eac82d0044c495d809ec125710d25",
      "new_mode": 33188,
      "new_path": "Modules/bz2module.c"
    },
    {
      "type": "modify",
      "old_id": "fabc3cde6db8eb96eeb46127aed3a0e8dea12020",
      "old_mode": 33188,
      "old_path": "Modules/cPickle.c",
      "new_id": "f3178abe131f61c7108d35d70db1d4c8c60abc95",
      "new_mode": 33188,
      "new_path": "Modules/cPickle.c"
    },
    {
      "type": "modify",
      "old_id": "4debb7263bdf8a00489b2b153f14972ba6e6de0a",
      "old_mode": 33188,
      "old_path": "Modules/cStringIO.c",
      "new_id": "3f762b09fb02692a388bdd805e3e99fc32370c34",
      "new_mode": 33188,
      "new_path": "Modules/cStringIO.c"
    },
    {
      "type": "modify",
      "old_id": "fb51297ae06bf29828e10a764213340bce8344ac",
      "old_mode": 33188,
      "old_path": "Modules/cjkcodecs/_codecs_cn.c",
      "new_id": "c811a67eda00f72d5fde4839332e0c84bcae702c",
      "new_mode": 33188,
      "new_path": "Modules/cjkcodecs/_codecs_cn.c"
    },
    {
      "type": "modify",
      "old_id": "8a2ab7eb2f4e5658e9ec1bdccd77004041ef52d1",
      "old_mode": 33188,
      "old_path": "Modules/cjkcodecs/_codecs_iso2022.c",
      "new_id": "55196a9ea4cdf449158a686f3db5cb3c5ea5451a",
      "new_mode": 33188,
      "new_path": "Modules/cjkcodecs/_codecs_iso2022.c"
    },
    {
      "type": "modify",
      "old_id": "b266c8f9b47c848d8979408324ae74dfda4b2c17",
      "old_mode": 33188,
      "old_path": "Modules/cjkcodecs/cjkcodecs.h",
      "new_id": "71c54f093fc96a24ef11f8fb3fa57453d5e64c56",
      "new_mode": 33188,
      "new_path": "Modules/cjkcodecs/cjkcodecs.h"
    },
    {
      "type": "modify",
      "old_id": "b57ccbcb0092af8aca4d95654d5bae759fc1262e",
      "old_mode": 33188,
      "old_path": "Modules/datetimemodule.c",
      "new_id": "7ffa316013c83df561c0fed2479d0f247b1ddbe2",
      "new_mode": 33188,
      "new_path": "Modules/datetimemodule.c"
    },
    {
      "type": "modify",
      "old_id": "ee5a7f01c22dbde280120ee352befe6299e62e3b",
      "old_mode": 33188,
      "old_path": "Modules/dbmmodule.c",
      "new_id": "83f5f436e960e6ff3b24635f3209d4b2ae86edb3",
      "new_mode": 33188,
      "new_path": "Modules/dbmmodule.c"
    },
    {
      "type": "modify",
      "old_id": "99f2897e53d79525cfb6cd183394e3ee3f8b05c0",
      "old_mode": 33188,
      "old_path": "Modules/gcmodule.c",
      "new_id": "2dd058e4b8f315e4d0aac39bcc7fde381193a3b5",
      "new_mode": 33188,
      "new_path": "Modules/gcmodule.c"
    },
    {
      "type": "modify",
      "old_id": "d91389033ff4ec719105716ef4dafc8b0dbbd16d",
      "old_mode": 33188,
      "old_path": "Modules/itertoolsmodule.c",
      "new_id": "7fcbb103667a81aa83c6b32771cf8c24719c0d20",
      "new_mode": 33188,
      "new_path": "Modules/itertoolsmodule.c"
    },
    {
      "type": "modify",
      "old_id": "c1c7363c83b9c210335c33474f40375fdc1e70e1",
      "old_mode": 33188,
      "old_path": "Modules/linuxaudiodev.c",
      "new_id": "b435d768a8ecc238979022e92ec4fe964ac0be27",
      "new_mode": 33188,
      "new_path": "Modules/linuxaudiodev.c"
    },
    {
      "type": "modify",
      "old_id": "3f39c9bffcd14340c8a584bbb30b1d1d7ef10f7a",
      "old_mode": 33188,
      "old_path": "Modules/main.c",
      "new_id": "ac6b38dccd09382df55833d50c7728e3093e24e1",
      "new_mode": 33188,
      "new_path": "Modules/main.c"
    },
    {
      "type": "modify",
      "old_id": "731b1d92d02bdaae6f9ce83741f476d242e25301",
      "old_mode": 33188,
      "old_path": "Modules/mathmodule.c",
      "new_id": "632dffd2f17ff2c75143549bafa3972b2de38765",
      "new_mode": 33188,
      "new_path": "Modules/mathmodule.c"
    },
    {
      "type": "modify",
      "old_id": "a728d3dfa763330673175139cf13064be2b77d18",
      "old_mode": 33188,
      "old_path": "Modules/mmapmodule.c",
      "new_id": "d39169aa30337de47a492b8977c5410923c0c913",
      "new_mode": 33188,
      "new_path": "Modules/mmapmodule.c"
    },
    {
      "type": "modify",
      "old_id": "9716838ba231dd945e0a32cf53f12b37d9c20753",
      "old_mode": 33188,
      "old_path": "Modules/ossaudiodev.c",
      "new_id": "eb59c4d8ecf8f56cb459bf42541c948cd82a3a03",
      "new_mode": 33188,
      "new_path": "Modules/ossaudiodev.c"
    },
    {
      "type": "modify",
      "old_id": "39394a54c3e8652355c776eef5f468a4ef310a68",
      "old_mode": 33188,
      "old_path": "Modules/parsermodule.c",
      "new_id": "78180b0edd36dc244246fca389d578c9a56ce23e",
      "new_mode": 33188,
      "new_path": "Modules/parsermodule.c"
    },
    {
      "type": "modify",
      "old_id": "5c67be6dc08e4df0e308ad8b9a4769b0badb2ae0",
      "old_mode": 33188,
      "old_path": "Modules/posixmodule.c",
      "new_id": "3260c3d9092d0ea7d54565fad1f347988c51772d",
      "new_mode": 33188,
      "new_path": "Modules/posixmodule.c"
    },
    {
      "type": "modify",
      "old_id": "92f2d1f15f35f3e9ab521b5c0c4bb8fb3db1ffb6",
      "old_mode": 33188,
      "old_path": "Modules/readline.c",
      "new_id": "853874be2506e78b65bcab6a970542a2d9dc80ad",
      "new_mode": 33188,
      "new_path": "Modules/readline.c"
    },
    {
      "type": "modify",
      "old_id": "fe6f3b6a25fa5fcf7c9a73dec5c4a5891df6c396",
      "old_mode": 33188,
      "old_path": "Modules/resource.c",
      "new_id": "d38c660e77059cc1f5fda41f7de5614851737db9",
      "new_mode": 33188,
      "new_path": "Modules/resource.c"
    },
    {
      "type": "modify",
      "old_id": "f03b34c057f8689683bba791bc53d9b06dbe704d",
      "old_mode": 33188,
      "old_path": "Modules/socketmodule.c",
      "new_id": "c9f0388a302c4cabcfbfb2df83650adc3f09bb00",
      "new_mode": 33188,
      "new_path": "Modules/socketmodule.c"
    },
    {
      "type": "modify",
      "old_id": "ae38c86cbc698a344e3aa0a0010c94972b54d2d6",
      "old_mode": 33188,
      "old_path": "Modules/socketmodule.h",
      "new_id": "84f2422f418283c57d5a82e473431982705e1f08",
      "new_mode": 33188,
      "new_path": "Modules/socketmodule.h"
    },
    {
      "type": "modify",
      "old_id": "361429668a6c9451eb680915c7eb68a64296cfaa",
      "old_mode": 33188,
      "old_path": "Modules/threadmodule.c",
      "new_id": "baf6673af149592a888cf90ba3703c74a3be4512",
      "new_mode": 33188,
      "new_path": "Modules/threadmodule.c"
    },
    {
      "type": "modify",
      "old_id": "a11a0b70b7cbb87474456865f0b4a279a3b66969",
      "old_mode": 33188,
      "old_path": "Modules/unicodedata.c",
      "new_id": "a30d30c8eb7291e26d95f06ab31ec1c67540727f",
      "new_mode": 33188,
      "new_path": "Modules/unicodedata.c"
    },
    {
      "type": "modify",
      "old_id": "881076246efb8e014f444e9f8d349394690c930c",
      "old_mode": 33188,
      "old_path": "Objects/abstract.c",
      "new_id": "03883be9672b059d14afafe6e694215d852e648e",
      "new_mode": 33188,
      "new_path": "Objects/abstract.c"
    },
    {
      "type": "modify",
      "old_id": "11079776f3629a7a91c23d490217c2cc6f21c15a",
      "old_mode": 33188,
      "old_path": "Objects/classobject.c",
      "new_id": "85826a9ff48c8b66143fb23aa34514937b17841d",
      "new_mode": 33188,
      "new_path": "Objects/classobject.c"
    },
    {
      "type": "modify",
      "old_id": "64585a41d6384bdd3446c8e7fe566d669cf3d071",
      "old_mode": 33188,
      "old_path": "Objects/dictobject.c",
      "new_id": "09aba61c90289a2f29754d3281b019dbb7d7cbef",
      "new_mode": 33188,
      "new_path": "Objects/dictobject.c"
    },
    {
      "type": "modify",
      "old_id": "c3ead698e81597f25e5d60dc242680a705a4aff1",
      "old_mode": 33188,
      "old_path": "Objects/exceptions.c",
      "new_id": "0cd819c5a1559396d9aa43ce64615d22578fffbc",
      "new_mode": 33188,
      "new_path": "Objects/exceptions.c"
    },
    {
      "type": "modify",
      "old_id": "fb8a542d44296900d6449b9642f237f43b592732",
      "old_mode": 33188,
      "old_path": "Objects/fileobject.c",
      "new_id": "f2aeb9d6044a7846c577b2a97cd4f5e6921544b6",
      "new_mode": 33188,
      "new_path": "Objects/fileobject.c"
    },
    {
      "type": "modify",
      "old_id": "b420c128bde3389545b11a4bfdb3f68a2127e3b1",
      "old_mode": 33188,
      "old_path": "Objects/intobject.c",
      "new_id": "0b746dee8d4dc0f859732e0bc0aae93a0bf550b5",
      "new_mode": 33188,
      "new_path": "Objects/intobject.c"
    },
    {
      "type": "modify",
      "old_id": "9a11680fda6d0f2fc06dcd6a9260023ab175cbaf",
      "old_mode": 33188,
      "old_path": "Objects/listobject.c",
      "new_id": "4c9c4c3cd1ed03170cc7f6731fdefd3c5c7d7aee",
      "new_mode": 33188,
      "new_path": "Objects/listobject.c"
    },
    {
      "type": "modify",
      "old_id": "566e6a7547cd98a3eada9a0de87dda2da1e585e1",
      "old_mode": 33188,
      "old_path": "Objects/longobject.c",
      "new_id": "f68656bb5e9e1e1168728ad2b3af6823a50e31aa",
      "new_mode": 33188,
      "new_path": "Objects/longobject.c"
    },
    {
      "type": "modify",
      "old_id": "0ca8f2bcaf20498c07c849d12b70c4269bd33113",
      "old_mode": 33188,
      "old_path": "Objects/obmalloc.c",
      "new_id": "840570e06cdd92be929a0221e5d1dba874c0928a",
      "new_mode": 33188,
      "new_path": "Objects/obmalloc.c"
    },
    {
      "type": "modify",
      "old_id": "d489711270d40dd891ae1708968d83a62089659d",
      "old_mode": 33188,
      "old_path": "Objects/setobject.c",
      "new_id": "0af1f154fefcbd50bf4663474f898a98437177fb",
      "new_mode": 33188,
      "new_path": "Objects/setobject.c"
    },
    {
      "type": "modify",
      "old_id": "14863475d4951c5d0b3a5d38fc04393733a668f3",
      "old_mode": 33188,
      "old_path": "Objects/stringlib/partition.h",
      "new_id": "105ba317d6c7ca7a9d97e68d202a18664f838c38",
      "new_mode": 33188,
      "new_path": "Objects/stringlib/partition.h"
    },
    {
      "type": "modify",
      "old_id": "028b375b49f4a806eef8677e1fd44d3d30ca8901",
      "old_mode": 33188,
      "old_path": "Objects/stringobject.c",
      "new_id": "61e6af5766383d693eb7241eaf2e6baff51ef95e",
      "new_mode": 33188,
      "new_path": "Objects/stringobject.c"
    },
    {
      "type": "modify",
      "old_id": "6f3711f1f457f290cc05d532a2e644c506b1b495",
      "old_mode": 33188,
      "old_path": "Objects/tupleobject.c",
      "new_id": "c85b35a6037396e95c558d2775903a97a3e847f2",
      "new_mode": 33188,
      "new_path": "Objects/tupleobject.c"
    },
    {
      "type": "modify",
      "old_id": "ea1d1a28db91f7e704b112ca9495333f3b30bab1",
      "old_mode": 33188,
      "old_path": "Objects/typeobject.c",
      "new_id": "1bef2088c9e31da2be42cc092bd7eab2bd45c76b",
      "new_mode": 33188,
      "new_path": "Objects/typeobject.c"
    },
    {
      "type": "modify",
      "old_id": "92301c0012359205934bd1fa57d566d6b3152adc",
      "old_mode": 33188,
      "old_path": "Objects/unicodeobject.c",
      "new_id": "bde34541ca861dbc57d41d26f206aaf360255b0f",
      "new_mode": 33188,
      "new_path": "Objects/unicodeobject.c"
    },
    {
      "type": "modify",
      "old_id": "2a16c3512fd70b7d1526920c60d280f16b14bb03",
      "old_mode": 33188,
      "old_path": "PC/VC6/_bsddb.dsp",
      "new_id": "0ede011064b5e6448a241692f80caee2b6db3fe2",
      "new_mode": 33188,
      "new_path": "PC/VC6/_bsddb.dsp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "fdf186a26d4b4ebc36f98c3833caf98c1ba7c55b",
      "new_mode": 33188,
      "new_path": "PC/VC6/_ctypes.dsp"
    },
    {
      "type": "rename",
      "old_id": "42fe6740f85e25168421c9548743ee6e0d11895b",
      "old_mode": 33188,
      "old_path": "PC/VC6/zlib.dsp",
      "new_id": "942b30c0553fe33fc22788e469d6d1b351064b0a",
      "new_mode": 33188,
      "new_path": "PC/VC6/_ctypes_test.dsp",
      "score": 63
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "5c9a08be00a34180f9648c087091a11c51ccdfe1",
      "new_mode": 33188,
      "new_path": "PC/VC6/_elementtree.dsp"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "a48ef72790102a4a3a86b34e96a6557ed50f7779",
      "new_mode": 33188,
      "new_path": "PC/VC6/_sqlite3.dsp"
    },
    {
      "type": "modify",
      "old_id": "ce78526096dba399660ee4429da74d2af815b197",
      "old_mode": 33188,
      "old_path": "PC/VC6/_ssl.mak",
      "new_id": "f8ba0335d29189f3efa981807efda74d01755640",
      "new_mode": 33188,
      "new_path": "PC/VC6/_ssl.mak"
    },
    {
      "type": "modify",
      "old_id": "18104e304c17cc5ac0cf1f6ff8659f4e34d5b755",
      "old_mode": 33188,
      "old_path": "PC/VC6/_tkinter.dsp",
      "new_id": "d06198c9b95e4ec16a7119e913ec1dab6e4befda",
      "new_mode": 33188,
      "new_path": "PC/VC6/_tkinter.dsp"
    },
    {
      "type": "modify",
      "old_id": "065703491eb9cd45ebed85747b3c3f8ff2da519c",
      "old_mode": 33188,
      "old_path": "PC/VC6/bz2.dsp",
      "new_id": "fa1064d86b183ab01918a4e9cfdc9ba63798f5c5",
      "new_mode": 33188,
      "new_path": "PC/VC6/bz2.dsp"
    },
    {
      "type": "modify",
      "old_id": "a762260ed93b740f138c7c94accab93549c931ec",
      "old_mode": 33188,
      "old_path": "PC/VC6/pcbuild.dsw",
      "new_id": "daf1535dd2d8b02f4f48002c3e57a12c711f8d68",
      "new_mode": 33188,
      "new_path": "PC/VC6/pcbuild.dsw"
    },
    {
      "type": "modify",
      "old_id": "ec2ec3ea1dc9bdde71309894fe30818544194a22",
      "old_mode": 33188,
      "old_path": "PC/VC6/pythoncore.dsp",
      "new_id": "ca504d644aef7f1ad0d8fa3aceb9ed59758cfc96",
      "new_mode": 33188,
      "new_path": "PC/VC6/pythoncore.dsp"
    },
    {
      "type": "modify",
      "old_id": "394b5614feb28d8e3eaa85c7694a25f35f3ff55f",
      "old_mode": 33188,
      "old_path": "PC/VC6/readme.txt",
      "new_id": "cfa549f6361e724bfb204486111e2a70309a9a13",
      "new_mode": 33188,
      "new_path": "PC/VC6/readme.txt"
    },
    {
      "type": "modify",
      "old_id": "35f137a24a3de664320816304dc6a0329881ac2b",
      "old_mode": 33188,
      "old_path": "PC/_msi.c",
      "new_id": "f4af92af8aecb7c0aa6b9ece20fb0e6c32f65220",
      "new_mode": 33188,
      "new_path": "PC/_msi.c"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "1dec8a2eb1b6f889cbb1c81b12f00c23486cad02",
      "new_mode": 33188,
      "new_path": "PC/bdist_wininst/wininst-8.sln"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "69b86a3fc2f3dc20830cbc26a30ad38ab841a193",
      "new_mode": 33188,
      "new_path": "PC/bdist_wininst/wininst-8.vcproj"
    },
    {
      "type": "modify",
      "old_id": "7c0d4bb1bc5688efe57c91a8f4653bf733732416",
      "old_mode": 33188,
      "old_path": "PC/example_nt/example.vcproj",
      "new_id": "17714e35b06ebb7fa6222e6b6ced4445ab2d3c5d",
      "new_mode": 33188,
      "new_path": "PC/example_nt/example.vcproj"
    },
    {
      "type": "modify",
      "old_id": "4aedce73ac42041f3e5bf3438083a05b5eb979ce",
      "old_mode": 33188,
      "old_path": "PC/pyconfig.h",
      "new_id": "f2ef7f95b8ae85a793f848a030edbe49f3f24c79",
      "new_mode": 33188,
      "new_path": "PC/pyconfig.h"
    },
    {
      "type": "modify",
      "old_id": "a77fdd4bed0c62eed33a5c40e48eed057f00e39b",
      "old_mode": 33188,
      "old_path": "PCbuild/_ctypes.vcproj",
      "new_id": "748ee44f7f8cd78bd451d1ca07ff623f7e9dff65",
      "new_mode": 33188,
      "new_path": "PCbuild/_ctypes.vcproj"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "fa9acf12dd376b40ed603682953df4ec6c8ed733",
      "new_mode": 33188,
      "new_path": "PCbuild/amd64_ml64.bat"
    },
    {
      "type": "modify",
      "old_id": "f0f71b8ab16ceb2cd1fb9b2230805064048676e8",
      "old_mode": 33188,
      "old_path": "PCbuild/pythoncore.vcproj",
      "new_id": "ebaa78f7cf6a423d74354ccbef07ec2d05c3056e",
      "new_mode": 33188,
      "new_path": "PCbuild/pythoncore.vcproj"
    },
    {
      "type": "modify",
      "old_id": "b09f5c2b373b28a8f05c8f9c87d54686459baa5c",
      "old_mode": 33188,
      "old_path": "PCbuild8/_ctypes.vcproj",
      "new_id": "80b9c645ab4b736a867debf4c524fa858746a92c",
      "new_mode": 33188,
      "new_path": "PCbuild8/_ctypes.vcproj"
    },
    {
      "type": "modify",
      "old_id": "e4503ea0be829afd4214edc50323495b9d2b5d0d",
      "old_mode": 33188,
      "old_path": "PCbuild8/_ctypes_test.vcproj",
      "new_id": "f25290196837b5b5603943041da3d05ce9562b54",
      "new_mode": 33188,
      "new_path": "PCbuild8/_ctypes_test.vcproj"
    },
    {
      "type": "modify",
      "old_id": "a496f7a1a27ce69ad8bbaf7bdae7d32c1712c332",
      "old_mode": 33188,
      "old_path": "PCbuild8/_elementtree.vcproj",
      "new_id": "d88c85fc044cd0c76ef63b430793ac2c69d2b942",
      "new_mode": 33188,
      "new_path": "PCbuild8/_elementtree.vcproj"
    },
    {
      "type": "modify",
      "old_id": "125db7d1900a3fb4576bae6f61e488bf6a5518e0",
      "old_mode": 33188,
      "old_path": "PCbuild8/_msi.vcproj",
      "new_id": "ac9e0796c57f1dc8d8ab19bc70f86d2e35b0a2e4",
      "new_mode": 33188,
      "new_path": "PCbuild8/_msi.vcproj"
    },
    {
      "type": "modify",
      "old_id": "cd26b8b191ad6d8f4a300c22e06a1766f061f2c7",
      "old_mode": 33188,
      "old_path": "PCbuild8/_sqlite3.vcproj",
      "new_id": "3ede48f7afee0da34fef25f556a8f9053d2c55d6",
      "new_mode": 33188,
      "new_path": "PCbuild8/_sqlite3.vcproj"
    },
    {
      "type": "modify",
      "old_id": "4cebf45ccd8455debc898c55a2ed5ac85a657e89",
      "old_mode": 33188,
      "old_path": "PCbuild8/make_buildinfo.c",
      "new_id": "85416ed39d15243741098059882476e45046b9da",
      "new_mode": 33188,
      "new_path": "PCbuild8/make_buildinfo.c"
    },
    {
      "type": "modify",
      "old_id": "5dc6bca570a34b7633ad6285eec92a1c126e043c",
      "old_mode": 33188,
      "old_path": "PCbuild8/make_buildinfo.vcproj",
      "new_id": "58ed000fe5e49f8a43b0a3123d5fc05d11382dfd",
      "new_mode": 33188,
      "new_path": "PCbuild8/make_buildinfo.vcproj"
    },
    {
      "type": "modify",
      "old_id": "9f4762687310abf0dafd4b66f3d8f7d288c519ba",
      "old_mode": 33188,
      "old_path": "PCbuild8/pcbuild.sln",
      "new_id": "35d65a066459ae02d5ff0bb573c6499efdf36724",
      "new_mode": 33188,
      "new_path": "PCbuild8/pcbuild.sln"
    },
    {
      "type": "modify",
      "old_id": "555df913059ed129257a381fcbc317d07de8d929",
      "old_mode": 33188,
      "old_path": "PCbuild8/python.vcproj",
      "new_id": "7fa8d0475116877824d0017bc9532ce69c939c8f",
      "new_mode": 33188,
      "new_path": "PCbuild8/python.vcproj"
    },
    {
      "type": "modify",
      "old_id": "5fa154b1cfb1c4433e1d6aafd41019ea9ea0c9b9",
      "old_mode": 33188,
      "old_path": "PCbuild8/pythoncore.vcproj",
      "new_id": "f3358792fb6df01dac74f83ea8e526b908eb2fa3",
      "new_mode": 33188,
      "new_path": "PCbuild8/pythoncore.vcproj"
    },
    {
      "type": "delete",
      "old_id": "9a312ad009428ebebecc31eea1dfbf9f99d91a9b",
      "old_mode": 33188,
      "old_path": "PCbuild8/pythoncore_pgo.vcproj",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "cf43e6f92130b6fc72d2add18fbd5f35afed8b61",
      "old_mode": 33188,
      "old_path": "PCbuild8/pythoncore_pgo_link.txt",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "modify",
      "old_id": "42716735c09b779a1a9cba38820e01886ae515ff",
      "old_mode": 33188,
      "old_path": "PCbuild8/pythonw.vcproj",
      "new_id": "f692363c5d152635a4f4befe1ff8ef2042b6891c",
      "new_mode": 33188,
      "new_path": "PCbuild8/pythonw.vcproj"
    },
    {
      "type": "modify",
      "old_id": "e521fee9e0843bd58c8c57b63ebca7e428c14f86",
      "old_mode": 33188,
      "old_path": "PCbuild8/readme.txt",
      "new_id": "fa4fcb54cac38c3900681599292e3f4882c97c87",
      "new_mode": 33188,
      "new_path": "PCbuild8/readme.txt"
    },
    {
      "type": "modify",
      "old_id": "97a554b2ccbd71dfe0ccfb2775825ab341ed520c",
      "old_mode": 33188,
      "old_path": "PCbuild8/select.vcproj",
      "new_id": "72888cb541d23a3e29aa30ea54de31a72e04f8b0",
      "new_mode": 33188,
      "new_path": "PCbuild8/select.vcproj"
    },
    {
      "type": "modify",
      "old_id": "d6c375bcab13bbce3f5292f6124939ddd7f787ce",
      "old_mode": 33188,
      "old_path": "PCbuild8/unicodedata.vcproj",
      "new_id": "75d7483de40c50a788c8dbcf9e04f59ad6fbebe6",
      "new_mode": 33188,
      "new_path": "PCbuild8/unicodedata.vcproj"
    },
    {
      "type": "modify",
      "old_id": "3539ecc49aad2bb0a4c16a16919b9a20b105b458",
      "old_mode": 33188,
      "old_path": "PCbuild8/w9xpopen.vcproj",
      "new_id": "c159750343449168b354f29fd0e7aa44d1adca41",
      "new_mode": 33188,
      "new_path": "PCbuild8/w9xpopen.vcproj"
    },
    {
      "type": "modify",
      "old_id": "6a84ebbe1a8498677cf936c8122a30f928761ae3",
      "old_mode": 33188,
      "old_path": "PCbuild8/winsound.vcproj",
      "new_id": "6ccb43bfbfe1b1cfa1b447d5fe2d44d6dc7b1779",
      "new_mode": 33188,
      "new_path": "PCbuild8/winsound.vcproj"
    },
    {
      "type": "modify",
      "old_id": "45302ed37e185ad35dbb7ad27b28dd58e5f8422a",
      "old_mode": 33188,
      "old_path": "Parser/parser.c",
      "new_id": "134e14cc314538071d67f5242d20e9c5c81dbb6a",
      "new_mode": 33188,
      "new_path": "Parser/parser.c"
    },
    {
      "type": "modify",
      "old_id": "01a3051518cdc26557eb1174db6e6a89bfed6879",
      "old_mode": 33188,
      "old_path": "Parser/parsetok.c",
      "new_id": "71bed2991976b50505e9e66b3109e35638dad7a8",
      "new_mode": 33188,
      "new_path": "Parser/parsetok.c"
    },
    {
      "type": "modify",
      "old_id": "2a731060dfb5e8c8681e44483729fcbae07ce121",
      "old_mode": 33188,
      "old_path": "Parser/tokenizer.c",
      "new_id": "947ad9c3454b911a020beb43f635dfe3d12bd98b",
      "new_mode": 33188,
      "new_path": "Parser/tokenizer.c"
    },
    {
      "type": "modify",
      "old_id": "672a715e24a95710a1a04f7e15bdc7687d705bd2",
      "old_mode": 33188,
      "old_path": "Python/ast.c",
      "new_id": "411c42ffd9cc645eb3c7172a2f188b879e5b34d8",
      "new_mode": 33188,
      "new_path": "Python/ast.c"
    },
    {
      "type": "modify",
      "old_id": "8d7147b12814dce25cccb22621b9b6486c892368",
      "old_mode": 33188,
      "old_path": "Python/bltinmodule.c",
      "new_id": "73b02205165228b3af7319479306eb213f89c294",
      "new_mode": 33188,
      "new_path": "Python/bltinmodule.c"
    },
    {
      "type": "modify",
      "old_id": "2ae12c3ebe1f6eae22bc9d872355fe68ad609cb2",
      "old_mode": 33188,
      "old_path": "Python/ceval.c",
      "new_id": "82aa66855f732a9d493a1e4965bc3895f449b591",
      "new_mode": 33188,
      "new_path": "Python/ceval.c"
    },
    {
      "type": "modify",
      "old_id": "1ab315b7e27196ba69814934501132445bec2a2a",
      "old_mode": 33188,
      "old_path": "Python/compile.c",
      "new_id": "bdafd922f4c3eef518818ec5c92ab8b66fce07bb",
      "new_mode": 33188,
      "new_path": "Python/compile.c"
    },
    {
      "type": "modify",
      "old_id": "48ed05c555f6faf71071bf68af3d25e1f5ab08a6",
      "old_mode": 33188,
      "old_path": "Python/errors.c",
      "new_id": "28c1ea55a3a067ae40dbdb06f1565d15cc9a8c77",
      "new_mode": 33188,
      "new_path": "Python/errors.c"
    },
    {
      "type": "modify",
      "old_id": "8dc5e784f5ae70d6ab933d8da758d00ea5afa228",
      "old_mode": 33188,
      "old_path": "Python/getargs.c",
      "new_id": "f6ddfaa91bab97748ed008ffe8870ba36cae963a",
      "new_mode": 33188,
      "new_path": "Python/getargs.c"
    },
    {
      "type": "modify",
      "old_id": "4c6c05a2cdeb99d99bb4f1c2d97631c22dfc1448",
      "old_mode": 33188,
      "old_path": "Python/import.c",
      "new_id": "9e46e0290a1dbe4bf6dd3057d7de6faba158ae96",
      "new_mode": 33188,
      "new_path": "Python/import.c"
    },
    {
      "type": "modify",
      "old_id": "2667b65c6dab286012d217a145cb80417041820d",
      "old_mode": 33188,
      "old_path": "Python/marshal.c",
      "new_id": "4e02ac6548ddff1f8e499a01c265a16b5c7480c4",
      "new_mode": 33188,
      "new_path": "Python/marshal.c"
    },
    {
      "type": "modify",
      "old_id": "e291014ca4acd36328741388d3861a77bbd070fd",
      "old_mode": 33188,
      "old_path": "Python/modsupport.c",
      "new_id": "1aa3df2852c2226d084a6acb8cc4c47b281f5afc",
      "new_mode": 33188,
      "new_path": "Python/modsupport.c"
    },
    {
      "type": "modify",
      "old_id": "0dda4be2ee828b387fda3044f7cf09a520e95ffb",
      "old_mode": 33188,
      "old_path": "Python/mystrtoul.c",
      "new_id": "f0070575dbf68bdba5fb56cf945cd3ee7ffb3710",
      "new_mode": 33188,
      "new_path": "Python/mystrtoul.c"
    },
    {
      "type": "modify",
      "old_id": "145996095812c28e591547e8fce8ecafa0130d13",
      "old_mode": 33188,
      "old_path": "Python/peephole.c",
      "new_id": "28e4c4c32f1213694b7f9a60a0b5500c8a00096e",
      "new_mode": 33188,
      "new_path": "Python/peephole.c"
    },
    {
      "type": "modify",
      "old_id": "f591a597672f19f19a41831eb92e3d89de8bc4d0",
      "old_mode": 33188,
      "old_path": "Python/pystate.c",
      "new_id": "cc25e3ed38e95edf45391ca37e4d03ee243892e3",
      "new_mode": 33188,
      "new_path": "Python/pystate.c"
    },
    {
      "type": "modify",
      "old_id": "e170090a82e9e4d05c8d9808ca7e37d69482e1fa",
      "old_mode": 33188,
      "old_path": "Python/pythonrun.c",
      "new_id": "15fad813b9a78451daebc2ad669323b96d291970",
      "new_mode": 33188,
      "new_path": "Python/pythonrun.c"
    },
    {
      "type": "modify",
      "old_id": "688a4b80d9ceda5963c60e5c49c294ac91cd2b67",
      "old_mode": 33188,
      "old_path": "Python/structmember.c",
      "new_id": "2bb6e4e85c709d7ff3768c932927839c63afc3b5",
      "new_mode": 33188,
      "new_path": "Python/structmember.c"
    },
    {
      "type": "modify",
      "old_id": "a2df6691af762840485dd792ad714ad087dc88fa",
      "old_mode": 33188,
      "old_path": "Python/sysmodule.c",
      "new_id": "b74a440d4f5812dba44375465335fe8786a1efee",
      "new_mode": 33188,
      "new_path": "Python/sysmodule.c"
    },
    {
      "type": "modify",
      "old_id": "c1f0a48a97be33265474c891da11ace7f9b14895",
      "old_mode": 33188,
      "old_path": "README",
      "new_id": "ed6b1396abb577ec8345768919fc102a3332000c",
      "new_mode": 33188,
      "new_path": "README"
    },
    {
      "type": "modify",
      "old_id": "8a72eb93d06e27c5177078ec6b3a2755d3c44bb2",
      "old_mode": 33188,
      "old_path": "Tools/msi/msi.py",
      "new_id": "c49bb848d95757b35eea49bc838885b1ab610f57",
      "new_mode": 33188,
      "new_path": "Tools/msi/msi.py"
    },
    {
      "type": "modify",
      "old_id": "306497537706973b4e6af8304ffd4dc6ea34979e",
      "old_mode": 33188,
      "old_path": "Tools/msi/uuids.py",
      "new_id": "09396492b5f0aa577d7327557d8d103596a62610",
      "new_mode": 33188,
      "new_path": "Tools/msi/uuids.py"
    },
    {
      "type": "modify",
      "old_id": "370175a333c71b52d8960defb23710fd21e7b21e",
      "old_mode": 33261,
      "old_path": "Tools/pybench/pybench.py",
      "new_id": "392ff50fe2b7b8af40388969770bb71d2890de22",
      "new_mode": 33261,
      "new_path": "Tools/pybench/pybench.py"
    },
    {
      "type": "modify",
      "old_id": "09610b00b9574cd7bbc5751b8134c4cbe9145971",
      "old_mode": 33188,
      "old_path": "Tools/scripts/byext.py",
      "new_id": "09610b00b9574cd7bbc5751b8134c4cbe9145971",
      "new_mode": 33261,
      "new_path": "Tools/scripts/byext.py"
    },
    {
      "type": "modify",
      "old_id": "e8fc619b80e49da393445857db9a6703eb8c7955",
      "old_mode": 33261,
      "old_path": "Tools/scripts/findnocoding.py",
      "new_id": "537f0a18534c3de0b121cde61e645959f2c81fc7",
      "new_mode": 33261,
      "new_path": "Tools/scripts/findnocoding.py"
    },
    {
      "type": "modify",
      "old_id": "d5eb515e2acb995427f781bc17184355cf84c259",
      "old_mode": 33188,
      "old_path": "Tools/scripts/pysource.py",
      "new_id": "71e0ded9cf5b53deea9fb50ddd3e799403676104",
      "new_mode": 33188,
      "new_path": "Tools/scripts/pysource.py"
    },
    {
      "type": "modify",
      "old_id": "033bb687ab8b60fd9a588fcbd0be20042251c4df",
      "old_mode": 33261,
      "old_path": "configure",
      "new_id": "9f153f632add5dc4746f4f2e6aa494677ffa6de2",
      "new_mode": 33261,
      "new_path": "configure"
    },
    {
      "type": "modify",
      "old_id": "5d44ccec79c174b87d52bb0eccff8a7d9bbcc5a7",
      "old_mode": 33188,
      "old_path": "configure.in",
      "new_id": "82bc90ea952d009bd280b83772e6cc81bff87f78",
      "new_mode": 33188,
      "new_path": "configure.in"
    },
    {
      "type": "modify",
      "old_id": "a3d7f6e3bfce66a2848ae2e8a0474a6b310e4286",
      "old_mode": 33188,
      "old_path": "pyconfig.h.in",
      "new_id": "6407871725821006d57bfe412dbaed97a7d99012",
      "new_mode": 33188,
      "new_path": "pyconfig.h.in"
    },
    {
      "type": "modify",
      "old_id": "1e58a2f81a8584c8c7208e7838000aac576fcc73",
      "old_mode": 33188,
      "old_path": "setup.py",
      "new_id": "39001071c77df4f04f9045f1714704e52ed98af6",
      "new_mode": 33188,
      "new_path": "setup.py"
    }
  ]
}
