1. 07 Sep, 2016 3 commits
  2. 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
  3. 05 Sep, 2016 2 commits
  4. 02 Sep, 2016 1 commit
  5. 01 Sep, 2016 7 commits
  6. 31 Aug, 2016 4 commits
  7. 30 Aug, 2016 5 commits
  8. 29 Aug, 2016 1 commit
  9. 26 Aug, 2016 2 commits
  10. 25 Aug, 2016 2 commits
    • Kevin Modzelewski's avatar
    • Kevin Modzelewski's avatar
      Undo all the places we changed installed paths · 180c5bf0
      Kevin Modzelewski authored
      We used to have a installed directory structure that mirrors
      our source structure.  This required changing quite a few pieces of CPython
      code to look in the new places (virtualenv, distutils, getpath.c, sysconfig).
      So, undo all those changes, and change our CMake configuration to install into
      the paths that CPython expects.
      
      Note: "the paths that CPython expects" is platform-dependent.  The paths I added
      here are based on the "posix" style that it supports.  The CPython code has platform-specific
      code to look in different places, and I guess the build system must have platform-specific
      knowledge of where to put it as well, but our CMake system will always put it in the linux variant.
      180c5bf0
  11. 23 Aug, 2016 11 commits