| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bumped to 0.8 in preparation for next release. | Jason R. Coombs | 2013-06-18 | 1 | -1/+1 |
| * | Merge Python 3 native support from distribute | Jason R. Coombs | 2013-06-18 | 18 | -308/+628 |
| |\ | |||||
| | * | Use new sysconfig module with Python 2.7 or >=3.2. | Arfrever Frehtes Taifersar Arahesis | 2013-06-12 | 3 | -16/+38 |
| | * | Update some URLs (packages.python.org -> pythonhosted.org). | Arfrever Frehtes Taifersar Arahesis | 2013-06-11 | 2 | -5/+5 |
| | * | Update some URLs. | Arfrever Frehtes Taifersar Arahesis | 2013-06-11 | 2 | -2/+2 |
| | * | Bump version so it's reported correctly | Jason R. Coombs | 2013-06-09 | 1 | -1/+1 |
| | * | Correct pkg_resources reference again (broken in e002a2ff195b) | Jason R. Coombs | 2013-06-03 | 1 | -1/+1 |
| | * | Merge with setuptools-0.6 | Jason R. Coombs | 2013-06-01 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Correct missing import in ssl_support | pje | 2013-05-31 | 1 | -3/+3 |
| | * | | Prefer namespaced usage | Jason R. Coombs | 2013-05-28 | 1 | -2/+3 |
| | * | | Import resource_filename from pkg_resources | Eric Larson | 2013-05-28 | 1 | -2/+2 |
| | * | | Resave with excess whitespace removed | Jason R. Coombs | 2013-05-28 | 1 | -11/+11 |
| | * | | Merge with Distribute 0.6.43 | Jason R. Coombs | 2013-05-25 | 18 | -297/+592 |
| | |\ \ | |||||
| | | * | | Fix use of getheaders on Python 3 | Jason R. Coombs | 2013-05-25 | 2 | -4/+18 |
| | | * | | Support get_headers on Python 3 and Python 2 | Jason R. Coombs | 2013-05-24 | 1 | -1/+4 |
| | | * | | Merge with distribute 0.6.42 | Jason R. Coombs | 2013-05-24 | 17 | -297/+575 |
| | | |\ \ | |||||
| | | | * \ | Merge changes from distribute 0.6.41 | Jason R. Coombs | 2013-05-24 | 17 | -297/+576 |
| | | | |\ \ | |||||
| | | | | * | | Update test to work with latest SSL-enabled URL opening technique. | Jason R. Coombs | 2013-05-19 | 1 | -10/+6 |
| | | | | * | | Merge with updated merge branch | Jason R. Coombs | 2013-05-16 | 15 | -19/+303 |
| | | | | |\ \ | |||||
| | | | | | * \ | Merge latest commit for setuptools-0.6 | Jason R. Coombs | 2013-05-16 | 1 | -1/+1 |
| | | | | | |\ \ | | | | | | |/ | |||||
| | | | | | | * | Fix broken devnull check; fixes issue 93 | pje | 2013-05-15 | 1 | -1/+1 |
| | | | | | * | | Merged latest changes from setuptools-0.6 branch | Jason R. Coombs | 2013-05-13 | 5 | -16/+262 |
| | | | | | |\ \ | | | | | | |/ | |||||
| | | | | | | * | Add support for fallback to 'certifi' module, if installed+active. | pje | 2013-05-05 | 1 | -7/+7 |
| | | | | | | * | Low-level SSL verification w/out warnings or options; automatically uses | pje | 2013-05-04 | 2 | -14/+260 |
| | | | | | | * | Backport experimental environment marker support from the trunk | pje | 2013-05-04 | 1 | -4/+4 |
| | | | | | | * | Fix spurious test breakage on 2.7 | pje | 2013-04-25 | 1 | -4/+4 |
| | | | | | | * | Default index URL to use SSL version of PyPI | pje | 2013-03-01 | 2 | -2/+2 |
| | | | | | | * | Fixed skipping extraction of files or directories containing '..' in | PJ Eby | 2011-03-23 | 1 | -2/+2 |
| | | | | | | * | Backport. | PJ Eby | 2011-03-23 | 1 | -2/+43 |
| | | | | | | * | Backport | PJ Eby | 2010-10-12 | 1 | -6/+6 |
| | | | | | | * | Backport. | PJ Eby | 2010-10-09 | 1 | -2/+2 |
| | | | | | | * | Backport from trunk | PJ Eby | 2010-10-09 | 1 | -2/+2 |
| | | | | | | * | Tarfile link support, and handle .pyd/.dll files installed as data on | PJ Eby | 2010-10-02 | 2 | -10/+10 |
| | | | | | | * | Fix quotes handling for GUI scripts on Windows when Python is in a | PJ Eby | 2010-08-22 | 1 | -1/+1 |
| | | | | | | * | Fix a problem with sandbox swapping 'open' and 'file' builtins. | PJ Eby | 2010-04-29 | 1 | -4/+4 |
| | | | | | | * | Backport SF download fix | PJ Eby | 2010-02-01 | 1 | -2/+2 |
| | | | | | | * | Backport to 0.6 | PJ Eby | 2009-11-05 | 1 | -3/+3 |
| | | | | | | * | Fix for issue 88 | PJ Eby | 2009-10-28 | 1 | -2/+2 |
| | | | | | | * | Bump version | PJ Eby | 2009-10-28 | 1 | -1/+1 |
| | | | | | | * | Fix the elusive "double upload bdist_wininst" bug | PJ Eby | 2009-10-19 | 1 | -13/+54 |
| | | | | | | * | Update to version 0.6c11 | PJ Eby | 2009-10-19 | 1 | -1/+1 |
| | | | | | | * | Missing launcher fixes | PJ Eby | 2009-10-19 | 2 | -0/+0 |
| | | | | | | * | Release update, fix string.join in README warning | PJ Eby | 2009-10-19 | 1 | -1/+1 |
| | | | | | | * | Windows 64/Vista UAC fixes | PJ Eby | 2009-10-12 | 3 | -2/+43 |
| | | | | | | * | Backport fixes for issues 16 & 23 from trunk | PJ Eby | 2009-10-12 | 1 | -4/+4 |
| | | | | | | * | Major updates and fixes include: | PJ Eby | 2009-10-12 | 11 | -109/+232 |
| | | | | | * | | Merge with Distribute 0.6.39 | Jason R. Coombs | 2013-05-13 | 11 | -3/+41 |
| | | | | | |\ \ | |||||
| | | | | * | | | | Remove redundant exception for os.devnull | Jason R. Coombs | 2013-05-16 | 1 | -2/+1 |
| | | | | |/ / / | |||||
| | | | | * | | | Merge setuptools/command/* | Jason R. Coombs | 2013-05-04 | 47 | -631/+3202 |
| | | | | |\ \ \ | |||||
| | | | | | * \ \ | Merge setuptools.command.easy_install | Jason R. Coombs | 2013-05-03 | 47 | -622/+3245 |
| | | | | | |\ \ \ | |||||
