1. 13 Sep, 2016 1 commit
    • Kevin Modzelewski's avatar
      Split test_lib2to3 into small and large variants · 4a1b44e5
      Kevin Modzelewski authored
      and only run the small variant in debug mode to avoid timeouts.
      Previously I had tried splitting it in half, but it looks like that's
      both not enough to avoid timeouts, and it also has a race condition when
      trying to run two copies of the test at the same time (one will read the
      not-fully-written pickled output of the other).
      4a1b44e5
  2. 12 Sep, 2016 15 commits
  3. 11 Sep, 2016 2 commits
  4. 10 Sep, 2016 9 commits
  5. 08 Sep, 2016 3 commits
  6. 07 Sep, 2016 8 commits
  7. 06 Sep, 2016 2 commits
    • Kevin Modzelewski's avatar
      Remove conflicting command-line flags · ad616453
      Kevin Modzelewski authored
      We mostly did a good job of picking flags that CPython doesn't use (or at least, that
      its manpage doesn't advertise), but there are a couple that need to be changed.
      
      One is for TRAP which is a feature I don't even remember anymore, so that's removed.
      
      The other is for stats -- '-s' is now changed to '-T'.  This will be annoying to change
      on the perf-tracking side.
      ad616453
    • Kevin Modzelewski's avatar
      Minor improvements · 1ac2322a
      Kevin Modzelewski authored
      1ac2322a