aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | Moved external references for ctypes and Windows SSL builds to an authoritative location (with the project on bitbucket).
* 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
|\ | | | | | | | | --HG-- rename : doc/formats.txt => docs/formats.txt
| * Add support for fallback to 'certifi' module, if installed+active.pje2013-05-054-9/+13
| | | | | | | | | | | | | | | | (grafted from 4a183cf275264653005072be25a644273463ba83) --HG-- branch : setuptools-0.6 extra : source : 4a183cf275264653005072be25a644273463ba83
| * Merge environment marker tests from the trunkpje2013-05-041-0/+91
| | | | | | | | | | --HG-- branch : setuptools-0.6
| * Low-level SSL verification w/out warnings or options; automatically usespje2013-05-042-14/+260
| | | | | | | | | | | | | | | | | | it if it can, won't if it doesn't. (grafted from 8dc579408781836ecf30b637665ad7f2509933a5) --HG-- branch : setuptools-0.6 extra : source : 8dc579408781836ecf30b637665ad7f2509933a5
| * Make sure ssl is installable even from source checkoutpje2013-05-042-0/+17
| | | | | | | | | | | | | | | | (grafted from 0ecea0fc56e1c862ef57dac038e00cbff4e171bc) --HG-- branch : setuptools-0.6 extra : source : 0ecea0fc56e1c862ef57dac038e00cbff4e171bc
| * Enable safe SSL dependency installs via "easy_install setuptools[ssl]"pje2013-05-041-16/+16
| | | | | | | | | | | | | | | | (grafted from 695a82c1934090e7c56ba74e7b5a2bdc13071698) --HG-- branch : setuptools-0.6 extra : source : 695a82c1934090e7c56ba74e7b5a2bdc13071698
| * Backport experimental environment marker support from the trunkpje2013-05-043-20/+143
| | | | | | | | | | --HG-- branch : setuptools-0.6
| * Fix spurious test breakage on 2.7pje2013-04-251-4/+4
| | | | | | | | | | | | | | | | (grafted from aeb004b22c9472066322f4b0319588cddf63f699) --HG-- branch : setuptools-0.6 extra : source : aeb004b22c9472066322f4b0319588cddf63f699
| * Backport formats documentation from trunkpje2013-03-011-0/+696
| | | | | | | | | | --HG-- branch : setuptools-0.6
| * Add SSL fix to change logpje2013-03-011-1/+3
| | | | | | | | | | --HG-- branch : setuptools-0.6
| * Default index URL to use SSL version of PyPIpje2013-03-012-2/+2
| | | | | | | | | | | | --HG-- branch : setuptools-0.6 extra : source : b95868385a32c0103133105788c70850656662c6
| * Add doc fix to change logpje2013-03-011-0/+4
| | | | | | | | | | --HG-- branch : setuptools-0.6
| * Fix broken documentation on pre/post versionspje2013-03-011-6/+2
| | | | | | | | | | | | --HG-- branch : setuptools-0.6 extra : source : 86385567abb93fb56c7b67b39a703ba4728b87b8
* | Merge with Distribute 0.6.39Jason R. Coombs2013-05-1324-63/+319
|\ \ | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| * | Fix error in changelog RSTJason R. Coombs2013-05-121-0/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : dce6b630b2c568a650c30a8e868d0d03cf36cb19
| * | MergeJason R. Coombs2013-05-121-2/+8
| |\ \ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6b1741a2e6a320d037d9aa58f605407f0e4f866e
| | * | Use HTTPS for uploading the distribution to PyPI.Jason R. Coombs2013-05-121-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e80c6f51364bbc373c016479e4b9e3e11be2db97
| * | | Bumped to 0.6.40 in preparation for next release.Jason R. Coombs2013-05-125-10/+11
| |/ / | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 355bf27e11fdf906de100c2a47145d44fac082cc
| * | Added tag 0.6.39 for changeset d737b2039c5fJason R. Coombs2013-05-121-0/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 72d42023ba7b68f0f14f73dcbeb29b75cd334b94
| * | Merge tweaks to fix for #3750.6.39Jason R. Coombs2013-05-123-20/+100
| |\ \ | | | | | | | | | | | | | | | | --HG-- branch : distribute
| | * | Update CHANGELOG to reflect relevant issue.Jason R. Coombs2013-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 785fddb50677fe7779949089e3b090891c3c5bd1
| | * | Adding test that captures the new requirement.Jason R. Coombs2013-05-121-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : fcf8db4d0becf51a1e192ec438c13f81d391e342
| | * | Fix AttributeError on underscore-prefixed method name.Jason R. Coombs2013-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 8ceb2c2f067a60225bb83817a8584d93f489a3d0
| | * | Fix for yet unpublished issue to ensure that get_resource_filename always ↵Jason R. Coombs2013-05-112-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | re-extracts the content of a temporary filename if it does not match that of the source content. --HG-- branch : distribute extra : rebase_source : 5605ee258010cde1237db058b770c62264c215e2
| | * | Extract method to determine if a temporary file is current.Jason R. Coombs2013-05-111-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ec2c1860f0ce9abbc3ea999aa54304ea9cc6ecd7
| | * | Extract static method for calculating size and timestamp on a zip resourceJason R. Coombs2013-05-111-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3acd099bb90d9abf4d3b265946e0c59b8edcae6e
| | * | Verified that not isinstance(IOError(), os.error), so there's no value in ↵Jason R. Coombs2013-05-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this statement being in the try block. --HG-- branch : distribute extra : rebase_source : 79dc86f2251503336feaa3d3f99c744d0ea45887
| * | | MergeJason R. Coombs2013-05-1114-12/+66
| |\ \ \ | | |/ / | |/| | | | | | | | | | --HG-- branch : distribute
| | * | Updated tests of win_script_wrapper to use 32-bit wrappersJason R. Coombs2013-05-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 26421e9ba211b7e14171673c46c45692b6c8501d
| | * | Removing legacy word-size-agnostic launchers.Jason R. Coombs2013-05-092-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5c5d41bbbd0a6731f81cf48afd436be6e9524ec9
| | * | Use x64 cross tools for building 64-bit launcher. I'm suspicious the only ↵Jason R. Coombs2013-05-095-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | impact this will have is to enable building 64-bit launcher on 32-bit hosts. Also rebuilt launchers. --HG-- branch : distribute extra : rebase_source : 329591eb07b9d25717caee614012c8278926559d
| | * | Update comment to clarify why 'Visual Studio' is referenced for the SDK.Jason R. Coombs2013-05-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 1f0b5eeb82b7551c66b15fb4379ec03e61d68344
| | * | Rebuilt the launcher using MS Windows SDK 6.1 with the /SUBSYSTEM parametersJason R. Coombs2013-05-084-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 35455b8da14f931b6c4b77bb66b85416c3e13ec5
| | * | Adapted msvc-build-launcher to use the SDK, which is freely available and ↵Jason R. Coombs2013-05-081-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | will target x64. --HG-- branch : distribute extra : rebase_source : 3bb4cc57e38d6fc2d8043ce89c57a5016833d890
| | * | Updated changelog and contributorsJason R. Coombs2013-05-082-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 0af5a5ae5cd823756e3461f202571a4a9d0e8fc3
| | * | Added comment about Visual Studio 2008 Express and 64-bit compilation.Grigory Petrov2013-05-081-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : fb9ba33e9eff145bb3e162f34ae2f0101079d0be
| | * | Fixed a (probably) bug with GUI windows launcher actually beingGrigory Petrov2013-05-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compiled as CONSOLE windows application. The "GUI=0" and "GUI=1" is a compiler definition that affects how compiled code will work (.py or .pyw file to launch etc). But executable type is defined by a linker and can be changed only via /SUBSYSTEM command-line key. --HG-- branch : distribute extra : rebase_source : f909e335ae948d7743e07e690c7d564ad0f98c15
| | * | ARM executables rebuilt.Grigory Petrov2013-05-082-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 385d71111170f3cb8fcdea2fc807d4e409621078
| | * | Added Windows 8 RT ARM build.Grigory Petrov2013-05-081-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3ddd6c8cfc2d46a1b2aaffa482b87cd19e9687fa
| | * | Refactoring before introducing Windows RT ARM build.Grigory Petrov2013-05-081-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 96035e75dcfab459652403b1001f34c12205fd7f
| | * | Respected project coding standard.Grigory Petrov2013-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ca79464fdbf6a8765b8928b99c8ef2ab69e35e42
| | * | Respected PEP-8.Grigory Petrov2013-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 58252278f993ece0a9b96c58c58f2851fa07e048
| | * | Added support for Windows RT (arm).Grigory Petrov2013-04-034-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c181b8cc551936e48bdc88d9435018d0d9de00b2
| * | | Allow the setup script to run even if the linked changelog hasn't been generatedJason R. Coombs2013-05-051-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e94ca350b1a601b75ff6ae786dcdabbe517877c3
| * | | Moved link generation routine from setup.py to release.py. The new routine ↵Jason R. Coombs2013-05-053-50/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | requires Python 2.6 for izip_longest and chain.from_iterable, so it's not suitable for setup.py. Also, there's no reason that every installer needs to compute the links - they can be resolved in advance during the release process. --HG-- branch : distribute extra : rebase_source : 9f4af99f70fdfa00290be2261a921af9a76ba597
| * | | Fix linkification of CHANGES.txt (broken due to buildout issue reference)Jason R. Coombs2013-05-051-5/+32
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : a331dda293481f2cf121956070f94bfe6c9e0a0c
| * | | Extract another function for constructing linkified changesJason R. Coombs2013-05-051-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e764f523fff11bf7caa7e5183c7300afeee75dab