index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setuptools
/
msvc9_support.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename msvc9_support to simply msvc.
Jason R. Coombs
2016-07-02
1
-1174
/
+0
*
Some fixes
J. Goutin
2016-06-14
1
-15
/
+19
*
Use underscore to separate words (or acronyms) for clarity (vc_ver).
Jason R. Coombs
2016-05-22
1
-60
/
+60
*
Add missing C for consistency.
Jason R. Coombs
2016-05-22
1
-2
/
+2
*
Remove extra redundant work. Patch the module so behavior is the same on Unix...
Jason R. Coombs
2016-05-22
1
-5
/
+0
*
Update msvc9_support.py
J. Goutin
2016-05-19
1
-13
/
+18
*
Some fixes
J. Goutin
2016-05-02
1
-16
/
+17
*
Restore ability for msvc9_support to be imported on non-Windows platforms.
Jason R. Coombs
2016-05-02
1
-4
/
+21
*
useless 'r' before str
J. Goutin
2016-04-29
1
-1
/
+1
*
Tests and fixes
J. Goutin
2016-04-29
1
-11
/
+29
*
Fix six import
J. Goutin
2016-04-22
1
-3
/
+1
*
Update msvc9_support.py
J. Goutin
2016-04-17
1
-0
/
+1
*
Feature/msvc discovery
J. Goutin
2016-04-17
1
-62
/
+239
*
* Continue do add support for MSVC14 (Still work in progress).
JGoutin
2016-03-04
1
-31
/
+119
*
* Move non registry parts from RegistryInfo to SystemInfo.
JGoutin
2016-03-03
1
-266
/
+509
*
First, thanks for the review. This is very instructive for me and the code is...
JGoutin
2016-03-02
1
-87
/
+334
*
I don't imagine message will ever resolve to False
Jason R. Coombs
2016-02-23
1
-1
/
+1
*
Extract function for _augment_exception.
Jason R. Coombs
2016-02-23
1
-6
/
+12
*
Rename function again for clarity.
Jason R. Coombs
2016-02-23
1
-2
/
+2
*
Avoid setting a variable when the value is never used.
Jason R. Coombs
2016-02-23
1
-4
/
+4
*
Rewrite env builder routine to a simple function, _build_paths, using iterabl...
Jason R. Coombs
2016-02-23
1
-31
/
+46
*
Correct find/replace error
Jason R. Coombs
2016-02-23
1
-1
/
+1
*
Replace last usage of reg_value
Jason R. Coombs
2016-02-23
1
-3
/
+2
*
Rewrite init/set with singular construction.
Jason R. Coombs
2016-02-23
1
-5
/
+6
*
Rewrite for/append loop as simple list comprehension on the product of roots ...
Jason R. Coombs
2016-02-23
1
-4
/
+9
*
Extract find_dot_net_versions method in RegistryInfo.
Jason R. Coombs
2016-02-23
1
-15
/
+19
*
Extract find_windows_sdk method in RegistryInfo.
Jason R. Coombs
2016-02-23
1
-37
/
+41
*
Extract find_visual_c method into RegistryInfo
Jason R. Coombs
2016-02-23
1
-23
/
+27
*
Move finding of visual studio into RegistryInfo
Jason R. Coombs
2016-02-23
1
-8
/
+11
*
Remove another hanging indent
Jason R. Coombs
2016-02-23
1
-13
/
+7
*
Have lookup return None when it fails, moving the moving much of the try/exce...
Jason R. Coombs
2016-02-23
1
-41
/
+32
*
Extract resolution of registry paths into a RegistryInfo object.
Jason R. Coombs
2016-02-23
1
-17
/
+48
*
Pull program files and win dir resolution into PlatformInfo
Jason R. Coombs
2016-02-23
1
-10
/
+8
*
Extract PlatformInfo class for capturing some of the platform info calculations.
Jason R. Coombs
2016-02-23
1
-35
/
+52
*
Remove redundant call
Jason R. Coombs
2016-02-23
1
-1
/
+1
*
Reindent to eliminate long lines and hanging indents.
Jason R. Coombs
2016-02-23
1
-22
/
+30
*
Move imports to the top and normalize usage.
Jason R. Coombs
2016-02-23
1
-46
/
+44
*
Make function private and don't use a different name for it, as it performs t...
Jason R. Coombs
2016-02-23
1
-2
/
+2
*
Include 'arch' in the function signature rather than processing arguments by ...
Jason R. Coombs
2016-02-23
1
-7
/
+3
*
Rename variable for consistency
Jason R. Coombs
2016-02-23
1
-12
/
+12
*
Update with comments.
JGoutin
2016-02-18
1
-39
/
+37
*
Improve support for standalones MVC++ 9.0/10.0 compilers by setting directly ...
JGoutin
2016-02-14
1
-10
/
+255
*
Extract variables
Jason R. Coombs
2015-01-15
1
-2
/
+4
*
Remove unused import
Jason R. Coombs
2015-01-15
1
-2
/
+0
*
Use except/as, now supported by Python 2.6
Jason R. Coombs
2015-01-04
1
-2
/
+1
*
Create global import more traditionally. Now the patched functions are availa...
Jason R. Coombs
2014-09-26
1
-5
/
+6
*
Extract patched functions as top-level functions
Jason R. Coombs
2014-09-26
1
-37
/
+41
*
Protect against import errors.
Jason R. Coombs
2014-09-26
1
-2
/
+6
*
Move monkey patch to a separate module
Jason R. Coombs
2014-09-26
1
-0
/
+55