1. 13 Dec, 2010 3 commits
    • Gregory P. Smith's avatar
      Get rid of the close_fds DeprecationWarning. Changes the default on a per · f5604853
      Gregory P. Smith authored
      platform basis.  It remains False on Windows and changes to True on all
      other platforms (POSIX).  Based on python-dev discussion and
      http://bugs.python.org/issue7213.
      f5604853
    • Kristján Valur Jónsson's avatar
      issue 10683 · 8d28a92e
      Kristján Valur Jónsson authored
      When the solution is converted to Visual Studio 2010, the command line to invoke make_buildinfo changes from:
      $(SolutionDir)make_buildinfo.exe" Debug "$(IntDir)\"
      to
      $(SolutionDir)make_buildinfo.exe" Debug "$(IntDir)"
      If the final backslash is omitted, the backslash in IntDir will escape the quote, thus passing the quote in as part of the path name.
      
      This solution is a hack-fix to that problem by skipping any trailing quote from the path name.  It works as long as we don't need any additional arguments to make_buildinfo.exe.  This will help all those sould that are going to run this project through the visual studio autoconverter and get the same error.
      8d28a92e
    • Nick Coghlan's avatar
      Actually finish the tests for r87182 · 3c54ea6a
      Nick Coghlan authored
      3c54ea6a
  2. 12 Dec, 2010 22 commits
  3. 11 Dec, 2010 5 commits
  4. 10 Dec, 2010 10 commits