summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Tidied up imports.Vinay Sajip2013-06-192-7/+1
* Add back accidentally deleted import.Vinay Sajip2013-06-191-0/+1
* More post-merge fixes.Vinay Sajip2013-06-194-5/+3
* Post-merge fixes.Vinay Sajip2013-06-191-2/+2
* Merged upstream changes.Vinay Sajip2013-06-1922-119/+118
|\
| * Bumped to 0.8 in preparation for next release.Jason R. Coombs2013-06-181-1/+1
| * Merge Python 3 native support from distributeJason R. Coombs2013-06-1818-308/+628
| |\
| * | Fix Python3 compatibility issue in filterfalseJason R. Coombs2013-06-172-2/+5
| * | Use unicode from compat moduleJason R. Coombs2013-06-171-2/+2
| * | Re-save test modules with UTF-8 encodingJason R. Coombs2013-06-171-6/+6
| * | Update exceptions for Python 3 compatibilityJason R. Coombs2013-06-171-4/+8
| * | Remove unused importJason R. Coombs2013-06-181-4/+4
| * | Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-1830-205/+726
| |\ \
| * | | Fixed some resource leaks.Vinay Sajip2012-10-105-26/+45
| * | | Updated win_script_wrapper to run on Python 2 and Python 3Jason R. Coombs2013-06-181-31/+46
| * | | Minor fix previously fixed in a mergeJason R. Coombs2013-06-182-2/+4
| * | | Post-merge fixes for Python 3.Vinay Sajip2012-10-106-11/+18
| * | | Merge with upstreamJason R. Coombs2013-06-1823-172/+279
| |\ \ \
| | * | | Fixed execfile in compat.py.Vinay Sajip2011-06-211-1/+6
| | * | | Fixed some bugs, tests now also all pass on 2.7 and 3.2.Vinay Sajip2011-06-211-1/+1
| | * | | Fixed some bugs - tests now all pass under Python 3.3.Vinay Sajip2011-06-212-3/+3
| | * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-2023-164/+269
* | | | | Misc. updates following 2to3 checks.Vinay Sajip2013-06-1710-12/+19
* | | | | Updated to fix errors on 2.5.Vinay Sajip2013-06-152-2/+2
* | | | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...Vinay Sajip2013-06-1527-189/+318
| |_|_|/ |/| | |
* | | | Use new sysconfig module with Python 2.7 or >=3.2.Arfrever Frehtes Taifersar Arahesis2013-06-123-16/+38
* | | | Update some URLs (packages.python.org -> pythonhosted.org).Arfrever Frehtes Taifersar Arahesis2013-06-112-5/+5
* | | | Update some URLs.Arfrever Frehtes Taifersar Arahesis2013-06-112-2/+2
* | | | Bump version so it's reported correctlyJason R. Coombs2013-06-091-1/+1
* | | | Correct pkg_resources reference again (broken in e002a2ff195b)Jason R. Coombs2013-06-031-1/+1
* | | | Merge with setuptools-0.6Jason R. Coombs2013-06-011-1/+1
|\ \ \ \
| * | | | Correct missing import in ssl_supportpje2013-05-311-3/+3
* | | | | Prefer namespaced usageJason R. Coombs2013-05-281-2/+3
* | | | | Import resource_filename from pkg_resourcesEric Larson2013-05-281-2/+2
* | | | | Resave with excess whitespace removedJason R. Coombs2013-05-281-11/+11
* | | | | Merge with Distribute 0.6.43Jason R. Coombs2013-05-2518-297/+592
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix use of getheaders on Python 3Jason R. Coombs2013-05-252-4/+18
| * | | | Support get_headers on Python 3 and Python 2Jason R. Coombs2013-05-241-1/+4
| * | | | Merge with distribute 0.6.42Jason R. Coombs2013-05-2417-297/+575
| |\ \ \ \
| | * \ \ \ Merge changes from distribute 0.6.41Jason R. Coombs2013-05-2417-297/+576
| | |\ \ \ \
| | | * | | | Update test to work with latest SSL-enabled URL opening technique.Jason R. Coombs2013-05-191-10/+6
| | | * | | | Merge with updated merge branchJason R. Coombs2013-05-1615-19/+303
| | | |\ \ \ \
| | | | * \ \ \ Merge latest commit for setuptools-0.6Jason R. Coombs2013-05-161-1/+1
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Fix broken devnull check; fixes issue 93pje2013-05-151-1/+1
| | | | * | | | Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-135-16/+262
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Add support for fallback to 'certifi' module, if installed+active.pje2013-05-051-7/+7
| | | | | * | | Low-level SSL verification w/out warnings or options; automatically usespje2013-05-042-14/+260
| | | | | * | | Backport experimental environment marker support from the trunkpje2013-05-041-4/+4
| | | | | * | | Fix spurious test breakage on 2.7pje2013-04-251-4/+4
| | | | | * | | Default index URL to use SSL version of PyPIpje2013-03-012-2/+2