1. 17 Mar, 2014 1 commit
  2. 16 Mar, 2014 3 commits
  3. 15 Mar, 2014 10 commits
  4. 14 Mar, 2014 1 commit
  5. 13 Mar, 2014 5 commits
  6. 12 Mar, 2014 6 commits
  7. 11 Mar, 2014 3 commits
  8. 10 Mar, 2014 1 commit
  9. 09 Mar, 2014 7 commits
  10. 08 Mar, 2014 1 commit
    • R David Murray's avatar
      #10197: Update get[status]output versionchanged with actual version. · 4224deab
      R David Murray authored
      This was perhaps on the border between a bug fix and a feature since
      the Python3 docs did not originally say it was unix only.  However, the
      functions never worked anywhere but unix, and the docs were changed to
      say it was unix only well before the windows support was added.
      
      Unfortunately, windows support was added in 3.3.4 as well as 3.4.
      That leaves us in the uncomfortable position of needing the tag to say
      "version changed: 3.3.4" :(
      4224deab
  11. 07 Mar, 2014 1 commit
  12. 06 Mar, 2014 1 commit
    • Zachary Ware's avatar
      Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj. · 57636df4
      Zachary Ware authored
      pylauncher.vcxproj already has the same dependency, and adding it to
      the pywlauncher project eliminates the possibility of the pywlauncher
      build failing when building the solution in parallel.  In particular,
      pywlauncher may fail to build when doing a "Rebuild Solution" from the
      VS Build menu.
      57636df4