summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update versions in preparation for an 0.7b1 release0.7b1Jason R. Coombs2013-05-134-8/+6
* Setuptools 0.7 only supports Python 2.4+.Jason R. Coombs2013-05-133-14/+12
* Re-ran egg_info on Python 2.7 (causes upload command to disappear)Jason R. Coombs2013-05-131-1/+0
* Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-1313-40/+1249
|\
| * Add support for fallback to 'certifi' module, if installed+active.pje2013-05-054-9/+13
| * Merge environment marker tests from the trunkpje2013-05-041-0/+91
| * Low-level SSL verification w/out warnings or options; automatically usespje2013-05-042-14/+260
| * Make sure ssl is installable even from source checkoutpje2013-05-042-0/+17
| * Enable safe SSL dependency installs via "easy_install setuptools[ssl]"pje2013-05-041-16/+16
| * Backport experimental environment marker support from the trunkpje2013-05-043-20/+143
| * Fix spurious test breakage on 2.7pje2013-04-251-4/+4
| * Backport formats documentation from trunkpje2013-03-011-0/+696
| * Add SSL fix to change logpje2013-03-011-1/+3
| * Default index URL to use SSL version of PyPIpje2013-03-012-2/+2
| * Add doc fix to change logpje2013-03-011-0/+4
| * Fix broken documentation on pre/post versionspje2013-03-011-6/+2
* | Merge with Distribute 0.6.39Jason R. Coombs2013-05-1324-63/+319
|\ \
| * | Fix error in changelog RSTJason R. Coombs2013-05-121-0/+1
| * | MergeJason R. Coombs2013-05-121-2/+8
| |\ \
| | * | Use HTTPS for uploading the distribution to PyPI.Jason R. Coombs2013-05-121-3/+9
| * | | Bumped to 0.6.40 in preparation for next release.Jason R. Coombs2013-05-125-10/+11
| |/ /
| * | Added tag 0.6.39 for changeset d737b2039c5fJason R. Coombs2013-05-121-0/+1
| * | Merge tweaks to fix for #3750.6.39Jason R. Coombs2013-05-123-20/+100
| |\ \
| | * | Update CHANGELOG to reflect relevant issue.Jason R. Coombs2013-05-121-1/+1
| | * | Adding test that captures the new requirement.Jason R. Coombs2013-05-121-0/+61
| | * | Fix AttributeError on underscore-prefixed method name.Jason R. Coombs2013-05-121-1/+1
| | * | Fix for yet unpublished issue to ensure that get_resource_filename always re-...Jason R. Coombs2013-05-112-1/+15
| | * | Extract method to determine if a temporary file is current.Jason R. Coombs2013-05-111-10/+15
| | * | Extract static method for calculating size and timestamp on a zip resourceJason R. Coombs2013-05-111-7/+11
| | * | Verified that not isinstance(IOError(), os.error), so there's no value in thi...Jason R. Coombs2013-05-111-3/+3
| * | | MergeJason R. Coombs2013-05-1114-12/+66
| |\ \ \ | | |/ / | |/| |
| | * | 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-095-1/+2
| | * | Update comment to clarify why 'Visual Studio' is referenced for the SDK.Jason R. Coombs2013-05-091-1/+2
| | * | Rebuilt the launcher using MS Windows SDK 6.1 with the /SUBSYSTEM parametersJason R. Coombs2013-05-084-0/+0
| | * | Adapted msvc-build-launcher to use the SDK, which is freely available and wil...Jason R. Coombs2013-05-081-12/+10
| | * | Updated changelog and contributorsJason R. Coombs2013-05-082-0/+9
| | * | Added comment about Visual Studio 2008 Express and 64-bit compilation.Grigory Petrov2013-05-081-1/+4
| | * | Fixed a (probably) bug with GUI windows launcher actually beingGrigory Petrov2013-05-081-4/+4
| | * | ARM executables rebuilt.Grigory Petrov2013-05-082-0/+0
| | * | Added Windows 8 RT ARM build.Grigory Petrov2013-05-081-0/+16
| | * | Refactoring before introducing Windows RT ARM build.Grigory Petrov2013-05-081-8/+23
| | * | 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-034-0/+11
| * | | Allow the setup script to run even if the linked changelog hasn't been generatedJason R. Coombs2013-05-051-1/+6
| * | | Moved link generation routine from setup.py to release.py. The new routine re...Jason R. Coombs2013-05-053-50/+62
| * | | Fix linkification of CHANGES.txt (broken due to buildout issue reference)Jason R. Coombs2013-05-051-5/+32
| * | | Extract another function for constructing linkified changesJason R. Coombs2013-05-051-4/+7