summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|\ \ \ \ | |/ / /
| * | | Update sandbox.py to latest from setuptools-0.6Jason R. Coombs2013-03-201-19/+60
| | |/ | |/|
* | | Move where add_defaults is defined to align with setuptoolsJason R. Coombs2013-05-031-21/+21
* | | easy_install once again honors setup.cfg if found in the current directoryJason R. Coombs2013-05-032-42/+1
* | | Backed out improper fix for distribute issue #174Jason R. Coombs2013-05-031-2/+1
* | | Distributions are once again installed as zipped eggs by default.Jason R. Coombs2013-05-031-1/+1
* | | Updated a couple more references from Distribute to SetuptoolsJason R. Coombs2013-03-191-2/+2
* | | Removed tests relevant to the co-existence of distribute and setuptools; reta...Jason R. Coombs2013-03-191-37/+6
* | | Updated references in tests to refer to setuptools in favor of distributeJason R. Coombs2013-03-192-7/+7
* | | Backed out distribute-specific reference in setuptools packageJason R. Coombs2013-03-031-11/+1
* | | Backed out distribute-specific references in package_index moduleJason R. Coombs2013-03-031-2/+2
* | | Back out distribute-specific references in easy_install command moduleJason R. Coombs2013-03-031-6/+7
| |/ |/|
* | Backed out changeset: d0a8d1a83053Jason R. Coombs2013-02-161-17/+3
* | Fix some ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-12-297-16/+43
* | Disable workaround for Jython scripts on Linux systems.Arfrever Frehtes Taifersar Arahesis2012-11-272-0/+15
* | Fix 1 failure with Jython 2.5 and 2.7.Arfrever Frehtes Taifersar Arahesis2012-11-271-2/+2
* | Fix 2 errors with Jython 2.5.Arfrever Frehtes Taifersar Arahesis2012-11-261-1/+4