| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4077904
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4076123
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075926
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Fix for the Python 2.6.3 build_ext API change
* Support for the most recent Sourceforge download link insanity
* Support for SVN 1.6
* Stop crashing on certain types of HTTP error
* Stop re-trying URLs that already failed retrieval once
* Fixes for various dependency management problems such as looping
builds, re-downloading packages already present on sys.path (but not
in a registered "site" directory), and randomly preferring local -f
packages over local installed packages
* Prevent lots of spurious "already imported from another path" warnings
(e.g. when pkg_resources is imported late)
* Ensure C libraries (as opposed to extensions) are also built when
doing bdist_egg
Other changes:
* Misc. documentation fixes
* Improved Jython support
* Fewer warnings under Python 2.6+
* Warn when 'packages' uses paths instead of package names (because it
causes other problems, like spurious "already imported" warnings)
* Stop using /usr/bin/sw_vers on Mac OS (replaced w/'platform' module
calls)
Note: This is NOT a merge from Distribute; upon review, many of the
tracker-submitted patches used as a basis for forking were incorrect,
incomplete, introduced new bugs, or were not addressing the root
causes. (E.g., one of the changes in this patch fixes three superficially
unrelated issues in the setuptools bug tracker.) Careful review will be
required if you want to merge this work back into Distribute.
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075385
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
--HG--
branch : Setuptools-Distribute merge
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
--HG--
branch : Setuptools-Distribute merge
extra : source : db6acae7b8cfb92007fe8e7ae4f392481b080a00
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
--HG--
branch : Setuptools-Distribute merge
extra : source : 619f12674c8d42831a59dc805b7b9cbf375a831d
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
--HG--
branch : distribute
extra : rebase_source : c26a4318302d55dfdd67d379525e84172b440b82
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | | |
--HG--
branch : distribute
extra : rebase_source : 1e4ad7f02d0718b3665aa2e2405721d64e42fc1b
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
--HG--
branch : distribute
extra : rebase_source : 059208b9bdcd9a0cf2c2f654f25b638a65f2d9d1
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
--HG--
branch : distribute
extra : rebase_source : 7c33d5bea70d9300cff635646988b13c007e24c9
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
--HG--
branch : distribute
extra : rebase_source : f664e8cf2b7b6f78096cd00463f4e2009bdeb3ac
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
--HG--
branch : distribute
extra : rebase_source : 92ba8151d6dfa3755b31139a9b5ada570183731d
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
on Python 3.
--HG--
branch : distribute
extra : rebase_source : ae4a0886ff89d3679f495f51171f94d3770e5d47
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
--HG--
branch : distribute
extra : rebase_source : 5190d1f30b60efbc0cc70a96807c1b269abd1897
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
issue a warning (looks like open_url takes an optional `warning`
argument, but I couldn't get that to work either). Fixes #135. This fix is better
than the status quo, but probably not as good as issuing a warning instead of
failure.
--HG--
branch : distribute
extra : rebase_source : 39889bf4dd21abbd57207bfafe6f8bad68b1e46f
|
|/ /
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 1241e1cb548adad562fcf61ce33538712a64aaed
|
| |
| |
| |
| |
| |
| |
| |
| | |
#206
--HG--
branch : distribute
extra : rebase_source : c9e414a0642dd5b2222dd3fc4aa1b11a442e48a1
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : b0f0f73fd59017dd9a9bb6e58b2a1fd9e5773dd2
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 4446e76a0bcf2e968abce2020569aecbaab1df01
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
an error response. Otherwise
you get an error when trying to pattern match in line 206.
--HG--
branch : distribute
extra : rebase_source : dc5fe8b1365544fc763414b67227cc78dc1f8524
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 6510b361ce8885f536a3babfc66a7ebdfaa25b2d
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 43178821d2b4776dbfdf5ad9493bca8dc401b048
|
|\ \
| | |
| | |
| | |
| | |
| | | |
--HG--
branch : distribute
extra : rebase_source : e912f048dcfe28a5a7a17aca89bab427e15924ff
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Backport from setuptools 0.6c10.
--HG--
branch : distribute
extra : rebase_source : d06cbdae906a725410d4993d9e1a631e2acac345
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
index links before external page links.
--HG--
branch : distribute
extra : rebase_source : d190057280e7cb27317eb4aa40e75f1c851ed6e5
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : de334e49e876c8ea88f738e03995a461ea669879
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : d4e3831771aa049e71d64f22e315352fa8906dd1
|
| |
| |
| |
| |
| |
| |
| |
| | |
httplib.HTTPException instead of just InvalidURL and BadStatusLine.
--HG--
branch : distribute
extra : rebase_source : 24986ae1074b564fbd8c34a227265afd3b90ebce
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : a2567f3f28d896dd0abbbed8a2626cc4ecb3e44e
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 58a286fe297947272398fc9ddd8f50594f54d4ae
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 9ab9cc8b84da2be50c520cd6f23efb15b8744bd9
|
| |
| |
| |
| |
| |
| |
| |
| | |
update urllib2.__version__ correctly.
--HG--
branch : distribute
extra : rebase_source : 9035aa6fb13225181f7ce22429efa91c771247a6
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 6c6a92f65f6ac2d6d071ce525d0ef3e41167d59e
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 6159cf23c0dc4effd40b525066266eefd292b96e
|
| |
| |
| |
| |
| |
| | |
--HG--
branch : distribute
extra : rebase_source : 7a440abb08d1202a09ea2a0e46cac2568df2c759
|
|/
|
|
|
|
| |
--HG--
branch : distribute
extra : rebase_source : 3a61d0692c74559b140c179dcc5f4ac4905bb982
|
|
|
|
|
|
| |
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065953
|
|
|
|
|
|
| |
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065945
|
|
|
|
|
|
| |
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065943
|
|
|
|
|
|
|
|
|
| |
use the Python Package Index's new simpler (and faster!) REST API.
(backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057965
|
|
|
|
|
|
| |
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4057371
|
|
|
|
|
|
| |
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4055712
|
|
|
|
|
|
|
|
| |
url in the exception.
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4054241
|
|
|
|
|
|
|
|
| |
projects installed using ``setup.py develop``. (backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053877
|
|
|
|
|
|
|
|
|
|
| |
retrieve can't be downloaded, unless the URL is an actual package download.
Instead, it issues a warning and tries to keep going.
(backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053542
|
|
|
|
|
|
|
|
|
| |
authenticated page contains links to the same protocol and host, those
links should inherit the same credentials. (backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053203
|
|
|
|
|
|
|
|
|
| |
mirror system now works well for non-browser downloads.
(backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053178
|
|
|
|
|
|
|
|
|
| |
further refine download/retry algorithm.
(backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4052013
|
|
|
|
|
|
|
|
|
|
| |
should've returned a 404. Fall back to ``sf-mirrors.telecommunity.com``
round-robin address for SF mirrors if ``dl.sourceforge.net`` doesn't work.
(backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4052004
|