summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fixed skipping extraction of files or directories containing '..' inPJ Eby2011-03-231-2/+2
| * Backport.PJ Eby2011-03-231-2/+43
| * BackportPJ Eby2010-10-121-6/+6
| * Backport.PJ Eby2010-10-091-2/+2
| * Backport from trunkPJ Eby2010-10-091-2/+2
| * Tarfile link support, and handle .pyd/.dll files installed as data onPJ Eby2010-10-022-10/+10
| * Fix quotes handling for GUI scripts on Windows when Python is in aPJ Eby2010-08-221-1/+1
| * Fix a problem with sandbox swapping 'open' and 'file' builtins.PJ Eby2010-04-291-4/+4
| * Backport SF download fixPJ Eby2010-02-011-2/+2
| * Backport to 0.6PJ Eby2009-11-051-3/+3
| * Fix for issue 88PJ Eby2009-10-281-2/+2
| * Bump versionPJ Eby2009-10-281-1/+1
| * Fix the elusive "double upload bdist_wininst" bugPJ Eby2009-10-191-13/+54
| * Update to version 0.6c11PJ Eby2009-10-191-1/+1
| * Missing launcher fixesPJ Eby2009-10-192-0/+0
| * Release update, fix string.join in README warningPJ Eby2009-10-191-1/+1
| * Windows 64/Vista UAC fixesPJ Eby2009-10-123-2/+43
| * Backport fixes for issues 16 & 23 from trunkPJ Eby2009-10-121-4/+4
| * Major updates and fixes include:PJ Eby2009-10-1211-109/+232
* | Merge with Distribute 0.6.39Jason R. Coombs2013-05-1311-3/+41
|\ \
| * \ MergeJason R. Coombs2013-05-1110-3/+6
| |\ \
| | * | Updated tests of win_script_wrapper to use 32-bit wrappersJason R. Coombs2013-05-111-3/+3
| | * | Removing legacy word-size-agnostic launchers.Jason R. Coombs2013-05-092-0/+0
| | * | Use x64 cross tools for building 64-bit launcher. I'm suspicious the only imp...Jason R. Coombs2013-05-094-0/+0
| | * | Rebuilt the launcher using MS Windows SDK 6.1 with the /SUBSYSTEM parametersJason R. Coombs2013-05-084-0/+0
| | * | ARM executables rebuilt.Grigory Petrov2013-05-082-0/+0
| | * | Respected project coding standard.Grigory Petrov2013-04-031-1/+1
| | * | Respected PEP-8.Grigory Petrov2013-04-031-1/+1
| | * | Added support for Windows RT (arm).Grigory Petrov2013-04-033-0/+3
| * | | decode manifest bytes(utf-8) to string first if py version is 3wyj1046@gmail.com2013-05-051-1/+4
| * | | Include a launcher manifest for console scripts to prevent undesirable UAC el...Jason R. Coombs2013-05-042-0/+28
| * | | Update release notes and comment to provide a bit more detail about the issue...0.6.36Jason R. Coombs2013-04-051-2/+3
| * | | Fix for PermissionError when installing on Python 3.3: __pycache__ dir inside...rlacko2013-02-191-0/+3
| |/ /
* | | Merge setuptools/command/*Jason R. Coombs2013-05-046-61/+91
|\ \ \
| * | | Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.pyJason R. Coombs2013-05-036-59/+141
* | | | Merge setuptools.command.easy_installJason R. Coombs2013-05-031-7/+6
|\ \ \ \ | |/ / /
| * | | Copy changes to easy_install.py from 1aae1efe5733Jason R. Coombs2013-05-031-11/+52
* | | | Merge setuptools.archive_util and setuptools.archive_util and setuptools.dependsJason R. Coombs2013-05-033-27/+23
|\ \ \ \ | |/ / /
| * | | Copy changes to setuptools/archive_util.py setuptools/depends.py setuptools/e...Jason R. Coombs2013-05-033-20/+20
* | | | Merge dist moduleJason R. Coombs2013-05-031-9/+43
|\ \ \ \ | |/ / /
| * | | Copy changes to dist.py from 1aae1efe5733Jason R. Coombs2013-05-031-6/+47
* | | | Merge package_index moduleJason R. Coombs2013-03-201-27/+59
|\ \ \ \ | |/ / /
| * | | Copy changes to package_index from 1aae1efe5733Jason R. Coombs2013-03-201-36/+77
* | | | Merged sandbox moduleJason R. Coombs2013-03-201-9/+38
|\ \ \ \ | |/ / /