- 05 May, 2013 16 commits
-
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : e94ca350b1a601b75ff6ae786dcdabbe517877c3
-
Jason R. Coombs authored
Moved link generation routine from setup.py to release.py. The new routine 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
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : a331dda293481f2cf121956070f94bfe6c9e0a0c
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : e764f523fff11bf7caa7e5183c7300afeee75dab
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 3e627b0d100b8ae32e8dc995f2da0003bbd9c605
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 7e648708c7e4e87917fcace787085f2fa9de7fa1
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : f0d502a83f6c83ba38ad21c15a849c2daf389ec7
-
Jason R. Coombs authored
decode manifest bytes(utf-8) to string first if py version is 3 --HG-- branch : distribute extra : rebase_source : 785dba80ce819ec9124371c3781a0a607eaa1ff5
-
wyj1046@gmail.com authored
--HG-- branch : distribute extra : rebase_source : 1038acda4912af8ac637d0e149630a95f3536dec
-
guy@guyr-air.infinidat.com authored
--HG-- branch : distribute extra : rebase_source : 3d0a26ca9a25c2e7467c6ffb515d0cb92f2f8173
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 8b339bdc7ae5d30d5ca2b75675efa94cb27b99b5
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : f31307d41fedbbabdd3be5b5a6621a8af54ebf46
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 2b26ec8909bff210f47c5f8fc620bc505e1610b5
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : cf2ffa52b8e0cf1403b4e8ca23921a4cda51ba5b
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : d3b1d90f953d90ad1e03bf5173c3b6198daa9907
-
Jason R. Coombs authored
Include a launcher manifest for console scripts to prevent undesirable UAC elevation for scripts detected as installers (such as easy_install). Fixes #143. --HG-- branch : distribute extra : rebase_source : be6f65eea9c10ce78b6698d8c220b6e5de577292
-
- 05 Apr, 2013 3 commits
-
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : a59fcbbf5ca73fb41958d42d33d3de299ad9ae7c
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : a9dbc2819651b77ad8184101004a793f37be0f1b
-
Jason R. Coombs authored
Update release notes and comment to provide a bit more detail about the issue and to be more consistent with the solution. --HG-- branch : distribute extra : rebase_source : c813a29e831f266d427d4a4bce3da97f475a8eee
-
- 19 Feb, 2013 1 commit
-
-
rlacko authored
Fix for PermissionError when installing on Python 3.3: __pycache__ dir inside distutils scripts metadata directory --HG-- branch : distribute extra : rebase_source : e6761715dec0e43a90b54c26f25fa68d97c97938
-
- 16 Feb, 2013 5 commits
-
-
Jason R. Coombs authored
Update release script to use keyring more properly (rather than bundling an artifact of the backend I was using). --HG-- branch : distribute extra : rebase_source : 188dcdb7f0873f1b382e8bde65377c5f43266f9f
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 82ea3f25bc7836db7398b0e602ef34baa1f2c34e
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 1e3462505836a61244ec301a635305b88a56c35c
-
Jason R. Coombs authored
Updated docs to match originally-intended behavior and the behavior of setuptools 0.6. This fixes #278. --HG-- branch : distribute extra : rebase_source : 2b4f2ca890d32a2d1a3179bb1805b6a1f1e9be77
-
Jason R. Coombs authored
In the discussion in #278, it became clear that the deviance in behavior from setuptools is problemmatic. For compatibility, defer to the setuptools version scheme as specifically intended. --HG-- branch : distribute extra : rebase_source : 1d5cc8c216f974b247e2dc84d8d40c868d6d3639
-
- 01 Jan, 2013 2 commits
-
-
Arfrever Frehtes Taifersar Arahesis authored
--HG-- branch : distribute extra : rebase_source : f9b735b0478ac8a6aaf371882dd5a5032bef751e
-
Arfrever Frehtes Taifersar Arahesis authored
--HG-- branch : distribute extra : rebase_source : f3de640431934e28140f322bab420a3f51361440
-
- 31 Dec, 2012 3 commits
-
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 77f34fdeebd01224a2d399855f0674108133b3e6
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 6ba1380f0a2496882d7eb15ab82e7660b755398b
-
Tres Seaver authored
--HG-- branch : distribute extra : rebase_source : 065aad71143a72cb6abd3064e0e947fc4568422f
-
- 29 Dec, 2012 7 commits
-
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 4455898775fbb40a5a331909c61d45622a9ea97a
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 3628e4db31b5aaac331e357428e9d9b30ae30e86
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 67f7246f73b30c046fa9995414f9423c4dbeba5b
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 44b7e6234f791c1a1182f202bc429d40922074ee
-
Tres Seaver authored
--HG-- branch : distribute extra : rebase_source : 5cb7f22523a741e678b03a699f0ef09f09ed8070
-
Arfrever Frehtes Taifersar Arahesis authored
--HG-- branch : distribute extra : rebase_source : 31ac3f0135d8cfe0fabc274f1649d1c99eba2868
-
Arfrever Frehtes Taifersar Arahesis authored
--HG-- branch : distribute extra : rebase_source : 63fc40de80b49769d8463e04c1590ea4b1e751fc
-
- 18 Dec, 2012 1 commit
-
-
Arfrever Frehtes Taifersar Arahesis authored
--HG-- branch : distribute extra : rebase_source : 52fd775f637dfa40c401ef590708ffeaf47fd3a9
-
- 17 Dec, 2012 2 commits
-
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 2701f50b3375f9c2f2378ff22f274aade0b03107
-
Jason R. Coombs authored
--HG-- branch : distribute extra : rebase_source : 7e9dfc000ca44eaed1054d72144408530ec49741
-