1. 18 May, 2016 2 commits
  2. 09 May, 2016 3 commits
  3. 06 May, 2016 1 commit
  4. 02 May, 2016 7 commits
  5. 29 Apr, 2016 4 commits
    • J. Goutin's avatar
      useless 'r' before str · d4486dc6
      J. Goutin authored
      d4486dc6
    • J. Goutin's avatar
      Tests and fixes · 11cd038b
      J. Goutin authored
      Tests advancement:
      
      I tested WinSDK 7.1, WinSDK 7.0, WinSDK 6.1, VC for Python 2.7 with current arch as X86 and all possible target architecture. Environment generated from script is good for all (With some little fixes in this commit), some path are add on some case, I will look if I need to remove them. I need also to check .Net Framework 64bit in this case.
      
      I need also to do test for sames compilers on X64 architecture, I will also test MSVC++ 2015 Build tools on X64.
      
      I looked for create automated test on AppVeyor for this, but it is impossible to only have one of theses compilers only installed... So I did all test manually.
      11cd038b
    • J. Goutin's avatar
      Merge pull request #1 from pypa/feature/msvc-discovery · ce56d832
      J. Goutin authored
      Feature/msvc discovery
      ce56d832
    • Jason R. Coombs's avatar
      Merge pull request #552 from JGoutin/patch-1 · 4b411f54
      Jason R. Coombs authored
      Feature/msvc discovery
      4b411f54
  6. 26 Apr, 2016 3 commits
  7. 25 Apr, 2016 17 commits
  8. 23 Apr, 2016 2 commits
    • Geoffrey Sneddon's avatar
      Update packaging to 16.7 · fc2afb51
      Geoffrey Sneddon authored
      This adds support for the deprecated python_implementation marker
      which was an undocumented setuptools marker prior to 20.2 in
      addition to the newer markers.
      fc2afb51
    • Brooks Kindle's avatar
      Prompt for password on upload. · 6c9c3c7e
      Brooks Kindle authored
      The upload command wasn't prompting for a password. If there was no
      password specified in ~/.pypirc, the upload command,
          python setup.py sdist upload
      would fail and raise a TypeError. The workaround for this was to use
          python setup.py sdist register upload
      since the register command does prompt for a password.
      
      This commit ensures that the upload command prompts for a password
      if not given one by ~/.pypirc or the register command.
      6c9c3c7e
  9. 22 Apr, 2016 1 commit